Commit Graph

53 Commits

Author SHA1 Message Date
Laurent Rineau 432b61d506 Fix a bug I introduced in \ccc.
Thanks to Nicolas George and Arthur Ripoll (from "Forum", a community of
former students of ENS Paris) that have helped me understand more TeX
internals!
2009-04-17 09:54:57 +00:00
Sylvain Pion 80a962c21e New \ccProd. 2009-02-02 17:26:51 +00:00
Sylvain Pion 40200e96cf New \ccsum{a}{b}{c} macro that does \sum_{a}^{b}{c} with nicer html rendering. 2009-02-02 17:06:34 +00:00
Laurent Rineau dc5d2dc434 Remove \cccWithURL and \ccRefIdfierPageWithURL 2009-01-20 22:50:19 +00:00
Laurent Rineau 89908df679 \ccc and \ccRefIdfierPage now have an optional argument. Usage:
\ccc[Kernel::do_intersect]{void do_intersect(int a, int b)}
  \ccRefIdfierPage[Kernel::do_intersect]{do_intersect}

The argument must be a label declared with \ccRefLabel, such as in:
  \ccRefLabel{Kernel::do_intersect}
2009-01-20 21:56:43 +00:00
Laurent Rineau e68504513a ooops. If the *second* argument is to be ignored, then only the *first one*
should be passed.
2009-01-20 14:02:56 +00:00
Laurent Rineau cbacb441a1 Add a wrapper \ccRefIdfierPageWithURL. 2009-01-20 12:41:25 +00:00
Laurent Rineau bcec6c9d30 Add a wrapper around \ccc so that one can chose the URL of the HTML link,
instead of the automatic one.
In LaTeX mode, that macro ignores its second argument.

That macro is named \cccWithURL{}{}.
2009-01-09 10:16:54 +00:00
Andreas Meyer aeceb11255 ccPkgDemo:
* now also known to latex (no-op)
* can be given multiple times (output will accumulate)
2007-05-04 14:05:18 +00:00
Andreas Meyer a6db8092bf yet another ccAnchor fix. this time: line breaks and ?,& characters 2007-04-18 19:11:31 +00:00
Andreas Meyer 9a0c6d5a5d ps/pdf bugfix related to ccAnchor (prevented developers manual to build) 2007-04-18 18:20:52 +00:00
Andreas Meyer c31827bf13 use pdf hyperref inside ccAnchor. made ps output look the same 2007-04-16 10:09:51 +00:00
Andreas Meyer 7a80cfa1a3 fixed operator() layout 2007-04-13 15:55:35 +00:00
Andreas Meyer 79c1bde675 added benchark stuff:
* collect *.bff files, according to path/filename pattern
* create tar-files with unique filename
* provide links from web page to those tar-files, included in the manual 
  (below doc_html/benchmarks/)
2007-03-28 10:57:59 +00:00
Andreas Meyer 0bb7072412 fixed ccReferToExampleCode (can be used now also
in captions)
2007-02-28 00:03:46 +00:00
Andreas Meyer 7e670c317b * switched to xml output for comments (makes transition easier from
doc_tex to doxygen)
* bugfix (html): made footnotes always appear _after_ alphabetical list of refpages
* bugfix: ccReferToExampleCode is now typeset in alltt
2007-02-20 12:30:06 +00:00
Andreas Meyer 90b0f7534a another \bgl, \boost fix 2007-02-07 09:37:29 +00:00
Andreas Meyer c372d00e0e moved \boost and \bgl into cc_manual.sty 2007-02-06 15:44:43 +00:00
Andreas Meyer 8ecba2df95 * moved command \bgl out of manual into style file
* new command \ccReferToExampleCode
2007-02-06 15:26:40 +00:00
Andreas Meyer bca23f0c4e reorganized \gmp, \mpfr, \lidia etc (are now
located in cgal_manual.sty)
2007-02-02 14:30:47 +00:00
Michael Hemmer 45d93c771b added macros: \core, \gmp, \lidia, \ntl 2007-01-30 14:15:39 +00:00
Andreas Meyer 24057e65a0 bugfix ps/pdf: added \usepackage{footnote} 2006-11-03 12:10:20 +00:00
Andreas Meyer a4d2e66a14 bugfix: multiline function declarations with
multiparagraph comments now work
2006-10-24 12:56:35 +00:00
Andreas Meyer 06ec1b8692 new feature: images for package description page 2006-10-13 10:19:55 +00:00
Andreas Meyer 5ffc1dc158 bugfix: avoid .operator() being displayed in
return_type creationvariable.operator()( myargumentlist )
2006-10-12 14:00:43 +00:00
Andreas Meyer 9e7a24500c new feature: strip license headers from example code 2006-08-08 17:52:23 +00:00
Andreas Meyer f0258cfe73 part-labels generate anchors in TOC 2006-05-04 21:05:24 +00:00
Andreas Meyer 807fb759a8 html: new feature: \ccHowToCiteCgal{cgal:bibtexentry} 2006-04-29 20:54:38 +00:00
Andreas Meyer 4913a45a88 * bugfix (author did not show up in package description, occasionally)
* toc restructured: user/ref manual are now one chapter. still, they show up
  in the toc as two parts of one chapter
