adding files for pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
26
docs/doxygen/Doxyfile.latex
Normal file
26
docs/doxygen/Doxyfile.latex
Normal file
@@ -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
|
57
docs/doxygen/latexdocstart.inc
Normal file
57
docs/doxygen/latexdocstart.inc
Normal file
@@ -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}
|
Reference in New Issue
Block a user