mirror of https://github.com/CGAL/cgal
This is the support that I can offer for building the doc.
This commit is contained in:
parent
e3351b60a7
commit
adfc0ff226
|
|
@ -0,0 +1,54 @@
|
|||
% +------------------------------------------------------------------------+
|
||||
% | CGAL Reference Manual: wrapper.tex
|
||||
% +------------------------------------------------------------------------+
|
||||
% | Main TeX file for testing CGAL packages.
|
||||
% +------------------------------------------------------------------------+
|
||||
|
||||
\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{main}
|
||||
|
||||
\bibliographystyle{alpha}
|
||||
\bibliography{geom,cgal}
|
||||
|
||||
\end{document}
|
||||
|
||||
%% EOF %%
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
% +------------------------------------------------------------------------+
|
||||
% | CGAL Reference Manual: wrapper.tex
|
||||
% +------------------------------------------------------------------------+
|
||||
% | Main TeX file for testing CGAL packages.
|
||||
% +------------------------------------------------------------------------+
|
||||
|
||||
\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{main}
|
||||
|
||||
\bibliographystyle{alpha}
|
||||
\bibliography{geom,cgal}
|
||||
|
||||
\end{document}
|
||||
|
||||
%% EOF %%
|
||||
Loading…
Reference in New Issue