mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
The Author(Year) label format is also mandatory for numeric natbib!
This commit is contained in:
parent
e97546c9a8
commit
7cadacb19b
@ -52,8 +52,7 @@ void GuiBibitem::paramsToDialog(Inset const * inset)
|
||||
keyED->setText(toqstr(params["key"]));
|
||||
literalCB->setChecked(params["literal"] == "true");
|
||||
QString const label = toqstr(params["label"]);
|
||||
BufferParams const bp = inset->buffer().masterParams();
|
||||
if (bp.citeEngine() == "natbib" && bp.citeEngineType() == ENGINE_TYPE_AUTHORYEAR) {
|
||||
if (inset->buffer().masterParams().citeEngine() == "natbib") {
|
||||
yearED->setHidden(false);
|
||||
yearLA->setHidden(false);
|
||||
allAuthorsED->setHidden(false);
|
||||
|
Loading…
Reference in New Issue
Block a user