diff options
author | Norbert Preining <norbert@preining.info> | 2021-05-20 03:00:38 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-05-20 03:00:38 +0000 |
commit | 6d6c3b4ee419b9f485a213d2ece28b06e9ca2f7c (patch) | |
tree | 243789c085bcb650c397f86eeaaddbc45ca92dff /macros/latex/contrib/powerdot/doc/lyx | |
parent | 94c996b5f40175b4a858ddd1f19e3947198b9bd0 (diff) |
CTAN sync 202105200300
Diffstat (limited to 'macros/latex/contrib/powerdot/doc/lyx')
-rw-r--r-- | macros/latex/contrib/powerdot/doc/lyx/powerdot-example.tex | 318 | ||||
-rw-r--r-- | macros/latex/contrib/powerdot/doc/lyx/powerdot.layout | 922 |
2 files changed, 620 insertions, 620 deletions
diff --git a/macros/latex/contrib/powerdot/doc/lyx/powerdot-example.tex b/macros/latex/contrib/powerdot/doc/lyx/powerdot-example.tex index 095fe6a351..3321cc0863 100644 --- a/macros/latex/contrib/powerdot/doc/lyx/powerdot-example.tex +++ b/macros/latex/contrib/powerdot/doc/lyx/powerdot-example.tex @@ -1,159 +1,159 @@ -%% LyX 1.3 created this file. For more info, see http://www.lyx.org/.
-%% Do not edit unless you really know what you are doing.
-\documentclass[size=10pt,letterpaper,landscape,english,nopsheader,style=fyma,display=slidesnotes]{powerdot}
-\usepackage[T1]{fontenc}
-\usepackage[latin1]{inputenc}
-
-\makeatletter
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
-\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
-\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
-\usepackage{listings}
-\pdsetup{%
- lf=left footer,
- rf=right footer
-}
-
-\usepackage{babel}
-\makeatother
-\begin{document}
-
-\title{A \LyX{} sample}
-
-
-\author{Mael Hilléreau \and Hendri Adriaens \and Christopher Ellison}
-
-
-\date{\today}
-
-\maketitle
-
-\lyxend\lyxslide{My first slide}
-
-We use a \texttt{Slide} style (magenta color, see above this text
-into \LyX{} window) for the title of each slide of a section or document.
-
-
-\lyxend\lyxwideslide{My wide slide}
-
-\label{toc}But we may also use wide slides (green color, see above
-this text into \LyX{} window).
-
-Let's have a look at the TOC:
-\medskip{}
-
-\tableofcontents{}
-
-
-\lyxend\section{This is the first section}
-
-
-\lyxend\lyxslide[toc=This slide has...]{This slide has a very very long title}
-
-This slide's title is different in the TOC, see slide \pageref{toc}
-or at the left of all slides in this section.
-
-
-\lyxend\lyxnote{Important note!}
-
-Don't forget to use \texttt{Insert}\lyxarrow{}\texttt{Short title}
-in order to specify slide options.
-
-
-\lyxend\lyxslide{Using \texttt{\textbackslash{}pause}}
-
-Let's make a pause! \pause
-
-\ldots{} and then continue.
-
-
-\lyxend\section{Second section}
-
-
-\lyxend\lyxslide{Using \texttt{enumerate}}
-
-Let's enumerate things:\pause
-
-\begin{enumerate}[type=1]
-\item The first thing;\pause
-\item The second thing;\pause
-\item The third thing;\pause
-\item The final thing!
-\end{enumerate}
-
-\lyxend\lyxslide{Using \texttt{itemize}}
-
-We may also make some items and nest them:\pause
-
-\begin{itemize}[type=1]
-\item <2> The first;
-\item <3> The second;
-
-\begin{itemize}[type=1]
-\item <4> One,
-\item <5> Two,
-\item <6> Three,
-\end{itemize}
-\item <7> The last one.
-\end{itemize}
-
-\lyxend\lyxemptyslide[toc=,randomdots]{The empty slide!}
-
-\bigskip{}
-\begin{center}This slide is empty\ldots{} \end{center}
-
-\pause
-
-\begin{center}It uses \texttt{EmptySlide} style for its title (see
-cyan color into \LyX{} window).\end{center}
-
-\pause
-
-\begin{center}You may also have noticed the use of \texttt{randomdots}
-slide option which\\
-allows displaying those multicolor dots into the slide background.\end{center}
-
-
-\lyxend\lyxslide[method=direct]{Example of \LaTeX{} source code}
-
-Let's now use the \texttt{listings} package in order to typeset some
-source code. Here's the \texttt{\textbackslash{}HelloWorld} \LaTeX{}
-command:
-
-\lstset{language=[LaTeX]TeX}
-\begin{lstlisting}
-\newcommand{\HelloWorld}{Hello World!}
-\end{lstlisting}
-
-Note that this slide uses the \texttt{method=direct} option (see its
-short title options box above into \LyX{} window).
-
-
-\lyxend\lyxslide[method=file]{Verbatim material with overlays}
-
-Here's \texttt{HelloWorld()} C function:
-
-\lstset{language=C}
-\begin{lstlisting}
-void HelloWorld() {
- printf("Hello World!\n");
-}
-\end{lstlisting}
-
-\pause Unlike the previous one, this slide must use \texttt{method=file}
-as it employs two overlays.
-
-
-\lyxend\lyxslide{The end.}
-
-Don't forget to put an \texttt{EndSlide} style at the end of the document
-(see the black symbol below into \LyX{} window).
-
-Have fun!
-
-
-\lyxend{}
-\end{document}
+%% LyX 1.3 created this file. For more info, see http://www.lyx.org/. +%% Do not edit unless you really know what you are doing. +\documentclass[size=10pt,letterpaper,landscape,english,nopsheader,style=fyma,display=slidesnotes]{powerdot} +\usepackage[T1]{fontenc} +\usepackage[latin1]{inputenc} + +\makeatletter + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. +\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} +\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands. +\usepackage{listings} +\pdsetup{% + lf=left footer, + rf=right footer +} + +\usepackage{babel} +\makeatother +\begin{document} + +\title{A \LyX{} sample} + + +\author{Mael Hilléreau \and Hendri Adriaens \and Christopher Ellison} + + +\date{\today} + +\maketitle + +\lyxend\lyxslide{My first slide} + +We use a \texttt{Slide} style (magenta color, see above this text +into \LyX{} window) for the title of each slide of a section or document. + + +\lyxend\lyxwideslide{My wide slide} + +\label{toc}But we may also use wide slides (green color, see above +this text into \LyX{} window). + +Let's have a look at the TOC: +\medskip{} + +\tableofcontents{} + + +\lyxend\section{This is the first section} + + +\lyxend\lyxslide[toc=This slide has...]{This slide has a very very long title} + +This slide's title is different in the TOC, see slide \pageref{toc} +or at the left of all slides in this section. + + +\lyxend\lyxnote{Important note!} + +Don't forget to use \texttt{Insert}\lyxarrow{}\texttt{Short title} +in order to specify slide options. + + +\lyxend\lyxslide{Using \texttt{\textbackslash{}pause}} + +Let's make a pause! \pause + +\ldots{} and then continue. + + +\lyxend\section{Second section} + + +\lyxend\lyxslide{Using \texttt{enumerate}} + +Let's enumerate things:\pause + +\begin{enumerate}[type=1] +\item The first thing;\pause +\item The second thing;\pause +\item The third thing;\pause +\item The final thing! +\end{enumerate} + +\lyxend\lyxslide{Using \texttt{itemize}} + +We may also make some items and nest them:\pause + +\begin{itemize}[type=1] +\item <2> The first; +\item <3> The second; + +\begin{itemize}[type=1] +\item <4> One, +\item <5> Two, +\item <6> Three, +\end{itemize} +\item <7> The last one. +\end{itemize} + +\lyxend\lyxemptyslide[toc=,randomdots]{The empty slide!} + +\bigskip{} +\begin{center}This slide is empty\ldots{} \end{center} + +\pause + +\begin{center}It uses \texttt{EmptySlide} style for its title (see +cyan color into \LyX{} window).\end{center} + +\pause + +\begin{center}You may also have noticed the use of \texttt{randomdots} +slide option which\\ +allows displaying those multicolor dots into the slide background.\end{center} + + +\lyxend\lyxslide[method=direct]{Example of \LaTeX{} source code} + +Let's now use the \texttt{listings} package in order to typeset some +source code. Here's the \texttt{\textbackslash{}HelloWorld} \LaTeX{} +command: + +\lstset{language=[LaTeX]TeX} +\begin{lstlisting} +\newcommand{\HelloWorld}{Hello World!} +\end{lstlisting} + +Note that this slide uses the \texttt{method=direct} option (see its +short title options box above into \LyX{} window). + + +\lyxend\lyxslide[method=file]{Verbatim material with overlays} + +Here's \texttt{HelloWorld()} C function: + +\lstset{language=C} +\begin{lstlisting} +void HelloWorld() { + printf("Hello World!\n"); +} +\end{lstlisting} + +\pause Unlike the previous one, this slide must use \texttt{method=file} +as it employs two overlays. + + +\lyxend\lyxslide{The end.} + +Don't forget to put an \texttt{EndSlide} style at the end of the document +(see the black symbol below into \LyX{} window). + +Have fun! + + +\lyxend{} +\end{document} diff --git a/macros/latex/contrib/powerdot/doc/lyx/powerdot.layout b/macros/latex/contrib/powerdot/doc/lyx/powerdot.layout index 1ce390b01e..da0163e99d 100644 --- a/macros/latex/contrib/powerdot/doc/lyx/powerdot.layout +++ b/macros/latex/contrib/powerdot/doc/lyx/powerdot.layout @@ -1,461 +1,461 @@ -#% Do not delete the line below; configure depends on this
-# \DeclareLaTeXClass[powerdot]{powerdot presentation}
-# PowerDot textclass definition file.
-# Created (29.Aug.05): Mael Hilléreau
-# Last modified: 17.Sep.05
-#
-# ----------------------------------------------------------
-# Copyright (C) 2005 Hendri Adriaens and Christopher Ellison
-# ----------------------------------------------------------
-#
-# This work may be distributed and/or modified under the
-# conditions of the LaTeX Project Public License, either version 1.3
-# of this license or (at your option) any later version.
-# The latest version of this license is in
-# http://www.latex-project.org/lppl.txt
-# and version 1.3 or later is part of all distributions of LaTeX
-# version 2003/12/01 or later.
-#
-# This work has the LPPL maintenance status "maintained".
-#
-# This Current Maintainer of this work is Christopher Ellison.
-#
-# This work consists of all files listed in manifest.txt.
-
-###
-# General textclass parameters
-###
-Columns 1
-Sides 1
-MaxCounter Counter_EnumI
-ProvidesUrl 1
-DefaultStyle Standard
-
-DefaultFont
- Family Sans
- Series Medium
- Shape Up
- Size Normal
- Color None
-EndFont
-
-###
-# General textclass parameters
-###
-ClassOptions
- FontSize size=8|size=9|size=10|size=11|size=12|size=14|size=17|size=20
- PageStyle ""
-End
- -###
-# Title style definition
-###
-Style Title
- Margin Static
- LatexType Command
- InTitle 1
- LatexName title
- ParSkip 0.4
- ItemSep 0
- TopSep 0
- BottomSep 1
- ParSep 1
- Align Center
- AlignPossible Center
- LabelType No_Label
-
- Font
- Series Bold
- Size Largest
- Color Blue
- EndFont
-End
-
-###
-# Author style definition
-###
-Style Author
- Margin Static
- LatexType Command
- InTitle 1
- LatexName author
- LabelSep xxx
- ParSkip 0.4
- TopSep 1.3
- BottomSep 0.7
- ParSep 0.7
- Align Center
- AlignPossible Center
- LabelType No_Label
-
- Font
- Size Large
- Color Blue
- EndFont
-End
-
-###
-# Date style definition
-###
-Style Date
- Margin Dynamic
- LatexType Command
- InTitle 1
- LatexName date
- LabelSep xxx
- ParSkip 0.4
- TopSep 0.9
- BottomSep 0.5
- ParSep 1
- Align Center
- AlignPossible Center
- LabelType No_Label
-
- Font
- Size Large
- Color Blue
- EndFont
-End
-
-###
-# Standard style definition
-###
-Style Standard
- Margin Static
- LatexType Paragraph
- LatexName dummy
- ParSkip 0.4
- Align Block
- AlignPossible Block, Left, Right, Center
- LabelType No_Label
-End
-
-###
-# Slide styles definition
-###
-Style Slide
- Margin Static
- LatexType Command
- LatexName lyxend\lyxslide
- LabelSep xxx
- ParSkip 0.4
- TopSep 1.3
- BottomSep 0.7
- ParSep 0.7
- Align Center
- AlignPossible Center
- LabelType Counter_Subsection
- LabelString " "
- OptionalArgs 1
-
- Font
- Series Bold
- Size Large
- Color Magenta
- EndFont
-End
-
-Style EndSlide
- CopyStyle Slide
- KeepEmpty 1
- LatexName lyxend
- Margin Static
- ParSkip 0
- TopSep 0
- BottomSep 1
- ParSep 0
- LabelType Static
- LabelBottomSep 0
- LeftMargin MMMMMMM
- LabelString "~=~"
- OptionalArgs 0
-
- Font
- Color None
- EndFont
-End
-
-
-
-###
-# Wideslide style definition
-###
-Style WideSlide
- CopyStyle Slide
- LatexName lyxend\lyxwideslide
-
- Font
- Color Green
- EndFont
-End
-
-###
-# EmptySlide style definition
-###
-Style EmptySlide
- CopyStyle Slide
- LatexName lyxend\lyxemptyslide
- LeftMargin MMMMMMMMMMMMMM
- LabelString "Empty slide:"
- LabelType Static
- KeepEmpty 1
-
- Font
- Color Cyan
- EndFont
-End
-
-###
-# Note style definition
-###
-Style Note
- CopyStyle Slide
- LatexName lyxend\lyxnote
- LeftMargin MMMMMMM
- LabelString "Note:"
- LabelType Static
- KeepEmpty 1
- OptionalArgs 0
-
- Font
- Color Red
- EndFont
-End
-
-###
-# Section style definition
-###
-Style Section
- CopyStyle Slide
- LatexName lyxend\section
- LabelType Counter_Section
- LabelString ""
-
- Font
- Size Larger
- Color Blue
- EndFont
-End
-
-###
-# Itemize styles definition
-###
-Style Itemize
- Margin Static
- LatexType Item_Environment
- LatexName itemize
- NextNoIndent 1
- LeftMargin MMN
- LabelSep xx
- ItemSep 0.2
- TopSep 0.7
- BottomSep 0.7
- ParSep 0.3
- Align Block
- AlignPossible Block, Left
- LabelType Static
- LabelString *
-End
-
-Style ItemizeType1
- CopyStyle Itemize
- LatexParam [type=1]
-End
-
-###
-# Enumerate styles definition
-###
-Style Enumerate
- Margin Static
- LatexType Item_Environment
- LatexName enumerate
- NextNoIndent 1
- LeftMargin MMN
- LabelSep xx
- ParSkip 0.0
- ItemSep 0.2
- TopSep 0.7
- BottomSep 0.7
- ParSep 0.3
- Align Block
- AlignPossible Block, Left
- LabelType Counter_EnumI
-End
-
-Style EnumerateType1
- CopyStyle Enumerate
- LatexParam [type=1]
-End
-
-###
-# Bibliography style definition
-###
-Style Bibliography
- Margin First_Dynamic
- LatexType Item_Environment
- LatexName thebibliography
- NextNoIndent 1
- LeftMargin MM
- ParSkip 0.4
- ItemSep 0
- TopSep 0.7
- BottomSep 0.7
- ParSep 0.5
- Align Block
- AlignPossible Block, Left
- LabelType Bibliography
- LabelString ""
- LabelBottomSep 0
-End
-
-###
-# Quotation style definition
-###
-Style Quotation
- Margin Static
- LatexType Environment
- LatexName quotation
- NextNoIndent 1
- LeftMargin MMM
- RightMargin MMM
- ParIndent MM
- ParSkip 0
- ItemSep 0
- TopSep 0.5
- BottomSep 0.5
- ParSep 0
- Align Block
- AlignPossible Block, Left, Right, Center
-End
-
-###
-# Quote style definition
-###
-Style Quote
- Margin Static
- LatexType Environment
- LatexName quote
- NextNoIndent 1
- LeftMargin MMM
- RightMargin MMM
- TopSep 0.5
- ParSep 0.5
- BottomSep 0.5
- Align Block
- AlignPossible Block, Left, Right, Center
- LabelType No_Label
-End
-
-###
-# Verse style definition
-###
-Style Verse
-# LaTeX type is first dynamic because of LaTeX implementation.
-# In LyX this does not make sense.
- LatexType Environment
- LatexName verse
- Margin First_Dynamic
- NextNoIndent 1
- LeftMargin MMMM
- LabelIndent MMMM
- ParSkip 0.4
- TopSep 0.7
- BottomSep 0.7
- ParSep 0.5
- Align Block
- AlignPossible Block, Left
- LabelType No_Label
-End
-
-###
-# Caption style definition
-###
-Style Caption
- Margin First_Dynamic
- LatexType Command
- LatexName caption
- NeedProtect 1
- LabelSep xx
- ParSkip 0.4
- TopSep 0.5
- Align Center
- AlignPossible Center
- LabelType Sensitive
- LabelString Caption
- OptionalArgs 1
-
- LabelFont
- Series Bold
- EndFont
-End
-
-###
-# Floats definitions
-###
-Float
- Type table
- GuiName Table
- Extension lot
- NumberWithin none
- Style plain
- ListName "List of Tables"
- LaTeXBuiltin true
-End
-
-Float
- Type figure
- GuiName Figure
- Extension lof
- NumberWithin none
- Style plain
- ListName "List of Figures"
- LaTeXBuiltin true
-End
-
-Float
- Type algorithm
- GuiName Algorithm
- Extension loa
- NumberWithin none
- Style ruled
- ListName "List of Algorithms"
- LaTeXBuiltin false
-End
-
-###
-# Counters definitions
-###
-Counter
- Name enumi
-End
-
-Counter
- Name enumii
- Within enumi
-End
-
-Counter
- Name enumiii
- Within enumii
-End
-
-Counter
- Name enumiv
- Within enumiii
-End
-
-Counter
- Name bibitem
-End
-
-Counter
- Name figure
-End
-
-Counter
- Name table
-End
-
-Counter
- Name algorithm
-End
+#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass[powerdot]{powerdot presentation} +# PowerDot textclass definition file. +# Created (29.Aug.05): Mael Hilléreau +# Last modified: 17.Sep.05 +# +# ---------------------------------------------------------- +# Copyright (C) 2005 Hendri Adriaens and Christopher Ellison +# ---------------------------------------------------------- +# +# This work may be distributed and/or modified under the +# conditions of the LaTeX Project Public License, either version 1.3 +# of this license or (at your option) any later version. +# The latest version of this license is in +# http://www.latex-project.org/lppl.txt +# and version 1.3 or later is part of all distributions of LaTeX +# version 2003/12/01 or later. +# +# This work has the LPPL maintenance status "maintained". +# +# This Current Maintainer of this work is Christopher Ellison. +# +# This work consists of all files listed in manifest.txt. + +### +# General textclass parameters +### +Columns 1 +Sides 1 +MaxCounter Counter_EnumI +ProvidesUrl 1 +DefaultStyle Standard + +DefaultFont + Family Sans + Series Medium + Shape Up + Size Normal + Color None +EndFont + +### +# General textclass parameters +### +ClassOptions + FontSize size=8|size=9|size=10|size=11|size=12|size=14|size=17|size=20 + PageStyle "" +End + +### +# Title style definition +### +Style Title + Margin Static + LatexType Command + InTitle 1 + LatexName title + ParSkip 0.4 + ItemSep 0 + TopSep 0 + BottomSep 1 + ParSep 1 + Align Center + AlignPossible Center + LabelType No_Label + + Font + Series Bold + Size Largest + Color Blue + EndFont +End + +### +# Author style definition +### +Style Author + Margin Static + LatexType Command + InTitle 1 + LatexName author + LabelSep xxx + ParSkip 0.4 + TopSep 1.3 + BottomSep 0.7 + ParSep 0.7 + Align Center + AlignPossible Center + LabelType No_Label + + Font + Size Large + Color Blue + EndFont +End + +### +# Date style definition +### +Style Date + Margin Dynamic + LatexType Command + InTitle 1 + LatexName date + LabelSep xxx + ParSkip 0.4 + TopSep 0.9 + BottomSep 0.5 + ParSep 1 + Align Center + AlignPossible Center + LabelType No_Label + + Font + Size Large + Color Blue + EndFont +End + +### +# Standard style definition +### +Style Standard + Margin Static + LatexType Paragraph + LatexName dummy + ParSkip 0.4 + Align Block + AlignPossible Block, Left, Right, Center + LabelType No_Label +End + +### +# Slide styles definition +### +Style Slide + Margin Static + LatexType Command + LatexName lyxend\lyxslide + LabelSep xxx + ParSkip 0.4 + TopSep 1.3 + BottomSep 0.7 + ParSep 0.7 + Align Center + AlignPossible Center + LabelType Counter_Subsection + LabelString " " + OptionalArgs 1 + + Font + Series Bold + Size Large + Color Magenta + EndFont +End + +Style EndSlide + CopyStyle Slide + KeepEmpty 1 + LatexName lyxend + Margin Static + ParSkip 0 + TopSep 0 + BottomSep 1 + ParSep 0 + LabelType Static + LabelBottomSep 0 + LeftMargin MMMMMMM + LabelString "~=~" + OptionalArgs 0 + + Font + Color None + EndFont +End + + + +### +# Wideslide style definition +### +Style WideSlide + CopyStyle Slide + LatexName lyxend\lyxwideslide + + Font + Color Green + EndFont +End + +### +# EmptySlide style definition +### +Style EmptySlide + CopyStyle Slide + LatexName lyxend\lyxemptyslide + LeftMargin MMMMMMMMMMMMMM + LabelString "Empty slide:" + LabelType Static + KeepEmpty 1 + + Font + Color Cyan + EndFont +End + +### +# Note style definition +### +Style Note + CopyStyle Slide + LatexName lyxend\lyxnote + LeftMargin MMMMMMM + LabelString "Note:" + LabelType Static + KeepEmpty 1 + OptionalArgs 0 + + Font + Color Red + EndFont +End + +### +# Section style definition +### +Style Section + CopyStyle Slide + LatexName lyxend\section + LabelType Counter_Section + LabelString "" + + Font + Size Larger + Color Blue + EndFont +End + +### +# Itemize styles definition +### +Style Itemize + Margin Static + LatexType Item_Environment + LatexName itemize + NextNoIndent 1 + LeftMargin MMN + LabelSep xx + ItemSep 0.2 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.3 + Align Block + AlignPossible Block, Left + LabelType Static + LabelString * +End + +Style ItemizeType1 + CopyStyle Itemize + LatexParam [type=1] +End + +### +# Enumerate styles definition +### +Style Enumerate + Margin Static + LatexType Item_Environment + LatexName enumerate + NextNoIndent 1 + LeftMargin MMN + LabelSep xx + ParSkip 0.0 + ItemSep 0.2 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.3 + Align Block + AlignPossible Block, Left + LabelType Counter_EnumI +End + +Style EnumerateType1 + CopyStyle Enumerate + LatexParam [type=1] +End + +### +# Bibliography style definition +### +Style Bibliography + Margin First_Dynamic + LatexType Item_Environment + LatexName thebibliography + NextNoIndent 1 + LeftMargin MM + ParSkip 0.4 + ItemSep 0 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.5 + Align Block + AlignPossible Block, Left + LabelType Bibliography + LabelString "" + LabelBottomSep 0 +End + +### +# Quotation style definition +### +Style Quotation + Margin Static + LatexType Environment + LatexName quotation + NextNoIndent 1 + LeftMargin MMM + RightMargin MMM + ParIndent MM + ParSkip 0 + ItemSep 0 + TopSep 0.5 + BottomSep 0.5 + ParSep 0 + Align Block + AlignPossible Block, Left, Right, Center +End + +### +# Quote style definition +### +Style Quote + Margin Static + LatexType Environment + LatexName quote + NextNoIndent 1 + LeftMargin MMM + RightMargin MMM + TopSep 0.5 + ParSep 0.5 + BottomSep 0.5 + Align Block + AlignPossible Block, Left, Right, Center + LabelType No_Label +End + +### +# Verse style definition +### +Style Verse +# LaTeX type is first dynamic because of LaTeX implementation. +# In LyX this does not make sense. + LatexType Environment + LatexName verse + Margin First_Dynamic + NextNoIndent 1 + LeftMargin MMMM + LabelIndent MMMM + ParSkip 0.4 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.5 + Align Block + AlignPossible Block, Left + LabelType No_Label +End + +### +# Caption style definition +### +Style Caption + Margin First_Dynamic + LatexType Command + LatexName caption + NeedProtect 1 + LabelSep xx + ParSkip 0.4 + TopSep 0.5 + Align Center + AlignPossible Center + LabelType Sensitive + LabelString Caption + OptionalArgs 1 + + LabelFont + Series Bold + EndFont +End + +### +# Floats definitions +### +Float + Type table + GuiName Table + Extension lot + NumberWithin none + Style plain + ListName "List of Tables" + LaTeXBuiltin true +End + +Float + Type figure + GuiName Figure + Extension lof + NumberWithin none + Style plain + ListName "List of Figures" + LaTeXBuiltin true +End + +Float + Type algorithm + GuiName Algorithm + Extension loa + NumberWithin none + Style ruled + ListName "List of Algorithms" + LaTeXBuiltin false +End + +### +# Counters definitions +### +Counter + Name enumi +End + +Counter + Name enumii + Within enumi +End + +Counter + Name enumiii + Within enumii +End + +Counter + Name enumiv + Within enumiii +End + +Counter + Name bibitem +End + +Counter + Name figure +End + +Counter + Name table +End + +Counter + Name algorithm +End |