Curricula Vitae / Résumés ⇒ Freeman CV template - font not found error
Freeman CV template - font not found error
I hope someone can help me. I really like this CV template but it wont run. I am using xelatex as instructed. This what I get when I run the code that I downloaded.
----------------------------------------------------------------------------------------------------------------------
This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./cv_3.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-07-17>
(c:/texlive/2020/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
(c:/texlive/2020/texmf-dist/tex/latex/base/size10.clo)) (./structure.tex
(c:/texlive/2020/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2020/texmf-dist/tex/latex/supertabular/supertabular.sty)
(c:/texlive/2020/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2020/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2020/texmf-dist/tex/generic/iftex/ifvtex.sty
(c:/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty)))
(c:/texlive/2020/texmf-dist/tex/latex/paracol/paracol.sty)
(c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec.sty
(c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-xdvipdfmx.def))
(c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex))
(c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
(c:/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
! Package fontspec Error: The font "EBGaramond-Regular.ttf" cannot be found.
For immediate help type H <return>.
...
l.64 ]
?
-------------------------------------------------------------------------------------------------------------
Thanks for your help.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Freeman CV template - font not found error
EBGaramond-Regular.ttf is a font that wasn't installed by your TeX installation. Download it somewhere and install it on Windows just like any other TrueType font (ttf). Or change the document to use another font.
Stefan