Commit Graph

379 Commits

Author SHA1 Message Date
Laurent Rineau 26205d8c34 typo in the Combinatorial Maps bib entry 2011-11-16 15:57:05 +00:00
Laurent Rineau 3c755d3213 Update for CGAL-3.10 and 2012 2011-11-16 15:56:30 +00:00
Laurent Rineau c4df9292a2 Fix the minitoc in html mode
Workaround the bad interaction between minitoc and NewTocLayout.

Without that \gdef\lciTocOuterState{Right}, the html convertex inserts some
</td><td> tags outside the table of the minitoc.

Example of the bad inserted tags:
     </table>
  </td><td class="TocGroupOddRight">
2011-11-15 19:34:28 +00:00
Laurent Rineau 9a5a524699 Fix HTML standard compliance
- Add ALT attributes to IMG
2011-10-18 10:43:26 +00:00
Laurent Rineau 010f9f48e7 Fix HTML standard compliance
- Add ALT attributes to IMG
- Attributes WIDTH values must be quoted.
- Use CSS class "nowrap" instead of <NOBR>
2011-10-18 10:43:06 +00:00
Laurent Rineau 9b1dd7baa5 Add the canonical link to all pages of the CGAL manual
See:
  http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
2011-10-18 09:31:10 +00:00
Michael Hemmer 847c9a450c update 2011-10-10 09:18:55 +00:00
Michael Hemmer 583ead573e update 2011-10-10 09:17:07 +00:00
Sébastien Loriot 554f62d411 remove executable property from copyright files 2011-10-03 08:18:16 +00:00
Andreas Fabri 3fc8ab8767 Add a file with the copyright holder(s) to the package_info 2011-09-30 07:41:40 +00:00
Laurent Rineau 1166338b85 Update the title of AABB Tree chapter, in biblio too. 2011-09-26 12:30:57 +00:00
Laurent Rineau 42dd646676 Add an optional argument to \ccDeprecated
We can now write:

\begin{ccDeprecated}
...
\end{ccDeprecated}

or 

\begin{ccDeprecated}[3.8]
...
\end{ccDeprecated}

The optional argument is not used, for the moment.

That is *not yet* documented.


