cgal/Packages/PS_Stream/doc/main.tex

53 lines
1.2 KiB
TeX

% +------------------------------------------------------------------------+
% | CGAL Reference Manual: wrapper.tex
% +------------------------------------------------------------------------+
% | Main TeX file for testing CGAL packages.
% +------------------------------------------------------------------------+
\documentclass{book}
\usepackage{cprog}
\usepackage{cc_manual}
\usepackage{cc_manual_index}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{path}
\usepackage{ipe}
\input{psfig}
% page dimensions
% ---------------
% The page dimensions are compulsory and may not be changed in main.tex.
\textwidth 15.6cm
\textheight 23 cm
\topmargin -14mm
\evensidemargin 3mm
\oddsidemargin 3mm
% default column layout
% ---------------------
% This is the recommended layout. It may be changed inside main.tex.
\newcommand{\cgalColumnLayout}{\ccTexHtml{%
\ccSetThreeColumns{Oriented_side}{}{\hspace*{8.5cm}}
\ccPropagateThreeToTwoColumns}{}}
\sloppy
\begin{document}
\cgalColumnLayout
%\tableofcontents
\include{PS_edge_3}
\include{PS_facet_3}
\include{PS_stream_3}
%\include{ref}
\bibliographystyle{alpha}
\bibliography{geom}
\end{document}
%% EOF %%