Mael Rouxel-Labbé
07cda962b6
Minor doc fix
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
44570bd7e0
Fixed broken backward compatibility
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
89e2b72d1e
Renamed template parameter in the documentation
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
5d2fa6b4c6
Updated documentation of (natural|regular)_neighbor_coordinates_2
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
7a2382ee7f
Factorized some calls to construct_point_d
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
13432343ea
Reference manual misc updates
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
a3dce1bb75
Updated doc of interpolation functions
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
ebe92dc1b1
User manual improvements
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
f69c1f734a
Replaced 'assert' with 'continue'
...
This function takes a vertex handle vh and computes the coordinates
in the hypothetical situation of vh being removed and querying at vh->point().
If vh is adjacent to the infinite vertex, then vh->point() will be outside
the convex hull (most likely, could be on the boundary too). The base function
taking a point can handle that case, it returns: (empty, 0, false). Rather
than crashing, let the other function return 'false'.
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
166f6d5624
Minor example improvements
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
b319d41f00
Added a simple example of nn_coordinates with OutputFunctor
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
dc7215b178
Improved examples (rn|nn)_coordinates_2.cpp
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
9085622fdd
Remade figures, added new figure for regular neighbor coordinates
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
0504519cb7
Fixed trailing whitespace in Interpolation/doc
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
4fba5c8db7
Cleaned output
2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé
cb7ea5a752
Added another test to regular neighbors
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
07f96f9ab5
Improved tests of interpolation functions
...
Made it exhaustive and add new tests using OutputFunctor
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
dc14d129a4
Readability changes
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
ae8b5bfaa4
Fixed documentation link
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
207fbb7efd
Changed functor's result type
...
Technically the point() function of the TriangulationVertexBase_2 concept
has return type Point and not const Point& so we can't take a const ref here
otherwise we might take refs to temporaries.
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
d32a4ff717
Fixed regular neighbor coordinates when the query point is hidden
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
ee4134317e
Improved tests of natural/regular coordinates (2D)
...
backward compatible + new tests
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
dbc48009bc
Various minor to natural/regular coordinates
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
c7b2757405
Readability changes in Interpolation/test
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
91620fbec6
Fixed the creative indentation of the Interpolation Pkg's doc
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
f6a7307a74
Fixed trailing whitespace in the Pkg Interpolation
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
c88b17f92e
Clarified functor names
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
751395e4fe
Fixed examples after parameter order change
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
e005946a67
Improvements to sibson_gradient_fitting.h
...
- better variable/template names
- better function order
- some simplifications and warning cleaning
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé
ed823a875c
Fixed compilation after functor name change
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
efcafe4073
Added a comment
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
42c25d1c84
Readability changes (no real changes)
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
4f02f892cb
Added missing overloads and cleaned code in (nn|rn)_coordinates_2
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
d041642800
Generalized Interpolation helper functors and cleaned their names
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
67f99cc53d
Fixed trailing whitespace and (some of the) inconsistent indentation
...
No real changes.
2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé
118e5dc9c3
Re-ordered papers so that the compiled version shows up ordered
2018-05-04 13:57:38 +02:00
Sébastien Loriot
0a27019322
fix sibson interpolation
2018-05-04 13:57:38 +02:00
Sébastien Loriot
1e6806f6e1
add missing overloads
2018-05-04 13:57:38 +02:00
Andreas Fabri
d619587ffb
Add an example that not yet compiles
2018-05-04 13:57:38 +02:00
Andreas Fabri
6bb5deff4d
Add an example
2018-05-04 13:57:38 +02:00
Andreas Fabri
af093e3a15
Make it work for regular neighbors. Make Sibson geadient fitting write weighted points
2018-05-04 13:57:38 +02:00
Andreas Fabri
868266fa76
Clean up.
2018-05-04 13:57:38 +02:00
Andreas Fabri
5acd076dd5
Add an example and the implementation history
2018-05-04 13:57:38 +02:00
Andreas Fabri
2bc8e23653
move helper classes in a subdirectory/namespace/file
2018-05-04 13:57:38 +02:00
Andreas Fabri
abc19d9c9d
Add the possibility to store values and gradients in vertex_with_info
2018-05-04 13:57:38 +02:00
Andreas Fabri
de5c1e4d46
Add the possibility to store value and gradient in the triangulation vertices
2018-05-04 13:57:38 +02:00
Sébastien Loriot
742a615527
fix doc warnings triggered essentially by the improvement of doxygen
2018-04-25 23:36:21 +02:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01:00
Sébastien Loriot
8cdfad0d08
add missing URL and Id tags
2017-11-15 22:58:57 +01:00
Laurent Rineau
a9365554c9
Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
...
Add SPDX License Identifier
2017-11-15 16:48:27 +01:00
Laurent Rineau
3ff09bc549
Merge pull request #2580 from lrineau/CGAL-Support_CMake_3.10-GF
...
Renew the handle of policies, for CMake-3.10
2017-11-15 16:47:42 +01:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Laurent Rineau
62c70d41ca
Renew the handle of policies, for CMake-3.10
...
Now that we require CMake>=3.1, we can forget a lot of old CMake policies.
`CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will
not be set with CMake>=3.10. Let's assume that a recent CMake version means
a recent Qt5 version.
2017-11-06 14:58:36 +01:00
Laurent Rineau
e73c95d4cd
Do not test demos
2017-10-20 17:01:43 +02:00
Laurent Rineau
7e9f756935
Replace all std::unary_function by CGAL::unary_function
2017-10-04 15:57:09 +02:00
Sébastien Loriot
5e7fba7c1b
change the scope of the functor
2017-09-14 08:15:55 +02:00
Mael Rouxel-Labbé
58bd2302e0
Added a test to gradient fitting functions
2017-09-13 16:24:54 +02:00
Mael Rouxel-Labbé
9a5e0f8a64
Modified gradient fitting concept
2017-09-13 16:24:47 +02:00
Mael Rouxel-Labbé
a926aa22cb
Fixed weighted point issue in gradient fitting functions
2017-09-13 16:24:39 +02:00
Laurent Rineau
9551bae7e6
Fix a compilation error in Travis
...
fix the `check_pkg_Interpolation_headers` target
2017-06-29 09:45:00 +02:00
Mael Rouxel-Labbé
18979c6169
Removed superfluous typenames
2017-06-28 10:17:14 +02:00
Mael Rouxel-Labbé
d0749f1d53
Minor doc fixes
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
1fc2282350
Fixed regular triangulation capitalization across CGAL
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
3a3c6b2617
Fixed missing include
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
9fbf2720ce
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
42e04a3522
Fixed a comment in Interpolation
...
The OutputIterator type in regular_neighbor_coordinates is a pair of a weighted
point (and _not_ a point) and a FT
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
5d8b882294
Voronoi_intersection_2_traits_3.h should not define a Weight type
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
d3d63b579a
Corrected documentation of Voronoi_intersection_2_traits_3
...
-- the traits class is not a model of InterpolationTraits
-- plenty of typedef that were not documented
-- added new requirements due to changes in points/weighted_points
-- constructor with a kernel parameter
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
8c9817852f
Fixed Interpolation demo
...
The regular triangulation must be built using weighted points
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
c65c15b2c1
Improved Interpolation readability (no real changes)
...
-- Removed trailing whitespace
-- Fixed (some) includes
-- Fixed indentation
-- Fixed some remaining french
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
eddc79f39d
Proper use of Bare_point/Weighted_point
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
b5233c93d7
Simplified the usage of traits' functors in NN_coordinates_3
...
There is no need to define local versions of functors that are already available
through the traits / kernel.
Also do not default construct traits.
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
b638cb4d66
Fixed surface_neighbors_3
...
Short version: the regular triangulation must be build using weighted points,
but the return type is (bare) points
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
e3941a663e
Fixed surface_neighbor_coordinates
...
Short version: the regular triangulation must be build using weighted points,
but the return type is (bare) points
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
0b187c3499
Fixed Voronoi_intersection_2_traits_3
...
-- Required fixes due to the removal of implicit conversions between Point and
Weighted_point
-- Removed 'Bare_point' typedef: it is not for the traits to define this type
-- The traits class derives from a Kernel so that it can still provide
the functors that are not redeclared in this traits class
-- Use const& for predicate members to avoid copies (the traits will live
longer than the predicates so it's safe)
-- Minor changes (trailing whitespace, useless semicolons) that was
too difficult to separate into a different commit
2017-06-28 10:14:35 +02:00
Maxime Gimeno
5ae96fc2aa
Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found.
2017-05-23 16:12:56 +02:00
Sébastien Loriot
50510c05ea
add include directive for license of all GPL header files
...
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Andreas Fabri
d624271315
Remove usage of Regular_triangulation_euclidean_traits_3
2016-11-21 16:43:40 +01:00
Andreas Fabri
490949efa7
fix Interpolation package
2016-11-16 09:58:23 +01:00
Andreas Fabri
468e861a96
Rename power test in Voronoi_intersection_traits
2016-11-03 13:08:31 +01:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Laurent Rineau
51f5697d3d
Add missing #include
2016-09-30 15:23:14 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Sébastien Loriot
e78bef8a9c
update project name of demos
2016-09-08 00:13:34 +02:00
Sébastien Loriot
6b338eeb1f
improve the name of projects in cmake scripts of examples
2016-09-08 00:02:55 +02:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Sébastien Loriot
881e4d3199
request Core only in examples, tests and demos when really needed
2016-03-07 22:36:57 +01:00
Sébastien Loriot
2d191d6651
commit CMakeLists.txt for all examples and tests
2016-03-07 17:39:36 +01:00
Philipp Möller
0a04a3a48f
Use CGAL_DOC_VERSION
2016-02-11 15:37:54 +01:00
Philipp Möller
71b4e9c515
Use CGAL_FULL_VERSION in all Doxyfile.in
2015-12-17 16:33:28 +01:00
Philipp Möller
81a8f982dc
Handle the easy INPUT cases
...
If INPUT is just PKG/doc/PKG, handle it automatically.
2015-12-10 17:00:26 +01:00
Andreas Fabri
6e214c5f4a
remove Qt3 demos and empty dontsubmit files
2015-09-30 12:51:40 +02:00
Laurent Rineau
15c1469a54
CGAL requires CMake>=2.8.11.
2015-07-10 17:01:42 +02:00
Laurent Rineau
3ec0c69f8f
We want 2.8.10 for all demos
...
Previous versions are not tested by the CGAL daily test suite.
2015-07-09 17:50:22 +02:00
Laurent Rineau
e5bcdc5f3e
Update all CMakeLists.txt
...
- CMake 2.8.11 or later is now required
- GLEW is no longer used by demo/Polyhedron/
2015-07-06 18:14:34 +02:00
Sébastien Loriot
ea96055ba9
use examples.txt at the root of the doc package dir
2015-04-14 11:52:22 +02:00
Andreas Fabri
ade01f02b4
fix typos
2015-03-12 11:56:29 +01:00
Sébastien Loriot
b28b4607ae
use UTF8 for letters with accent
2015-01-31 13:58:08 +01:00
Sébastien Loriot
9114db9085
restore figure source files removed in 0fa2cacb
...
| commit 0fa2cacb60
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Tue Dec 3 17:27:02 2013 +0100
|
| remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Sébastien Loriot
0fa2cacb60
remove doc_tex documentation (including developer manual) and old manual tools
2013-12-03 17:27:02 +01:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Laurent Rineau
bc03aaf30b
Put doc/ in the global dont_submit file
2013-08-20 10:57:03 +02:00
Sébastien Loriot
d282ade623
use \cgalCite instead of \cite
...
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot
b2ef3b8673
Merge branch 'doc-remove_gif-local'
...
Successfully test in CGAL-4.3-Ic-102
This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.
Approved by the interim release manager
xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot
2dfe8a3d73
workaround for a doxygen bug: remove space after /!* to avoid a verbatim env
...
this happens if you have an empty line or the text directly after /!*
to find them in the generated documentation, grep for "pre class=\"fragment\""
(a few of them are legitimate however)
2013-07-25 14:58:53 +02:00
Sébastien Loriot
74a1ac055e
remove pdf files from doxygen doc include path
2013-07-25 11:15:18 +02:00
Sébastien Loriot
519b301130
remove gif files from doxygen doc include path
2013-07-25 11:14:16 +02:00
Sébastien Loriot
4389b0bac8
remove the usage of gif in the doxygen doc as pdflatex does handle them
...
replace the files with png
2013-07-25 11:06:13 +02:00
Sébastien Loriot
716f87d2d7
rename Hidden_type to unspecified_type and update its description
2013-06-13 18:48:58 +02:00
Ross Hemsley
4d9caf3763
Added names that were missing into the Doxyfile.in entries.
...
Also modified Installation/CMakeLists.txt to push the version number variable to the parent level
so that it can be accessed by the documentation
2013-05-30 17:55:43 +02:00
Philipp Möller
4d469821f7
Generated Doxyfile.in and dependencies
2013-05-30 14:13:47 +02:00
Laurent Rineau
b6ffa7c425
Merge branch 'CGAL-fix_warnings-GF'
...
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Andreas Fabri
146ca2db18
wrap in assertion_code
2013-03-21 09:31:19 +01:00
Alexandros Konstantinakis-Karmis
3b1d281efb
Abbreviations trigger end of \brief description
...
Fixes bug #15482 :
https://gforge.inria.fr/tracker/index.php?func=detail&aid=15482&group_id=52&atid=13845
2013-03-13 11:58:56 +01:00
Sébastien Loriot
3c7ad8410c
add classified reference manual pages
2013-03-12 15:07:19 +01:00
Laurent Rineau
2d8da664a3
Merge branch 'CGAL-fix_warnings-gdamiand'
...
Conflicts:
.gitignore
Skin_surface_3/examples/Skin_surface_3/CMakeLists.txt
2013-02-22 13:02:37 +01:00
Laurent Rineau
26a7e70785
New license.txt files (eol changes)
...
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +01:00
Laurent Rineau
d19578725b
Fix warnings
2013-02-07 18:15:23 +01:00
Andreas Fabri
13bac84716
less warnings in various packages
2013-02-01 10:27:07 +01:00
Sébastien Loriot
eca25c4717
add missing parameter in interpolation documentation
2013-01-31 18:07:22 +01:00
Andreas Fabri
9fea4e7c99
one less warning in Mesh_2, Point_set_2
2013-01-30 18:49:40 +01:00
Andreas Fabri
0acdb162fa
one less warning in Envelope_3, Intersection_3, Interpolation
2013-01-30 18:39:40 +01:00
Andreas Fabri
3e74389896
typos
2013-01-30 17:31:44 +01:00
Andreas Fabri
03c5412f93
switch to \tparam and \param in the Interpolation package
2013-01-30 17:15:13 +01:00
Andreas Fabri
19a3cc48fd
polish doc in Interpolation
2013-01-17 18:05:41 +01:00
Andreas Fabri
ca27d04e4d
fix typo
2013-01-15 12:35:19 +01:00
Andreas Fabri
ae50be5697
cleanup
2013-01-11 13:01:40 +01:00
Andreas Fabri
bfea719a1f
de-math
2013-01-11 12:46:15 +01:00
Andreas Fabri
682f09ab8c
subsection -> subsubsection
2013-01-11 11:04:19 +01:00
Andreas Fabri
37b29c2c3d
Merge branch 'Interpolation-bugfix-GF'
...
Approved by the release manager
2013-01-11 09:10:00 +01:00
Sébastien Loriot
b0bd160355
add missing back-ticks in see also
2013-01-09 19:48:41 +01:00
Sébastien Loriot
3cc7c5871f
renaming groups of global functions for Interpolation and releated changes
2013-01-09 09:36:41 +01:00
Sébastien Loriot
11db34df21
this file is not officially documented
2013-01-09 09:33:59 +01:00
Andreas Fabri
b307771892
bug fix for natural_neighbor_coordinates_2 using a small feature in the conflict zone functions of Delaunay_triangulation_2
2013-01-08 12:34:37 +01:00
Sébastien Loriot
5ec28b1cf4
replacing the usage of section in user man by \cgalHeading macro call
2013-01-07 18:04:37 +01:00
Sébastien Loriot
5f3c8826d1
h2 is the first header in classified reference manuals
2013-01-07 09:00:48 +01:00
Sébastien Loriot
7e095c7a7a
Merge branch 'Documentation-flat-ref-manual-pmoeller'
2013-01-04 15:19:57 +01:00
Sébastien Loriot
42d15a11d0
using uniform markups in classified reference pages
2013-01-04 15:16:40 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00
Philipp Möller
75f69570dc
Change the titles of mainpages to "User Manual"
...
This leads to a slightly odd result in the search for "User Manual",
but makes the pages themselves more consistent.
2012-12-13 14:47:09 +01:00
Sébastien Loriot
9576be3c3b
add doc in dont_submit
2012-11-27 08:42:02 +01:00
Sébastien Loriot
920eb63882
backporting documentation changes of master@9fcc5b57 into doxy-port-pmoeller
...
Conflicts:
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h
Installation/doc_tex/Installation/usage.tex
Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h
Mesh_2/doc/Mesh_2/Concepts/ConformingDelaunayTriangulationTraits_2.h
Spatial_searching/doc/Spatial_searching/CGAL/Incremental_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/K_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_incremental_neighbor_search.h
2012-11-23 22:54:31 +01:00
Sébastien Loriot
6cc7d66415
Revert "Replace tex-style quotes with quotes that you would expect, as there"
...
This reverts commit e65a8028ea .
Conflicts:
Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
Approximate_min_ellipsoid_d/documentation/mel.tex
Documentation/doxyassist.xml
Installation/doc_tex/Installation/usage.tex
Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex
Optimisation_doc/doc_tex/Bounding_volumes/user_part.tex
Optimisation_doc/doc_tex/Inscribed_areas/user_part.tex
Width_3/doc_tex/Polytope_distance_d_ref/Width_3.tex
2012-11-23 18:08:13 +01:00
Sébastien Loriot
ae8362b7d6
replace \cgalModels ::FOO by \cgalModels `FOO`
...
using:
perl -pi -e 's/\\cgalModels\s+::([A-Za-z0-9_:]+)\s*$/\\cgalModels `$1`\n/'
2012-11-23 09:37:53 +01:00
Sébastien Loriot
d585f5080e
subsection is actually a section
2012-11-19 16:21:42 +01:00