welcome: please sign in
location: Diff for "Computer/Latex/FontAlternatives"
Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2019-01-11 17:47:03
Size: 465
Editor: leif
Comment:
Revision 7 as of 2019-01-11 18:22:39
Size: 1472
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from LeifAndersson/FontAlternatives
Line 2: Line 3:
=== Fourier ===
[[attachment:fourier.pdf|Show example|&do=get]]

{{{#!html
<h3><a class="attachment" href="/LeifAndersson/FontAlternatives?action=AttachFile&amp;do=get&amp;target=fourier.pdf" title="fourier.pdf">Fourier</a></h3>
}}}
This font group uses an Adobe Utopia clone for the text font and
a specially designed math font called Fourier for the maths.
Line 13: Line 18:
{{{#!html
<h3><a class="attachment" href="/LeifAndersson/FontAlternatives?action=AttachFile&amp;do=get&amp;target=fouriernc.pdf" title="fouriernc.pdf">FourierNC</a></h3>
}}}
This font group uses New Century Schoolbook (TeX Gyre Schola) as the text font and Fourier as the maths font.
{{{
%%%%%%%%%%%%% fouriernc, for pdflatex and lualatex %%%%%%%%%%%%%%%
\usepackage{fouriernc}
\usepackage[matchlowercase,oldspacing]{tgschola}
\usepackage[matchlowercase]{tgheros}
\usepackage{dsfont} \AtBeginDocument{\let\mathbb=\mathds}
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{b}{n}
\usepackage[mono,narrow,varl,varqu,scale=0.98]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}}}

LaTeX Font alternatives

Fourier

This font group uses an Adobe Utopia clone for the text font and a specially designed math font called Fourier for the maths.

%%%%%%%%%%%%%%%%%%% fourier, for pdflatex and luatex %%%%%%%%%
\usepackage{fourier}  
\usepackage[matchlowercase]{tgheros}
\usepackage{dsfont}\AtBeginDocument{\let\mathbb=\mathds}
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
\usepackage[mono,narrow,varl,varqu,scale=0.96]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

FourierNC

This font group uses New Century Schoolbook (TeX Gyre Schola) as the text font and Fourier as the maths font.

%%%%%%%%%%%%% fouriernc, for pdflatex and lualatex %%%%%%%%%%%%%%%
\usepackage{fouriernc}
\usepackage[matchlowercase,oldspacing]{tgschola}
\usepackage[matchlowercase]{tgheros}
\usepackage{dsfont} \AtBeginDocument{\let\mathbb=\mathds}
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{b}{n}
\usepackage[mono,narrow,varl,varqu,scale=0.98]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Computer/Latex/FontAlternatives (last edited 2022-06-10 10:02:17 by leif)