Turn off batchmode for PDF manual, and no longer update latex_header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2015-02-08 11:17:35 +00:00
parent 59dc6777f1
commit 6d16ff35c6
3 changed files with 9 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
\batchmode
% Latex header for doxygen 1.8.8
\documentclass[twoside]{book}
% Packages required by doxygen
@@ -72,8 +72,8 @@
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
\fancyfoot[LE]{\fancyplain{}{}}
\fancyfoot[CE]{\fancyplain{}{}}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on $date for wxWidgets by Doxygen }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on $date for wxWidgets by Doxygen }}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on \today }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on \today }}
\fancyfoot[CO]{\fancyplain{}{}}
\fancyfoot[RO]{\fancyplain{}{}}
\renewcommand{\footrulewidth}{0.4pt}
@@ -118,12 +118,13 @@
\begin{document}
% Titlepage & ToC
\hypersetup{pageanchor=false,
bookmarks=true,
bookmarksnumbered=true,
pdfencoding=unicode
}
\pagenumbering{roman}
\begin{titlepage}
\begin{center}
\vspace*{3cm}
@@ -133,16 +134,15 @@
\end{center}
\end{figure}
\vspace*{2cm}
{\huge Version $projectnumber}\\
{\huge $projectnumber Reference Manual}\\
\vspace*{1cm}
{\large \today}\\
\end{center}
\end{titlepage}
\pagenumbering{roman}
\clearemptydoublepage
\tableofcontents
\clearemptydoublepage
\pagenumbering{arabic}
\hypersetup{pageanchor=true}
%--- Begin generated contents ---