Fix comment

This commit is contained in:
Juergen Spitzmueller 2019-08-11 08:21:33 +02:00
parent cce9adc185
commit b4e871e9ca

View File

@ -449,8 +449,8 @@ docstring InsetCitation::basicLabel(bool for_xhtml) const
bool InsetCitation::forceLTR(OutputParams const & rp) const
{
// We have to force LTR for numeric references
// [= plain BibTeX, numeric natbib and biblatex].
// Except for XeTeX/bidi . See #3005.
// [= bibliography, plain BibTeX, numeric natbib
// and biblatex]. Except for XeTeX/bidi. See #3005.
if (rp.useBidiPackage())
return false;
return (buffer().masterParams().citeEngine() == "basic"