X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=macro.tex;h=416a8d19a79ad6093b25f9e411ea0bf77f6d7553;hb=6bc2da69725f0e05073cca71b9dd6521dfe54d82;hp=3899480ccd5d6ce866ecd1ac52330ef7879e5d3f;hpb=b3593007c4edd76ecbf7386967c1b25d27eed828;p=gapil.git diff --git a/macro.tex b/macro.tex index 3899480..416a8d1 100644 --- a/macro.tex +++ b/macro.tex @@ -1,6 +1,6 @@ %% macro.tex %% -%% Copyright (C) 2000-2012 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2013 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Un preambolo", @@ -114,6 +114,8 @@ \newcommand{\cmd}[1]{\texttt{#1}} % shell command \newcommand{\code}[1]{\texttt{#1}} % for simple code +\newcommand{\myfunc}[1]{\texttt{#1}} % for my functions + \newcommand{\func}[1]{% \index{funzione!{#1}@{{\tt {#1}}}}\texttt{#1}% %\index{#1@{{\tt {#1}} (funzione)}}\texttt{#1}% @@ -123,6 +125,10 @@ \index{funzione!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}% %\index{#1@{{\tt {#1}} (funzione)}!definizione di}\texttt{#1}% } +\newcommand{\funcm}[1]{% +\index{funzione!{#1}@{{\tt {#1}}}!menzione di}\texttt{#1}% +%\index{#1@{{\tt {#1}} (funzione)}!definizione di}\texttt{#1}% +} \newcommand{\macro}[1]{% \index{macro!{#1}@{{\tt {#1}}}}\texttt{#1}%