Am Sonntag, 21. Februar 2016 um 13:24:02, schrieb Kornel Benko <kor...@lyx.org> > Am Samstag, 20. Februar 2016 um 20:52:23, schrieb Guenter Milde > <mi...@users.sf.net> > > > > OTOH, I am pretty sure this has something to do with some of the used > > LaTeX packages not beeing fit for Xe/LuaTeX. Maybe you can bisect or we > > need to compare the complete list of included packages and their > > versions. > > > > I investigated a little. Trying to compile manually (export as luatex, use > bibtex, use lualatex) I found what is causing lualatex/bibtex to misbehave. > > 1.) bibtex does not like the string 'jacsat' (biblioExample.bib:61, entry > Arduengo1994). Enclosing it in '{}' cures it. E.g. 'journal = {jacsat},'. > 2.) lualatex does not like the construct (biblioExample.bib:36, entry: > Eisenstein2005) > $\mbox{IrH}_{\mbox{5}}(\mbox{PPh}_{\mbox{3}})_{\mbox{2}}$ > in title. Especially the last '_' is causing trouble. So for instance > $\mbox{IrH}_{\mbox{5}}(\mbox{PPh}_{\mbox{3}}){\mbox{2}}$ > is OK. > Also if using '{}' instead of '()' there is no problem. > > So, what to do with this biblio entry? >
This patch fixes the luatex testcase for me. (But not xelatex) Kornel
diff --git a/lib/examples/biblioExample.bib b/lib/examples/biblioExample.bib index bfed96f..f966626 100644 --- a/lib/examples/biblioExample.bib +++ b/lib/examples/biblioExample.bib @@ -33,7 +33,7 @@ and Clot, Eric and Eisenstein, Odile and Crabtree, Robert H.}, title = {{A}n anion-dependent switch in selectivity results from a change of {C}---{H} activation mechanism in the reaction of an imidazolium - salt with $\mbox{IrH}_{\mbox{5}}(\mbox{PPh}_{\mbox{3}})_{\mbox{2}}$}, + salt with $\mbox{IrH}_{\mbox{5}}{(\mbox{PPh}_{\mbox{3}})}_{\mbox{2}}$}, journal = {{J}.~{A}m.\ {C}hem. {S}oc.}, year = {2005}, volume = {127}, @@ -58,7 +58,7 @@ author = {Arduengo, III, Anthony J. and Siegfried F. Gamper and Joseph C. Calabrese and Fredric Davidson}, title = {{L}ow-coordinate carbene complexes of nickel(0) and platinum(0)}, - journal = jacsat, + journal = {jacsat}, year = {1994}, volume = {116}, pages = {4391--4394},
signature.asc
Description: This is a digitally signed message part.