Introduce listpreamble argument type

This uses the InsetArgument interface to provide access to a document
part hitherto inaccessible by LyX: the part between \begin and the first
\item in a list (where lengths and counters can be redefined, for
instance).

Fixes: #11098

File format change, layout format change
This commit is contained in:
Juergen Spitzmueller 2018-08-17 10:22:32 +02:00
parent b3f852bcdc
commit b124adbd38
249 changed files with 1036 additions and 282 deletions

View File

@ -7,6 +7,11 @@ changes happened in particular if possible. A good example would be
-----------------------
2018-08-16 Jürgen Spitzmüller <spitz@lyx.org>
* format incremented to 563: New inset argument type "listpreamble". The content will
be inserted between environment begin and first \item of a list.
2018-08-13 Jürgen Spitzmüller <spitz@lyx.org>
* format incremented to 562: New info-inset type l7n. This returns a localized version
of a string (in the GUI language) if available, removing trailing colons and

View File

@ -6,7 +6,7 @@
# Author: Julien Rioux <jrioux@lyx.org>
Format 68
Format 69
# The framework (biblatex|bibtex)
CiteFramework bibtex

View File

@ -10,7 +10,7 @@
# Author: Jürgen Spitzmüller <spitz@lyx.org>
Format 68
Format 69
Requires biblatex

View File

@ -8,7 +8,7 @@
# Author: Jürgen Spitzmüller <spitz@lyx.org>
Format 68
Format 69
Requires biblatex

View File

@ -7,7 +7,7 @@
# Author: Julien Rioux <jrioux@lyx.org>
Format 68
Format 69
Requires jurabib

View File

@ -8,7 +8,7 @@
# Author: Julien Rioux <jrioux@lyx.org>
Format 68
Format 69
Requires natbib

View File

@ -12393,6 +12393,87 @@ Argument item:1
\end_inset
).
\change_inserted -712698321 1534487781
\end_layout
\begin_layout Standard
\change_inserted -712698321 1534488561
Finally, there is a special argument type with the prefix
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\change_inserted -712698321 1534487844
listpreamble:
\change_unchanged
\end_layout
\end_inset
.
It is not really an argument, but uses the argument interface (thus, the
prefix is also followed by a number, e.
\begin_inset space \thinspace{}
\end_inset
g.
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\change_inserted -712698321 1534488412
Argument listpreamble:1
\end_layout
\end_inset
).
As the name implies, it is targeted at lists such as
\family sans
Itemize
\family default
,
\family sans
Enumerate
\family default
,
\family sans
Description
\family default
, or
\family sans
Bibliography
\family default
.
Its content will be output at the list start, before the first
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\change_inserted -712698321 1534488058
\backslash
item
\change_unchanged
\end_layout
\end_inset
, on an own line (a place that is otherwise not accessible in \SpecialChar LyX
).
This way, users can insert redefinitions (of lengths etc.) to individual
lists.
By default, these arguments do not have a delimiter.
\change_unchanged
\end_layout
\end_deeper

View File

@ -10683,6 +10683,71 @@ Argument item:1
)
\end_layout
\begin_layout Standard
Schließlich gibt es noch einen Argumenttyp mit dem Präfix
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
listpreamble:
\end_layout
\end_inset
.
Strenggenommen ist das, was damit erfasst wird, kein Argument, aber der
Mechanismus der \SpecialChar LyX
-Argumente wird verwendet (daher folgt dem Präfix auch
wie üblich eine Nummer, bspw.
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
Argument listpreamble:1
\end_layout
\end_inset
).
Wie der Name andeutet, zielt dieser Argumenttyp auf Listen wie
\family sans
Auflistung,
\family default
\family sans
Aufzählung
\family default
,
\family sans
Beschreibung
\family default
oder
\family sans
Literaturverzeichnis
\family default
.
Sein Inhalt wird am Start der Liste, vor dem ersten
\begin_inset Flex Code
status collapsed
\begin_layout Plain Layout
\backslash
item
\end_layout
\end_inset
, auf einer eigenen Zeile ausgegeben (eine Stelle, die sonst in \SpecialChar LyX
nicht zugänglic
h ist).
Auf diese Weise können Benutzer in individuellen Listen Re-Definitionen
(bspw.
von Längen) vornehmen.
In der Voreinstellung haben diese Argumente keine Begrenzungszeichen.
\end_layout
\end_deeper
\begin_layout Description
\begin_inset Flex Code

