diff options
author | albert-github <albert.tests@gmail.com> | 2019-07-22 16:54:43 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-07-22 16:54:43 (GMT) |
commit | 3f5d4ac5006ac05151a4e06dc00d1c048f3fe6cd (patch) | |
tree | da31ab2515ba7e1e1d35f8866d5a53624807fc32 /doc | |
parent | da1f43dbe1c2399cbed9847165255372f909ffff (diff) | |
download | Doxygen-3f5d4ac5006ac05151a4e06dc00d1c048f3fe6cd.zip Doxygen-3f5d4ac5006ac05151a4e06dc00d1c048f3fe6cd.tar.gz Doxygen-3f5d4ac5006ac05151a4e06dc00d1c048f3fe6cd.tar.bz2 |
issue #6769 Tabu is broken
Created a workaround for the problems in the unmaintained tabu package due to changes in LaTeX 2019
Changes are based on the comments of David Carlisle and Frank Mittelbach of The LaTeX3 Project Team
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen_manual.tex | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index bf269d2..2380d32 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -14,6 +14,14 @@ \batchmode \documentclass{book} +%% moved from doxygen.sty due to workaround for LatEx 2019 version and unmaintained tabu package +\usepackage{ifthen} +\ifx\requestedLaTeXdate\undefined +\usepackage{array} +\else +\usepackage{array}[=2016-10-06] +\fi +%% \usepackage[a4paper,left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry} \usepackage{makeidx} \usepackage{natbib} @@ -23,7 +31,7 @@ \usepackage{geometry} \usepackage{listings} \usepackage{color} -\usepackage{ifthen} +%%\usepackage{ifthen} %% moved to top due to workaround for LatEx 2019 version and unmaintained tabu package \usepackage[table]{xcolor} \PassOptionsToPackage{warn}{textcomp} \usepackage{textcomp} @@ -55,6 +63,10 @@ \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} %% |