summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/cals/test/template.txt')
-rw-r--r--Master/texmf-dist/doc/latex/cals/test/template.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cals/test/template.txt b/Master/texmf-dist/doc/latex/cals/test/template.txt
new file mode 100644
index 00000000000..5e0b64b7380
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cals/test/template.txt
@@ -0,0 +1,33 @@
+\documentclass{minimal}
+\usepackage{color}
+\makeatletter
+\showboxdepth=100
+\showboxbreadth=100
+
+%\iftrue
+\iffalse
+\usepackage{cals}
+\else
+\input{cell.dtx}
+\input{table.dtx}
+\input{span.dtx}
+\input{lltokens.dtx}
+\input{decor.dtx}
+\input{colsep.dtx}
+\input{rowsep.dtx}
+\fi
+
+% Variables defined inside calstable environment
+\let\cals@thead@tokens=\relax
+\let\cals@tfoot@tokens=\relax
+\let\cals@tbreak@tokens=\relax
+\let\cals@ifInRspan=\cals@iffalse
+\let\cals@ifLastRspanRow=\cals@iftrue
+\let\cals@borderL=\relax
+\let\cals@borderR=\relax
+\let\cals@borderT=\relax
+\let\cals@borderB=\relax
+
+\begin{document}
+##CODE##
+\end{document}