View File

@ -4,7 +4,7 @@
# Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
# Uwe Stöhr <uwestoehr@web.de>
Format 68
Format 69
Input stdclass.inc
Input theorems-ams.module
Input theorems-bytype.module

View File

@ -6,7 +6,7 @@
# IEEtran Computer Society textclass definition file.
Format 68
Format 69
Input IEEEtran.layout

View File

@ -6,7 +6,7 @@
# IEEtran Magnetics textclass definition file.
Format 68
Format 69
Input IEEEtran.layout

View File

@ -9,7 +9,7 @@
# IEEtran textclass definition file.
Format 68
Format 69
Sides 1
SecNumDepth 3
@ -365,6 +365,16 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -11,7 +11,7 @@
#DescriptionEnd
#Author: Richard Heck <rgheck@lyx.org>
Format 68
Format 69
Style "In Preamble"
CopyStyle Standard

View File

@ -4,7 +4,7 @@
# Author: Yihui Xie
# Modified by: Scott Kostyshak
Format 68
Format 69
Input stdclass.inc

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Posters}
# Wrapper layout for the a0poster poster class
Format 68
Format 69
# Authors: Günter Milde, Jürgen Spitzmüller

View File

@ -18,7 +18,7 @@
# 2013-05-26 Updated for aa.cls version 8.2
Format 68
Format 69
Columns 2
Sides 2
SecNumDepth 3

View File

@ -5,7 +5,7 @@
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
Format 68
Format 69
Style Subtitle
Margin Static
LatexType Command

View File

@ -15,7 +15,7 @@
# and reconfigure LyX (after running texhash, of course).
Format 68
Format 69
Columns 2
Sides 2
SecNumDepth 3

View File

@ -42,7 +42,7 @@
# The new "aastex6.layout" depends on aastex6.cls but inputs this
# file for the definitions (cf. LyX ticket #10027)
Format 68
Format 69
Columns 1
Sides 1
#SecNumDepth 3
@ -430,6 +430,16 @@ Style References
Size Normal
Series Bold
EndFont
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -46,7 +46,7 @@
# - aastex6.cls loads hyperref (with pre-set options) and url
# -> option clash if "Use Hyerref" is selected in Document>Settings
Format 68
Format 69
Input aastex.layout

View File

@ -50,7 +50,7 @@
# - aastex6.cls loads hyperref (with pre-set options) and url
# -> option clash if "Use Hyerref" is selected in Document>Settings
Format 68
Format 69
Provides hyperref 1

View File

@ -4,7 +4,7 @@
# textclass definition file for achemso 3.8 and 3.9
# Author: Uwe Stöhr (uwestoehr@web.de)
Format 68
Format 69
Columns 1
Sides 1

View File

@ -9,6 +9,6 @@
#
# Author: Gioele Barabucci
Format 68
Format 69
Input acm-sigs.inc

View File

@ -2,7 +2,7 @@
#
# Author: Gioele Barabucci
Format 68
Format 69
Input stdclass.inc
Columns 2

View File

@ -9,6 +9,6 @@
#
# Author: Gioele Barabucci
Format 68
Format 69
Input acm-sigs.inc

View File

@ -9,7 +9,7 @@
# Reviewed following tickets #10722 & #10723
# by Jean-Pierre Chrétien <jpc@lyx.org>
Format 68
Format 69
Provides amscls 1
Provides amsmath 1

View File

