]> 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>
Sun, 23 Oct 2016 06:15:04 +0000 (08:15 +0200)
Consider all thesis types.

lib/layouts/stdciteformats.inc
status.22x

index 10004a6427d4d43dbcfbad928d79905fb2bd0e1e..cc0e4b755ecabb9c28ec4c12faa1560713328671 100644 (file)
@@ -33,5 +33,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
index 6ff81ab895f2f4bd71df85e582c7a824554a9ad9..249f035df08b39ba4d1d20c57d50b1a436e38d89 100644 (file)
@@ -42,6 +42,9 @@ What's new
   e.g. "LaTeX (pdflatex) Preview". In addition, View > "Source Pane" has been
   renamed into "Code Preview Pane".
 
+- Improve information preview of bibliographic references (e.g. in the Citation
+  dialog), particularly for bibtex databases that use biblatex features.
+
 
 * DOCUMENTATION AND LOCALIZATION