Questo me l'ero dimenticato. Nuovo codice della funzione principale del client
[gapil.git] / compatib.tex
1 %% compatib.tex
2 %%
3 %% Copyright (C) 2002 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 "Prefazione",
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 % Pacchetto di contabilità per evitare casini con latex2html
13 %
14 % Simone Piccardi, Aug. 2002 
15 %
16 \newenvironment{description*} {
17 \begin{description}
18 }
19 {
20 \end{description}
21 }
22 \newenvironment{itemize*}
23 {
24 \begin{itemize}
25 }
26 {
27 \end{itemize}
28 }
29 \newenvironment{enumerate*}
30 {
31 \begin{enumerate}
32 }
33 {
34 \end{enumerate}
35 }
36 \newenvironment{basedescript}
37 {
38 \begin{description}
39 }
40 {
41 \end{description}
42 }
43 \newcommand{\desclabelwidth}[1]{}
44 \newcommand{\desclabelstyle}[1]{}
45 \newenvironment{boxedminipage}
46 {
47 \begin{minipage}
48 }
49 {
50 \end{minipage}
51 }