Andreas Fabri
ee1d2c4190
typo
2007-04-04 06:50:45 +00:00
Andreas Fabri
493c73bb9b
Added illustration
2007-04-02 20:05:08 +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
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
b8b87ab5a5
Actually, the "// file: example_bla.cpp" lines are not needed anymore,
...
since the manual tools know it. So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion
23edc11d3b
Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
...
Using :
for i in * ; do cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion
6a44c220a9
make automatic grep-checks easier
2007-02-15 21:27:34 +00:00
Sylvain Pion
f6c0295fc5
macros must be prefixed by CGAL_
2007-02-15 21:22:58 +00:00
Sylvain Pion
cfb9329d50
rename .C to .cpp
2007-01-27 21:20:09 +00:00
Andreas Fabri
810f31fef6
rename .C to .cpp
2006-08-07 08:52:06 +00:00
Andreas Fabri
66df33402d
changed .C to .cpp in examples
2006-07-09 19:47:13 +00:00
Andreas Fabri
03a4b2d3fb
changed .C to .cpp in examples
2006-07-09 19:46:21 +00:00
Andreas Meyer
b54cabb95b
moved some more \labels into \section
2006-05-06 19:49:16 +00:00
Andreas Meyer
0e3d6b8143
manual bugfix (ccHowToCiteCgal)
2006-05-04 12:28:44 +00:00
Andreas Meyer
dc3ce8747e
\ccHowToCite --> \ccHowToCiteCgal
2006-05-03 11:24:03 +00:00
Andreas Fabri
4530af2ce7
Added ccHowTocite
2006-05-02 20:21:31 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri
5acf94175f
Added \label to PackageDescription
2006-04-21 09:24:57 +00:00
Andreas Fabri
ccffb33072
Moved teaser before \section{Introduction}
2006-04-21 09:23:30 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Le-Jeng Shiue
d9b0424db2
Change the license of the source codes to LGPL.
2006-04-19 03:42:03 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri
440560e5b8
Added license information
2006-04-06 15:18:17 +00:00
Andreas Fabri
7746e47fec
cleanup of \sections
2006-04-05 14:03:59 +00:00
Andreas Fabri
d8aaa8267a
typos
2006-04-02 13:15:30 +00:00
Andreas Fabri
2f8f36f150
Added package description
2006-03-31 08:28:24 +00:00
Le-Jeng Shiue
eca65d792e
fix the position problem of the teaser of the manual
2006-03-20 14:52:00 +00:00
Le-Jeng Shiue
bdb598aeb0
add concepts of subdivision masks into the reference manual.
2006-03-20 03:48:35 +00:00
Le-Jeng Shiue
43807c2f5d
minor revise of the manual
2006-03-17 15:09:11 +00:00
Andreas Fabri
678df1031c
Fixed typos
2006-03-16 15:35:59 +00:00
Andreas Fabri
4de5a2e679
changed chapter title
2006-03-16 13:22:58 +00:00
Joachim Reichel
f582718758
rename create_makefile to cgal_create_makefile to avoid name clashes,
...
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Andreas Fabri
bba16b6593
The examples now return 0, if they are called without arguments
2006-03-13 22:37:23 +00:00
Le-Jeng Shiue
81ced54a78
update the manual to match the code changes
2006-03-08 06:13:51 +00:00
Le-Jeng Shiue
5b35530823
Make the point computation more CGAL like
2006-03-08 06:10:58 +00:00
Le-Jeng Shiue
204495706b
revise the manual
2006-03-08 05:57:28 +00:00
Le-Jeng Shiue
00b9eec7bc
use std::cin for input off file in the examples
2006-03-07 05:35:35 +00:00
Le-Jeng Shiue
ae4d40548c
Try to fix the format problem of template template parameter.
...
Still need to email Lutz to fix the ccThree command.
2006-03-05 01:41:32 +00:00
Le-Jeng Shiue
ded33c694f
Fix some grammars.
2006-03-05 01:10:51 +00:00
Le-Jeng Shiue
536f778d06
revise the figures in the reference manual
2006-03-04 05:59:01 +00:00
Le-Jeng Shiue
b4a9acc074
- add the figures for the reference manual
2006-03-04 04:46:16 +00:00
Le-Jeng Shiue
d9cecf47e8
revise the reference manual
2006-03-01 14:54:05 +00:00
Le-Jeng Shiue
b1d03a2e50
- revise the manual
...
- fix a figure
2006-02-28 15:01:57 +00:00
Le-Jeng Shiue
d23c18ca42
revise the manual and the reference.
2006-02-27 15:13:08 +00:00
Le-Jeng Shiue
62b6bf5079
revise the reference manual
2006-02-25 23:56:55 +00:00
Le-Jeng Shiue
15f4cb3101
clean the example codes
2006-02-21 04:57:29 +00:00
Le-Jeng Shiue
bacb0f89b3
- revise section 7 and 8
...
- spell check
- clean up the example codes
2006-02-21 04:53:32 +00:00
Le-Jeng Shiue
477dc132ec
revise the section 5 and 6 in the manual.
2006-02-20 05:43:36 +00:00
Le-Jeng Shiue
7383a82726
- fix the corrupted pdf images
...
- replace the chess figure with a simpler CAD model figure
2006-02-20 01:07:16 +00:00
Le-Jeng Shiue
21ba34776d
remove no-used figure files
2006-02-18 01:00:48 +00:00
Le-Jeng Shiue
e358a077d8
Change the package name to Subdivision_method_3
2006-02-18 00:46:03 +00:00