mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Improve bibliography info (general)
Consider all thesis types.
This commit is contained in:
parent
9974d15a74
commit
2dfc12b254
@ -33,5 +33,8 @@ CiteFormat default
|
|||||||
incollection %!insomething%
|
incollection %!insomething%
|
||||||
inproceedings %!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
|
End
|
||||||
|
@ -42,6 +42,9 @@ What's new
|
|||||||
e.g. "LaTeX (pdflatex) Preview". In addition, View > "Source Pane" has been
|
e.g. "LaTeX (pdflatex) Preview". In addition, View > "Source Pane" has been
|
||||||
renamed into "Code Preview Pane".
|
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
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user