@ -19,7 +19,7 @@
# "TOG data URL", and "TOG code URL". The corresponding
# LaTeX commands are no longer supported.
Format 68
Format 69
Columns 1
Sides 1

View File

@ -11,7 +11,7 @@
# ACM style files can be obtained at
# http://www.acm.org/sigs/pubs/proceed/template.html
Format 68
Format 69
Columns 1
Sides 1

View File

@ -6,7 +6,7 @@
# Martin Vermeer <martin.vermeer@hut.fi>
Format 68
Format 69
Input agu_stdclass.inc
# Exclude higher, or equal, sections:

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
OutputType docbook
Columns 1

View File

@ -4,7 +4,7 @@
# This include file contains all the counters that are defined as standard
# in AGU-Article LyX layouts.
Format 68
Format 69
Counter sect1
Within section
End

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdlists.inc

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdsections.inc
Style Part

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdtitle.inc

View File

@ -5,7 +5,7 @@
# Author: Martin Vermeer <martin.vermeer@hut.fi>
Format 68
Format 69
Input aguplus.inc
ClassOptions

View File

@ -6,7 +6,7 @@
# ftp://ftp.agu.org/journals/latex/journals
Format 68
Format 69
Input stdclass.inc
SecNumDepth 4

View File

@ -4,7 +4,7 @@
# AGUTeX textclass definition file.
# Author: Uwe Stöhr (uwestoehr@web.de)
Format 68
Format 69
Columns 1
Sides 1
@ -229,5 +229,15 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -7,7 +7,7 @@
#
#Author: Jürgen Spitzmüller
Format 68
Format 69
Requires algorithm2e

View File

@ -11,7 +11,7 @@
# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
# Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
Format 68
Format 69
Columns 1
Sides 2

View File

@ -12,7 +12,7 @@
# Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
Format 68
Format 69
Columns 1
Sides 2
@ -160,4 +160,14 @@ Style Chapter_Exercises
\newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
{\end{enumerate}\end{xcb}}
EndPreamble
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -5,7 +5,7 @@
# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
# Including the maths stuff
Format 68
Format 69
# By default AMS articles & books use leqno option (as SIAM journals).
Provides leqno 1
@ -227,4 +227,14 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Articles}
# Author: Randy Gobbel <gobbel@andrew.cmu.edu>
Format 68
Format 69
Columns 1
Sides 1
PageStyle Headers
@ -374,6 +374,16 @@ Style Itemize
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -399,6 +409,16 @@ Style Enumerate
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -422,5 +442,15 @@ Style Seriate
LabelString "(\alph{enumii})"
LabelStringAppendix "(\alph{enumii})"
RefPrefix ser
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Articles}
# Author: Jacob Bishop <bishop.jacob@gmail.com> based on the apa
# layout written by Randy Gobbel.
Format 68
Format 69
Columns 1
Sides 1
PageStyle Headers
@ -475,6 +475,16 @@ Style Itemize
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -500,6 +510,16 @@ Style Enumerate
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -523,4 +543,14 @@ Style Seriate
LabelString "(\alph{enumii})"
LabelStringAppendix "(\alph{enumii})"
RefPrefix ser
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -4,5 +4,5 @@
# Arabic article textclass definition file.
# Author: Dekel Tsur <dekel@math.tau.ac.il>
Format 68
Format 69
Input article

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Articles}
# Author: Jürgen Spitzmüller <spitz@lyx.org>
Format 68
Format 69
# Includes
Input article.layout

View File

@ -6,7 +6,7 @@
# Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by serveral developers.
Format 68
Format 69
Input stdclass.inc
SecNumDepth 3

View File

