Updated latex tests.
This commit is contained in:
parent
506a5b07d1
commit
3f981022a6
3 changed files with 18 additions and 6 deletions
|
@ -35,9 +35,13 @@
|
|||
\ifxetex
|
||||
\usepackage[setpagesize=false, % page size defined by xetex
|
||||
unicode=false, % unicode breaks when used with xetex
|
||||
xetex]{hyperref}
|
||||
xetex,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true]{hyperref}
|
||||
\usepackage[unicode=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||
\setlength{\parindent}{0pt}
|
||||
|
|
|
@ -17,9 +17,13 @@
|
|||
\ifxetex
|
||||
\usepackage[setpagesize=false, % page size defined by xetex
|
||||
unicode=false, % unicode breaks when used with xetex
|
||||
xetex]{hyperref}
|
||||
xetex,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true]{hyperref}
|
||||
\usepackage[unicode=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||
\setlength{\parindent}{0pt}
|
||||
|
|
|
@ -34,9 +34,13 @@
|
|||
\ifxetex
|
||||
\usepackage[setpagesize=false, % page size defined by xetex
|
||||
unicode=false, % unicode breaks when used with xetex
|
||||
xetex]{hyperref}
|
||||
xetex,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true]{hyperref}
|
||||
\usepackage[unicode=true,
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
\hypersetup{breaklinks=true, pdfborder={0 0 0}}
|
||||
\usepackage[normalem]{ulem}
|
||||
|
|
Loading…
Reference in a new issue