LaTeX: Use fontenc [T1] and lmodern fonts.
This gives better behavior for accented characters.
This commit is contained in:
parent
cb68b11fb4
commit
aa67d0c69f
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$lang$,$endif$]{$documentclass$}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{ifxetex,ifluatex}
|
||||
\usepackage{fixltx2e} % provides \textsubscript
|
||||
|
|
Loading…
Add table
Reference in a new issue