From: Stefan Csomor Date: Sat, 8 Mar 2008 21:15:41 +0000 (+0000) Subject: adding files for pdflatex support X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2a593cc420d724286b3783b7a1489b0509f53ae4 adding files for pdflatex support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile.latex b/docs/doxygen/Doxyfile.latex new file mode 100644 index 0000000000..ade3c01e70 --- /dev/null +++ b/docs/doxygen/Doxyfile.latex @@ -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 index 0000000000..a7d92bb6c6 --- /dev/null +++ b/docs/doxygen/latexdocstart.inc @@ -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}