yangcht/AA-bibstyle-with-hyperlink

adsurl and adsnote in PhDthesis

Closed this issue · 1 comments

I was having

Extra }, or forgotten \endgroup.

errors and was not sure why. Then I found the PhD thesis entry, which was not from the ADS, was the problem.

Original (gave error):

@PHDTHESIS{2010PhDT.Macke,
author = {{Macke}, Robert J.},
title = "{Survey of meteorite physical properties density, porosity and magnetic susceptibility}",
school = {University of Central Florida},
year = 2010,
}

which generated

\bibitem[{{Macke}(2010)}]{2010PhDT.Macke}
{Macke}, R.~J. 2010, }{{Survey of meteorite physical properties density,
  porosity and magnetic susceptibility}}, PhD thesis, University of Central
  Florida

(Note the } in the second line after the year)

Changed (no error):

@PHDTHESIS{2010PhDT.Macke,
author = {{Macke}, Robert J.},
title = "{Survey of meteorite physical properties density, porosity and magnetic susceptibility}",
school = {University of Central Florida},
year = 2010,
       adsurl = {},
      adsnote = {}
}

which generated:

\bibitem[{{Macke}(2010)}]{2010PhDT.Macke}
{Macke}, R.~J. 2010, \href{}{{Survey of meteorite physical properties density,
  porosity and magnetic susceptibility}}, PhD thesis, University of Central
  Florida

After changing this, I don't see the warnings I reported in #2 .

Fixed.