diff --git a/commands.tex b/commands.tex index 8014080..dbc3af5 100644 --- a/commands.tex +++ b/commands.tex @@ -69,4 +69,15 @@ % Enviroment @var cisco -\lstnewenvironment{cisco}{\lstset{style=cisco}}{} \ No newline at end of file +\lstnewenvironment{cisco}{\lstset{style=cisco}}{} + + +%\newcommand{cisline}[1]{\lstinline[columns=fixed]{network-device\# #1}} + + +%\newcommand{cisconf}[2][]{% +%\def\temp{#1}\ifx\temp\empty +%\lstinline[columns=fixed]{network-device(config)\# #2} +%\else +%\lstinline[columns=fixed]{network-device(config-#1)\# #2} +%\fi\}