mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Consider biblatex subtitles in bibliography preview
This commit is contained in:
parent
82064f7bff
commit
337f953426
@ -51,16 +51,19 @@ CiteFormat default
|
|||||||
!authoredit {%fullnames:author%[[%fullnames:author%, ]][[{%fullnames:editor%[[%fullnames:editor%, %!makeed%, ]]}]]}
|
!authoredit {%fullnames:author%[[%fullnames:author%, ]][[{%fullnames:editor%[[%fullnames:editor%, %!makeed%, ]]}]]}
|
||||||
# "vol. 1, no.
|
# "vol. 1, no.
|
||||||
!volnum {%volume%[[ %B_voltext% %volume%, {%number%[[%B_numtext% %number%]]}]]}
|
!volnum {%volume%[[ %B_voltext% %volume%, {%number%[[%B_numtext% %number%]]}]]}
|
||||||
!quotetitle "%title%"
|
!fulltitle %title%{%subtitle%[[: %subtitle%]]}
|
||||||
!emphtitle {!<i>!}%title%{!</i>!}
|
!fullbooktitle %booktitle%{%booksubtitle%[[: %booksubtitle%]]}
|
||||||
!emphjournal {!<i>!}{%journal%[[%journal%]][[{%journaltitle%[[%journaltitle%]]}]]}{!</i>!}
|
!fulljournaltitle %journaltitle%{%journalsubtitle%[[: %journalsubtitle%]]}
|
||||||
|
!quotetitle "%!fulltitle%"
|
||||||
|
!emphtitle {!<i>!}%!fulltitle%{!</i>!}
|
||||||
|
!emphjournal {!<i>!}{%journal%[[%journal%]][[{%journaltitle%[[%!fulljournaltitle%]]}]]}{!</i>!}
|
||||||
!locpub {%publisher%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%publisher%, ]][[{%address%[[%address%, ]][[{%location%[[%location%, ]]}]]}]]}
|
!locpub {%publisher%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%publisher%, ]][[{%address%[[%address%, ]][[{%location%[[%location%, ]]}]]}]]}
|
||||||
!locinst {%school%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%school%, ]][[{%institution%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%institution%, ]][[{%address%[[%address%, ]][[{%location%[[%location%, ]]}]]}]]}]]}
|
!locinst {%school%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%school%, ]][[{%institution%[[{%address%[[%address%: ]][[{%location%[[%location%: ]]}]]}%institution%, ]][[{%address%[[%address%, ]][[{%location%[[%location%, ]]}]]}]]}]]}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Entry types. Note that final punctuation will be added later, if needed.
|
# Entry types. Note that final punctuation will be added later, if needed.
|
||||||
#
|
#
|
||||||
!insomething %fullnames:author%, %!quotetitle%, %B_in%{%fullbynames:editor%[[ %fullbynames:editor%, %!makeed%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[ %edition%]]} (%!locpub%%year%)%!pages%{%note%[[. %note%]]}
|
!insomething %fullnames:author%, %!quotetitle%, %B_in%{%fullbynames:editor%[[ %fullbynames:editor%, %!makeed%,]]} {!<i>!}%!fullbooktitle%{!</i>!}%!volnum%{%edition%[[ %edition%]]} (%!locpub%%year%)%!pages%{%note%[[. %note%]]}
|
||||||
|
|
||||||
article %fullnames:author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%{%note%[[. %note%]]}
|
article %fullnames:author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%{%note%[[. %note%]]}
|
||||||
|
|
||||||
@ -72,7 +75,7 @@ CiteFormat default
|
|||||||
incollection %!insomething%
|
incollection %!insomething%
|
||||||
inproceedings %!insomething%
|
inproceedings %!insomething%
|
||||||
|
|
||||||
!theses %fullnames:author%, %title% (%!locinst%%year%){%note%[[. %note%]]}
|
!theses %fullnames:author%, %!fulltitle% (%!locinst%%year%){%note%[[. %note%]]}
|
||||||
thesis %!theses%
|
thesis %!theses%
|
||||||
phdthesis %!theses%
|
phdthesis %!theses%
|
||||||
mastersthesis %!theses%
|
mastersthesis %!theses%
|
||||||
|
Loading…
Reference in New Issue
Block a user