summaryrefslogtreecommitdiffstats
path: root/testing/sample.bib
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-04 14:45:50 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-04 14:45:50 (GMT)
commitf3e0d5b9dabaf9fa2e05469cd42836477de08de4 (patch)
tree1c547e046fc3838a729a955004f9bfaae6d725f4 /testing/sample.bib
parent5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f (diff)
downloadDoxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.zip
Doxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.tar.gz
Doxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.tar.bz2
issue #6733 invalid cite anchor id when using crossref
The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX. - doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name) - cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message). - extending test 012
Diffstat (limited to 'testing/sample.bib')
-rw-r--r--testing/sample.bib25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/sample.bib b/testing/sample.bib
index 436e8cd..c20175d 100644
--- a/testing/sample.bib
+++ b/testing/sample.bib
@@ -5,3 +5,28 @@
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}
+}