welcome: please sign in
location: Diff for "Computer/Latex/FontAlternatives"
Differences between revisions 9 and 16 (spanning 7 versions)
Revision 9 as of 2019-01-11 18:28:34
Size: 1474
Editor: leif
Comment:
Revision 16 as of 2019-01-15 14:07:14
Size: 3024
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
%%%%%%%%%%%%%%%%%%% fourier, for pdflatex and luatex %%%%%%%%% %%%%%%%%%%%%%%%%%%% fourier, for pdflatex and lualatex %%%%%%%%%
Line 32: Line 32:

{{{#!html
<h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&amp;do=get&amp;target=schoolbook.pdf" title="schoolbook.pdf">Schoolbook</a></h3>
}}}

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

{{{#!html
<h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&amp;do=get&amp;target=newtx.pdf" title="newtx.pdf">Newtx</a></h3>
}}}

This font group uses a clone of Times New Roman as text font and suitable math characters.
{{{
%%%%%%%%%%%% Fontgroup Newtx, for pdflatex and luatex %%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage[helvratio=0.85]{newtxtext}
\usepackage[varg,varvw,cmbraces,varbb]{newtxmath}
\usepackage[mono,narrow,varl,varqu,scale=0.98]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}}}

{{{#!html
<h3><a class="attachment" href="/Computer/Latex/FontAlternatives?action=AttachFile&amp;do=get&amp;target=lmodern.pdf" title="lmodern.pdf">Lmodern</a></h3>
}}}
A modern version of the traditional Computer Modern font.
{{{
%%%%%%%%%%%% lmodern, for pdflatex and lualatex %%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[matchlowercase]{tgheros}
\usepackage[mono,narrow,varl,varqu,scale=0.95]{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 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Newtx

This font group uses a clone of Times New Roman as text font and suitable math characters.

%%%%%%%%%%%% Fontgroup Newtx, for pdflatex and luatex %%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage[helvratio=0.85]{newtxtext}
\usepackage[varg,varvw,cmbraces,varbb]{newtxmath}
\usepackage[mono,narrow,varl,varqu,scale=0.98]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Lmodern

A modern version of the traditional Computer Modern font.

%%%%%%%%%%%% lmodern, for pdflatex and lualatex %%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[matchlowercase]{tgheros}
\usepackage[mono,narrow,varl,varqu,scale=0.95]{inconsolata}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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