comparison doc/manual/manual.tex @ 333:4e9d3cb9870f

- minor doc cleanups/cosmetics
author Tassilo Philipp
date Wed, 27 Nov 2019 19:55:18 +0100
parents b0cca984c740
children b47168dacba6
comparison
equal deleted inserted replaced
332:73c528d2cd4d 333:4e9d3cb9870f
1 %////////////////////////////////////////////////////////////////////////////// 1 %//////////////////////////////////////////////////////////////////////////////
2 % 2 %
3 % Copyright (c) 2007-2014 Daniel Adler <dadler@uni-goettingen.de>, 3 % Copyright (c) 2007-2019 Daniel Adler <dadler@uni-goettingen.de>,
4 % Tassilo Philipp <tphilipp@potion-studios.com> 4 % Tassilo Philipp <tphilipp@potion-studios.com>
5 % 5 %
6 % Permission to use, copy, modify, and distribute this software for any 6 % Permission to use, copy, modify, and distribute this software for any
7 % purpose with or without fee is hereby granted, provided that the above 7 % purpose with or without fee is hereby granted, provided that the above
8 % copyright notice and this permission notice appear in all copies. 8 % copyright notice and this permission notice appear in all copies.
159 \newcommand{\sigchar}[1]{'{\tt #1}'} 159 \newcommand{\sigchar}[1]{'{\tt #1}'}
160 \newcommand{\sigstr}[1]{"{\tt #1}"} 160 \newcommand{\sigstr}[1]{"{\tt #1}"}
161 \newcommand{\cenum}[1]{#1} 161 \newcommand{\cenum}[1]{#1}
162 \newcommand{\product}[1]{\emph{#1}} 162 \newcommand{\product}[1]{\emph{#1}}
163 163
164 % colors used to signalize undefined, not used, supported, etc. states.
165 \newcommand{\marknull}{\cellcolor{white}}
166 \newcommand{\markcmpl}{\cellcolor{lightgreen}}
167 \newcommand{\markimpl}{\cellcolor{darkgreen}}
168 \newcommand{\marknimp}{\cellcolor{red}}
169 \newcommand{\markunkn}{\cellcolor{yellow}}
170 \newcommand{\marknotx}{\cellcolor{gray1}}
171
172 164
173 % table of contents config 165 % table of contents config
174 \setcounter{tocdepth}{3} 166 \setcounter{tocdepth}{3}
175 167
176 168
205 \input{manual_dyncallback_api} 197 \input{manual_dyncallback_api}
206 \input{manual_dynload_api} 198 \input{manual_dynload_api}
207 \input{manual_cc} 199 \input{manual_cc}
208 \input{manual_literature} 200 \input{manual_literature}
209 \end{document} 201 \end{document}
202