Triangulation_euclidean_traits_xy_3.tex is a test case.
2011-09-21 10:27:35 +00:00
Laurent Rineau ac882e74c1 Fix typo 2011-09-20 15:46:09 +00:00
Laurent Rineau 193933fddc Update the Makefile to compile the documentation of manual tools
- Add ../sty by default in the TEXINPUTS environment variable.
- allpdf is now the default target.
- GNU/make is required.
2011-09-20 09:05:26 +00:00
Laurent Rineau bfb2ae056a Update the biblio (manual tools step, see the Biblio.README) 2011-06-27 14:28:38 +00:00
Laurent Rineau 6bddc23d09 Support for directory names with spaces (follow-up #1) 2011-06-24 12:16:37 +00:00
Laurent Rineau a8c2768327 Support for directory names with spaces (follow-up #1) 2011-06-24 12:09:12 +00:00
Sébastien Loriot dab64b7fc5 prevent 'foo_const_bar&' to be replaced by 'foo__bar'
in function return type.
2011-06-24 08:54:19 +00:00
Laurent Rineau 955e5b94fc Support for directory names with spaces 2011-06-23 16:01:31 +00:00
Sébastien Loriot aa0f068305 add html symbol for \mathsection 2011-06-16 11:29:32 +00:00
Guillaume Damiand d2d010909f merge with next 2011-06-09 13:51:23 +00:00
Sébastien Loriot ca13392880 CGAL -> \cgal\ 2011-05-30 12:36:57 +00:00
Guillaume Damiand 0bac9ece26 Try to fix compiler error for g++-3.4 2011-05-12 14:02:58 +00:00
Sébastien Loriot a304206013 add \varnothing -> empty unicode symbol as latex to html conversion rule 2011-03-30 06:53:05 +00:00
Laurent Rineau 84bf6c19ae - Package Overview: add "CGAL User and Reference Manual: " in <title>
- Acknowledging CGAL: add "CGAL User and Reference Manual: " in <title> and use
  \sc Cgal instead of CGAL
2011-03-14 09:18:43 +00:00
Laurent Rineau 674fc2f25c Tweaks to the packages overview:
- CSSification of the PkgDescription for each package,

  - the "Citation Entry" is replace with "BibTex: [cgal:abc-11]" (where
    cgal:abc-11 is the bibtex label of the entry),

  - attempt to make the tags soup result a more correct HTML.
2011-03-10 13:46:19 +00:00
Laurent Rineau c10095cb0b Minor change of the layout of the packages overview.
The new layout for each package entry in the packages overview is the
following:
------------------------------------------------------------------------
|        | Title of the package (may be a very long|title that span)   | 
------------------------------------------------------------------------
|        | List of authors, that cannot span if is | Introduced in:    |
| CENTER | too long (it wraps)                     | License: LQPL     |
| ED PIC |-----------------------------------------| Depends on: foo   |
| TURE C | Summary of the package. Can be a long   |  bar baz foo_3    |
| ENTERE | text that wraps.                        |  bar_2 Kernel     |
| D PICT |                                         | Citation entry:   |
|        |                                         | Demo: foo bar     |
------------------------------------------------------------------------

That is:
 - three columns, three rows,
 - the title is alone on the first row, and spans in col 2 and 3,
 - the picture is alone in the first column, vertically spans in rows 2 
   and 3, and is vertical centered in its bloc,
 - the list of authors is in the middle of the second row,
 - the summary is in the middle of the third row,
 - the menu in the left column spans in rows 2 and 3.
2011-03-09 18:10:21 +00:00
Laurent Rineau b0c2c06035 Replace "\%" by "2&##37;" in \lcRawHtml
Explanation:
  - the lexer of cc_extract_html sometimes treats "%" as the start of a
    comment, unconditionally (whereas the LaTeX parser treats \% as a
    macro),
  - in HTML, "%" and "&#37;" as equivalent (that is the "HTML Entity Code"
    of "%"),
  - in cc_extract_html, the "#" must be quoted to "##".
2011-03-09 11:20:23 +00:00
Laurent Rineau 29d7b4f7a7 Add manual for 3.7 (from the branch).
Add manual for 3.8, and update the manual tools.
2011-02-24 15:04:37 +00:00
Laurent Rineau 805ebd9492 Do not remove trailing const in the manual, so that one can document when a
method is const or not (in concepts it is very important).
2010-11-25 15:56:05 +00:00
Michael Hemmer ea7d9cfb43 fix typo 2010-10-12 15:43:13 +00:00
Michael Hemmer 522535cba8 added more information 2010-10-12 15:40:37 +00:00
Michael Hemmer 59f8e181bd add missing include for gcc-4.4 2010-10-12 14:53:02 +00:00
Laurent Rineau f9587c9428 Let's add that useless macro "\."
There is no reason not to have it.
2010-09-02 21:48:07 +00:00
Laurent Rineau 3988b6a790 Add \url LaTeX command in latex_to_html, in path.sty 2010-09-02 21:40:57 +00:00
Laurent Rineau ffa852abe4 Fix scripts/index_fix, so that it works also on LaTeX document with
documentclass=article (instead of book).
2010-08-31 23:49:26 +00:00
Laurent Rineau 0518b14435 typo 2010-08-31 21:22:15 +00:00
Laurent Rineau 3157f5c2c8 update after manual-3.7.bib 2010-08-02 12:46:30 +00:00
Laurent Saboret c76930c46a generate_reference_manual version 1.3.1:
* Fixed incompatibility with variants of grep that do not support -P option (e.g. MacOS X)
* Fixed bug when processing "&&" string
* Fixed bug when a template class nested type is declared with template keyword
* Fixed bug in @commentheading
* Fixed bug in parameters parsing
* Fixed template declaration of nested template classes in \ccParameters section
* In the \ccParameters section, template parameters are now on a unique line to workaround a bug with typedef parameters types
* Added support of `' and '''' to emphasize words (besides "")
2010-06-20 17:41:44 +00:00
Sébastien Loriot d53e01f1a1 remove package namespace macro 2010-06-09 08:45:58 +00:00
Laurent Rineau 08ec5427a5 If no extension is used in \includegraphics, prefer PDF graphics over PNG
pictures.
2010-03-22 15:53:01 +00:00
Nico Kruithof 922cd70e79 More fixes for the doxygen2doc generator: operator-\/ replacement to operator- 2010-03-16 11:04:04 +00:00
Nico Kruithof 880ebfda08 Fixed a mismatch of nested brackets in the documentation generation tools from doxygen comments. 2010-03-13 09:01:18 +00:00
Michael Hemmer 4d94bfee47 added PHD Arno Eigenwillig
added Quadratic Interval Refinement for Real Roots by Abbott
2010-03-06 11:26:27 +00:00
Sylvain Pion 93e685d392 Add a new ccDebug environment, similar in use to ccAdvanced and ccDeprecated,
that identifies debugging support functionality.
2010-01-29 16:18:35 +00:00
Laurent Rineau d909a4b595 Merged revisions 53734,53736 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53734 | stayeb | 2010-01-22 16:45:00 +0100 (Fri, 22 Jan 2010) | 1 line
  
  Typo.
........
  r53736 | teillaud | 2010-01-22 17:05:39 +0100 (Fri, 22 Jan 2010) | 2 lines
  
  bug fix
........
2010-01-22 16:29:45 +00:00
Laurent Rineau cc687cbad6 Attempt to have Manual_tools/doc_tex in the internal releases (just to see
what it does).
(trunk only)
2010-01-20 15:38:49 +00:00
Laurent Rineau 5e4c755bdb Merged revisions 53668-53669,53678-53679,53682-53686 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53668 | yvinec | 2010-01-19 11:00:41 +0100 (Tue, 19 Jan 2010) | 3 lines
  
  added changes for Mesh_3
........
  r53669 | yvinec | 2010-01-19 11:04:38 +0100 (Tue, 19 Jan 2010) | 3 lines
  
  fixed page layout in Changes for Mesh_3
........
  r53678 | spion | 2010-01-20 13:32:36 +0100 (Wed, 20 Jan 2010) | 2 lines
  
  Link AK_d and reorder to have Modular close to NT.
........
  r53679 | lrineau | 2010-01-20 13:37:23 +0100 (Wed, 20 Jan 2010) | 9 lines
  
  Merge from trunk:
    | New Revision: 53666
    |  Author: sloriot
    |  Date: 2010-01-19 08:41:16 +0100 (Tue, 19 Jan 2010)
    |  
    |  Log message:
    |  
    | remove warnings
........
  r53682 | lrineau | 2010-01-20 14:31:41 +0100 (Wed, 20 Jan 2010) | 2 lines
  
  Simplify the URL to CORE, so that "_" is not in the URL (Pb with manual tools)
........
  r53683 | lrineau | 2010-01-20 14:42:23 +0100 (Wed, 20 Jan 2010) | 3 lines
  
  Fix the package description of AK (fix the bib label and the version of
  CGAL)
........
  r53684 | lrineau | 2010-01-20 14:45:53 +0100 (Wed, 20 Jan 2010) | 1 line
  
  clean PkgDescription.tex
........
  r53685 | lrineau | 2010-01-20 15:01:09 +0100 (Wed, 20 Jan 2010) | 3 lines
  
  - Update PkgDexcription.tex to year 2010.
  - Add manual-3.6.bib
........
  r53686 | lrineau | 2010-01-20 15:03:10 +0100 (Wed, 20 Jan 2010) | 1 line
  
  Update the biblio shipped in manual tools, using manual-3.6.bib
........
2010-01-20 14:07:18 +00:00
Sylvain Pion bb2e5a716b listings : darken colors and use bold font to improve readability of b&w printout. 2010-01-05 15:24:34 +00:00
Laurent Rineau f1744ad863 Use NOTE field, with a quoted url, and a ATLNOTE field, that uses the
\url{...} macro.
2009-12-18 13:06:12 +00:00