Removed ucs package and utf8 from default latex template.
This is no longer supported, and it clashes with packages like biblatex and csquotes. http://groups.google.com/group/comp.text.tex/browse_thread/thread/e0b0bec4e0dbf8b5/5487c7b0a170b95f?q=utf8x+group%3acomp.text.tex#5487c7b0a170b95f
This commit is contained in:
parent
201b99a239
commit
ce85f7cd30
1 changed files with 0 additions and 5 deletions
|
@ -10,12 +10,7 @@
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
|
||||||
\else
|
\else
|
||||||
$if(biblatex)$
|
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
$else$
|
|
||||||
\usepackage[mathletters]{ucs}
|
|
||||||
\usepackage[utf8x]{inputenc}
|
|
||||||
$endif$
|
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
$if(natbib)$
|
$if(natbib)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue