mirror of https://github.com/CGAL/cgal
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
\graphicspath{{figs/}}
|
|
\def\figurename{Figure}
|
|
\def\tablename{Tableau}
|
|
\newcommand{\italic}[1]{\emph{#1}}
|
|
|
|
% ------------------------------------------------------------------------
|
|
\newcommand\IL{{\itshape left}}
|
|
\newcommand\IR{{\itshape right}}
|
|
\newcommand\IM{{\itshape middle}}
|
|
\newcommand\IT{{\itshape top}}
|
|
\newcommand\IB{{\itshape bottom}}
|
|
|
|
% ------------------------------------------------------------------------
|
|
\newcommand{\CodeFmt}[1]{{\small\texttt{#1}}}
|
|
|
|
\def\kernel{\CodeFmt{Kernel}}
|
|
|
|
\def\cgalpoly{\CodeFmt{CGAL::Polyhedron\_3}}
|
|
\def\poly{\CodeFmt{Polyhedron\_3}}
|
|
\def\polytrait{\CodeFmt{PolyhedronTraits\_3}}
|
|
\def\polyitem{\CodeFmt{PolyhedronItems\_3}}
|
|
\def\polybuilder{\CodeFmt{Polyhedron\_incremental\_builder\_3}}
|
|
|
|
\def\cgalhds{\CodeFmt{CGAL::HalfedgeDS}}
|
|
\def\hds{\CodeFmt{HalfedgeDS}}
|
|
\def\hdsitem{\CodeFmt{PolyhedronItems}}
|
|
|
|
% L.K. -------------------------------------------------------------------
|
|
\newcommand{\CC}{C\raise.08ex\hbox{\texttt{++}}}
|
|
\newcommand{\openmesh}{\textsc{OpenMesh}}
|
|
\newcommand{\opensg}{\textsc{OpenSG}}
|
|
\newcommand{\cgal}{\textsc{Cgal}}
|
|
\newcommand{\stl}{\textsc{Stl}}
|