Risistemate le macro, nadato avanti coi segnali, aggiornato il makefile.
[gapil.git] / macro.tex
index e832de665e94eeadba3f93e13caa3cdd7a9ef821..c2ef967920a08819b51c1e1bc259ee8f642b65d5 100644 (file)
--- a/macro.tex
+++ b/macro.tex
@@ -93,7 +93,7 @@ tab.~\thechapter.\theusercount}
 % Slighty different envirnoment to be used for multi-header, 
 % multi-functions boxed description
 %
-\newcommand{\headdecl}[1]{\par \texttt{\#include <#1>}}
+\newcommand{\headdecl}[1]{\item\texttt{\#include <#1>}}
 \newcommand{\funcdecl}[1]{\item\texttt{#1}\par}
 \newenvironment{functions}
 {% defining what is done by \begin
@@ -111,6 +111,14 @@ tab.~\thechapter.\theusercount}
 \normalsize 
 \par
 }
-
-
+%
+% Wrapper for shell command, functions, filenames, links,
+% variables, macros,  and everything can be useul, 
+%
+\newcommand{\cmd}[1]{\texttt{#1}}
+\newcommand{\func}[1]{\texttt{#1}}
+\newcommand{\macro}[1]{\texttt{#1}}
+\newcommand{\var}[1]{\texttt{#1}}
+\newcommand{\file}[1]{\texttt{#1}}
+\newcommand{\link}[1]{\texttt{#1}}