From: Juergen Spitzmueller Date: Tue, 20 Sep 2016 09:45:25 +0000 (+0200) Subject: Improve bibliography info (general) X-Git-Tag: 2.2.3~195 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2dfc12b254e1ae4efc83cd5d90b7060ded1338ca;p=features.git Improve bibliography info (general) Consider all thesis types. --- diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc index 10004a6427..cc0e4b755e 100644 --- a/lib/layouts/stdciteformats.inc +++ b/lib/layouts/stdciteformats.inc @@ -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 diff --git a/status.22x b/status.22x index 6ff81ab895..249f035df0 100644 --- a/status.22x +++ b/status.22x @@ -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