Fix my previous commit. bibtex does not like comments inside an entry.

This commit is contained in:
Laurent Rineau 2011-03-04 10:23:22 +00:00
parent 26388680e4
commit f292ca08c3
1 changed files with 4 additions and 1 deletions

View File

@ -1675,7 +1675,6 @@ ABSTRACT = {We present the first complete, exact and efficient C++ implementatio
@misc{ cgal:sl-stl-95 @misc{ cgal:sl-stl-95
,author = {Alexander Stepanov and Meng Lee} ,author = {Alexander Stepanov and Meng Lee}
,title = {The Standard Template Library} ,title = {The Standard Template Library}
% ,howpublished = {\path|http://www.cs.rpi.edu/~musser/doc.ps|}
,month = oct ,month = oct
,year = 1995 ,year = 1995
,annote = {recommended C++ reading. Short introduction to the ,annote = {recommended C++ reading. Short introduction to the
@ -1683,6 +1682,10 @@ ABSTRACT = {We present the first complete, exact and efficient C++ implementatio
containers. Explanation of iterator tags (outdated).} containers. Explanation of iterator tags (outdated).}
,update = "97.04 kettner" ,update = "97.04 kettner"
} }
% Previously there was:
% ,howpublished = {\path|http://www.cs.rpi.edu/~musser/doc.ps|}
% but this URL fails now.
@techreport{ cgal:sm-iftml-00 @techreport{ cgal:sm-iftml-00
,author = {M. Seel and K. Mehlhorn} ,author = {M. Seel and K. Mehlhorn}