summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Docbook output improvementsDimitri van Heesch2014-06-201-5/+5
| | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation
* \usepackage{fixltx2e} must come before use \usepackage{float}Mattias Ellert2014-06-041-1/+1
| | | | | | The \usepackage{doxygen} statement adds float as a depenency. If the order is wrong the latex generation fails with: LaTeX Error: Unknown float option `H'
* Update latexgen.cppjannick02014-05-211-0/+1
| | | added reset of var Dir_Old at the end.
* make.bat: change current directoryjannick02014-05-211-1/+3
| | | amendment for switching between drives and flipping back to initial cur dir at end of make.bat
* make.bat: change current directoryjannick02014-05-211-0/+1
| | | | | First thing after calling make.bat: switch current directory to folder make.bat resides in. Purpose: easy external call of make.bat. /J.
* Bug 172072 - $title doesn't work in LateX headeralbert-github2014-04-201-2/+2
| | | | | | | | In case $title is used in the latex header or footer it is now replaced with the empty string (it was left inside, resulting in non translatable LaTeX code), the documentation has been updated too. See also: Bug 668004 - LATEX_HEADER should share common information with HTML_HEADER Bug 401327 - LATEX_HEADER: $title does not get expanded
* Improve rendering of sub and superscripts in LaTeXDimitri van Heesch2014-03-281-0/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Recognize all HTML4 special character entitiesalbert-github2014-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output.
* Merge pull request #95 from albert-github/feature/bug_latex_index_1Dimitri van Heesch2014-02-031-4/+15
|\ | | | | Enabling possibility to have { and } in (latex) index items
| * Enabling possibility to have { and } in (latex) index itemsalbert-github2014-01-151-4/+15
| | | | | | | | | | | | | | | | | | In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range)
* | Use hook arrow for hyphens in symbol names in the LaTeX output.Dimitri van Heesch2014-01-121-0/+1
|/
* added option to have numbers in the bookmark pane (PDF output)Dimitri van Heesch2014-01-111-1/+5
|
* Simplified LaTeX header/footer escapingDimitri van Heesch2014-01-081-20/+16
|
* Bug 626172 - Latex $projectname with "&" gets no escapedalbert-github2014-01-041-8/+20
| | | | The variable elements in the header en footer should be converted to latex string, now they are in the format as defined in the Doxyfile
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-12/+12
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Bug 710998 - latex_count=5 is not enoughDimitri van Heesch2013-11-111-4/+4
|
* doxygen.sty.h was not ignored and not included/generated properlyDimitri van Heesch2013-10-121-1/+1
|
* LaTeX: Fix ToC entries of index/bibliographyDimitri van Heesch2013-09-281-1/+6
|
* Using & in the project name caused invalid HTML and LaTeX outputDimitri van Heesch2013-08-031-2/+6
|
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-17/+7
|
* Release-1.8.4Dimitri van Heesch2013-05-191-464/+5
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-10/+4
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-0/+8
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-468/+477
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-6/+6
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-5/+8
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-0/+3
|
* Release-1.8.2Dimitri van Heesch2012-08-111-2/+4
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-0/+1
|
* Release-1.8.1Dimitri van Heesch2012-05-191-2/+4
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-30/+30
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-0/+15
|
* Release-1.8.0Dimitri van Heesch2012-03-171-0/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-40/+56
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-11/+64
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-10/+5
|
* Release-1.7.5.1-20111027Dimitri van Heesch2011-10-271-11/+16
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-2/+2
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-2/+8
|
* Release-1.7.5Dimitri van Heesch2011-08-141-66/+96
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-33/+108
|
* Release-1.7.4-20110629Dimitri van Heesch2011-06-291-5/+9
|
* Release-1.7.4-20110606Dimitri van Heesch2011-06-061-4/+56
|
* Release-1.7.4-20110426Dimitri van Heesch2011-04-261-11/+29
|
* Release-1.7.4Dimitri van Heesch2011-03-281-56/+121
|
* Release-1.7.3-20110217Dimitri van Heesch2011-02-171-2/+23
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-3/+3
|