Fix wrong description screen font (bug #8869)

paper.cls formats the description label without bold, so LyX should do the
same on screen. Note that simply removing the Series line does not help,
because Description is already defined in some include.
This commit is contained in:
Georg Baum 2013-11-17 13:05:09 +01:00
parent 5318d2fa7d
commit a126ff8861
2 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,7 @@ End
Style Description
LabelFont
Family Sans
Series Bold
Series Medium
EndFont
End

View File

@ -113,6 +113,9 @@ What's new
- Fix shortcut conflict in the citation dialog (bug 8878).
- Fix wrong display of style "Description" in "article (paper)" class
(bug 8869).
* DOCUMENTATION AND LOCALIZATION