2006-10-31 20:56:42 +00:00
|
|
|
#% Do not delete the line below; configure depends on this
|
2017-11-22 15:45:13 +00:00
|
|
|
# \DeclareLaTeXClass[beamer]{Beamer}
|
2012-10-09 05:24:32 +00:00
|
|
|
# \DeclareCategory{Presentations}
|
2012-11-24 09:32:48 +00:00
|
|
|
# Original Author: Till Tantau <tantau@users.sourceforge.net>
|
|
|
|
# Revised and extended by Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@lyx.org>,
|
2020-12-05 22:09:17 +00:00
|
|
|
# Richard Kimberly Heck <rikiheck@lyx.org>, Martin Vermeer <martin.vermeer@hut.fi> and probably others.
|
2006-10-31 20:56:42 +00:00
|
|
|
|
|
|
|
|
2024-07-24 14:14:34 +00:00
|
|
|
Format 106
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# GLOBAL SETTINGS
|
|
|
|
#
|
|
|
|
|
|
|
|
# Includes
|
2006-10-31 20:56:42 +00:00
|
|
|
Input stdcounters.inc
|
2007-08-28 14:32:06 +00:00
|
|
|
Input stdinsets.inc
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2012-12-10 11:16:04 +00:00
|
|
|
# Beamer does not work with enumitem.
|
|
|
|
# See bug #7047.
|
2022-01-27 22:27:15 +00:00
|
|
|
# For upstream (Beamer) feature request:
|
|
|
|
# https://github.com/josephwright/beamer/issues/342
|
2012-12-10 11:16:04 +00:00
|
|
|
ExcludesModule enumitem
|
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
# General textclass parameters
|
2007-05-15 14:52:12 +00:00
|
|
|
Columns 1
|
|
|
|
Sides 1
|
|
|
|
SecNumDepth 2
|
|
|
|
TocDepth 2
|
|
|
|
DefaultStyle Standard
|
2012-11-26 09:05:09 +00:00
|
|
|
|
|
|
|
# Pre-loaded packages
|
2019-11-20 08:38:16 +00:00
|
|
|
Provides amsmath 1
|
2008-01-21 13:40:34 +00:00
|
|
|
Provides hyperref 1
|
2009-03-28 10:48:16 +00:00
|
|
|
Provides geometry 1
|
2012-10-09 05:59:43 +00:00
|
|
|
Provides color 1
|
|
|
|
Provides xcolor 1
|
2007-05-15 14:52:12 +00:00
|
|
|
|
2012-11-26 09:05:09 +00:00
|
|
|
# The default font layout
|
2006-10-31 20:56:42 +00:00
|
|
|
DefaultFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Sans
|
|
|
|
Series Medium
|
|
|
|
Shape Up
|
|
|
|
Size Normal
|
|
|
|
Color None
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
|
2012-11-26 09:05:09 +00:00
|
|
|
# Provide an own maketitle command, which can be altered by Title_(Plain_Frame)
|
2012-11-24 09:32:48 +00:00
|
|
|
TitleLaTeXName makebeamertitle
|
|
|
|
AddToPreamble
|
|
|
|
% this default might be overridden by plain title style
|
|
|
|
\newcommand\makebeamertitle{\frame{\maketitle}}%
|
2012-12-09 10:04:56 +00:00
|
|
|
% (ERT) argument for the TOC
|
2012-11-24 09:32:48 +00:00
|
|
|
\AtBeginDocument{%
|
|
|
|
\let\origtableofcontents=\tableofcontents
|
|
|
|
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
|
|
|
|
\def\gobbletableofcontents#1{\origtableofcontents}
|
|
|
|
}
|
|
|
|
EndPreamble
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# STANDARD STYLE
|
|
|
|
#
|
2007-05-15 14:52:12 +00:00
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
Style Standard
|
2008-04-20 10:02:20 +00:00
|
|
|
Category MainText
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Paragraph
|
|
|
|
LatexName dummy
|
|
|
|
ParIndent MM
|
|
|
|
ParSkip 0.4
|
|
|
|
Align Left
|
|
|
|
AlignPossible Block, Left, Right, Center
|
|
|
|
LabelType No_Label
|
2020-11-27 03:29:40 +00:00
|
|
|
DocBookTag para
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# LISTS
|
|
|
|
#
|
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
Style Itemize
|
2008-04-20 10:02:20 +00:00
|
|
|
Category List
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName itemize
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2013-08-30 09:37:48 +00:00
|
|
|
LabelString "Overlay Specifications|v"
|
2012-11-24 09:32:48 +00:00
|
|
|
Tooltip "Overlay specifications for this list"
|
2012-12-09 10:04:56 +00:00
|
|
|
LeftDelim [<
|
|
|
|
RightDelim >]
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument item:1
|
|
|
|
LabelString "Custom Item|s"
|
|
|
|
Tooltip "A customized item string"
|
|
|
|
EndArgument
|
|
|
|
Argument item:2
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Item Overlay Specifications"
|
|
|
|
LabelString "On Slide"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Overlay specifications for this item"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2018-08-17 08:22:32 +00:00
|
|
|
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
|
2007-05-15 14:52:12 +00:00
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-05-15 14:52:12 +00:00
|
|
|
LeftMargin MMN
|
|
|
|
LabelSep xx
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Left
|
|
|
|
LabelType Itemize
|
2020-07-25 02:09:39 +00:00
|
|
|
DocBookTag itemizedlist
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Enumerate
|
2008-04-20 10:02:20 +00:00
|
|
|
Category List
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
|
|
|
LatexName enumerate
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2013-08-30 09:37:48 +00:00
|
|
|
LabelString "Overlay Specifications|v"
|
2012-11-24 09:32:48 +00:00
|
|
|
Tooltip "Overlay specifications for this list"
|
2012-12-09 10:04:56 +00:00
|
|
|
LeftDelim [<
|
|
|
|
RightDelim >]
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-12-09 10:04:56 +00:00
|
|
|
LabelString "Mini Template"
|
|
|
|
Tooltip "Mini template for this list (see beamer manual for details)"
|
|
|
|
EndArgument
|
|
|
|
Argument item:1
|
|
|
|
LabelString "Custom Item|s"
|
|
|
|
Tooltip "A customized item string"
|
|
|
|
EndArgument
|
|
|
|
Argument item:2
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Item Overlay Specifications"
|
|
|
|
LabelString "On Slide"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Overlay specifications for this item"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2018-08-17 08:22:32 +00:00
|
|
|
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
|
2007-05-15 14:52:12 +00:00
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-05-15 14:52:12 +00:00
|
|
|
LeftMargin MMN
|
|
|
|
LabelSep xx
|
|
|
|
ParSkip 0.0
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Left
|
|
|
|
LabelType Enumerate
|
2010-07-11 13:49:09 +00:00
|
|
|
RefPrefix enu
|
2020-07-25 15:48:23 +00:00
|
|
|
DocBookTag orderedlist
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
2022-12-04 19:33:29 +00:00
|
|
|
HTMLStyle
|
2022-12-04 19:46:30 +00:00
|
|
|
ol.enumi { list-style-type: decimal; }
|
|
|
|
ol.enumii { list-style-type: lower-latin; }
|
|
|
|
ol.enumiii { list-style-type: lower-roman; }
|
|
|
|
ol.enumiv { list-style-type: upper-latin; }
|
2022-12-04 19:33:29 +00:00
|
|
|
EndHTMLStyle
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Description
|
2008-04-20 10:02:20 +00:00
|
|
|
Category List
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Item_environment
|
|
|
|
LatexName description
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2013-08-30 09:37:48 +00:00
|
|
|
LabelString "Overlay Specifications|v"
|
2012-11-24 09:32:48 +00:00
|
|
|
Tooltip "Overlay specifications for this list"
|
2012-12-09 10:04:56 +00:00
|
|
|
LeftDelim [<
|
|
|
|
RightDelim >]
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Longest label|s"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "The longest label in this list (to determine the indendation width)"
|
|
|
|
EndArgument
|
2018-08-17 08:22:32 +00:00
|
|
|
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
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument item:1
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Item Overlay Specifications"
|
|
|
|
LabelString "On Slide"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Overlay specifications for this item"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2007-05-15 14:52:12 +00:00
|
|
|
NextNoIndent 1
|
|
|
|
LeftMargin MM
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Left
|
|
|
|
LabelType Manual
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2012-11-25 15:36:53 +00:00
|
|
|
Series Bold
|
2007-05-15 14:52:12 +00:00
|
|
|
EndFont
|
2020-07-25 15:48:23 +00:00
|
|
|
DocBookTag variablelist
|
|
|
|
DocBookItemWrapperTag varlistentry
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
|
|
|
DocBookItemLabelTag term
|
2020-08-30 20:05:40 +00:00
|
|
|
DocBookItemLabelTagType paragraph
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# SECTIONING
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Part
|
2012-12-28 09:52:58 +00:00
|
|
|
Category Sectioning
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Dynamic
|
|
|
|
LatexType Command
|
|
|
|
LatexName part
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "The part as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2017-12-29 10:51:24 +00:00
|
|
|
IsTocCaption 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2007-05-15 14:52:12 +00:00
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-06-04 18:00:03 +00:00
|
|
|
Labelsep xx
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 4
|
|
|
|
BottomSep 4
|
|
|
|
ParSep 0.8
|
|
|
|
Align Center
|
|
|
|
LabelType Static
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Part"
|
2012-11-23 17:26:02 +00:00
|
|
|
RefPrefix part
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Series Bold
|
|
|
|
Size Huge
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Color Latex
|
|
|
|
EndFont
|
2013-05-10 17:17:47 +00:00
|
|
|
TocLevel -1
|
2023-01-07 02:59:22 +00:00
|
|
|
HTMLTag h2
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Section
|
2012-12-28 09:52:58 +00:00
|
|
|
Category Sectioning
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Command
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName section
|
2007-05-15 14:52:12 +00:00
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 2
|
|
|
|
BottomSep 0.25
|
|
|
|
ParSep 0.7
|
|
|
|
Align Left
|
2013-02-09 18:37:06 +00:00
|
|
|
LabelType Static
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelCounter section
|
|
|
|
LabelString "Section \arabic{section}"
|
2012-11-19 13:21:02 +00:00
|
|
|
RefPrefix sec
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "The section as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2017-12-29 10:51:24 +00:00
|
|
|
IsTocCaption 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Series Bold
|
|
|
|
Size huge
|
|
|
|
EndFont
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Color latex
|
|
|
|
EndFont
|
|
|
|
LabelStringAppendix "\Alph{section}"
|
|
|
|
TocLevel 1
|
2023-01-07 02:59:22 +00:00
|
|
|
HTMLTag h3
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Section*
|
|
|
|
CopyStyle Section
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Unnumbered
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName section
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
ResetArgs 1
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
LaTeXParam *
|
2022-12-04 05:33:14 +00:00
|
|
|
HTMLInToc 0
|
2023-01-07 02:59:22 +00:00
|
|
|
HTMLTag h3
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Subsection
|
2012-12-28 09:52:58 +00:00
|
|
|
Category Sectioning
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Command
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName subsection
|
2007-05-15 14:52:12 +00:00
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 2
|
|
|
|
BottomSep 0.25
|
|
|
|
ParSep 0.5
|
|
|
|
Align Left
|
2013-02-09 18:37:06 +00:00
|
|
|
LabelType Static
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelCounter subsection
|
|
|
|
LabelString "Subsection \arabic{section}.\arabic{subsection}"
|
2015-05-24 11:50:21 +00:00
|
|
|
RefPrefix subsec
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "The subsection as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2017-12-29 10:51:24 +00:00
|
|
|
IsTocCaption 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Series Bold
|
|
|
|
Size larger
|
|
|
|
EndFont
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelStringAppendix "\arabic{section}.\arabic{subsection}"
|
2012-11-26 09:05:09 +00:00
|
|
|
TocLevel 2
|
2023-01-07 02:59:22 +00:00
|
|
|
HTMLTag h4
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Subsection*
|
|
|
|
CopyStyle Subsection
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Unnumbered
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName subsection
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
ResetArgs 1
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
LaTeXParam *
|
2022-12-04 05:33:14 +00:00
|
|
|
HTMLInToc 0
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-03-26 10:12:14 +00:00
|
|
|
Style Subsubsection
|
2012-12-28 09:52:58 +00:00
|
|
|
Category Sectioning
|
2012-03-26 10:12:14 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Command
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName subsubsection
|
2012-03-26 10:12:14 +00:00
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2012-03-26 10:12:14 +00:00
|
|
|
LabelSep xx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 2
|
|
|
|
BottomSep 0.25
|
|
|
|
ParSep 0.5
|
|
|
|
Align Left
|
2013-02-09 18:37:06 +00:00
|
|
|
LabelType Static
|
2012-03-26 10:12:14 +00:00
|
|
|
LabelCounter subsubsection
|
2012-03-26 10:41:44 +00:00
|
|
|
LabelString "Subsubsection \arabic{section}.\arabic{subsection}.\arabic{subsubsection}"
|
2012-11-23 17:26:02 +00:00
|
|
|
RefPrefix sub
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "The subsubsection as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2017-12-29 10:51:24 +00:00
|
|
|
IsTocCaption 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2012-03-26 10:12:14 +00:00
|
|
|
Family Roman
|
|
|
|
Series Bold
|
|
|
|
Size large
|
|
|
|
EndFont
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2012-03-26 10:12:14 +00:00
|
|
|
Color latex
|
|
|
|
EndFont
|
|
|
|
LabelStringAppendix "\arabic{section}.\arabic{subsection}.\arabic{subsubsection}"
|
2012-11-26 09:05:09 +00:00
|
|
|
TocLevel 3
|
2012-03-26 10:12:14 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Subsubsection*
|
|
|
|
CopyStyle Subsubsection
|
|
|
|
Category Unnumbered
|
|
|
|
Margin Static
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName subsubsection
|
2012-03-26 10:12:14 +00:00
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
ResetArgs 1
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Mode"
|
|
|
|
MenuString "Mode Specification|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify in which mode (article, presentation etc.) this header appears"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
LaTeXParam *
|
2022-12-04 05:33:14 +00:00
|
|
|
HTMLInToc 0
|
2012-03-26 10:12:14 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# FRAMES
|
|
|
|
#
|
|
|
|
|
2012-12-31 12:00:46 +00:00
|
|
|
Style Frame
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Frames
|
2015-11-06 07:34:00 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LeftMargin xx
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexType Environment
|
|
|
|
LatexName frame
|
2015-11-06 07:34:00 +00:00
|
|
|
LabelString "Frame"
|
2007-10-19 11:23:51 +00:00
|
|
|
TocLevel 4
|
2007-05-15 14:52:12 +00:00
|
|
|
KeepEmpty 1
|
|
|
|
NextNoIndent 1
|
2012-12-31 12:00:46 +00:00
|
|
|
Align Left
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelType Static
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2012-12-31 12:00:46 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
2023-07-26 21:58:18 +00:00
|
|
|
HTMLLabel NONE
|
2012-12-31 12:00:46 +00:00
|
|
|
LabelFont
|
|
|
|
Size largest
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-31 12:00:46 +00:00
|
|
|
Argument 1
|
|
|
|
LabelString "Action"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-31 12:00:46 +00:00
|
|
|
Tooltip "Overlay specifications for this frame"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-31 12:00:46 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Default Overlay Specifications"
|
|
|
|
Tooltip "Default overlay specifications within this frame"
|
|
|
|
LeftDelim [<
|
|
|
|
RightDelim >]
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-31 12:00:46 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 3
|
|
|
|
MenuString "Frame Options"
|
|
|
|
LabelString "Options"
|
|
|
|
Tooltip "Frame options (see beamer manual)"
|
|
|
|
EndArgument
|
|
|
|
Argument 4
|
|
|
|
LabelString "Frame Title"
|
2013-02-09 19:29:25 +00:00
|
|
|
Tooltip "Enter the frame title here"
|
2012-12-31 12:00:46 +00:00
|
|
|
LeftDelim {
|
|
|
|
RightDelim }
|
|
|
|
Decoration conglomerate
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2012-12-31 12:00:46 +00:00
|
|
|
Size largest
|
|
|
|
EndFont
|
|
|
|
AutoInsert 1
|
2017-12-29 10:51:24 +00:00
|
|
|
IsTocCaption 1
|
2012-12-31 12:00:46 +00:00
|
|
|
EndArgument
|
2017-12-29 09:03:00 +00:00
|
|
|
AutoNests
|
2017-12-28 16:44:54 +00:00
|
|
|
Standard,Itemize,Enumerate,Description,FrameTitle,FrameSubtitle,Column,
|
|
|
|
Columns,ColumnsCenterAligned,ColumnsTopAligned,Pause,Overprint,OverlayArea,Only,Block,
|
|
|
|
ExampleBlock,AlertBlock,Bibliography,Quotation,Quote,Verse,Corollary,Definition,Definitions,
|
|
|
|
Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
|
2017-12-29 09:03:00 +00:00
|
|
|
EndAutoNests
|
2024-05-12 05:52:16 +00:00
|
|
|
NeedCProtect -1
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-12-31 12:00:46 +00:00
|
|
|
Style PlainFrame
|
|
|
|
CopyStyle Frame
|
|
|
|
LabelString "Frame (plain)"
|
|
|
|
Argument 3
|
|
|
|
MenuString "Frame Options"
|
|
|
|
LabelString "Options"
|
|
|
|
Tooltip "Frame options (see beamer manual)"
|
|
|
|
PresetArg "plain"
|
|
|
|
EndArgument
|
|
|
|
End
|
|
|
|
|
|
|
|
Style FragileFrame
|
|
|
|
CopyStyle Frame
|
|
|
|
LabelString "Frame (fragile)"
|
|
|
|
Argument 3
|
|
|
|
MenuString "Frame Options"
|
|
|
|
LabelString "Options"
|
|
|
|
Tooltip "Frame options (see beamer manual)"
|
|
|
|
PresetArg "fragile"
|
|
|
|
EndArgument
|
2024-05-12 06:52:09 +00:00
|
|
|
NeedCProtect 0
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style AgainFrame
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Frames
|
2007-05-15 14:52:12 +00:00
|
|
|
KeepEmpty 0
|
|
|
|
LatexType Command
|
2012-12-31 12:00:46 +00:00
|
|
|
LatexName againframe
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-12-31 12:00:46 +00:00
|
|
|
LabelString "Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Overlay specifications for this frame"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-12-09 10:04:56 +00:00
|
|
|
LabelString "Default Overlay Specifications"
|
|
|
|
Tooltip "Default overlay specifications within this frame"
|
|
|
|
LeftDelim [<
|
|
|
|
RightDelim >]
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 3
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Frame Options"
|
|
|
|
LabelString "Options"
|
2012-11-24 09:32:48 +00:00
|
|
|
Tooltip "Frame options (see beamer manual)"
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
Margin First_Dynamic
|
2007-05-15 14:52:12 +00:00
|
|
|
NextNoIndent 1
|
2006-10-31 20:56:42 +00:00
|
|
|
ParSkip 0
|
2007-05-15 14:52:12 +00:00
|
|
|
TopSep 3
|
2006-10-31 20:56:42 +00:00
|
|
|
BottomSep 3
|
|
|
|
ParSep 0
|
|
|
|
LabelType Static
|
|
|
|
LabelBottomSep 0
|
2007-05-15 14:52:12 +00:00
|
|
|
LeftMargin M
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2012-11-25 15:36:53 +00:00
|
|
|
LabelString "Repeat frame with label"
|
2007-05-15 14:52:12 +00:00
|
|
|
Font
|
|
|
|
Color latex
|
|
|
|
EndFont
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
2006-10-31 20:56:42 +00:00
|
|
|
Color latex
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Largest
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2018-01-11 12:14:16 +00:00
|
|
|
TocLevel 4
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-12-22 15:28:43 +00:00
|
|
|
Style FrameTitle
|
|
|
|
Category Frames
|
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
LatexName frametitle
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 1
|
2012-12-31 12:00:46 +00:00
|
|
|
Align Block
|
2012-12-22 15:28:43 +00:00
|
|
|
LabelType No_Label
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2012-12-22 15:28:43 +00:00
|
|
|
Size Largest
|
|
|
|
EndFont
|
|
|
|
Argument 1
|
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-22 15:28:43 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-22 15:28:43 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Short Frame Title|S"
|
|
|
|
Tooltip "A short form of the frame title used in some themes"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2012-12-22 15:28:43 +00:00
|
|
|
EndArgument
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style FrameSubtitle
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Frames
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
LatexName framesubtitle
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 1
|
2012-12-31 12:00:46 +00:00
|
|
|
Align Block
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelType No_Label
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2007-05-15 14:52:12 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
#
|
2021-02-18 13:38:13 +00:00
|
|
|
# COLUMNS
|
2012-11-24 09:32:48 +00:00
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Column
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Columns
|
2021-02-18 13:38:13 +00:00
|
|
|
Margin Dynamic
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexType Command
|
|
|
|
LatexName column
|
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
2007-06-04 18:26:06 +00:00
|
|
|
LabelString "Start column (increase depth!), width:"
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Column Options"
|
|
|
|
LabelString "Options"
|
2012-11-24 09:32:48 +00:00
|
|
|
Tooltip "Column options (see beamer manual)"
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
|
|
|
EndFont
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Columns
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Columns
|
2007-05-15 14:52:12 +00:00
|
|
|
KeepEmpty 1
|
2021-02-18 13:38:13 +00:00
|
|
|
Margin First_Dynamic
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexType Environment
|
2021-02-18 13:38:13 +00:00
|
|
|
NextNoIndent 1
|
2007-05-15 14:52:12 +00:00
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
2007-06-04 18:00:03 +00:00
|
|
|
LabelSep xx
|
2012-11-23 16:25:08 +00:00
|
|
|
LatexName columns
|
2007-06-04 18:26:06 +00:00
|
|
|
LabelString "Columns"
|
2012-11-23 16:25:08 +00:00
|
|
|
Argument 1
|
2012-11-25 15:36:53 +00:00
|
|
|
LabelString "Column Placement Options"
|
|
|
|
Tooltip "Column placement options (t, T, c, b)"
|
2012-11-23 16:25:08 +00:00
|
|
|
EndArgument
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2017-12-29 09:03:00 +00:00
|
|
|
AutoNests
|
2018-12-29 12:36:13 +00:00
|
|
|
Standard,Column,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,Block,
|
2017-12-28 16:44:54 +00:00
|
|
|
ExampleBlock,AlertBlock,Bibliography,Quotation,Quote,Verse,Corollary,Definition,Definitions,
|
|
|
|
Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
|
2017-12-29 09:03:00 +00:00
|
|
|
EndAutoNests
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style ColumnsCenterAligned
|
2012-11-25 15:36:53 +00:00
|
|
|
CopyStyle Columns
|
|
|
|
LatexParam [c]
|
2007-06-04 18:26:06 +00:00
|
|
|
LabelString "Columns (center aligned)"
|
2012-11-25 15:36:53 +00:00
|
|
|
ResetArgs 1
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style ColumnsTopAligned
|
2012-11-25 15:36:53 +00:00
|
|
|
CopyStyle Columns
|
|
|
|
LatexParam [t]
|
2007-06-04 18:26:06 +00:00
|
|
|
LabelString "Columns (top aligned)"
|
2012-11-25 15:36:53 +00:00
|
|
|
ResetArgs 1
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# OVERLAYS
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Pause
|
2012-11-24 09:32:48 +00:00
|
|
|
Category Overlays
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName pause
|
|
|
|
Margin First_Dynamic
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-24 09:32:48 +00:00
|
|
|
LabelString "Pause number"
|
2012-11-25 15:36:53 +00:00
|
|
|
Tooltip "Number of slide where the context below the pause gets visible"
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2012-11-24 09:32:48 +00:00
|
|
|
NextNoIndent 1
|
|
|
|
ParSkip 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 0.25
|
|
|
|
ParSep 0
|
|
|
|
Align Center
|
|
|
|
LabelType Static
|
|
|
|
LabelBottomSep 0
|
|
|
|
LeftMargin MMMMM
|
|
|
|
LabelString "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
|
|
|
|
LabelFont
|
|
|
|
Family typewriter
|
|
|
|
Series Medium
|
|
|
|
Size Normal
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Overprint
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Overlays
|
2012-12-19 18:33:39 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Item_Environment
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexName overprint
|
2012-12-19 18:33:39 +00:00
|
|
|
ItemCommand onslide
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Overprint Area Width"
|
|
|
|
LabelString "Width"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "The width of the overprint area (default: text width)"
|
|
|
|
EndArgument
|
2018-08-17 08:22:32 +00:00
|
|
|
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
|
2012-12-19 18:33:39 +00:00
|
|
|
Argument item:1
|
|
|
|
MenuString "Item Overlay Specifications"
|
|
|
|
LabelString "On Slide"
|
|
|
|
Tooltip "Overlay specifications for this item"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-19 18:33:39 +00:00
|
|
|
AutoInsert 1
|
|
|
|
EndArgument
|
|
|
|
NextNoIndent 1
|
2012-12-20 08:53:18 +00:00
|
|
|
LeftMargin MMMMMMMMN
|
2012-12-19 18:33:39 +00:00
|
|
|
LabelSep xx
|
|
|
|
ItemSep 0.2
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.3
|
|
|
|
Align Left
|
2022-12-23 01:26:52 +00:00
|
|
|
LabelType Itemize
|
2012-12-20 08:53:18 +00:00
|
|
|
LabelString "Overprint"
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2012-12-20 08:53:18 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
|
|
|
EndFont
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style OverlayArea
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Overlays
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Environment
|
|
|
|
NextNoIndent 0
|
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
|
|
|
LatexName overlayarea
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Overlayarea"
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
|
|
|
LabelString "Overlay Area Width"
|
|
|
|
Tooltip "The width of the overlay area"
|
|
|
|
Mandatory 1
|
|
|
|
EndArgument
|
|
|
|
Argument 2
|
2012-12-09 18:15:41 +00:00
|
|
|
MenuString "Overlay Area Height"
|
|
|
|
LabelString "Height"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "The height of the overlay area"
|
|
|
|
Mandatory 1
|
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Uncover
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Overlays
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Environment
|
|
|
|
NextNoIndent 0
|
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName uncoverenv
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelSep xx
|
2007-06-04 18:26:06 +00:00
|
|
|
LabelString "Uncovered on slides"
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color Latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Only
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Overlays
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Environment
|
|
|
|
NextNoIndent 0
|
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName onlyenv
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelSep xx
|
|
|
|
LabelString "Only on slides"
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
|
|
|
LabelFont
|
|
|
|
Family Roman
|
|
|
|
Color Latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# BLOCKS
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Block
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Blocks
|
2012-03-21 20:40:17 +00:00
|
|
|
Margin Dynamic
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexType Environment
|
2012-12-09 16:19:21 +00:00
|
|
|
NextNoIndent 1
|
2012-12-10 11:16:04 +00:00
|
|
|
KeepEmpty 1
|
2007-05-15 14:52:12 +00:00
|
|
|
Align Left
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
|
|
|
LatexName block
|
2012-12-20 13:10:14 +00:00
|
|
|
LabelString "Block:"
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
|
|
|
LabelFont
|
|
|
|
Family Roman
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-09 16:19:21 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specification|S"
|
2012-12-09 16:19:21 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 16:19:21 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Block Title"
|
|
|
|
Tooltip "Enter the block title here"
|
|
|
|
Mandatory 1
|
|
|
|
Decoration conglomerate
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2012-12-09 16:19:21 +00:00
|
|
|
Size large
|
|
|
|
EndFont
|
2012-12-16 12:37:14 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 16:19:21 +00:00
|
|
|
EndArgument
|
2017-12-29 09:03:00 +00:00
|
|
|
AutoNests
|
2017-12-28 16:44:54 +00:00
|
|
|
Standard,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,Quotation,
|
|
|
|
Quote,Verse,Corollary,Definition,Definitions,Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
|
2017-12-29 09:03:00 +00:00
|
|
|
EndAutoNests
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style ExampleBlock
|
2012-12-09 16:19:21 +00:00
|
|
|
CopyStyle Block
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexName exampleblock
|
2010-06-07 21:26:56 +00:00
|
|
|
LabelString "Example Block:"
|
2007-05-15 14:52:12 +00:00
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel2
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style AlertBlock
|
2012-12-09 16:19:21 +00:00
|
|
|
CopyStyle Block
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexName alertblock
|
2010-06-07 21:26:56 +00:00
|
|
|
LabelString "Alert Block:"
|
2006-10-31 20:56:42 +00:00
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color error
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# TITLING
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Title
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Titling
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName title
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 1
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "Short title which appears in the sidebar/header"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2020-11-27 03:34:33 +00:00
|
|
|
# TODO: In DocBook, output it in a titleabbrev outside this title.
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Huge
|
|
|
|
Series Bold
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2020-11-27 03:34:33 +00:00
|
|
|
DocBookTag title
|
|
|
|
DocBookTagType paragraph
|
|
|
|
DocBookInInfo maybe
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-09-22 16:36:18 +00:00
|
|
|
Style Title_(Plain_Frame)
|
|
|
|
CopyStyle Title
|
|
|
|
Preamble
|
|
|
|
% plain title style, override default
|
|
|
|
\renewcommand\makebeamertitle{\frame[plain]{\maketitle}}%
|
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Subtitle
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Titling
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName subtitle
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 1
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Subtitle|S"
|
|
|
|
Tooltip "Short subtitle which appears in the sidebar/header"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Large
|
|
|
|
Series Bold
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2020-11-27 03:35:54 +00:00
|
|
|
DocBookTag subtitle
|
|
|
|
DocBookInInfo maybe
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Author
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Titling
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName author
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 1.3
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.7
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Author|S"
|
|
|
|
Tooltip "Short author which appears in the sidebar/header"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Largest
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2020-11-27 03:40:16 +00:00
|
|
|
DocBookTag personname
|
|
|
|
DocBookTagType paragraph
|
|
|
|
DocBookWrapperTag author
|
|
|
|
DocBookWrapperTagType inline
|
|
|
|
DocBookInInfo always
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Institute
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Titling
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Dynamic
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName institute
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.9
|
|
|
|
BottomSep 0.5
|
|
|
|
ParSep 1
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Institute|S"
|
|
|
|
Tooltip "Short institute which appears in the sidebar/header"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Large
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2011-04-15 02:51:32 +00:00
|
|
|
InsetLayout "Flex:InstituteMark"
|
2008-10-26 02:20:09 +00:00
|
|
|
LyxType custom
|
|
|
|
LatexType command
|
|
|
|
LatexName inst
|
2012-11-25 15:36:53 +00:00
|
|
|
LabelString "Institute Mark"
|
2008-10-26 02:20:09 +00:00
|
|
|
Font
|
|
|
|
Color foreground
|
|
|
|
Size Small
|
|
|
|
Family Roman
|
|
|
|
Shape Up
|
|
|
|
Series Medium
|
|
|
|
Misc No_Emph
|
|
|
|
Misc No_Noun
|
|
|
|
Misc No_Bar
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2008-10-26 02:20:09 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Date
|
2008-04-20 10:02:20 +00:00
|
|
|
Category Titling
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Dynamic
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName date
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.9
|
|
|
|
BottomSep 0.5
|
|
|
|
ParSep 1
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Date|S"
|
|
|
|
Tooltip "Short date which appears in the sidebar/header"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Largest
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
Style TitleGraphic
|
|
|
|
Category Titling
|
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
|
|
|
InTitle 1
|
|
|
|
LatexName titlegraphic
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 1
|
|
|
|
Align Center
|
|
|
|
LabelType No_Label
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2012-11-24 09:32:48 +00:00
|
|
|
Size Huge
|
|
|
|
Series Bold
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2012-11-24 09:32:48 +00:00
|
|
|
EndFont
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# BACK MATTER
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Bibliography
|
2008-04-20 10:02:20 +00:00
|
|
|
Category BackMatter
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Bib_Environment
|
|
|
|
LatexName thebibliography
|
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2007-05-15 14:52:12 +00:00
|
|
|
LeftMargin MM
|
|
|
|
ParSkip 0.4
|
|
|
|
ItemSep 0
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.5
|
|
|
|
Align Left
|
|
|
|
LabelType Bibliography
|
|
|
|
LabelString "References"
|
|
|
|
LabelBottomSep 0.7
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Series Bold
|
|
|
|
Size Larger
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2018-01-29 08:09:51 +00:00
|
|
|
TocLevel 1
|
2018-02-21 15:37:07 +00:00
|
|
|
IsTocCaption 0
|
2018-08-17 08:22:32 +00:00
|
|
|
Argument listpreamble:1
|
|
|
|
LabelString "Bib preamble"
|
2018-08-17 09:14:45 +00:00
|
|
|
MenuString "Bibliography Preamble"
|
2018-08-17 08:22:32 +00:00
|
|
|
Tooltip "LaTeX code to be inserted before the first bibliography item"
|
|
|
|
PassThru 1
|
|
|
|
Font
|
|
|
|
Family typewriter
|
|
|
|
Color latex
|
|
|
|
EndFont
|
|
|
|
EndArgument
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# QUOTATION
|
|
|
|
#
|
|
|
|
|
2008-09-29 07:29:06 +00:00
|
|
|
Style Quotation
|
|
|
|
Category MainText
|
|
|
|
Margin Static
|
|
|
|
LatexType Environment
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName quotation
|
2008-09-29 07:29:06 +00:00
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Always
|
2008-09-29 07:29:06 +00:00
|
|
|
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
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2008-09-29 07:29:06 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Quote
|
|
|
|
Category MainText
|
|
|
|
Margin Static
|
|
|
|
LatexType Environment
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName quote
|
2008-09-29 07:29:06 +00:00
|
|
|
NextNoIndent 1
|
2014-05-29 12:10:32 +00:00
|
|
|
ToggleIndent Never
|
2008-09-29 07:29:06 +00:00
|
|
|
LeftMargin MMM
|
|
|
|
RightMargin MMM
|
|
|
|
TopSep 0.5
|
|
|
|
ParSep 0.5
|
|
|
|
BottomSep 0.5
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left, Right, Center
|
|
|
|
LabelType No_Label
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2008-09-29 07:29:06 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Verse
|
|
|
|
# LaTeX type is first dynamic because of LaTeX implementation.
|
|
|
|
# In LyX this does not make sense.
|
|
|
|
Category MainText
|
|
|
|
LatexType Environment
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName verse
|
2008-09-29 07:29:06 +00:00
|
|
|
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
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2008-09-29 07:29:06 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
#
|
|
|
|
# THEOREMS AND SUCH
|
|
|
|
#
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Corollary
|
2013-01-30 11:36:49 +00:00
|
|
|
Category Reasoning
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin First_Dynamic
|
|
|
|
LatexType Environment
|
|
|
|
NextNoIndent 0
|
|
|
|
ParIndent MM
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName corollary
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Corollary."
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
|
|
|
KeepEmpty 1
|
|
|
|
LabelFont
|
|
|
|
Series Bold
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2007-05-15 14:52:12 +00:00
|
|
|
Size Large
|
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Additional Theorem Text"
|
|
|
|
Tooltip "Additional text appended to the theorem header"
|
|
|
|
EndArgument
|
2017-12-29 09:03:00 +00:00
|
|
|
AutoNests
|
2017-12-28 16:44:54 +00:00
|
|
|
Standard,Itemize,Enumerate,Description,Pause,Overprint,OverlayArea,Only,LyX-Code
|
2017-12-29 09:03:00 +00:00
|
|
|
EndAutoNests
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Definition
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName definition
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Definition."
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Definitions
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName definitions
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Definitions."
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Example
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName example
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Example."
|
2007-05-15 14:52:12 +00:00
|
|
|
LabelFont
|
|
|
|
Series Bold
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel2
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Examples
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName examples
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Examples."
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Fact
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName fact
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Fact."
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2014-08-31 10:30:14 +00:00
|
|
|
Style Lemma
|
|
|
|
CopyStyle Corollary
|
|
|
|
LatexName lemma
|
|
|
|
LabelString "Lemma."
|
|
|
|
End
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style Proof
|
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName proof
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Proof."
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Theorem
|
2007-05-15 14:52:12 +00:00
|
|
|
CopyStyle Corollary
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName theorem
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Theorem."
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# MISC.
|
|
|
|
#
|
|
|
|
|
2007-05-15 14:52:12 +00:00
|
|
|
Style LyX-Code
|
2012-11-24 09:32:48 +00:00
|
|
|
Category MainText
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Environment
|
|
|
|
LatexName lyxcode
|
|
|
|
NextNoIndent 1
|
|
|
|
LeftMargin MMM
|
|
|
|
RightMargin MMM
|
|
|
|
TopSep 0.5
|
|
|
|
BottomSep 0.5
|
|
|
|
Align Left
|
|
|
|
AlignPossible Block, Left, Right, Center
|
|
|
|
LabelType No_Label
|
|
|
|
FreeSpacing 1
|
|
|
|
Preamble
|
|
|
|
\newenvironment{lyxcode}
|
2008-07-15 08:49:41 +00:00
|
|
|
{\par\begin{list}{}{
|
2007-05-15 14:52:12 +00:00
|
|
|
\setlength{\rightmargin}{\leftmargin}
|
|
|
|
\setlength{\listparindent}{0pt}% needed for AMS classes
|
|
|
|
\raggedright
|
|
|
|
\setlength{\itemsep}{0pt}
|
|
|
|
\setlength{\parsep}{0pt}
|
|
|
|
\normalfont\ttfamily}%
|
|
|
|
\def\{{\char`\{}
|
|
|
|
\def\}{\char`\}}
|
|
|
|
\def\textasciitilde{\char`\~}
|
|
|
|
\item[]}
|
|
|
|
{\end{list}}
|
|
|
|
EndPreamble
|
2015-05-21 07:12:45 +00:00
|
|
|
Font
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Typewriter
|
|
|
|
EndFont
|
2020-08-30 23:24:28 +00:00
|
|
|
DocBookTag programlisting
|
|
|
|
DocBookTagType paragraph
|
|
|
|
DocBookAttr language='lyx'
|
2007-05-15 14:52:12 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style NoteItem
|
2008-04-20 10:02:20 +00:00
|
|
|
Category MainText
|
2007-05-15 14:52:12 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Command
|
2012-11-26 08:27:22 +00:00
|
|
|
LatexName note
|
|
|
|
LatexParam [item]
|
2007-05-15 14:52:12 +00:00
|
|
|
ParSkip 0.5
|
|
|
|
TopSep 1
|
|
|
|
BottomSep 1
|
|
|
|
ParSep 0
|
|
|
|
Align Left
|
|
|
|
LabelType Static
|
|
|
|
LabelSep xx
|
2007-06-04 17:48:31 +00:00
|
|
|
LabelString "Note:"
|
|
|
|
LeftMargin "Note:xx"
|
2015-05-21 07:12:45 +00:00
|
|
|
LabelFont
|
2007-05-15 14:52:12 +00:00
|
|
|
Family Roman
|
|
|
|
Color latex
|
2006-10-31 20:56:42 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "On Slide"
|
2013-08-30 09:37:48 +00:00
|
|
|
MenuString "Overlay Specifications|v"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2018-08-01 14:16:46 +00:00
|
|
|
IsAutoNestedBy
|
|
|
|
Itemize,Enumerate
|
|
|
|
EndIsAutoNestedBy
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
2007-05-15 14:52:12 +00:00
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
#
|
|
|
|
# CHARSTYLES
|
|
|
|
#
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2012-12-21 15:42:55 +00:00
|
|
|
|
|
|
|
InsetLayout Flex:Bold
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Bold
|
|
|
|
LatexType command
|
|
|
|
LatexName textbf
|
|
|
|
Font
|
|
|
|
Series bold
|
|
|
|
EndFont
|
|
|
|
Argument 1
|
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-21 15:42:55 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2012-12-21 15:42:55 +00:00
|
|
|
End
|
|
|
|
|
2012-12-09 10:04:56 +00:00
|
|
|
InsetLayout Flex:Emphasize
|
|
|
|
LyXType charstyle
|
2012-12-21 15:42:55 +00:00
|
|
|
LabelString Emph.
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName emph
|
|
|
|
Font
|
|
|
|
Shape italic
|
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Alert
|
2012-11-24 09:32:48 +00:00
|
|
|
LyXType charstyle
|
|
|
|
LabelString Alert
|
2008-06-05 19:22:47 +00:00
|
|
|
LatexType command
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexName alert
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color error
|
2007-05-15 14:52:12 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2007-05-14 19:56:05 +00:00
|
|
|
End
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:Structure
|
2012-11-24 09:32:48 +00:00
|
|
|
LyXType charstyle
|
|
|
|
LabelString Structure
|
2008-06-05 19:22:47 +00:00
|
|
|
LatexType command
|
2007-05-15 14:52:12 +00:00
|
|
|
LatexName structure
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2007-05-15 14:52:12 +00:00
|
|
|
EndFont
|
2012-12-09 10:04:56 +00:00
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Only
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Only
|
|
|
|
LatexType command
|
|
|
|
LatexName only
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel3
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-17 12:32:40 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Uncover
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Uncover
|
|
|
|
LatexType command
|
|
|
|
LatexName uncover
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel3
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-17 12:32:40 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Visible
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Visible
|
|
|
|
LatexType command
|
|
|
|
LatexName visible
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel3
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-19 18:33:39 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Invisible
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Invisible
|
|
|
|
LatexType command
|
|
|
|
LatexName invisible
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel3
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-21 15:42:55 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Alternative
|
|
|
|
LyXType charstyle
|
|
|
|
LabelString Alternative
|
|
|
|
LatexType command
|
|
|
|
LatexName alt
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel3
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2021-04-06 15:55:01 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Default Text"
|
|
|
|
Tooltip "Enter the default text here"
|
|
|
|
Mandatory 1
|
2021-04-06 15:55:01 +00:00
|
|
|
AutoInsert 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2018-05-11 11:47:27 +00:00
|
|
|
CustomPars false
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2012-12-09 10:04:56 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Flex:Beamer_Note
|
|
|
|
LyXType custom
|
|
|
|
LabelString Note
|
|
|
|
LatexType command
|
|
|
|
LatexName note
|
|
|
|
Decoration Classic
|
|
|
|
Font
|
2020-12-11 10:46:31 +00:00
|
|
|
Color textlabel1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndFont
|
|
|
|
Argument 1
|
2012-12-09 18:15:41 +00:00
|
|
|
LabelString "Action"
|
|
|
|
MenuString "Action Specifications|S"
|
2012-12-09 10:04:56 +00:00
|
|
|
Tooltip "Specify the overlay settings (see beamer manual)"
|
|
|
|
LeftDelim <
|
|
|
|
RightDelim >
|
2017-02-18 07:48:15 +00:00
|
|
|
PassThru 1
|
2012-12-09 10:04:56 +00:00
|
|
|
EndArgument
|
|
|
|
Argument 2
|
|
|
|
LabelString "Note Options"
|
|
|
|
Tooltip "Specifiy note options (see beamer manual)"
|
|
|
|
EndArgument
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2007-05-14 19:56:05 +00:00
|
|
|
End
|
2006-10-31 20:56:42 +00:00
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:ArticleMode
|
2012-11-24 09:32:48 +00:00
|
|
|
LyXType custom
|
2012-12-09 10:04:56 +00:00
|
|
|
LatexName mode
|
|
|
|
LatexParam <article>
|
2012-11-24 09:32:48 +00:00
|
|
|
LatexType command
|
|
|
|
Decoration classic
|
|
|
|
LabelString Article
|
|
|
|
MultiPar true
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2008-04-22 09:13:07 +00:00
|
|
|
End
|
|
|
|
|
2010-10-12 15:41:55 +00:00
|
|
|
InsetLayout Flex:PresentationMode
|
2012-11-24 09:32:48 +00:00
|
|
|
LyXType custom
|
2012-11-26 08:27:22 +00:00
|
|
|
LatexName mode
|
|
|
|
LatexParam <presentation>
|
2012-11-24 09:32:48 +00:00
|
|
|
LatexType command
|
|
|
|
Decoration classic
|
|
|
|
LabelString Presentation
|
|
|
|
MultiPar true
|
2017-02-18 07:48:00 +00:00
|
|
|
ResetsFont true
|
2024-05-14 11:37:29 +00:00
|
|
|
NeedCProtect -1
|
2008-04-22 09:13:07 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
2012-11-24 09:32:48 +00:00
|
|
|
#
|
|
|
|
# FLOATS
|
|
|
|
#
|
|
|
|
|
2017-05-13 15:36:20 +00:00
|
|
|
Input stdfloatnames.inc
|
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
Float
|
2007-05-15 14:52:12 +00:00
|
|
|
Type table
|
|
|
|
GuiName Table
|
|
|
|
Placement tbp
|
|
|
|
Extension lot
|
|
|
|
NumberWithin none
|
|
|
|
Style plain
|
|
|
|
ListName "List of Tables"
|
2011-02-02 22:39:03 +00:00
|
|
|
IsPredefined true
|
|
|
|
UsesFloatPkg false
|
2011-02-03 07:14:00 +00:00
|
|
|
ListCommand listoftables
|
2023-07-28 22:22:14 +00:00
|
|
|
PrettyFormat "Table ##"
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
2008-04-22 09:13:07 +00:00
|
|
|
|
2006-10-31 20:56:42 +00:00
|
|
|
Float
|
2007-05-15 14:52:12 +00:00
|
|
|
Type figure
|
|
|
|
GuiName Figure
|
|
|
|
Placement tbp
|
|
|
|
Extension lof
|
|
|
|
NumberWithin none
|
|
|
|
Style plain
|
|
|
|
ListName "List of Figures"
|
2011-02-02 22:39:03 +00:00
|
|
|
IsPredefined true
|
|
|
|
UsesFloatPkg false
|
2011-02-03 07:14:00 +00:00
|
|
|
ListCommand listoffigures
|
2023-07-28 22:22:14 +00:00
|
|
|
PrettyFormat "Figure ##"
|
2006-10-31 20:56:42 +00:00
|
|
|
End
|
|
|
|
|
2008-04-22 09:13:07 +00:00
|
|
|
|
2010-07-11 13:45:21 +00:00
|
|
|
Input theorems-refprefix.inc
|