mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix comment
This commit is contained in:
parent
cce9adc185
commit
b4e871e9ca
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user