add test
This commit is contained in:
parent
0a902cc0ec
commit
08fa626f54
1 changed files with 24 additions and 0 deletions
24
tests/wip/code/test.tex
Normal file
24
tests/wip/code/test.tex
Normal 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}
|
Loading…
Reference in a new issue