pandoc_resume icon indicating copy to clipboard operation
pandoc_resume copied to clipboard

Add FontAwesome support and usage instructions

Open rohitg00 opened this issue 3 months ago • 1 comments

  • styles/chmduquesne.tex

    • Add \usesymbols[fontawesome] and \def\fa#1{\symbol[fontawesome][#1]} to enable FontAwesome icons.
  • Makefile

    • Add mtxrun --script fonts --reload to the pdf target to reload fonts.
  • markdown/resume.md

    • Add examples of using FontAwesome icons in the markdown content.
  • README.md

    • Add a section explaining how to use FontAwesome icons in the markdown content.

rohitg00 avatar Oct 28 '24 12:10 rohitg00