2006-04-28 21:10:23 +00:00
Andreas Meyer 919d2a3d7a ccIntroducedInCGAL, ccChapterAuthor mirrored in pkgdescription 2006-04-26 19:03:33 +00:00
Andreas Meyer 0f045097a7 ps/pdf: bugfix for the alph.listofrefpages 2006-04-15 21:48:29 +00:00
Andreas Meyer c046987bd0 alphabetical list of refpages, now also for ps/pdf 2006-04-15 21:19:19 +00:00
Andreas Meyer b94b2d1539 html: toc layout
ps/pdf: towards per-refchapter alphabetical listofrefpages
2006-04-14 16:48:04 +00:00
Andreas Meyer 86d0b83d7a name change: ccUnsortedList --> ccRawList
(unsorted sounds like a lack of feature...)

bugfix: \subsection* now also splits the table of 
raw refpage entries
2006-04-09 12:39:24 +00:00
Andreas Meyer 42e6785743 reorganization & improved pkgdescr layout slightly 2006-04-08 18:26:30 +00:00
Andreas Meyer 2e703e3248 new feature: alphabetically sorted list of refpages
new feature(internal): sorted maps for the latex-interpreter
2006-04-07 23:13:44 +00:00
Andreas Meyer fc14e338ef better layout for ccRefChapter (ps/html) 2006-04-07 14:07:48 +00:00
Andreas Meyer e6e6f13b32 bugfix: cc[Ref,User]Chapter only accept _one_ argument. 2006-04-06 18:09:54 +00:00
Andreas Meyer de5241d8c3 changed meaning of
ccRefChapter
ccUserChapter

(+some whitespace changes, done by texteditor)
2006-04-06 16:57:00 +00:00
Andreas Meyer 7af7671833 better layout for \ccRef 2006-04-06 14:57:58 +00:00
Andreas Meyer 794a535262 ccRef also for latex. behavior:
\ccRef[Section]{label:somesection} will produce

Section 3

[] may be omitted. provided for consistency with the html-version
2006-04-06 14:54:40 +00:00
Andreas Meyer cdf609e53a introduced toc entries that may span the complete row
(needed for parts)
2006-04-05 17:56:24 +00:00
Andreas Meyer 21af93974c better cross-referencing of class templates. now, the whole
class is referenced by default, unless there is a template parameter
which can be cross-referenced
2006-03-31 19:06:05 +00:00
Andreas Meyer 41dbbfb788 pkgDescr. now has a link to reference manual 2006-03-31 01:45:01 +00:00
Andreas Meyer 6f728868cf description for parts (preliminary) 2006-03-23 18:03:22 +00:00
Andreas Meyer 2ecf058582 package descriptions, MK II 2006-03-23 10:12:17 +00:00
Andreas Meyer 35259c9753 added some immature package description mechanism 2006-03-22 22:54:44 +00:00
Andreas Meyer 4dc6605f94 fixed operator formatting for classes with scope 2006-03-19 17:18:34 +00:00
Andreas Meyer 265c19ab46 Nested_type anchors were undefined, previously! fixed. 2006-03-18 23:57:54 +00:00
Andreas Meyer fc86095f76 allow multi-paragraph comments in \ccFunction, \ccMethod etc 2006-03-10 12:08:45 +00:00