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{FieldWithKthRoot}\\
\ccRefIdfierPage{FieldWithRootOf}\\ \ccRefIdfierPage{FieldWithRootOf}\\
\\ \\
\ccRefIdfierPage{Integral_domain_without_division_tag}\\ \ccRefIdfierPage{CGAL::Integral_domain_without_division_tag}\\
\ccRefIdfierPage{Integral_domain_tag}\\ \ccRefIdfierPage{CGAL::Integral_domain_tag}\\
\ccRefIdfierPage{Unique_factorization_domain_tag}\\ \ccRefIdfierPage{CGAL::Unique_factorization_domain_tag}\\
\ccRefIdfierPage{Euclidean_ring_tag}\\ \ccRefIdfierPage{CGAL::Euclidean_ring_tag}\\
\ccRefIdfierPage{Field_tag}\\ \ccRefIdfierPage{CGAL::Field_tag}\\
\ccRefIdfierPage{Field_with_sqrt_tag}\\ \ccRefIdfierPage{CGAL::Field_with_sqrt_tag}\\
\ccRefIdfierPage{Field_with_kth_root_tag}\\ \ccRefIdfierPage{CGAL::Field_with_kth_root_tag}\\
\ccRefIdfierPage{Field_with_root_of_tag}\\ \ccRefIdfierPage{CGAL::Field_with_root_of_tag}\\
\end{ccRefConcept} \end{ccRefConcept}

View File

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

View File

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

View File

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

View File

@ -27,6 +27,10 @@ a value in $\R$, this implies that the argument \ccc{is_valid}.
%\ccHasModels %\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 \ccSeeAlso
\ccRefIdfierPage{RealEmbeddableTraits}\\ \ccRefIdfierPage{RealEmbeddableTraits}\\

View File

@ -24,7 +24,7 @@ is a model of the \ccc{EuclideanRing} concept.
\ccRefConceptPage{EuclideanRing}\\ \ccRefConceptPage{EuclideanRing}\\
\ccRefConceptPage{AlgebraicStructureTraits::Div}\\ \ccRefConceptPage{AlgebraicStructureTraits::Div}\\
\ccRefIdfierPage{mod}\\ \ccRefIdfierPage{CGAL::mod}\\
\ccRefIdfierPage{div_mod}\\ \ccRefIdfierPage{CGAL::div_mod}\\
\end{ccRefFunction} \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{EuclideanRing}\\
\ccRefConceptPage{AlgebraicStructureTraits::DivMod}\\ \ccRefConceptPage{AlgebraicStructureTraits::DivMod}\\
\ccRefIdfierPage{mod}\\ \ccRefIdfierPage{CGAL::mod}\\
\ccRefIdfierPage{div}\\ \ccRefIdfierPage{CGAL::div}\\
\end{ccRefFunction} \end{ccRefFunction}

View File

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

View File

@ -22,19 +22,19 @@ Note that Polynomials are not part of this package.
TODO: (after merge) TODO: (after merge)
\begin{itemize} \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 document function \ccc{is_exact}? is it needed?
\item add static const bool to \ccc{Tag_true} \ccc{Tag_false}. \item add static const bool to \ccc{Tag_true} \ccc{Tag_false}.
\item remove broken links within pdf
\item add concept \ccc{FromDoubleConstructible} \item add concept \ccc{FromDoubleConstructible}
\item find a place for basic stuff. see section remarks \item find a place for basic stuff. see section remarks
\item revise include strategy \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 add links in \ccc{IsZero}s
\item revise doc of NTs \item revise doc of NTs
\item 'built-in' types -> 'fundamental' types \item 'built-in' types -> 'fundamental' types
\item add a new entry in the globally maintained Bib file. \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} \end{itemize}
CONJECTURE: CONJECTURE: