summaryrefslogtreecommitdiffstats
path: root/src/doxygen.sty
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-08 09:41:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-08 09:41:23 (GMT)
commit3cb963061343aa5b3b8a044cdfa62848723a02ee (patch)
tree193ed644113de8d65b66e113b8c792e12404e8a8 /src/doxygen.sty
parent7a1196384f9124f872befea1249eaf9bb99924b5 (diff)
downloadDoxygen-3cb963061343aa5b3b8a044cdfa62848723a02ee.zip
Doxygen-3cb963061343aa5b3b8a044cdfa62848723a02ee.tar.gz
Doxygen-3cb963061343aa5b3b8a044cdfa62848723a02ee.tar.bz2
Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6)
Diffstat (limited to 'src/doxygen.sty')
-rw-r--r--src/doxygen.sty10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doxygen.sty b/src/doxygen.sty
index 072104b..c423e12 100644
--- a/src/doxygen.sty
+++ b/src/doxygen.sty
@@ -434,6 +434,16 @@
}%
{\end{xtabular*}\par}%
+% Used by nested tables
+\newenvironment{TabularNC}[1]%
+{%
+\setlength{\tmplength}%
+ {\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}%
+ \par\begin{tabular*}{\linewidth}%
+ {*{#1}{|>{\PBS\raggedright\hspace{0pt}}p{\the\tmplength}}|}%
+}%
+{\end{tabular*}\par}%
+
% Used for member group headers
\newenvironment{Indent}{%
\begin{list}{}{%