From: Juergen Spitzmueller Date: Tue, 20 Sep 2016 09:45:25 +0000 (+0200) Subject: Improve bibliography info (general) X-Git-Tag: 2.3.0alpha1~979 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=85f1259bf1de6bac709a027af7b1b76d40e020e8;p=features.git Improve bibliography info (general) Consider all thesis types. --- diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc index 07de74ba35..d3909a0fba 100644 --- a/lib/layouts/stdciteformats.inc +++ b/lib/layouts/stdciteformats.inc @@ -30,5 +30,8 @@ CiteFormat default incollection %!insomething% inproceedings %!insomething% - thesis %author%, %title% (%!location%{%school%[[%school%]][[%institution%]]}, %year%).{%note%[[ %note%]]} + !theses %author%, %title% (%!location%{%school%[[%school%]][[%institution%]]}, %year%).{%note%[[ %note%]]} + thesis %!theses% + phdthesis %!theses% + mastersthesis %!theses% End