mirror of https://github.com/CGAL/cgal
56 lines
1.2 KiB
TeX
56 lines
1.2 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | CGAL Reference Manual: wrapper.tex
|
|
% +------------------------------------------------------------------------+
|
|
% | Main TeX file for testing CGAL packages.
|
|
% +------------------------------------------------------------------------+
|
|
\newcommand{\cgalqt}{{\em Qt}}
|
|
|
|
\documentclass{book}
|
|
|
|
\usepackage{alltt}
|
|
\usepackage{cprog}
|
|
\usepackage{cc_manual}
|
|
\usepackage{latex_converter}
|
|
\usepackage{amssymb}
|
|
\usepackage{graphicx}
|
|
\usepackage{path}
|
|
\usepackage{ipe}
|
|
|
|
% page dimensions
|
|
% ---------------
|
|
\textwidth 15.6cm
|
|
\textheight 23 cm
|
|
\topmargin -14mm
|
|
\evensidemargin 3mm
|
|
\oddsidemargin 3mm
|
|
|
|
\marginparsep12mm
|
|
\marginparwidth13mm
|
|
|
|
\sloppy
|
|
|
|
\begin{document}
|
|
|
|
\def\ccTagChapterAuthor{\ccTrue}
|
|
\def\ccTagChapterRelease{\ccTrue}
|
|
|
|
% default column layout
|
|
% ---------------------
|
|
\newcommand{\cgalColumnLayout}{%
|
|
\ccSetThreeColumns{CGAL_Oriented_side}{}{\hspace*{8.5cm}}%
|
|
\ccPropagateThreeToTwoColumns
|
|
}
|
|
\cgalColumnLayout
|
|
|
|
\renewcommand{\ccRefPageBegin}{\ccParDims\cgalColumnLayout}
|
|
\ccDefGlobalScope{CGAL::}
|
|
|
|
\include{maint}
|
|
|
|
\bibliographystyle{alpha}
|
|
\bibliography{geom,cgal}
|
|
|
|
\end{document}
|
|
|
|
%% EOF %%
|