diff options
| author | engelsman <engelsman> | 2008-10-09 20:29:36 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2008-10-09 20:29:36 +0000 |
| commit | 4fb871e2453faafd903e0679119edfa8fa9fb43f (patch) | |
| tree | 3fa64a7b22a89ac9c0b31280940af12c22eb4824 /documentation/Doxyfile | |
| parent | 28ab4c44111e322de36bfc465d61bee168a83d06 (diff) | |
first steps towards doxygen to LaTeX to PDF generation
- Doxyfile: enable LATEX generation
- index.dox: table simplified, and alternative \image latex added
- FL200.eps: new eps version of FL200.gif
- fltk-book.tex: LaTeX template file, with title page
Note: there are still too many errors in the generated LaTeX because
the html in the *.dox files is too complex for doxygen's understanding,
so we still can't generate the full LaTeX and hence PDF versions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxyfile')
| -rw-r--r-- | documentation/Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 74190bb09..35445a7eb 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -863,7 +863,7 @@ TREEVIEW_WIDTH = 250 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = NO +GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -904,20 +904,20 @@ EXTRA_PACKAGES = # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! -LATEX_HEADER = +LATEX_HEADER = fltk-book.tex # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. -PDF_HYPERLINKS = NO +PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. -USE_PDFLATEX = NO +USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep |
