modifiche varie + aggiunte sull'environment
[gapil.git] / macro.tex
index 7114c2d9abd0d249c6c37e7269a8e1d5dbb1b858..ad70c83526b2b595568ac88d24dae70bd57b87b8 100644 (file)
--- a/macro.tex
+++ b/macro.tex
@@ -66,6 +66,7 @@ tab.~\thechapter.\theusercount}
 %
 \newenvironment{prototype}[2]
 {% defining what is done by \begin
+  \par
   \center
   \footnotesize
   \begin{minipage}[c]{14cm}
@@ -97,11 +98,9 @@ tab.~\thechapter.\theusercount}
 \newcommand{\funcdecl}[1]{\item\texttt{#1}\par}
 \newenvironment{functions}
 {% defining what is done by \begin
+  \par
   \footnotesize
- \par  
- \vspace{4pt}
-  \centering
-  \
+  \center
     \begin{minipage}[c]{14cm}
     \begin{description*}{}{} 
 }
@@ -110,6 +109,7 @@ tab.~\thechapter.\theusercount}
       \par 
     \end{minipage}
     \vspace{6pt}
+    \par
     \normalsize 
 %\break
 }