From 6296ca32abf74dff4883b2f476ee311c2cd0324f Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 4 Jan 2019 15:53:53 +0100 Subject: issue #6733 invalid cite anchor id when using crossref Also test 050 was hit by the change of samlpe.bib --- testing/050/indexpage.xml | 65 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 20 deletions(-) mode change 100644 => 100755 testing/050/indexpage.xml diff --git a/testing/050/indexpage.xml b/testing/050/indexpage.xml old mode 100644 new mode 100755 index 2f183fe..bbaacf4 --- a/testing/050/indexpage.xml +++ b/testing/050/indexpage.xml @@ -1,20 +1,45 @@ - - - - index - My Project - - - - Some normal text. A verbatim section with a /* C comment */ in it - Showing a file as 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" -} - More text after the verbatim section. - - - + + + + index + My Project + + + + Some normal text. A verbatim section with a /* C comment */ in it + Showing a file as 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} +} + More text after the verbatim section. + + + -- cgit v0.12