diff options
author | Nao Pross <np@0hm.ch> | 2021-05-22 01:08:34 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-05-22 01:08:34 +0200 |
commit | 290317a9796d8f42c5f4f1cc5b4714e6897d80ad (patch) | |
tree | 6d4bae7849e93ceae487254da63aea46721f1553 /tex/docmacros.sty | |
parent | Fix typos (diff) | |
download | DigDes-290317a9796d8f42c5f4f1cc5b4714e6897d80ad.tar.gz DigDes-290317a9796d8f42c5f4f1cc5b4714e6897d80ad.zip |
Start testing
Diffstat (limited to '')
-rw-r--r-- | tex/docmacros.sty | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/docmacros.sty b/tex/docmacros.sty new file mode 100644 index 0000000..9fc0325 --- /dev/null +++ b/tex/docmacros.sty @@ -0,0 +1,7 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{docmacros}[2021/05/22 v0.1 Document Macros] + +\newcommand{\ph}[1]{\textrm{\textit{#1}}} +\newcommand{\reqph}[1]{\textrm{\textlangle\,\ph{#1}\,\textrangle}} +\newcommand{\optionalph}[1]{\textrm{[\,\ph{#1}\,]}} +\newcommand{\vhdl}[1]{\lstinline[language=vhdl]{#1}} |