welcome: please sign in
location: Diff for "Computer/Latex/FontAlternatives"
Differences between revisions 11 and 12
Revision 11 as of 2019-01-13 13:51:30
Size: 1660
Editor: leif
Comment:
Revision 12 as of 2019-01-13 13:54:02
Size: 1898
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:

%%%%%%%%% schoolbook, for pdflatex and lualatex %%%%%%%%%%%
\usepackage{schoolbook}
\usepackage[mono,narrow,varl,varqu]{inconsolata}
\usepackage{dsfont}\let\mathbb\mathds
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Schoolbook

%%%%%%%%% schoolbook, for pdflatex and lualatex %%%%%%%%%%% \usepackage{schoolbook} \usepackage[mono,narrow,varl,varqu]{inconsolata} \usepackage{dsfont}\let\mathbb\mathds %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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