summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-07-26 10:25:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-07-26 10:25:52 (GMT)
commit7afe0e42460f752233659a061aadf578faedd7dc (patch)
tree9fb712ba49ecb152cc219fe575af30a3cb4ce9f9 /templates
parent3f5d4ac5006ac05151a4e06dc00d1c048f3fe6cd (diff)
downloadDoxygen-7afe0e42460f752233659a061aadf578faedd7dc.zip
Doxygen-7afe0e42460f752233659a061aadf578faedd7dc.tar.gz
Doxygen-7afe0e42460f752233659a061aadf578faedd7dc.tar.bz2
issue #6769 Tabu is broken
Based on comment `\usepackage` in refman.tex / doxygen_manual.tex has been replaced with `\RequirePackage` in doxygen.sty ("back to its old place").
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/doxygen.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index f3cae83..1954365 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -3,14 +3,14 @@
% Packages used by this style file
\RequirePackage{alltt}
-%%\RequirePackage{array} %% moved to refman.tex due to workaround for LatEx 2019 version and unmaintained tabu package
+%%\RequirePackage{array} %% moved to refman.tex due to workaround for LaTex 2019 version and unmaintained tabu package
\RequirePackage{calc}
\RequirePackage{float}
-%%\RequirePackage{ifthen} %% moved to refman.tex due to workaround for LatEx 2019 version and unmaintained tabu package
+%%\RequirePackage{ifthen} %% moved to refman.tex due to workaround for LaTex 2019 version and unmaintained tabu package
\RequirePackage{verbatim}
\RequirePackage[table]{xcolor}
-%%\RequirePackage{longtable} %% moved to refman.tex due to workaround for LatEx 2019 version and unmaintained tabu package
-%%\RequirePackage{tabu} %% moved to refman.tex due to workaround for LatEx 2019 version and unmaintained tabu package
+\RequirePackage{longtable_doxygen}
+\RequirePackage{tabu_doxygen}
\RequirePackage{fancyvrb}
\RequirePackage{tabularx}
\RequirePackage{multirow}