Aggiornamento note copyright e I/O Asyncrono
[gapil.git] / macro.tex
1 %% macro.tex
2 %%
3 %% Copyright (C) 2000-2015 Simone Piccardi.  Permission is granted to
4 %% copy, distribute and/or modify this document under the terms of the GNU Free
5 %% Documentation License, Version 1.1 or any later version published by the
6 %% Free Software Foundation; with the Invariant Sections being "Un preambolo",
7 %% with no Front-Cover Texts, and with no Back-Cover Texts.  A copy of the
8 %% license is included in the section entitled "GNU Free Documentation
9 %% License".
10 %%
11 %
12 %
13 % Defining some special character for use inside typewriter 
14 % text without using the verbatim environment
15 %
16 \def\tild{\char'176}
17 \def\bslash{\char'134}
18 \def\circonf{\char'136}
19 \def\invap{\char'140}
20
21 \newcommand{\includecodesnip}[1]{\lstinputlisting[stepnumber=0,xleftmargin=\parindent,frame=]{#1}}{}
22 \newcommand{\includestruct}[1]{\lstinputlisting[stepnumber=0]{#1}}{}
23 \newcommand{\includecodesample}[1]{\lstinputlisting{#1}}{}
24
25 %
26 % Defining some commands to manipulate counter to avoid ude of 
27 % \label and \ref commands (and related problem to remeber the 
28 % used labels) to refer nearest objects
29 %
30 %
31 \newcounter{usercount}       % define a new counter for internal use
32 %
33 % equations commands
34 %
35 \newcommand{\cureq}{(\theequation)}
36 \newcommand{\nxeq}{%
37 \setcounter{usercount}{\value{equation}}%
38 \addtocounter{usercount}{1}%
39 (\thechapter.\theusercount)}
40 \newcommand{\preeq}{%
41 \setcounter{usercount}{\value{equation}}%
42 \addtocounter{usercount}{-1}%
43 (\thechapter.\theusercount)}
44 %
45 % Macro to put picture (in format PICT) inside a figure
46 %
47 \newcommand{\pictfig}[3]{
48         \begin{minipage}[t][#1][b]{#2}
49         \mbox{\special{pict=#3}}
50 %    \vspace{3cm}
51     \end{minipage}
52 }
53 %
54 % Macro to create a special environment for function prototypes
55 % boxed description
56 %
57 \newenvironment{prototype}[2]
58 {% defining what is done by \begin
59   \nobreak
60   \center
61   \begin{boxedminipage}[c]{14cm}
62   \footnotesize
63     \begin{description*}{}{} 
64     \item \texttt{\#include <#1>}
65     \item \texttt{#2} \par
66 %   \begin{lstlisting}{}
67 % #1
68 % #2
69 %   \end{lstlisting}
70 }
71 {% defining what is done by \end
72 %  \end{list} 
73 %  \par 
74 \end{description*}
75 \end{boxedminipage}
76 \vspace{6pt}
77 \par
78 \normalsize 
79 }
80 \newenvironment{errlist}{\begin{basedescript}{\desclabelwidth{1.0cm}}}
81 {\end{basedescript}}
82 %
83 % Slighty different environment to be used for multi-header, 
84 % multi-functions boxed description
85 %
86 \newcommand{\headdecl}[1]{\item\texttt{\#include <#1>}}
87 \newcommand{\funcdecl}[1]{\item\texttt{#1}\par}
88 \newcommand{\bodydesc}[1]{\par \end{description*} #1
89  \begin{description*}{}{} \baselineskip=0pt
90  \item \vspace{-4pt}
91
92
93 \newenvironment{functions}
94 {% defining what is done by \begin
95   \nobreak
96   \center
97     \begin{boxedminipage}[c]{14cm}
98       \footnotesize
99     \begin{description*}{}{} 
100 }
101 {% defining what is done by \end
102       \end{description*}
103     \end{boxedminipage}
104     \vspace{6pt}
105      \par
106     \normalsize 
107 %\break
108 }
109
110 %
111 % Wrapper for shell command, functions, filenames, links,
112 % variables, macros,  and everything can be useul, 
113 %
114 \newcommand{\cmd}[1]{\texttt{#1}}     % shell command
115 \newcommand{\code}[1]{\texttt{#1}}    % for simple code
116
117 \newcommand{\myfunc}[1]{\texttt{#1}}    % for my functions
118
119 \newcommand{\func}[1]{%
120 \index{funzione!{#1}@{{\tt {#1}}}}\texttt{#1}%
121 %\index{#1@{{\tt {#1}} (funzione)}}\texttt{#1}%
122 }
123
124 \newcommand{\funcd}[1]{%
125 \index{funzione!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}%
126 %\index{#1@{{\tt {#1}} (funzione)}!definizione di}\texttt{#1}%
127 }
128 \newcommand{\funcm}[1]{%
129 \index{funzione!{#1}@{{\tt {#1}}}!menzione di}\texttt{#1}%
130 %\index{#1@{{\tt {#1}} (funzione)}!definizione di}\texttt{#1}%
131 }
132
133 \newcommand{\macro}[1]{%
134 \index{macro!{#1}@{{\tt {#1}}}}\texttt{#1}%
135 %\index{#1@{{\tt {#1}} (macro)}}\texttt{#1}%
136 }
137
138 \newcommand{\errcode}[1]{%
139 \index{errore!{#1}@{{\tt {#1}}}}\texttt{#1}%
140 %\index{#1@{{\tt {#1}} (errore)}}\texttt{#1}%
141 }
142
143 \newcommand{\errval}[1]{\texttt{#1}}     % value 
144 \newcommand{\var}[1]{\texttt{#1}}     % variable 
145 \newcommand{\val}[1]{\texttt{#1}}     % value 
146
147 \newcommand{\signal}[1]{%
148 \index{segnale!{#1}@{{\tt {#1}}}}\texttt{#1}%
149 %\index{#1@{{\tt {#1}} (costante)}}\texttt{#1}%
150 }                                     % constant name
151
152 \newcommand{\const}[1]{%
153 \index{costante!{#1}@{{\tt {#1}}}}\texttt{#1}%
154 %\index{#1@{{\tt {#1}} (costante)}}\texttt{#1}%
155 }                                     % constant name
156
157 \newcommand{\instruction}[1]{%
158 \index{istruzione linguaggio C!{#1}@{{\tt {#1}}}}\texttt{#1}%
159 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
160 }                                     % constant name
161
162 \newcommand{\direct}[1]{%
163 \index{direttiva linguaggio C!{#1}@{{\tt {#1}}}}\texttt{#1}%
164 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
165 }                                     % constant name
166
167 \newcommand{\file}[1]{\texttt{#1}}    % file name
168 \newcommand{\link}[1]{\texttt{#1}}    % html link
169 \newcommand{\ctyp}[1]{\texttt{#1}}    % C standard type
170
171 \newcommand{\headfile}[1]{%
172 %\index{file!include!{#1}@{{\tt {#1}}}}\texttt{#1}%
173 \texttt{#1}%
174 }                                     % header file name
175
176 \newcommand{\procfile}[1]{%
177 \index{file!filesystem~\texttt{/proc}!{#1}@{{\tt {#1}}}}\texttt{#1}%
178 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
179 }                                     % /proc file name
180 \newcommand{\sysfile}[1]{%
181 \index{file!di~sistema!{#1}@{{\tt {#1}}}}\texttt{#1}%
182 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
183 }                                     % system file name
184 \newcommand{\conffile}[1]{%
185 \index{file!di~configurazione!{#1}@{{\tt {#1}}}}\texttt{#1}%
186 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
187 }                                     % configuration file name
188 \newcommand{\procrelfile}[2]{%
189 \index{file!filesystem~\texttt{/proc}!{#1/#2}@{{\tt {#1/#2}}}}\texttt{#2}%
190 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
191 }   
192
193 \newcommand{\sysctlfile}[1]{%
194 \index{file!file di controllo (sotto \texttt{/proc/sys})!{#1}@{{\tt {#1}}}}\texttt{/proc/sys/#1}%
195 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
196 }                                     % /proc/sys file name
197
198 \newcommand{\sysctlrelfile}[2]{%
199 \index{file!file di controllo (sotto \texttt{/proc/sys})!{#1/#2}@{{\tt {#1/#2}}}}\texttt{#2}%
200 %\index{#1@{{\tt {#1}} (direttiva)}}\texttt{#1}%
201 }                                     % /proc/sys file name
202
203
204 \newcommand{\kstruct}[1]{%
205 \index{struttura dati del kernel!{#1}@{{\tt {#1}}}}\texttt{#1}%
206 %\index{#1@{{\tt {#1}} (struttura dati)}}\texttt{#1}%
207 }                                     % struttura dati
208 \newcommand{\kstructd}[1]{%
209 \index{struttura dati del kernel!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}%
210 %\index{#1@{{\tt {#1}} (struttura dati)}!definizione di}\texttt{#1}%
211 }                                     % struttura dati
212 \newcommand{\type}[1]{%
213 \index{tipo di dato!{#1}@{{\tt {#1}}}}\texttt{#1}%
214 %\index{#1@{{\tt {#1}} (tipo)}}\texttt{#1}%
215 }                                     % system type
216 \newcommand{\struct}[1]{%
217 \index{struttura dati!{#1}@{{\tt {#1}}}}\texttt{#1}%
218 %\index{#1@{{\tt {#1}} (struttura dati)}}\texttt{#1}%
219 }                                     % struttura dati
220 \newcommand{\structd}[1]{%
221 \index{struttura dati!{#1}@{{\tt {#1}}}!definizione di}\texttt{#1}%
222 %\index{#1@{{\tt {#1}} (struttura dati)}!definizione di}\texttt{#1}%
223 }                                     % struttura dati
224 \newcommand{\param}[1]{\texttt{#1}}   % function parameter
225 \newcommand{\acr}[1]{\textsl{#1}}     % acrostic (for glibc, ext2, ecc.)
226
227 \newcommand{\ids}[1]{\textsl{#1}}     % Identifier (PID, GID, UID, TID, ecc.)
228 \newcommand{\envvar}[1]{\texttt{#1}}   % environment variable
229 \newcommand{\samplefunc}[1]{\texttt{#1}}   % funzione degli esempi
230
231 \newcommand{\itindex}[1]{%
232 \index{#1@{\textit{#1}}}%
233 }
234
235 \newcommand{\itindbeg}[1]{%
236 \index{#1@{\textit{#1}}|(}%
237 }
238 \newcommand{\itindend}[1]{%
239 \index{#1@{\textit{#1}}|)}%
240 }
241 \newcommand{\itindsub}[2]{%
242 \index{#1@{\textit{#1}}!\textit{#2}}%
243 }
244
245 % Aggiunte di Mirko per la gestione delle tabelle complicate come immagini
246 % nella traslazione in HTML
247 \newenvironment{usepicture}{}{}{}{}
248
249 %
250 % Macro di definizione di alcune lunghezze usate per le formattazioni
251 %
252 \newlength{\codesamplewidth}
253 \setlength{\codesamplewidth}{0.95\textwidth}
254
255 \newlength{\funcboxwidth}
256 \setlength{\funcboxwidth}{0.85\textwidth}
257
258
259 %
260 % Nuove macro per diversa formattazione delle definizioni delle funzioni
261 %
262 \newcommand{\fhead}[1]{\texttt{\#include <#1>}\par}
263 \newcommand{\fdecl}[1]{\texttt{#1}\par}
264 \newcommand{\fdesc}[1]{\hfill{#1}\par}
265
266 \newenvironment{funcproto}[2]
267 {% defining what is done by \begin
268 \centering
269 \vspace{3pt}
270 \begin{funcbox}
271 #1
272 \end{funcbox}
273 \begin{funcbox}
274 #2
275 }
276 {% defining what is done by \end
277 \end{funcbox}
278 %\vspace{6pt}
279 %\break
280 }
281
282 \newenvironment{funcbox}
283 {% defining what is done by \begin
284   \nobreak
285   \begin{boxedminipage}[c]{\funcboxwidth}
286     \footnotesize
287 }
288 {% defining what is done by \end
289 \end{boxedminipage}
290 \break
291 \normalsize
292 \par
293 }
294
295
296
297 %%% Local Variables: 
298 %%% mode: latex
299 %%% TeX-master: "gapil"
300 %%% End: