summaryrefslogtreecommitdiffstats
path: root/doc/manual.sty
Commit message (Collapse)AuthorAgeFilesLines
* PDF generation stops when image with caption is included in a table.albert-github2016-01-151-0/+7
| | | | | - patch should only be applied to images. - added doxyfigcaption to manual.sty for completeness, when in future a table with an image and caption might appear in the documentation.
* doc: generate Doxygen's documentation.Adrian Negreanu2015-07-181-2/+2
| | | | | | | | | | | | | | | | | | * use configure_files to avoid different $ semantics when COMMAND lines are expanded in build files. ($$var vs. \$var) * nmake/gmake no longer needed by cmake, when building doc. * explicitly copy doc files into build directory to make it clear what files each build stage uses. Documentation can be built with: mkdir build/ && cd $_ cmake -Dbuild_doc=1 .. # add -G"NMake Makefiles" for nmake make docs # this builds doxygen first v3: replace file(COPY) with proper generated file tagging. v2: Remove option to build documentation independently from doxygen. tested on linux(gmake) and windows(nmake) [thanks albert]
* Using tabu package for LaTeX tablesDimitri van Heesch2015-07-121-0/+33