@ -6,7 +6,7 @@
# Richard Heck <rgheck@lyx.org>, Martin Vermeer <martin.vermeer@hut.fi> and probably others.
Format 68
Format 69
#
# GLOBAL SETTINGS
@ -101,6 +101,16 @@ Style Itemize
RightDelim >
PassThru 1
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
NextNoIndent 1
ToggleIndent Never
LeftMargin MMN
@ -141,6 +151,16 @@ Style Enumerate
RightDelim >
PassThru 1
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
NextNoIndent 1
ToggleIndent Never
LeftMargin MMN
@ -171,6 +191,16 @@ Style Description
LabelString "Longest label|s"
Tooltip "The longest label in this list (to determine the indendation width)"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
Argument item:1
MenuString "Item Overlay Specifications"
LabelString "On Slide"
@ -744,6 +774,16 @@ Style Overprint
LabelString "Width"
Tooltip "The width of the overprint area (default: text width)"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
Argument item:1
MenuString "Item Overlay Specifications"
LabelString "On Slide"
@ -1127,6 +1167,16 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -7,7 +7,7 @@
#
# Input general definitions
Format 68
Format 69
Input beamer.layout

View File

@ -5,7 +5,7 @@
#DescriptionEnd
#Author: Uwe Stöhr <uwestoehr@web.de>
Format 68
Format 69
Style "Caption setup"
LatexType command

View File

@ -7,7 +7,7 @@
# Heavily modifed and enhanced by serveral developers.
Format 68
Format 69
Input stdclass.inc
Input numreport.inc

View File

@ -5,7 +5,7 @@
#DescriptionEnd
# Author: Uwe Stöhr <uwestoehr@web.de>
Format 68
Format 69
AddToPreamble
\usepackage{braille}

View File

@ -4,7 +4,7 @@
# For theater plays
Format 68
Format 69
Columns 1
Sides 1
SecNumDepth 2

View File

@ -6,7 +6,7 @@
# Author : Koji Yokota (yokota6@gmail.com)
# This style provides japanese features
Format 68
Format 69
Provides japanese 1
# Input general definitions

View File

@ -6,7 +6,7 @@
# Author : Koji Yokota (yokota6@gmail.com)
# This style provides japanese features
Format 68
Format 69
Provides japanese 1
# Input general definitions

View File

@ -6,7 +6,7 @@
# Author : Koji Yokota (yokota6@gmail.com)
# This style provides japanese features
Format 68
Format 69
Provides japanese 1
# Input general definitions

View File

@ -6,7 +6,7 @@
# Author : Koji Yokota (yokota6@gmail.com)
# This style provides japanese features
Format 68
Format 69
Provides japanese 1
# Input general definitions

View File

@ -14,7 +14,7 @@
# tracking is turned off in the document.
#
Format 68
Format 69
AddToPreamble
\usepackage{changebar}

View File

@ -17,7 +17,7 @@
# \vspace*{-0.5in})
#
Format 68
Format 69
Requires chess

View File

@ -4,7 +4,7 @@
# Springer's cl2emult textclass definition file.
# Author : André Poenitz
Format 68
Format 69
Columns 1
Sides 1
SecNumDepth 2
@ -127,6 +127,16 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -5,7 +5,7 @@
# Please do not edit this file unless you know what you are doing.
# At least make backup copies of all your project files!
Format 68
Format 69
Provides babel 1
Provides inputenc 1
@ -372,6 +372,16 @@ Style Bibliography
EndFont
TocLevel 0
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
NoStyle Statements

View File

@ -2,7 +2,7 @@
# \DeclareLaTeXClass[ctexart,savesym.sty,xeCJK.sty]{Chinese Article (CTeX)}
# \DeclareCategory{Articles}
Format 68
Format 69
# Read the definitions from article.layout
Input article.layout

View File

@ -2,7 +2,7 @@
# \DeclareLaTeXClass[ctexbook,savesym.sty,xeCJK.sty]{Chinese Book (CTeX)}
# \DeclareCategory{Books}
Format 68
Format 69
# Read the definitions from book.layout
Input book.layout

View File

@ -2,7 +2,7 @@
# \DeclareLaTeXClass[ctexrep,savesym.sty,xeCJK.sty]{Chinese Report (CTeX)}
# \DeclareCategory{Reports}
Format 68
Format 69
# Read the definitions from report.layout
Input report.layout

