Size: 416
Comment:
|
Size: 1660
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== LaTeX Font alternatives == === Fourier === |
## page was renamed from LeifAndersson/FontAlternatives == LaTeX Font Alternatives == {{{#!html <h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&do=get&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 4: | Line 10: |
%%%%%%%%%%%%%%%%%%% fourier, for pdflatex and luatex %%%%%%%%% | %%%%%%%%%%%%%%%%%%% fourier, for pdflatex and lualatex %%%%%%%%% |
Line 12: | Line 18: |
{{{#!html <h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&do=get&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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}} {{{#!html <h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&do=get&target=schoolbook.pdf" title="schoolbook.pdf">Schoolbook</a></h3> }}} |
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 lualatex %%%%%%%%% \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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%