X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=macro.tex;h=9f4ea326119848df6281c73faa7ef3ddba8c0b8a;hp=631220ad8e91bba0cc6d6cbb7ec84c6046286c15;hb=e7010c3fbd41a2de44c7b513c5de6e2c6d7ab4b4;hpb=b38fb9f5c8fb8360f7ac296baa8f4a0bdd692d1c diff --git a/macro.tex b/macro.tex index 631220a..9f4ea32 100644 --- a/macro.tex +++ b/macro.tex @@ -1,6 +1,6 @@ %% macro.tex %% -%% Copyright (C) 2000-2005 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2007 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", @@ -9,6 +9,15 @@ %% License". %% % +% +% Defining some special character for use inside typewriter +% text without using the verbatim environment +% +\def\tild{\char'176} +\def\bslash{\char'134} +\def\circonf{\char'136} +\def\invap{\char'140} +% % Defining some commands to manipulate counter to avoid ude of % \label and \ref commands (and related problem to remeber the % used labels) to refer nearest objects @@ -138,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}!{#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}% @@ -164,7 +195,7 @@ \index{#1@{\textit{#1}}|)}% } \newcommand{\itindsub}[2]{% -\index{#1@{\textit{#1}}!#2}% +\index{#1@{\textit{#1}}!\textit{#2}}% } % Aggiunte di Mirko per la gestione delle tabelle complicate come immagini