View File

@ -6,7 +6,7 @@
#DescriptionEnd
#Author: Uwe Stöhr
Format 68
Format 69
Style "Left Header"
Category Header/Footer

View File

@ -5,7 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input lyxmacros.inc
Style Code

View File

@ -2,7 +2,7 @@
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# Character Styles definition
Format 68
Format 69
InsetLayout Flex:Filename
LyXType element
LabelString Filename

View File

@ -5,7 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
OutputType docbook
Columns 1

View File

@ -4,7 +4,7 @@
# This include file contains all the counters that are defined as standard
# in Docbook LyX layouts.
Format 68
Format 69
Counter sect1
Within chapter
End

View File

@ -5,7 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdlayouts.inc
Style Literal

View File

@ -5,7 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdlists.inc

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdsections.inc
Style Part

View File

@ -9,7 +9,7 @@
# modifying the style of the regular sectioning layouts.
Format 68
Format 69
Style Part*
CopyStyle Part
Margin Static

View File

@ -5,7 +5,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdstruct.inc
Style Abstract

View File

@ -6,7 +6,7 @@
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 68
Format 69
Input stdtitle.inc

View File

@ -14,7 +14,7 @@
# Modified by: Juergen Spitzmueller <spitz@lyx.org>
# use English strings, localization is done by gettext!
Format 68
Format 69
Input letter.layout

View File

@ -5,7 +5,7 @@
# Author : Jose' Matos <jamatos@lyx.org>
# hacked for books: Luc Abom <luc@abom.com>
Format 68
Format 69
Input report
Input db_stdclass.inc

View File

@ -4,7 +4,7 @@
# DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org>
Format 68
Format 69
Input db_stdclass.inc
Style Title

View File

@ -4,7 +4,7 @@
# DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org>
Format 68
Format 69
Input db_stdclass.inc
Style Title

View File

@ -4,7 +4,7 @@
# DocBook textclass definition file.
# Author : Jose' Matos <jamatos@lyx.org>
Format 68
Format 69
Input db_stdclass.inc
# Exclude higher, or equal, sections:

View File

@ -6,5 +6,5 @@
# TeX templates are found at http://www.inderscience.com/mapper.php?id=64
#
# Read the definitions from article.layout
Format 68
Format 69
Input article.layout

View File

@ -7,7 +7,7 @@
# Author : Herbert Voss <voss@lyx.org> 2001/08/13
Format 68
Format 69
Columns 1
Sides 2
SecNumDepth -1 # no counting

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Articles}
# Author : Koji Yokota <yok...@res.otaru-uc.ac.jp>
Format 68
Format 69
Input article.layout
TitleLatexType Environment

View File

@ -9,7 +9,7 @@
# Converted article -> egs Martin Vermeer
Format 68
Format 69
Columns 2
Sides 1
PageStyle Plain
@ -149,6 +149,16 @@ Style List
AlignPossible Block, Left
LabelType Manual
LabelString "00.00.0000"
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -173,6 +183,16 @@ Style Enumerate
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -196,6 +216,16 @@ Style Itemize
LabelString "Custom Item|s"
Tooltip "A customized item string"
EndArgument
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -218,6 +248,16 @@ Style Description
LabelFont
Series Bold
EndFont
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
@ -597,6 +637,16 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -23,7 +23,7 @@
# numbered sections, as does the class file.
Format 68
Format 69
Columns 1
Sides 2
PageStyle headings

View File

@ -4,15 +4,15 @@
# elsarticle textclass definition file.
# Author: Uwe Stöhr (uwestoehr@web.de)
Format 68
Format 69
Columns 1
Sides 1
SecNumDepth 3
TocDepth 3
DefaultStyle Standard
Provides natbib 1
Provides refstyle 1
DefaultStyle Standard
Provides natbib 1
Provides refstyle 1
ClassOptions
FontSize 10|11|12
@ -305,5 +305,15 @@ Style Bibliography
EndFont
TocLevel 1
IsTocCaption 0
Argument listpreamble:1
LabelString "Bib preamble"
MenuString "Bibiography Preamble"
Tooltip "LaTeX code to be inserted before the first bibliography item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

