mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
update cl2emult; show name of font when loading fails
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
daa153acf5
commit
54b29f09d2
@ -1,3 +1,7 @@
|
||||
2002-08-23 Andre Poenitz <poenitz@htwm.de>
|
||||
|
||||
* layouts/cl2emult.layout: small improvements
|
||||
|
||||
2002-08-15 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* bind/de_menus.bind: cleanup shortcuts for section layouts. Starred
|
||||
|
@ -9,22 +9,24 @@ Sides 1
|
||||
SecNumDepth 2
|
||||
TocDepth 2
|
||||
|
||||
MaxCounter Counter_Chapter
|
||||
MaxCounter Counter_Section
|
||||
|
||||
DefaultStyle Standard
|
||||
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
|
||||
Input stdlists.inc
|
||||
Input stdsections.inc
|
||||
Input stdstarsections.inc
|
||||
Input stdstruct.inc
|
||||
Input lyxmacros.inc
|
||||
Input stdlayouts.inc
|
||||
Input obsolete.inc
|
||||
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
NoStyle Paragraph
|
||||
NoStyle Paragraph*
|
||||
NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
@ -36,25 +38,22 @@ EndFont
|
||||
|
||||
|
||||
Style Title
|
||||
Margin First_Dynamic
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.0
|
||||
LatexName title*
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
BottomSep 2
|
||||
ParSep 1
|
||||
Align Left
|
||||
#LabelType Counter_Chapter
|
||||
LabelString "0 "
|
||||
LabelType Static
|
||||
Font
|
||||
Size Largest
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
||||
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
|
@ -1,7 +1,12 @@
|
||||
2002-08-22 John Levon <levon@movementarian.org>
|
||||
|
||||
* FontLoader.C (doLoad): show name of failed font load (from
|
||||
Mikhail Teterin)
|
||||
|
||||
2002-08-21 John Levon <levon@movementarian.org>
|
||||
|
||||
* BufferView_pimpl.C: set selection on double/triple click
|
||||
|
||||
|
||||
2002-08-20 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* BufferView_pimpl.C (Dispatch): Insert insetbibtex with "plain"
|
||||
|
@ -300,7 +300,8 @@ XFontStruct * FontLoader::doLoad(LyXFont::FONT_FAMILY family,
|
||||
if (font == "fixed") {
|
||||
lyxerr << "We're doomed. Can't get 'fixed' font." << endl;
|
||||
} else {
|
||||
lyxerr << "Could not get font. Using 'fixed'." << endl;
|
||||
lyxerr << "Could not get font`" << font
|
||||
<< "'. Using `fixed'." << endl;
|
||||
fs = XLoadQueryFont(GUIRunTime::x11Display(), "fixed");
|
||||
}
|
||||
} else if (lyxerr.debugging(Debug::FONT)) {
|
||||
|
@ -27,6 +27,10 @@ What's new
|
||||
|
||||
- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default
|
||||
|
||||
- update cl2emult textclass
|
||||
|
||||
- update to German User Guide
|
||||
|
||||
** Bug fixes
|
||||
|
||||
- fix bug with citation keys that contain spaces
|
||||
@ -36,4 +40,5 @@ What's new
|
||||
- fix drawing problem when a line of text contains both left-to-right
|
||||
and right-to-left text
|
||||
|
||||
- when loading a font fails, show the name of the said font
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user