mymacros.sty: Macro um Shell-Befehle darzustellen

This commit is contained in:
Jörg Thalheim 2013-10-31 14:00:39 +01:00
parent 6eb35a8e23
commit 30b116c40f
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{tabularx}
\RequirePackage{mymacros}
% schönere Hyperlinkfarben
\definecolor{darkred}{rgb}{0.5, 0, 0}

1
bericht/mymacros.sty Normal file
View File

@ -0,0 +1 @@
\newcommand{\shellcmd}[1]{\nopagebreak\hspace{4ex}\texttt{\footnotesize\$ #1}}