This commit is contained in:
Maximilian Keßler 2022-02-10 01:29:05 +01:00
parent 0a902cc0ec
commit 08fa626f54

24
tests/wip/code/test.tex Normal file
View file

@ -0,0 +1,24 @@
\documentclass[12pt]{article}
\usepackage[pipe]{mkessler-code}
\usepackage{mkessler-vocab}
\begin{document}
\begin{table}[htpb]
\centering
\begin{tabular}{c| c | c}
test & bla & \code{test_}
\end{tabular}
\caption{caption}
\label{tab:label}
\end{table}
\code{test__}
\vocab{| this is a test_|}
%| test ___|
\end{document}