sxs-collaboration / spectre

SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
https://spectre-code.org
Other
162 stars 191 forks source link

Error parsing title of reference #1508

Open kidder opened 5 years ago

kidder commented 5 years ago

Bug reports:

Expected behavior:

The following reference included in docs/References.bib should be parsed correctly.

@article{DelZanna2002rv,
      author         = "Del Zanna, L. and Bucciantini, N. and Londrillo, P.",
      title          = "{An efficient shock-capturing central-type scheme for
                        multidimensional relativistic flows. 2.
                        Magnetohydrodynamics}",
      journal        = "Astron. Astrophys.",
      volume         = "400",
      year           = "2003",
      pages          = "397-414",
      doi            = "10.1051/0004-6361:20021641",
      url            = "https://doi.org/10.1051/0004-6361:20021641",
      eprint         = "astro-ph/0210618",
      archivePrefix  = "arXiv",
      primaryClass   = "astro-ph",
      SLACcitation   = "%%CITATION = ASTRO-PH/0210618;%%"
}

Current behavior:

make doc-check produces the following error: citelist:73: warning: Unexpected token TK_LISTITEM found as part of a <a>..</a> block

Environment:

I can reproduce this both on my MacBookPro and the Travis documentation build.

Detailed discussion:

This may be a can't fix or upstream issue, but I wanted to document it in case someone else runs into a similar problem in the future.

I am able to get around the error by changing the 2. in the title to a II. (which is actually the correct title)

@nilsleiffischer can you comment on whether this is an issue with something in SpECTRE, doxygen, or something else?

nilsdeppe commented 3 years ago

@nilsleiffischer @kidder is this fixed?

nilsdeppe commented 3 years ago

@kidder is this fixed?

nilsdeppe commented 2 years ago

@kidder is this fixed?

kidder commented 2 years ago

the issue is currently bypassed by changing 2 -> II in the title