]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdciteformats.inc
Fix the tab ordering of PanelStack and PrefsUi.
[lyx.git] / lib / layouts / stdciteformats.inc
1 # Standard formats for citations.
2 #
3 # Author: Richard Heck <rgheck@comcast.net>
4
5 Format 35
6
7 CiteFormat
8         # translatable bits
9         _pptext pp.
10         _edtext ed.
11         _voltext vol.
12         _numtext no.
13         _in in
14
15         # macros
16         !pages {%pages%[[, %_pptext% %pages%]]}
17         !authoredit {%author%[[%author%, ]][[{%editor%[[%editor%, %_edtext%, ]]}]]}
18         !volnum {%volume%[[ %_voltext% %volume%, {%number%[[%_numtext% %number%]]}]]}
19         !quotetitle "%title%"
20         !emphtitle {!<i>!}%title%{!</i>!}
21         !emphjournal {!<i>!}%journal%{!</i>!}
22
23         !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]}
24
25         article %author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%.{%note%[[ %note%]]}
26
27         book %!authoredit%%!emphtitle%%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%).{%note%[[ %note%]]}
28
29         incollection %!insomething%
30         inproceedings %!insomething%
31
32         thesis %author%, %title% ({%address%[[%address%: ]]}%school%, %year%).{%note%[[ %note%]]}
33 End