rm broken (package internal) links in ps/pdf

This commit is contained in:
Michael Hemmer 2006-11-03 12:18:28 +00:00
parent 24057e65a0
commit c1a1463124
10 changed files with 58 additions and 52 deletions

View File

@ -164,13 +164,13 @@ In case \ccc{Algebraic_structure} is a model of \ccc{FieldWithRootOf} this is no
\ccRefIdfierPage{FieldWithKthRoot}\\
\ccRefIdfierPage{FieldWithRootOf}\\
\\
\ccRefIdfierPage{Integral_domain_without_division_tag}\\
\ccRefIdfierPage{Integral_domain_tag}\\
\ccRefIdfierPage{Unique_factorization_domain_tag}\\
\ccRefIdfierPage{Euclidean_ring_tag}\\
\ccRefIdfierPage{Field_tag}\\
\ccRefIdfierPage{Field_with_sqrt_tag}\\
\ccRefIdfierPage{Field_with_kth_root_tag}\\
\ccRefIdfierPage{Field_with_root_of_tag}\\
\ccRefIdfierPage{CGAL::Integral_domain_without_division_tag}\\
\ccRefIdfierPage{CGAL::Integral_domain_tag}\\
\ccRefIdfierPage{CGAL::Unique_factorization_domain_tag}\\
\ccRefIdfierPage{CGAL::Euclidean_ring_tag}\\
\ccRefIdfierPage{CGAL::Field_tag}\\
\ccRefIdfierPage{CGAL::Field_with_sqrt_tag}\\
\ccRefIdfierPage{CGAL::Field_with_kth_root_tag}\\
\ccRefIdfierPage{CGAL::Field_with_root_of_tag}\\
\end{ccRefConcept}

View File

@ -15,7 +15,7 @@ is \ccc{Tag_true}.
This is also true for the respective global functions.
\ccSeeAlso
\ccRefIdfierPage{Coercion_traits}\\
\ccRefIdfierPage{CGAL::Coercion_traits<A,B>}\\
\ccRefConceptPage{ImplicitInteroperable}\\
\ccRefConceptPage{AlgebraicStructureTraits}\\
\ccRefConceptPage{RealEmbeddableTraits}\\

View File

@ -42,7 +42,7 @@ these denominator-free multiples. \\
\ccSeeAlso
\ccRefIdfierPage{Fraction_traits}\\
\ccRefIdfierPage{CGAL::Fraction_traits<Fraction>}\\
\ccRefConceptPage{FractionTraits::Decompose}\\
\ccRefConceptPage{FractionTraits::Compose}\\
\ccRefConceptPage{FractionTraits::CommonFactor}\\

View File

@ -26,8 +26,10 @@ is \ccc{Tag_true}.
\ccc{ExplicitInteroperable}
\ccSeeAlso
\ccRefIdfierPage{Coercion_traits}\\
\ccRefIdfierPage{CGAL::Coercion_traits<A,B>}\\
\ccRefConceptPage{ExplicitInteroperable}\\
\ccRefConceptPage{AlgebraicStructureTraits}\\
\ccRefConceptPage{RealEmbeddableTraits}\\
\end{ccAdvanced}
\end{ccRefConcept}

View File

@ -27,6 +27,10 @@ a value in $\R$, this implies that the argument \ccc{is_valid}.
%\ccHasModels
\footnote{In some cases, e.g. NT is \ccc{Interval_nt}, the
\ccc{result_type} differs from \ccc{bool}.
However, it is guaranteed that it is always convertible to \ccc{bool}.}
\ccSeeAlso
\ccRefIdfierPage{RealEmbeddableTraits}\\

View File

@ -24,7 +24,7 @@ is a model of the \ccc{EuclideanRing} concept.
\ccRefConceptPage{EuclideanRing}\\
\ccRefConceptPage{AlgebraicStructureTraits::Div}\\
\ccRefIdfierPage{mod}\\
\ccRefIdfierPage{div_mod}\\
\ccRefIdfierPage{CGAL::mod}\\
\ccRefIdfierPage{CGAL::div_mod}\\
\end{ccRefFunction}

View File

@ -30,7 +30,7 @@ div_mod(const NT1& x, const NT2& y, result_type& q, result_type& r);
\ccRefConceptPage{EuclideanRing}\\
\ccRefConceptPage{AlgebraicStructureTraits::DivMod}\\
\ccRefIdfierPage{mod}\\
\ccRefIdfierPage{div}\\
\ccRefIdfierPage{CGAL::mod}\\
\ccRefIdfierPage{CGAL::div}\\
\end{ccRefFunction}

View File

