From 2c961258cb661a76bb9de0fc36d2767ce9cf3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 9 Jan 2015 14:14:30 +0100 Subject: [PATCH] update changes and bibtex file --- Documentation/resources/how_to_cite_cgal.bib.in | 10 ++++++++++ Installation/changes.html | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/Documentation/resources/how_to_cite_cgal.bib.in b/Documentation/resources/how_to_cite_cgal.bib.in index e269f5dfc03..870feffe5dc 100644 --- a/Documentation/resources/how_to_cite_cgal.bib.in +++ b/Documentation/resources/how_to_cite_cgal.bib.in @@ -545,6 +545,16 @@ , year = ${CGAL_BUILD_YEAR4} } +@incollection{cgal:vl-sssr-${CGAL_RELEASE_YEAR_ID} +, author = "Thijs van Lankveld" +, title = "Scale-Space Surface Reconstruction" +, publisher = "{CGAL Editorial Board}" +, edition = "{${CGAL_CREATED_VERSION_NUM}}" +, booktitle = "{CGAL} User and Reference Manual" +, url = "http://doc.cgal.org/${CGAL_CREATED_VERSION_NUM}/Manual/packages.html#PkgScaleSpaceReconstruction3Summary" +, year = ${CGAL_BUILD_YEAR4} +} + @incollection{cgal:k-ssm3-${CGAL_RELEASE_YEAR_ID} , author = "Nico Kruithof" , title = "{3D} Skin Surface Meshing" diff --git a/Installation/changes.html b/Installation/changes.html index 58e094fb269..efe504217a0 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -125,6 +125,18 @@ and src/ directories). defined for simple two-dimensional polygons. +

Scale-Space Surface Reconstruction (new package)

+ +

Triangulation (new package)