diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-05-28 17:36:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 17:36:49 +0200 |
| commit | 68598ccc2e420376a790b31b93efa7f18f91edf6 (patch) | |
| tree | 6ca3ecd36d8d84ea7153d74cab73361052d03565 /latex | |
| parent | 266529fa1271a942920845072efb588c64c4aba3 (diff) | |
| parent | a08c4b2d7a7135029a588df542c18fdf07725075 (diff) | |
Merge pull request #2 from adelon/main
changes from main needs to be included
Diffstat (limited to 'latex')
| -rw-r--r-- | latex/naproche.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/latex/naproche.sty b/latex/naproche.sty index cb65fe7..476d3dd 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}} @@ -87,6 +88,7 @@ \newcommand{\fld}[1]{\fun{field}#1} \newcommand{\fst}[1]{\fun{fst}#1} \newcommand{\funs}[2]{\fun{Fun}(#1,#2)} +\newcommand{\genOpens}[2]{\mathcal{O}_{#2}(#1)} \newcommand{\idempotents}[1]{\fun{Idempotent}(#1)} \newcommand{\identity}[1]{\fun{id}_{#1}} \newcommand{\img}[2]{#1^{\to}(#2)} |
