Fonts & Character Sets ⇒ Franklin Gothic (with Linux)?
-
sombrancelha
- 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
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
- 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
-
sombrancelha
- 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
-
sombrancelha
- Posts: 22
- Joined: Fri May 18, 2007 6:48 pm