Skip to content

Commit

Permalink
issue #6733 invalid cite anchor id when using crossref
Browse files Browse the repository at this point in the history
Also test 050 was hit by the change of samlpe.bib
  • Loading branch information
albert-github committed Jan 4, 2019
1 parent f3e0d5b commit 6296ca3
Showing 1 changed file with 45 additions and 20 deletions.
65 changes: 45 additions & 20 deletions testing/050/indexpage.xml 100644 → 100755
@@ -1,20 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
<compounddef id="indexpage" kind="page">
<compoundname>index</compoundname>
<title>My Project</title>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Some normal text. <verbatim>A verbatim section with a /* C comment */ in it
</verbatim> Showing a file as verbatim <verbatim>@book{knuth79,
author = "Donald E. Knuth",
title = "Tex and Metafont, New Directions in Typesetting",
year = "1979",
publisher = "American Mathematical Society and Digital Press",
address = "Stanford"
}
</verbatim> More text after the verbatim section. </para>
</detaileddescription>
</compounddef>
</doxygen>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
<compounddef id="indexpage" kind="page">
<compoundname>index</compoundname>
<title>My Project</title>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Some normal text. <verbatim>A verbatim section with a /* C comment */ in it
</verbatim> Showing a file as verbatim <verbatim>@book{knuth79,
author = "Donald E. Knuth",
title = "Tex and Metafont, New Directions in Typesetting",
year = "1979",
publisher = "American Mathematical Society and Digital Press",
address = "Stanford"
}
@InCollection{ BertholdHeinzVigerske2009,
author = {T. Berthold and S. Heinz and S. Vigerske},
title = {Extending a {CIP} framework to solve {MIQCP}s},
crossref = {LeLe12},
pages = {427--444},
url = {http://doi.org/10.1007/978-1-4614-1927-3_15}
}
@Book{ LeLe12,
title = {Mixed Integer Nonlinear Programming},
booktitle = {Mixed Integer Nonlinear Programming},
publisher = {Springer},
year = {2012},
editor = {Jon Lee and Sven Leyffer},
volume = {154},
series = {The IMA Volumes in Mathematics and its Applications},
url = {http://doi.org/10.1007/978-1-4614-1927-3},
issn = {978-1-4614-1926-6}
}
@InCollection{ Be09,
author = {P. Belotti},
title = {Disjunctive cuts for non-convex {MINLP}},
crossref = {LeLe12},
pages = {117--144},
url = {http://doi.org/10.1007/978-1-4614-1927-3_5}
}
</verbatim> More text after the verbatim section. </para>
</detaileddescription>
</compounddef>
</doxygen>

0 comments on commit 6296ca3

Please sign in to comment.