@ -31,7 +31,7 @@
\ccRefConceptPage{ExplicitInteroperable}\\
\ccRefConceptPage{ImplicitInteroperable}\\
\subsubsection*{Classes}
\ccRefIdfierPage{Coercion_traits}\\
\ccRefIdfierPage{CGAL::Coercion_traits<A,B>}\\
\subsection*{ Algebraic Structure Hierarchy}
@ -66,7 +66,7 @@
\subsubsection{Related Classes}
\ccRefIdfierPage{Algebraic_structure_traits}\\
\ccRefIdfierPage{CGAL::Algebraic_structure_traits<T>}\\
%\subsubsection*{Related Tags }
%\ccRefIdfierPage{CGAL::Integral_domain_without_division_tag}\\
@ -78,20 +78,20 @@
\subsubsection{Related Global Functions}
\ccRefIdfierPage{is_zero}\\
\ccRefIdfierPage{is_one}\\
\ccRefIdfierPage{square}\\
\ccRefIdfierPage{simplify}\\
\ccRefIdfierPage{unit_part}\\
\ccRefIdfierPage{integral_division}\\
\ccRefIdfierPage{is_square}\\
\ccRefIdfierPage{gcd}\\
\ccRefIdfierPage{div_mod}\\
\ccRefIdfierPage{div}\\
\ccRefIdfierPage{mod}\\
\ccRefIdfierPage{sqrt}\\
\ccRefIdfierPage{kth_root}\\
\ccRefIdfierPage{root_of}\\
\ccRefIdfierPage{CGAL::is_zero}\\
\ccRefIdfierPage{CGAL::is_one}\\
\ccRefIdfierPage{CGAL::square}\\
\ccRefIdfierPage{CGAL::simplify}\\
\ccRefIdfierPage{CGAL::unit_part}\\
\ccRefIdfierPage{CGAL::integral_division}\\
\ccRefIdfierPage{CGAL::is_square}\\
\ccRefIdfierPage{CGAL::gcd}\\
\ccRefIdfierPage{CGAL::div_mod}\\
\ccRefIdfierPage{CGAL::div}\\
\ccRefIdfierPage{CGAL::mod}\\
\ccRefIdfierPage{CGAL::sqrt}\\
\ccRefIdfierPage{CGAL::kth_root}\\
\ccRefIdfierPage{CGAL::root_of}\\
\subsection*{Real Embeddable Concept}
@ -114,19 +114,19 @@
\end{ccAdvanced}
\subsubsection{Related Classes}
\ccRefIdfierPage{CGAL::Real_embeddable_traits}
\ccRefIdfierPage{CGAL::Real_embeddable_traits<T>}
\subsection*{Related Global functions}
\ccRefIdfierPage{is_finite}\\
\ccRefIdfierPage{abs}\\
\ccRefIdfierPage{compare}\\
\ccRefIdfierPage{sign}\\
\ccRefIdfierPage{is_zero}\\
\ccRefIdfierPage{is_positive}\\
\ccRefIdfierPage{is_negative}\\
\ccRefIdfierPage{to_double}\\
\ccRefIdfierPage{to_interval}\\
\ccRefIdfierPage{CGAL::is_finite}\\
\ccRefIdfierPage{CGAL::abs}\\
\ccRefIdfierPage{CGAL::compare}\\
\ccRefIdfierPage{CGAL::sign}\\
\ccRefIdfierPage{CGAL::is_zero}\\
\ccRefIdfierPage{CGAL::is_positive}\\
\ccRefIdfierPage{CGAL::is_negative}\\
\ccRefIdfierPage{CGAL::to_double}\\
\ccRefIdfierPage{CGAL::to_interval}\\
\subsection{Number type classes}
@ -147,9 +147,9 @@
\ccRefConceptPage{mpq_class}\\
\ccRefConceptPage{mpf_class} \dots \ not support yet \\
\ccRefConceptPage{Gmpz}\\
\ccRefConceptPage{Gmpq}\\
\ccRefConceptPage{Gmpzf}\\
\ccRefConceptPage{CGAL::Gmpz}\\
\ccRefConceptPage{CGAL::Gmpq}\\
\ccRefConceptPage{CGAL::Gmpzf}\\
\subsubsection{CGAL}
\ccRefConceptPage{CGAL::MP_Float}\\
@ -158,7 +158,7 @@
\ccRefConceptPage{CGAL::Quotient<NT>}\\
\ccRefConceptPage{CGAL::Counted_number<NT>}\\
\ccRefConceptPage{CGAL::Sqrt_extension< NT, Root >}\\
\ccRefIdfierPage{CGAL::Sqrt_extension<NT,ROOT>}\\
\subsection{Fraction Traits}
@ -168,4 +168,4 @@
\ccRefConceptPage{FractionTraits::CommonFactor}\\
\subsubsection{Related Classes}
\ccRefIdfierPage{Fraction_traits}\\
\ccRefConceptPage{CGAL::Fraction_traits<Fraction>}\\

View File

@ -23,7 +23,7 @@ is a model of the \ccc{EuclideanRing} concept.
\ccRefConceptPage{EuclideanRing}\\
\ccRefConceptPage{AlgebraicStructureTraits::DivMod}\\
\ccRefIdfierPage{div_mod}\\
\ccRefIdfierPage{div}\\
\ccRefIdfierPage{CGAL::div_mod}\\
\ccRefIdfierPage{CGAL::div}\\
\end{ccRefFunction}

View File

@ -22,19 +22,19 @@ Note that Polynomials are not part of this package.
TODO: (after merge)
\begin{itemize}
\item rm \ccc{Number_type_traits}
\item rm \ccc{Rational_traits}
\item rm \ccc{Binary_operator_result}
\item document function \ccc{is_exact}? is it needed?
\item add static const bool to \ccc{Tag_true} \ccc{Tag_false}.
\item remove broken links within pdf
\item add concept \ccc{FromDoubleConstructible}
\item find a place for basic stuff. see section remarks
\item revise include strategy
\item rm \ccc{Number_type_traits}
\item rm \ccc{Rational_traits} will be replaced by \ccc{Fraction_traits}
find name for concept.
\item add links in \ccc{IsZero}s
\item revise doc of NTs
\item 'built-in' types -> 'fundamental' types
\item add a new entry in the globally maintained Bib file.
\item check footnotes in pdf/ps (bug in manual tools? -> Andreas Meyer)
\end{itemize}
CONJECTURE: