Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Efi Fogel
a82f4b3ecc
Added the proper SVN keywords
2007-04-03 18:32:11 +00:00
Efi Fogel
36efcb8336
fixed spelling
2007-04-03 18:31:48 +00:00
Efi Fogel
65ebc01e75
1st revision
2007-04-03 04:59:34 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Efi Fogel
40a8745738
cleanup
2007-03-29 16:33:58 +00:00
Efi Fogel
7c3065380f
An attempt to initialize some variable, some compilers complain they might not be initialized
2007-03-27 17:12:20 +00:00
Efi Fogel
d46af2c1e0
removed \newcommand
2007-03-26 13:04:22 +00:00
Efi Fogel
3349e54635
cleanup
2007-03-26 11:55:25 +00:00
Andreas Fabri
5c9dae21ff
Ron's changes
2007-03-23 07:12:23 +00:00
Andreas Fabri
5dc561309e
Added illustration
2007-03-14 08:34:07 +00:00
Sylvain Pion
847c23a15e
Removing leading and trailing empty lines from all example files.
...
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion
82f994833b
Constification
2007-03-08 10:39:00 +00:00
Laurent Saboret
9d0d302a87
Fixed svn properties of whole trunk
2006-12-18 09:37:55 +00:00
Ron Wein
41b652da56
Renamed Infinity_type to Boundary_type.
2006-12-11 15:35:40 +00:00
Ron Wein
7efc449214
A small fix requested by Michael Hoffmann.
2006-11-13 13:59:05 +00:00
Efi Fogel
fee0b25282
Fixed image width
2006-11-08 12:02:55 +00:00
Efi Fogel
698595a895
1st revision
2006-11-08 12:02:31 +00:00
Ron Wein
04b5f686c5
Some fixes (thanks Michael H.)
2006-11-08 11:39:49 +00:00
Baruch Zukerman
50bffddd8a
fixed a compilation error when using the polyline traits (cannot assume that there is construct_min_vertex_2(), use consruct_min_vertex_2_object() instead)
2006-11-07 11:42:05 +00:00
Ron Wein
357be0f92d
Small fixes after Eric's review.
2006-10-05 15:48:49 +00:00
Efi Fogel
002419172b
typo
2006-09-13 15:33:40 +00:00
Efi Fogel
6963adbc45
Rephrasing and typo fixing
2006-09-13 14:38:39 +00:00
Efi Fogel
03a31bc036
1st revision
2006-08-25 09:29:28 +00:00
Efi Fogel
d04569ff3f
updated figures
2006-08-13 14:28:47 +00:00
Efi Fogel
7d0dc2ddcc
1st revision
2006-08-13 14:10:26 +00:00
Andreas Meyer
b454b3febd
manual cleanup:
...
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Ron Wein
4bf6041ce4
Completed the documentation.
2006-08-06 06:28:45 +00:00
Efi Fogel
716899f7ed
updated
2006-08-03 16:41:40 +00:00
Ron Wein
9b345a68b4
Added a cgal-test script.
2006-08-03 15:35:19 +00:00
Ron Wein
c305db01b4
Added a missing definition.
2006-08-03 13:58:38 +00:00
Ron Wein
cafeb2a6bb
Data files for the test program.
2006-08-03 13:44:47 +00:00
Ron Wein
ab601a34bc
Fixed a typo.
2006-08-03 13:36:40 +00:00
Ron Wein
a2a0308812
Added more examples.
2006-08-03 13:31:36 +00:00
Ron Wein
efd7d954d9
Fixed some typos.
2006-08-03 09:55:00 +00:00
Ron Wein
795a405ef9
Initial version of the documentation.
2006-08-03 09:41:46 +00:00
Ron Wein
af196aa7a9
Added the capability to handle vertical segments, and fixed the segment
...
example accordingly.
2006-08-03 08:20:48 +00:00
Ron Wein
d756d470f1
Fixed a bug.
2006-08-03 06:20:21 +00:00
Ron Wein
4bad047ba4
Added a test program for envelopes of line segments.
2006-08-02 15:53:59 +00:00
Ron Wein
f874c309d9
Fixed a bug.
2006-08-01 13:13:40 +00:00
Ron Wein
d805e4b4d0
Fixed the code so it compiles.
2006-08-01 07:08:47 +00:00
Ron Wein
6c2984d043
Improved code.
2006-07-30 14:53:05 +00:00
Ron Wein
f776969628
Updated version.
2006-07-30 14:10:00 +00:00
Ron Wein
3e8437caa6
Started fixing the code.
2006-07-30 07:14:59 +00:00
Ron Wein
f5d6a437fa
Added the source files.
2006-07-25 11:52:24 +00:00
Baruch Zukerman
54cae21084
1st revision
2006-07-24 11:48:31 +00:00