View File

@ -4,7 +4,7 @@
#\theendnotes in TeX-code where you want the endnotes to appear.
#DescriptionEnd
Format 68
Format 69
Counter endnotes
PrettyFormat "Endnote ##"

View File

@ -4,7 +4,7 @@
# Based on LyX article class; modified to support ENTCS class
# Reuben Thomas (rrt@sc3d.org) 27/5-2/6/01
Format 68
Format 69
Input article.layout
# only font size 11pt is really available

View File

@ -13,7 +13,7 @@
# both KOMA and non-KOMA document classes.
# 2011-01-12 bugfix: set elabeling label font to \normalfont.
Format 68
Format 69
# The package enumitem provides user control over the layout of the three
# basic list environments: enumerate, itemize and description. It supersedes

View File

@ -4,7 +4,7 @@
#the section number to the equation number, as in '(2.1)'.
#DescriptionEnd
Format 68
Format 69
Requires amsmath

View File

@ -35,7 +35,7 @@
# General textclass parameters
Format 68
Format 69
Columns 1
Sides 1
@ -314,6 +314,16 @@ Style EcvItemize
Margin Static
LatexType Item_Environment
LatexName ecvitemize
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
NextNoIndent 1
LeftMargin MMN
LabelSep xx

View File

@ -6,7 +6,7 @@
# General textclass parameters
Format 68
Format 69
Columns 1
Sides 1
SecNumDepth -1

View File

@ -3,7 +3,7 @@
# \DeclareCategory{Articles}
# Herbert Voss <voss@lyx.org>
Format 68
Format 69
Input article.layout
# change available fontsizes

View File

@ -4,7 +4,7 @@
# Extended book textclass definition file.
# Herbert Voss <voss@lyx.org>
Format 68
Format 69
Input book.layout
# change available fontsizes

View File

@ -4,7 +4,7 @@
# Extended article textclass definition file.
# Herbert Voss <voss@lyx.org>
Format 68
Format 69
Input letter.layout
# change available fontsizes

View File

@ -4,7 +4,7 @@
# Extented report textclass definition file.
# Herbert Voss <voss@lyx.org>
Format 68
Format 69
Input report.layout
# change available fontsizes

View File

@ -4,7 +4,7 @@
#the section number to the figure number, as in 'fig. 2.1'.
#DescriptionEnd
Format 68
Format 69
Requires amsmath

View File

@ -8,6 +8,6 @@
# Author : Patrick Atamaniuk <patrick-lyx@frobs.net>
Format 68
Format 69
Requires fix-cm

View File

@ -10,6 +10,6 @@
# Author : Georg Baum <baum@lyx.org>
Format 68
Format 69
Requires fixltx2e

View File

@ -12,7 +12,7 @@
# Authors: Mark Edgington <edgimar@gmail.com>
# Jürgen Spitzmüller <spitz@lyx.org>
Format 68
Format 69
OutlinerName fixme "Fixme"

View File

@ -7,7 +7,7 @@
# To do: Define class specific options.
Format 68
Format 69
Columns 1
Sides 1
@ -100,6 +100,16 @@ Style TickList
LabelType Itemize
LabelString "_/"
Requires pifont
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End
Style CrossList
@ -120,6 +130,16 @@ Style CrossList
LabelType Itemize
LabelString "><"
Requires pifont
Argument listpreamble:1
LabelString "List preamble"
MenuString "List Preamble"
Tooltip "LaTeX code to be inserted before the first item"
PassThru 1
Font
Family typewriter
Color latex
EndFont
EndArgument
End

Some files were not shown because too many files have changed in this diff Show More