X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=5cc37e2817591f5b205b41aa2396862abc7d6dae;hp=2980b69b3e6e39044ec92884c9fc2adaa776d269;hb=33a54e1bfa5e62cb90d84c2d5f2d0c53864f6bec;hpb=71bd769469078fc921d9646d62b0f9293b6ae47c diff --git a/macro.tex b/macro.tex index 2980b69..5cc37e2 100644 --- a/macro.tex +++ b/macro.tex @@ -1,6 +1,6 @@ %% macro.tex %% -%% Copyright (C) 2000-2006 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2011 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", @@ -147,6 +147,28 @@ \newcommand{\link}[1]{\texttt{#1}} % html link \newcommand{\ctyp}[1]{\texttt{#1}} % C standard type +\newcommand{\headfile}[1]{% +\index{file!include!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % header file name +\newcommand{\procfile}[1]{% +\index{file!filesystem~\texttt{/proc}!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % /proc file name +\newcommand{\sysfile}[1]{% +\index{file!di~sistema!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % system file name +\newcommand{\conffile}[1]{% +\index{file!di~configurazione!{#1}@{{\tt {#1}}}}\texttt{#1}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} % configuration file name +\newcommand{\procrelfile}[2]{% +\index{file!filesystem~\texttt{/proc}!{#1/#2}@{{\tt {#1/#2}}}}\texttt{#2}% +%\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}% +} + + \newcommand{\type}[1]{% \index{tipo!{#1}@{{\tt {#1}}}}\texttt{#1}% %\index{#1@{{\tt {#1}} (tipo)}}\texttt{#1}%