X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=8f3092da243a139423e0572c0eab9586175fe74d;hp=c2ef967920a08819b51c1e1bc259ee8f642b65d5;hb=dc5d6dd815d1aeac2f42891ec2f0a3f38c816ac1;hpb=877e20d4d68b182eee7f8e466e2a126a00534354 diff --git a/macro.tex b/macro.tex index c2ef967..8f3092d 100644 --- a/macro.tex +++ b/macro.tex @@ -98,7 +98,7 @@ tab.~\thechapter.\theusercount} \newenvironment{functions} {% defining what is done by \begin \center - \footnotesize + \footnotesize \begin{minipage}[c]{14cm} \begin{description}{}{} @@ -115,10 +115,11 @@ tab.~\thechapter.\theusercount} % 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}} - +\newcommand{\cmd}[1]{\texttt{#1}} % shell command +\newcommand{\func}[1]{\texttt{#1}} % library function (or system call) +\newcommand{\macro}[1]{\texttt{#1}} % macro constant +\newcommand{\var}[1]{\texttt{#1}} % variable +\newcommand{\file}[1]{\texttt{#1}} % file name +\newcommand{\link}[1]{\texttt{#1}} % html link +\newcommand{\type}[1]{\texttt{#1}} % variable type +\newcommand{\param}[1]{\texttt{#1}} % function parameter