mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
documentation for latest file format change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16994 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
76bac51526
commit
133bd09e53
@ -1,9 +1,19 @@
|
|||||||
LyX file-format changes
|
LyX file-format changes
|
||||||
-----------------------§
|
-----------------------§
|
||||||
|
|
||||||
2007-01-30 Uwe Stöhr
|
2007-01-31 Uwe Stöhr
|
||||||
|
|
||||||
* format incremented to 257: lyxline changes
|
* format incremented to 258: new \lyxline definition
|
||||||
|
Old:
|
||||||
|
\\newcommand{\\lyxline}[1]{
|
||||||
|
{#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}
|
||||||
|
}
|
||||||
|
New:
|
||||||
|
\\newcommand{\\lyxline}[1][1pt]{%
|
||||||
|
\\par\\noindent%
|
||||||
|
\\rule[.5ex]{\\linewidth}{#1}\\par}
|
||||||
|
The new definition is more robust, see bug 1988 and now really takes care about
|
||||||
|
the fontsize: \lyxline{\Huge} produces now a thicker line then \lyxline{\normalfont}
|
||||||
|
|
||||||
2006-12-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
2006-12-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user