From: Juergen Spitzmueller Date: Mon, 27 Jan 2020 10:15:49 +0000 (+0100) Subject: Amend 400706ad0525b X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1292 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b2b7e5cac1b59ef246a5c342d0937fbbccc126fd;p=features.git Amend 400706ad0525b --- diff --git a/lib/citeengines/biblatex.citeengine b/lib/citeengines/biblatex.citeengine index 120e0d4194..482b4e65fe 100644 --- a/lib/citeengines/biblatex.citeengine +++ b/lib/citeengines/biblatex.citeengine @@ -252,8 +252,8 @@ CiteFormat authoryear # Add a year if it exists (else title, else "??") and possibly a modifier (as in 2017a) !yeartitle {%year%[[%year%{%modifier%[[%modifier%]][[{%export%[[]][[%!dummymod%]]}]]}]][[{%title%[[%title%]][[??]]}]]} - # Add a shorthand if it exists, else yeartitle (above) - !shyeartitle {%shorthand%[[%shorthand%]][[%!shyeartitle%]]} + # Add a shorthand if it exists, else yeartitle (above) + !shyeartitle {%shorthand%[[%shorthand%]][[%!yeartitle%]]} # "...; Shorthand|Nextyear ..." (including extra label, as in 2017a) !nextshyeartitle {%next%[[%!sep% %!startlink%%!yeartitle%%!endlink%%!nextshyeartitle%]]}