| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| |/
|/|
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
|
| |
| |
| |
| | |
Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_latex_index
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case we need to use another 'makeindex' command in the Makefile / make.bat we can use the configuration tag MAKEINDEX_CMD_NAME
When we want to have another index we can use e.g. EXTRA_PACKAGES = [nottoc]tocbibind
but in those cases the \makeindex command is still the same but should be \makeindex[intoc]. By means of the new configuration tag LATEX_MAKEINDEX_CMD this discrepancy has been solved.
Due to the default value some small changes in the configuration parser were necessary as well.
(based on the stack question https://stackoverflow.com/questions/44394311/add-index-to-toc-with-doxygen).
|
|\ \ \
| | | |
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_tableofcontents_latex
|
| |\ \ \
| | | |/
| | |/| |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
currently the \tableofcontents command is only supported for HTML.
In this patch:
- enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}']
where option can be 'HTML, and 'LaTeX'
(side effect: possibility to have options with, nearly, all commands.)
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bug 796355 - LaTeX: Class scrbook Error: undefined old font command `\tt'
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Replaced \tt by \texttt
- Replaced the left over \bf by \textbf
and taking care that { } still match.
|
|\ \ \ \
| | | | |
| | | | | |
Small problems when having code in LaTeX output
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- in formulas it is also possible to have special characters
- adding special character '-' for U+2212
- making special characters more system independent (plain latex was not handled) and should be independent of hyperlink setting
- without hyperlinks the name of normally linked names with underscore kept e.g. their underscores instead of escaping it
- be sure that on the end of a code section the previous line is properly 'closed'.
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
includes an underline
Correctly write the text to the text file (i.e. escape some characters)
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
When code is used inside a problem occurs with \discretionary
- Inside a table \discretionary is disabled when code is used.
- \newline should not be appended to a code line (is already implicitly done by the command).
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| | |
Better HTML output for VHDL Ports
|
| | | |
| | | |
| | | |
| | | | |
Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_latex_languages
|
| |\ \ \
| | | |/
| | |/| |
|
| | |/
| |/|
| | |
| | | |
For a number of languages the output in LaTeX has been improved so the regular documentation can be generated (automatically) in LaTeX / PDF as well.
|
| |/
|/|
| |
| |
| | |
With a lot of paragraphs / nesting levels in the TOC it happens that the paragraph number flows into paragraph title in the toc, this patch overcomes this problem.
See also https://en.wikibooks.org/wiki/LaTeX/Tables_of_Contents_and_Lists_of_Figures#Numbers_overlap_the_titles
|
| |
| |
| |
| |
| | |
Removing the automatic line breaking after 108 characters (also didn't work properly with e.g. executive paper size).
Due to new implementation some character encodings had to be changed as well as well as handling of the single quote in formulas.
|
|/
|
|
|
|
| |
The name of the index is used on a number of places, in the Contents and the Bookmarks the name as used in the \addcontentsline is used and in the chapter with the index the name as specified in the \indexname is used.
The \indexname is set by the language package and the name in the \addcontentsline the name as used in the doxygen translator is used, this can lead to inconsistencies (e.g. Slovak language Register versus Index).
The approach has be made uniform here by using \indexname on bot places.
|
|
|
|
| |
contains a \code block
|
|\
| |
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_783134
|
| |
| |
| |
| |
| |
| |
| | |
contains a \code block
General problem regarding having a code / verbatim section inside a table.
Besides handling of the $ some other characters need special handling as well as the \n.
|
|/
|
|
|
| |
When a hyperlink splits across a page boundary it can come to the problem of "\pdfendlink ended up in different nesting level than \pdfstartlink".
To overcome this problem the \hyperlink is packed into a "\mbox" construct (as suffested e.g. in https://tex.stackexchange.com/questions/1522/pdfendlink-ended-up-in-different-nesting-level-than-pdfstartlink)
|
|\
| |
| | |
Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS
|
| |
| |
| |
| |
| |
| |
| | |
by..." for CSS
Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file.
(also corrected some error messages).
|
|/
|
|
|
| |
The newest version of scrbook (from Ubuntu 16.10) otherwise bails out with
"scrbook Error: undefined old font command `\bf'"
|
|
|
|
| |
in PDF output Data Fields
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
output
In a pagref the path should not be present.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
formula.cpp handles package arguments correctly
|
| |
|
|
|
|
|
| |
When having a line like "Definition at line 30 of file test.cpp." in the LaTeX document with source code the test.cpp is linked to the file but the 30 isn't (in HTML it is).
Problem is that in the hypertarget the extension is still present. This patch corrects this.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
In the documentation generated by doxygen the table of contents does not start with page number i but with iii, by setting the pagenumbering}{roman} after the clearemptydoublepage titlepage this is corrected. In the beginning of the documentation we set the page numbering to "alph" so it won't interfere with the numbers in the table of contents and the real documentation.
For the doxygen manual similar reasoning is true, furthermore the table of contents was on the left side page (when printed double sided), yhis is corrected as well.
|
|/
|
|
| |
improve performance
|
|
|
|
| |
overflows
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|