X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=05509cc0c8c35326a0a3568161467778fa5b2f84;hp=54d737dad8f543cc972d7cd9bff38d76e14aedcf;hb=d07e28ddd45c73db1d6087127daf51d158e5e822;hpb=f83c16427a6e33346a4713d30800c0fda95a63dd diff --git a/macro.tex b/macro.tex index 54d737d..05509cc 100644 --- a/macro.tex +++ b/macro.tex @@ -87,7 +87,7 @@ tab.~\thechapter.\theusercount} \normalsize \par } -\newenvironment{errlist}{\begin{description}}{\end{description}} +\newenvironment{errlist}{\begin{description*}}{\end{description*}} % % Slighty different envirnoment to be used for multi-header, @@ -98,22 +98,18 @@ tab.~\thechapter.\theusercount} \newenvironment{functions} {% defining what is done by \begin \footnotesize - \par - \vspace{4pt} - \centering - \ + \center \begin{minipage}[c]{14cm} -% \vrule \hrule \begin{description*}{}{} } {% defining what is done by \end \end{description*} \par -% \hrule \vrule \end{minipage} \vspace{6pt} + \par \normalsize -\break +%\break } % % Wrapper for shell command, functions, filenames, links, @@ -128,3 +124,9 @@ tab.~\thechapter.\theusercount} \newcommand{\type}[1]{\texttt{#1}} % variable type \newcommand{\param}[1]{\texttt{#1}} % function parameter \newcommand{\acr}[1]{\textsl{#1}} % acrostic (for pid, suid, etc.) + + +% per usare latex2html scommentare questi e non includere mdwlist +%\newenvironment{description*}{\begin{description}}{\end{description}} +%\newenvironment{itemize*}{\begin{itemize}}{\end{itemize}} +%\newenvironment{enumerate*}{\begin{enumerate}}{\end{enumerate}}