]> git.saurik.com Git - wxWidgets.git/commitdiff
adding files for pdflatex support
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 8 Mar 2008 21:15:41 +0000 (21:15 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 8 Mar 2008 21:15:41 +0000 (21:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile.latex [new file with mode: 0644]
docs/doxygen/latexdocstart.inc [new file with mode: 0644]

diff --git a/docs/doxygen/Doxyfile.latex b/docs/doxygen/Doxyfile.latex
new file mode 100644 (file)
index 0000000..ade3c01
--- /dev/null
@@ -0,0 +1,26 @@
+#############################################################################
+## Name:        Doxyfile.chm
+## Purpose:     Doxygen configuration file for generating CHM only
+## Author:      Francesco Montorsi
+## RCS-ID:      $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## Licence:     wxWindows license
+#############################################################################
+
+@INCLUDE = Doxyfile.inc
+
+#---------------------------------------------------------------------------
+# Generation switches
+#---------------------------------------------------------------------------
+
+GENERATE_HTMLHELP      = NO
+GENERATE_HTML          = NO
+GENERATE_XML           = NO
+
+GENERATE_LATEX         = YES
+GENERATE_RTF           = NO
+GENERATE_MAN           = NO
+GENERATE_PERLMOD       = NO
+GENERATE_AUTOGEN_DEF   = NO
+GENERATE_TAGFILE       =
+
+HHC_LOCATION           = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe
diff --git a/docs/doxygen/latexdocstart.inc b/docs/doxygen/latexdocstart.inc
new file mode 100644 (file)
index 0000000..a7d92bb
--- /dev/null
@@ -0,0 +1,57 @@
+\documentclass[a4paper]{report}
+\usepackage{verbatim}
+\usepackage{a4wide}
+\usepackage{makeidx}
+\usepackage{fancyhdr}
+\usepackage{multicol}
+\usepackage{float}
+\usepackage{textcomp}
+\usepackage{alltt}
+\usepackage{palatino}
+\usepackage{ifpdf}
+\ifpdf
+\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf}
+\usepackage[pdftex,
+            pagebackref=true,
+            colorlinks=true,
+            linkcolor=blue,
+            unicode
+           ]{hyperref}
+\else
+\usepackage{graphicx}
+\usepackage[ps2pdf,
+            pagebackref=true,
+            colorlinks=true,
+            linkcolor=blue,
+            unicode
+           ]{hyperref}
+\usepackage{pspicture}
+\fi
+\usepackage[utf8]{inputenc}
+\usepackage{doxygen}
+\usepackage{epstopdf}
+\usepackage{palatino}
+\sloppy
+\parskip=10pt
+\parindent=0pt
+\makeindex
+\setcounter{tocdepth}{1}
+\renewcommand{\footrulewidth}{0.4pt}
+\begin{document}
+\begin{titlepage}
+\vspace*{7cm}
+\begin{center}
+{\Large wxWidgets \\[1ex]\large 2.9.0 }\\
+\vspace*{1cm}
+{\large Generated by Doxygen 1.5.5}\\
+\vspace*{0.5cm}
+{\small Sat Mar 8 21:49:23 2008}\\
+\end{center}
+\end{titlepage}
+\pagestyle{fancyplain}
+\clearemptydoublepage
+\pagenumbering{roman}
+\tableofcontents
+\clearemptydoublepage
+\pagenumbering{arabic}