summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/umrand/struts.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/umrand/struts.sty')
-rw-r--r--Master/texmf-dist/tex/latex/umrand/struts.sty11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/umrand/struts.sty b/Master/texmf-dist/tex/latex/umrand/struts.sty
new file mode 100644
index 00000000000..6942a9901b1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/umrand/struts.sty
@@ -0,0 +1,11 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Unsichtbare Linien, %
+% um die H”he von Tabellenzeilen zu beeinflussen %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\def\ostrutdim{3ex} \def\ustrutdim{1ex}
+
+\def\ostrut{\vrule height \ostrutdim width 0pt \relax}
+\def\ustrut{\vrule width 0pt depth \ustrutdim \relax}
+\def\oustrut{\ostrut\ustrut} \def\uostrut{\oustrut}
+
+\endinput