Text Formatting ⇒ Helvetica font
Helvetica font
I use OpenSuSE 10.3 and pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) to compile my TeX documents. I have recently got a LaTeX project to compile with a make file. When I run this make file, I get this error:
IMPORTANT: If you use font encoding, as in \usepackage{T1enc},
please use it BEFORE \usepackage{w-bookps}:
\documentclass{wileySix}
or \documentclass{wileySev}
\usepackage{T1enc}
\usepackage{w-bookps}
kpathsea: Running mktextfm hvb
/usr/share/texmf/web2c/mktexnam: Could not map typeface abbreviation vb for hvb.
/usr/share/texmf/web2c/mktexnam: Need to update /usr/share/texmf/fonts/map/fontname/special.map?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input hvb
This is METAFONT, Version 2.71828 (Web2C 7.5.6)
kpathsea: Running mktexmf hvb
! I can't find file `hvb'.
<*> \mode:=ljfour; mag:=1; nonstopmode; input hvb
Please type another input file name
! Emergency stop.
<*> \mode:=ljfour; mag:=1; nonstopmode; input hvb
Transcript written on mfput.log.
grep: hvb.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input hvb' failed to make hvb.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font \tocarttitlefont=hvb at 12.0pt not loadable: Metric (TFM) file not found
.
l.295 \font\tocarttitlefont=\helveticabold at 12pt
It seems that it comes from "helveticabold" font or maybe other issues are involved too. Doesn't it (helvetica bold) install by default? Does anybody know how can I compile this project?
Thanks in advance,
D.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Helvetica font
Code: Select all
%\usepackage{t1enc} % obsolete
\usepackage[T1]{fontenc} % Enable Cork Encoding
[1] View topic: teTeX now obsolete
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10