diff options
| -rw-r--r-- | preamble/preamble.tex | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/preamble/preamble.tex b/preamble/preamble.tex index eb79f89..451521f 100644 --- a/preamble/preamble.tex +++ b/preamble/preamble.tex @@ -38,6 +38,7 @@  \renewcommand \textnum [1] {#1}  \newcommand \textemail [1] {\texttt{\small #1}}  \newcommand \texturl [1] {\texttt{\small #1}} +\newcommand \textpath [1] {\texturl{#1}}  \newcommand \texthost [1] {\texttt{#1}}  % Macros, enheter @@ -59,6 +60,7 @@  \newcommand \mda {\textsc{mda}}  \newcommand \mdalong {(Meddelandeleverantör, eng. \textit{Mail Delivery Agent})}  \newcommand \mx {\textsc{mx}} +\newcommand \mysql {My\textsc{sql}}  \newcommand \nti {\textsc{nti}}  \newcommand \ntig {\textsc{nti}-gymnasiet}  \newcommand \ok {\textsc{ok}} | 
