summaryrefslogtreecommitdiff
path: root/latex
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2024-05-21 19:23:59 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2024-05-21 19:23:59 +0200
commitd87aa179ade758a02a9b1609dadc07bf842df635 (patch)
treedcdf232039309ac3eb66fad112be06928d26f503 /latex
parent1ea35d4861f29faa5d7eab25c7773c0d9b638b38 (diff)
Allow line breaks via `\textbox`, handle `\left`/`\right`
Diffstat (limited to 'latex')
-rw-r--r--latex/naproche.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/latex/naproche.sty b/latex/naproche.sty
index 4bbefea..00ddf9a 100644
--- a/latex/naproche.sty
+++ b/latex/naproche.sty
@@ -11,7 +11,8 @@
% command for importing theories, no visible rendering
\newcommand{\import}[1]{}
\newcommand{\explanation}[1]{\quad\text{[#1]}}
-
+\usepackage{pbox}
+\newcommand{\textbox}[1]{\pbox{28em}{#1}}