diff --git a/SoftwareGuide/Latex/00-Preamble-Common.tex b/SoftwareGuide/Latex/00-Preamble-Common.tex index f2c7320b..dd5b276e 100644 --- a/SoftwareGuide/Latex/00-Preamble-Common.tex +++ b/SoftwareGuide/Latex/00-Preamble-Common.tex @@ -12,6 +12,7 @@ \usepackage{gitdags} %\usepackage{siunitx} \usepackage[papersize={7.5in,9.25in},margin=1in]{geometry} +\usepackage[utf8]{inputenc} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -94,10 +95,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifitkPrintedVersion \usepackage[dvips, -pdftitle={ITK Software Guide}, -pdfauthor={Hans Johnson and Luis Ib'{a}~{n}ez and Matthew McCormick and the Insight Software Consortium}, -pdfsubject={Medical Image Segmentation and Registration Toolkit} -pdfkeywords={Registration,Segmentation,Guide}, +pdfencoding=auto, +psdextra, pdfpagemode={UseOutlines}, bookmarks,bookmarksopen, pdfstartview={FitH}, @@ -106,10 +105,8 @@ ]{hyperref} \else \usepackage[dvips, -pdftitle={ITK Software Guide}, -pdfauthor={Hans Johnson and Luis Ib'{a}~{n}ez and Matthew McCormick and the Insight Software Consortium}, -pdfsubject={Medical Image Segmentation and Registration Toolkit}, -pdfkeywords={Registration,Segmentation,Guide}, +pdfencoding=auto, +psdextra, pdfpagemode={UseOutlines}, bookmarks,bookmarksopen, pdfstartview={FitH}, @@ -118,6 +115,13 @@ ]{hyperref} \fi +\hypersetup{ +pdftitle={ITK Software Guide}, +pdfauthor={Hans Johnson and Luis Ib\'{a}\~{n}ez and Matthew McCormick and the Insight Software Consortium}, +pdfsubject={Medical Image Segmentation and Registration Toolkit}, +pdfkeywords={Registration,Segmentation,Guide} +} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %