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)