aboutsummaryrefslogtreecommitdiffstats
path: root/tex/docmacros.sty
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-05-22 01:08:34 +0200
committerNao Pross <np@0hm.ch>2021-05-22 01:08:34 +0200
commit290317a9796d8f42c5f4f1cc5b4714e6897d80ad (patch)
tree6d4bae7849e93ceae487254da63aea46721f1553 /tex/docmacros.sty
parentFix typos (diff)
downloadDigDes-290317a9796d8f42c5f4f1cc5b4714e6897d80ad.tar.gz
DigDes-290317a9796d8f42c5f4f1cc5b4714e6897d80ad.zip
Start testing
Diffstat (limited to 'tex/docmacros.sty')
-rw-r--r--tex/docmacros.sty7
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}}