SCM Repository
[diderot] Annotation of /trunk/doc/report/hevea-defs.hva
Annotation of /trunk/doc/report/hevea-defs.hva
Parent Directory
|
Revision Log
Revision 97 -
(view)
(download)
1 : |
jhr |
97 |
% hevea-defs.hva
|
2 : |
|
|
%
|
3 : |
|
|
% Misc. definitions to get the document to go through.
|
4 : |
|
|
%
|
5 : |
|
|
|
6 : |
|
|
\newcommand{\Cplusplus}{\@print{<B>C++</B>}}
|
7 : |
|
|
|
8 : |
|
|
\newcommand{\epsfbox}[1]{%
|
9 : |
|
|
\begin{toimage}
|
10 : |
|
|
\epsfbox{#1}%
|
11 : |
|
|
\end{toimage}
|
12 : |
|
|
\imageflush}
|
13 : |
|
|
|
14 : |
|
|
\newcommand{\NOTE}[1]{%
|
15 : |
|
|
\@open{BLOCKQUOTE}{}
|
16 : |
|
|
\@style{I}\@fontcolor{Red}#1
|
17 : |
|
|
\@close{BLOCKQUOTE}}
|
18 : |
|
|
\newcommand{\NOTE}[1]{}
|
19 : |
|
|
|
20 : |
|
|
%
|
21 : |
|
|
% these should be part of the HeVeA implementation!!
|
22 : |
|
|
%
|
23 : |
|
|
\newcommand{\text}[1]{\mbox{#1}}
|
24 : |
|
|
|
25 : |
|
|
% to reduce warnings
|
26 : |
|
|
%
|
27 : |
|
|
\newcounter{page}
|
28 : |
|
|
\newcommand{\oddsidemargin}{}
|
29 : |
|
|
\newcommand{\evensidemargin}{}
|
30 : |
|
|
\newcommand{\parskip}{}
|
31 : |
|
|
\newcommand{\strut}{}
|
32 : |
|
|
%\newcommand{\Longrightarrow}{==>}
|
33 : |
|
|
|
34 : |
|
|
% to set the background color
|
35 : |
|
|
\renewcommand{\@bodyargs}{TEXT="black" BGCOLOR="white"}
|
36 : |
|
|
|
37 : |
|
|
\newenvironment{ReleaseNote}{%
|
38 : |
|
|
\@open{DIV}{ALIGN="center"}
|
39 : |
|
|
\@open{TABLE}{BORDER=2 WIDTH="80\%"}
|
40 : |
|
|
\@open{TR}{}
|
41 : |
|
|
\@open{TD}{}
|
42 : |
|
|
\@fontcolor{red}
|
43 : |
|
|
}{%
|
44 : |
|
|
\@close{TD}
|
45 : |
|
|
\@close{TR}
|
46 : |
|
|
\@close{TABLE}
|
47 : |
|
|
\@close{DIV}}
|