Nouva macro quasi funzionante.
[gapil.git] / macro.tex
index f1b1bf554332874b091a101c28e8e3b9c73abc5b..e832de665e94eeadba3f93e13caa3cdd7a9ef821 100644 (file)
--- a/macro.tex
+++ b/macro.tex
@@ -94,24 +94,23 @@ tab.~\thechapter.\theusercount}
 % multi-functions boxed description
 %
 \newcommand{\headdecl}[1]{\par \texttt{\#include <#1>}}
-\newcommand{\funcdecl}[1]{\par \texttt{#1}}
+\newcommand{\funcdecl}[1]{\item\texttt{#1}\par}
 \newenvironment{functions}
 {% defining what is done by \begin
   \center
    \footnotesize
   \begin{minipage}[c]{14cm}
+  \begin{description}{}{} 
 
-  \begin{list}{}{} 
-    \item }
+}
 {% defining what is done by \end
-  \end{list
+  \end{description
   \par 
 \par \texttt{ }
 \end{minipage} 
 \normalsize 
 \par
 }
-\newenvironment{errlist}{\begin{description}}{\end{description}}