Skip to content
Snippets Groups Projects
Commit cbc51359 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

LaTeX: Update style to use xelatex instead of pdflatex

parent 6c2f91fb
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\ProvidesPackage{editionkainhofer}[2009/04/07] \ProvidesPackage{editionkainhofer}[2009/04/07]
% \usepackage{url} % \usepackage{url}
\usepackage[pdftex]{hyperref} \usepackage[xetex]{hyperref}
% \usepackage{url} % \usepackage{url}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage[english,ngerman]{babel} \usepackage[english,ngerman]{babel}
...@@ -19,13 +19,14 @@ ...@@ -19,13 +19,14 @@
\usepackage[normalem]{ulem} \usepackage[normalem]{ulem}
\usepackage{relsize} \usepackage{relsize}
\usepackage{graphics} \usepackage{graphics}
\usepackage{enumerate}
%%%%% XeLaTeX: %%%%% XeLaTeX:
\usepackage{fontspec}% font selecting commands \usepackage{fontspec}% font selecting commands
\usepackage{xunicode}% unicode character macros \usepackage{xunicode}% unicode character macros
\usepackage{xltxtra} % a few fixes and extras \usepackage{xltxtra} % a few fixes and extras
\usepackage[usenames]{color} % \usepackage[usenames]{color}
\usepackage{lmodern} \usepackage{lmodern}
% \@ifundefined{nopagecolor}{% % \@ifundefined{nopagecolor}{%
% \def\nopagecolor{\no@page@color}% % \def\nopagecolor{\no@page@color}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment