mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add stdfloats.inc and stdcounters.inc to a lot of layout files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5500 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c88f7176cc
commit
3776958094
@ -1,3 +1,6 @@
|
||||
2002-10-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* layouts/many layout files: add stdfloats and stdcounters
|
||||
|
||||
2002-10-24 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
@ -43,7 +46,7 @@
|
||||
* lyx2lyx/lyxconvert_218.py (remove_oldert): Fix bug.
|
||||
|
||||
* lyx2lyx/parser_tools.py (get_paragraph, get_next_paragraph):
|
||||
Make the code more
|
||||
Make the code more
|
||||
|
||||
* configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf
|
||||
Add a check for kdeprintfax.
|
||||
@ -59,8 +62,8 @@
|
||||
|
||||
2002-10-05 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for
|
||||
"\begin_inset Float " to avoid matching "\begin_inset FloatList".
|
||||
* lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for
|
||||
"\begin_inset Float " to avoid matching "\begin_inset FloatList".
|
||||
|
||||
2002-10-01 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
@ -81,7 +84,7 @@
|
||||
2002-09-15 John Levon <levon@movementarian.org>
|
||||
|
||||
* images/math/: add icons for delimiters
|
||||
|
||||
|
||||
2002-09-12 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* lyx2lyx/lyxconvert_218.py (remove_oldfloat): Convert floatingfigure.
|
||||
@ -96,11 +99,11 @@
|
||||
2002-09-08 John Levon <levon@movementarian.org>
|
||||
|
||||
* images/math/: add dots XPMs
|
||||
|
||||
|
||||
2002-09-07 John Levon <levon@movementarian.org>
|
||||
|
||||
* ui/default.ui: add depth-decrement too as discussed
|
||||
|
||||
|
||||
2002-09-06 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* CREDITS: add Pablo De Napoli, formerly languishing in the
|
||||
|
@ -512,5 +512,7 @@ End
|
||||
##
|
||||
## Others
|
||||
##
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
Input lyxmacros.inc
|
||||
Input obsolete.inc
|
||||
|
@ -86,7 +86,8 @@ Input stdlists.inc
|
||||
Input stdsections.inc
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# Remove unwanted Styles
|
||||
|
||||
NoStyle Chapter
|
||||
|
@ -94,7 +94,8 @@ Input stdlayouts.inc
|
||||
Input stdsections.inc
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# Remove unwanted Styles
|
||||
|
||||
NoStyle Quotation
|
||||
|
@ -126,7 +126,8 @@ Input stdsections.inc
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
Input stdlists.inc
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# Remove unwanted Styles
|
||||
NoStyle Part
|
||||
NoStyle Chapter
|
||||
|
@ -100,6 +100,8 @@ NoStyle Verse # Although mathematicians tend to be poets at times,
|
||||
|
||||
Input stdlists.inc
|
||||
Input lyxmacros.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
### Finally a few obsolete definitions for compatibility
|
||||
Input obsolete.inc
|
||||
|
@ -92,7 +92,8 @@ NoStyle Verse # Although mathematicians tend to be poets at times,
|
||||
NoStyle Abstract # there are no abstract in a book.
|
||||
|
||||
Input stdlists.inc
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# End-of Chapter exercises I need a way to do this.
|
||||
|
||||
|
@ -245,6 +245,9 @@ Input stdsections.inc
|
||||
# then define the unumbered sections, based on the numbered ones.
|
||||
Input stdstarsections.inc
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# remove the layouts that we do not need.
|
||||
NoStyle Part
|
||||
NoStyle Section
|
||||
|
@ -227,6 +227,8 @@ End
|
||||
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# Input lyxmacros.inc
|
||||
NoStyle Abstract
|
||||
NoStyle Bibliography
|
||||
|
@ -18,6 +18,8 @@ Input stdsections.inc
|
||||
Input stdstarsections.inc
|
||||
Input stdstruct.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
@ -165,3 +165,5 @@ Style Bibliography
|
||||
|
||||
End
|
||||
|
||||
Include stdfloats.inc
|
||||
Include stdcounters.inc
|
||||
|
@ -49,6 +49,8 @@ NoStyle Chapter*
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# no lyxmacros!
|
||||
|
||||
|
||||
|
@ -766,3 +766,6 @@ Style LyX-Code
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Include stdfloats.inc
|
||||
Include stdcounters.inc
|
||||
|
@ -353,6 +353,8 @@ End
|
||||
|
||||
# all the standard LaTeX environments
|
||||
Input stdlayouts.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# Finally add a few weird LyX environments.
|
||||
Input lyxmacros.inc
|
||||
|
@ -613,7 +613,8 @@ End
|
||||
|
||||
|
||||
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
|
||||
|
||||
|
@ -621,8 +621,8 @@ End
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
|
||||
|
||||
|
@ -371,6 +371,8 @@ End
|
||||
|
||||
Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
# Input lyxmacros.inc
|
||||
NoStyle Abstract
|
||||
NoStyle Bibliography
|
||||
|
@ -8,6 +8,8 @@
|
||||
Input stdletter.inc
|
||||
Input stdlists.inc
|
||||
Input lyxmacros.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# Remove some unwanted styles.
|
||||
NoStyle Right_Address
|
||||
|
@ -599,5 +599,7 @@ Style Theorem
|
||||
LabelString "Theorem #. "
|
||||
End
|
||||
|
||||
Input stdcounters.inc
|
||||
|
||||
#Finally a few older definitions for compatibility
|
||||
Input obsolete.inc
|
||||
|
@ -141,6 +141,9 @@ End
|
||||
#
|
||||
Input stdstruct.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
#
|
||||
# Create and Overwrite some styles
|
||||
#
|
||||
|
@ -94,6 +94,8 @@ Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
Input lyxmacros.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
Input obsolete.inc
|
||||
|
||||
### The description environment also uses sans serif labels.
|
||||
|
@ -166,6 +166,9 @@ Style Abstract
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
### Finally a few obsolete definitions for compatibility
|
||||
Input obsolete.inc
|
||||
|
||||
|
@ -247,6 +247,9 @@ Style Keywords
|
||||
LabelString "Keywords: "
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
### Finally a few obsolete definitions for compatibility
|
||||
Input obsolete.inc
|
||||
|
||||
|
@ -17,6 +17,7 @@ End
|
||||
|
||||
Input stdlists.inc
|
||||
Input stdcounters.inc
|
||||
Input stdfloats.inc
|
||||
|
||||
# Modify Description
|
||||
Style Description
|
||||
|
@ -32,6 +32,8 @@ End
|
||||
|
||||
Input stdlists.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdcounters.inc
|
||||
Input stdfloats.inc
|
||||
|
||||
Style Section
|
||||
CopyStyle Standard
|
||||
|
@ -286,6 +286,9 @@ End
|
||||
Input stdlists.inc
|
||||
Input stdlayouts.inc
|
||||
Input lyxmacros.inc
|
||||
Input stdcounters.inc
|
||||
Input stdfloats.inc
|
||||
|
||||
#Input obsolete.inc
|
||||
|
||||
# Style definition for end of a slide
|
||||
|
Loading…
Reference in New Issue
Block a user