summaryrefslogtreecommitdiffstats
path: root/doc/doxygen_manual.tex
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 /doc/doxygen_manual.tex
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 'doc/doxygen_manual.tex')
-rw-r--r--doc/doxygen_manual.tex8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex
index 2380d32..078bdea 100644
--- a/doc/doxygen_manual.tex
+++ b/doc/doxygen_manual.tex
@@ -14,7 +14,7 @@
\batchmode
\documentclass{book}
-%% moved from doxygen.sty due to workaround for LatEx 2019 version and unmaintained tabu package
+%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
\usepackage{ifthen}
\ifx\requestedLaTeXdate\undefined
\usepackage{array}
@@ -31,7 +31,7 @@
\usepackage{geometry}
\usepackage{listings}
\usepackage{color}
-%%\usepackage{ifthen} %% moved to top due to workaround for LatEx 2019 version and unmaintained tabu package
+%%\usepackage{ifthen} %% moved to top due to workaround for LaTex 2019 version and unmaintained tabu package
\usepackage[table]{xcolor}
\PassOptionsToPackage{warn}{textcomp}
\usepackage{textcomp}
@@ -63,10 +63,6 @@
\usepackage{sectsty}
\usepackage[titles]{tocloft}
\usepackage{amssymb}
-%% moved from doxygen.sty due to workaround for LatEx 2019 version and unmaintained tabu package
-\usepackage{longtable_doxygen}
-\usepackage{tabu_doxygen}
-%%
\usepackage{doxygen}
\usepackage{manual}
%%