summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/test/cell/test_50_hooks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cals/test/cell/test_50_hooks.tex')
-rw-r--r--macros/latex/contrib/cals/test/cell/test_50_hooks.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/cals/test/cell/test_50_hooks.tex b/macros/latex/contrib/cals/test/cell/test_50_hooks.tex
new file mode 100644
index 0000000000..21ef65f571
--- /dev/null
+++ b/macros/latex/contrib/cals/test/cell/test_50_hooks.tex
@@ -0,0 +1,12 @@
+\begin{calstable}
+\colwidths{{100pt}}
+\brow
+\def\cals@AtBeginCell{\show A}
+\def\cals@AtEndCell{\show B}
+\cell{a}
+\def\cals@AtBeginCell{\show C}
+\def\cals@AtEndCell{\show D}
+\nullcell{ltb}
+\nullcell{rtb}\spancontent{b}
+\erow
+\end{calstable}