]> git.lyx.org Git - features.git/commitdiff
Improve bibliography info (general)
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 20 Sep 2016 09:45:25 +0000 (11:45 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 20 Sep 2016 09:45:25 +0000 (11:45 +0200)
Consider all thesis types.

lib/layouts/stdciteformats.inc

index 07de74ba3587285aae9ff1bf5f52b7a57199a958..d3909a0fba34da5150894fb105972105ad783bbf 100644 (file)
@@ -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