mirror of https://github.com/CGAL/cgal
12 lines
492 B
TeX
12 lines
492 B
TeX
|
|
The formatting macros handle for example the special characters \_,
|
|
{\tt <}, {\tt >}, and {\tt \&} as they appear in \CC\ names and the
|
|
characters \#, \%, \ccHat, and \ccTilde\ as they appear with
|
|
operators. See the following example that is printed using the
|
|
\verb+\cc+{\tt Style} macro\footnote{A footnote in the main text.}:
|
|
|
|
\ccStyle{
|
|
#define %^~$@&$ Ret_Type<Template_Param, X<Y> > fct_foo( const X<Y> &a);}
|
|
|
|
% ----------------------------------------------------------------------
|