diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-05-21 19:23:59 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-05-21 19:23:59 +0200 |
| commit | d87aa179ade758a02a9b1609dadc07bf842df635 (patch) | |
| tree | dcdf232039309ac3eb66fad112be06928d26f503 /latex/naproche.sty | |
| parent | 1ea35d4861f29faa5d7eab25c7773c0d9b638b38 (diff) | |
Allow line breaks via `\textbox`, handle `\left`/`\right`
Diffstat (limited to 'latex/naproche.sty')
| -rw-r--r-- | latex/naproche.sty | 3 |
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}} |
