Fonts & Character Sets ⇒ Franklin Gothic (with Linux)?
-
- Posts: 22
- Joined: Fri May 18, 2007 6:48 pm
Franklin Gothic (with Linux)?
How can I use the fonts Franklin Gothic Book and Franklin Gothic Heavy? I use Linux.
Thanks
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
Franklin Gothic (with Linux)?
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 22
- Joined: Fri May 18, 2007 6:48 pm
Franklin Gothic (with Linux)?
However, I'm having problems using charachters such as ã,é and ú.
I googled for support for unicode, and it says all you have to do is use utf-8, but for some reason it does not work. Building through the terminal (xelatex teste.tex) gives
Code: Select all
! Package inputenc Error: Unicode char \u8:á\enddocument not set up for use with LaTeX.
Code: Select all
\documentclass[12pt]{revtex4}\usepackage[brazil]{babel}\usepackage[utf8]{inputenc}\usepackage{ae}\usepackage{color,graphicx}\usepackage{indentfirst}\usepackage{fontspec}\font\textfont="Franklin Gothic Demi"\begin{document}\textfont aaá\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Franklin Gothic (with Linux)?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 22
- Joined: Fri May 18, 2007 6:48 pm