mirror of https://github.com/CGAL/cgal
Fix my previous revision:
| ------------------------------------------------------------------------ | r54299 | lrineau | 2010-02-24 14:27:55 +0100 (Wed, 24 Feb 2010) | 3 lines | Changed paths: | M /trunk/Arrangement_on_surface_2/doc_tex/Arrangement_on_surface_2/main.tex | M /trunk/Manual/doc_tex/Manual/cgal_manual.sty | | Fix a bad interaction between some home-made macros and hyperref.sty (used | in cgal_manual.sty).
This commit is contained in:
parent
3cd9690e34
commit
1c4aa9fe44
|
|
@ -33,7 +33,6 @@
|
|||
\lcTex{%
|
||||
\ifpdf
|
||||
\pdfstringdefDisableCommands{
|
||||
\renewcommand{\sc}{}
|
||||
\def\dcel{DCEL}
|
||||
}
|
||||
\fi%
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ on univariate polynomials. It can be downloaded from \rspage.
|
|||
|
||||
|
||||
|
||||
\section{Downloading CGAL\label{sec:gettingcgal}}
|
||||
\section{Downloading \cgal\label{sec:gettingcgal}}
|
||||
\index{CGAL@\cgal!getting}\index{getting \cgal}
|
||||
|
||||
The \cgal\ library can be downloaded from \path'http://www.cgal.org/download.html'.
|
||||
|
|
@ -225,15 +225,15 @@ distribution of the \core\ library\footnote{\corepage} version~1.7 for
|
|||
dealing with algebraic numbers. \core\ is not part of \cgal\ and has its
|
||||
own license.
|
||||
|
||||
The only documentation shipped with CGAL sources is the present
|
||||
installation manual. The CGAL manual must be downloaded separately from
|
||||
The only documentation shipped with \cgal{} sources is the present
|
||||
installation manual. The \cgal{} manual must be downloaded separately from
|
||||
\path'http://www.cgal.org/download.html'.
|
||||
|
||||
The directory \texttt{include/CGAL/OpenNL} contains a distribution of the
|
||||
Open Numerical Library which provides solvers for sparse linear systems, especially designed
|
||||
for the Computer Graphics community. OpenNL is not part of \cgal\ and has its own license.
|
||||
|
||||
\section{Configuring CGAL}
|
||||
\section{Configuring \cgal}
|
||||
|
||||
Before building \cgal\ you have to choose the compiler/linker,
|
||||
set compiler and linker flags, specify which
|
||||
|
|
|
|||
|
|
@ -101,9 +101,10 @@
|
|||
|
||||
% disable some custom commands, for pdfstrings:
|
||||
\pdfstringdefDisableCommands{%
|
||||
\renewcommand{\sc}{}
|
||||
\renewcommand{\stl}{STL}
|
||||
\renewcommand{\leda}{Leda}
|
||||
\renewcommand{\cgal}{CGALPUET}
|
||||
\renewcommand{\cgal}{CGAL}
|
||||
\renewcommand{\galia}{Galia}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue