2007-08-13 12:13:17 +00:00
|
|
|
# Textclass definition file for LaTeX.
|
2007-12-04 09:25:50 +00:00
|
|
|
# Author : Martin vermeer <martin.vermeer@hut.fi>
|
2007-08-13 12:13:17 +00:00
|
|
|
# Inset layouts definition
|
2007-12-06 07:56:39 +00:00
|
|
|
#
|
2010-04-09 12:09:32 +00:00
|
|
|
# Detailled format description is available in the customization manual
|
2007-08-13 12:13:17 +00:00
|
|
|
|
2010-09-22 12:21:42 +00:00
|
|
|
Format 28
|
2007-08-13 12:13:17 +00:00
|
|
|
|
2008-02-05 22:57:33 +00:00
|
|
|
Provides stdinsets 1
|
|
|
|
|
2007-08-13 12:13:17 +00:00
|
|
|
InsetLayout Marginal
|
|
|
|
LabelString margin
|
|
|
|
LatexType command
|
|
|
|
LatexName marginpar
|
2007-11-01 06:25:47 +00:00
|
|
|
Font
|
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-08-13 12:13:17 +00:00
|
|
|
LabelFont
|
2008-02-15 23:38:16 +00:00
|
|
|
Color marginlabel
|
2007-08-13 12:13:17 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2009-07-14 18:27:54 +00:00
|
|
|
NeedProtect true
|
2009-06-12 15:16:08 +00:00
|
|
|
HTMLStyle
|
2009-11-19 21:13:19 +00:00
|
|
|
div.marginal {
|
2009-06-12 15:16:08 +00:00
|
|
|
border: 2px solid black;
|
|
|
|
padding: 1ex;
|
|
|
|
margin: 1ex;
|
|
|
|
background-color: #F0F0F0;
|
|
|
|
float:right;
|
2009-12-03 22:30:29 +00:00
|
|
|
font-size: small;
|
|
|
|
font-weight: medium;
|
|
|
|
font-family: serif;
|
|
|
|
font-variant: normal;
|
|
|
|
font-style: normal;
|
2009-06-12 15:16:08 +00:00
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2007-08-13 12:13:17 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Foot
|
|
|
|
LabelString foot
|
2009-06-06 03:02:43 +00:00
|
|
|
Counter footnote
|
2007-11-01 06:25:47 +00:00
|
|
|
Font
|
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-08-13 12:13:17 +00:00
|
|
|
LabelFont
|
2008-02-15 23:38:16 +00:00
|
|
|
Color footlabel
|
2007-08-13 12:13:17 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix fn
|
2009-10-27 19:17:52 +00:00
|
|
|
HTMLLabel \arabic{footnote}
|
2009-11-19 21:13:19 +00:00
|
|
|
HTMLInnerTag div
|
2009-06-05 19:25:49 +00:00
|
|
|
HTMLStyle
|
2009-10-27 19:17:52 +00:00
|
|
|
span.foot_label {
|
|
|
|
vertical-align: super;
|
|
|
|
font-size: smaller;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: underline;
|
2009-06-05 19:25:49 +00:00
|
|
|
}
|
2009-12-03 22:30:29 +00:00
|
|
|
div.foot {
|
|
|
|
display: inline;
|
|
|
|
font-size: small;
|
|
|
|
font-weight: medium;
|
|
|
|
font-family: serif;
|
|
|
|
font-variant: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2009-11-19 21:17:44 +00:00
|
|
|
div.foot_inner { display: none; }
|
2009-11-19 21:13:19 +00:00
|
|
|
div.foot:hover div.foot_inner {
|
2009-06-05 19:25:49 +00:00
|
|
|
display: block;
|
|
|
|
border: 1px double black;
|
|
|
|
margin: 0em 1em;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2007-08-13 12:13:17 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Note:Comment
|
|
|
|
LabelString comment
|
|
|
|
LatexType environment
|
|
|
|
LatexName comment
|
2007-08-26 20:32:58 +00:00
|
|
|
BgColor commentbg
|
2007-08-13 12:13:17 +00:00
|
|
|
LabelFont
|
2007-08-20 18:57:48 +00:00
|
|
|
Color comment
|
2007-08-13 12:13:17 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2009-06-05 19:58:23 +00:00
|
|
|
HTMLTag !--
|
2009-10-26 20:53:46 +00:00
|
|
|
HTMLIsBlock false
|
2007-08-13 12:13:17 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
InsetLayout Note:Note
|
|
|
|
LabelString note
|
|
|
|
LatexType command
|
|
|
|
LatexName note
|
2007-08-26 20:32:58 +00:00
|
|
|
BgColor notebg
|
2007-08-13 12:13:17 +00:00
|
|
|
LabelFont
|
2007-08-20 18:57:48 +00:00
|
|
|
Color note
|
2007-08-13 12:13:17 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2009-10-26 20:53:46 +00:00
|
|
|
HTMLIsBlock false
|
2009-10-27 13:39:39 +00:00
|
|
|
# FIXME HTML Need CSS
|
2007-08-13 12:13:17 +00:00
|
|
|
End
|
|
|
|
|
2009-10-27 13:39:39 +00:00
|
|
|
|
2007-08-13 12:13:17 +00:00
|
|
|
InsetLayout Note:Greyedout
|
|
|
|
LabelString greyedout
|
2007-08-20 14:22:39 +00:00
|
|
|
LatexType environment
|
|
|
|
LatexName lyxgreyedout
|
2007-08-26 20:32:58 +00:00
|
|
|
BgColor greyedoutbg
|
2010-03-31 00:46:50 +00:00
|
|
|
Font
|
|
|
|
Color greyedouttext
|
|
|
|
EndFont
|
2007-08-13 12:13:17 +00:00
|
|
|
LabelFont
|
2007-08-20 18:57:48 +00:00
|
|
|
Color greyedout
|
2007-08-13 12:13:17 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2009-06-05 19:58:23 +00:00
|
|
|
HTMLStyle
|
2009-11-19 23:40:20 +00:00
|
|
|
div.note_greyedout {
|
2009-12-10 20:19:52 +00:00
|
|
|
display: inline;
|
2010-01-21 19:16:11 +00:00
|
|
|
color: #A0A0A0;
|
2009-12-14 17:20:52 +00:00
|
|
|
padding-left: 1ex;
|
|
|
|
padding-right: 1ex;
|
2009-10-27 19:17:52 +00:00
|
|
|
}
|
2009-06-05 19:58:23 +00:00
|
|
|
EndHTMLStyle
|
2009-10-26 20:53:46 +00:00
|
|
|
HTMLIsBlock false
|
2007-08-13 12:13:17 +00:00
|
|
|
End
|
|
|
|
|
2007-08-21 21:29:13 +00:00
|
|
|
InsetLayout ERT
|
|
|
|
LabelString ERT
|
2007-10-22 18:01:21 +00:00
|
|
|
LatexType none
|
2007-09-01 11:40:09 +00:00
|
|
|
Decoration minimalistic
|
2007-08-21 21:29:13 +00:00
|
|
|
Font
|
|
|
|
Color latex
|
|
|
|
Family typewriter
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Color latex
|
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2008-10-05 19:46:19 +00:00
|
|
|
CustomPars false
|
|
|
|
ForcePlain true
|
2007-10-25 09:19:26 +00:00
|
|
|
PassThru true
|
2010-08-09 21:20:29 +00:00
|
|
|
ParbreakIsNewline true
|
2007-10-25 09:19:26 +00:00
|
|
|
KeepEmpty true
|
|
|
|
FreeSpacing true
|
2007-10-30 12:30:46 +00:00
|
|
|
ForceLTR true
|
|
|
|
End
|
|
|
|
|
2009-02-03 10:38:13 +00:00
|
|
|
InsetLayout Phantom
|
|
|
|
Decoration minimalistic
|
2009-01-30 00:56:37 +00:00
|
|
|
Font
|
2009-02-03 10:38:13 +00:00
|
|
|
Color phantomtext
|
2009-01-30 00:56:37 +00:00
|
|
|
EndFont
|
2009-02-03 21:12:59 +00:00
|
|
|
CustomPars false
|
|
|
|
ForcePlain true
|
2009-01-30 00:56:37 +00:00
|
|
|
End
|
|
|
|
|
2007-10-30 12:30:46 +00:00
|
|
|
InsetLayout Listings
|
|
|
|
LabelString Listings
|
|
|
|
LatexType none
|
2008-02-14 22:44:42 +00:00
|
|
|
Decoration minimalistic
|
2007-10-30 12:30:46 +00:00
|
|
|
Font
|
2007-11-01 06:25:47 +00:00
|
|
|
Color foreground
|
2007-10-30 12:30:46 +00:00
|
|
|
Family typewriter
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
2007-11-01 06:25:47 +00:00
|
|
|
Color foreground
|
2007-10-30 12:30:46 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2008-09-08 21:38:01 +00:00
|
|
|
BgColor listingsbg
|
2007-10-30 12:30:46 +00:00
|
|
|
MultiPar true
|
|
|
|
PassThru true
|
2010-08-09 21:20:29 +00:00
|
|
|
ParbreakIsNewline true
|
2007-10-30 12:30:46 +00:00
|
|
|
KeepEmpty true
|
|
|
|
FreeSpacing true
|
2008-07-16 20:40:05 +00:00
|
|
|
ForceLTR true
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix lst
|
2007-08-21 21:29:13 +00:00
|
|
|
End
|
2007-08-13 12:13:17 +00:00
|
|
|
|
2007-09-01 11:40:09 +00:00
|
|
|
InsetLayout Branch
|
2008-02-10 17:20:59 +00:00
|
|
|
Decoration classic
|
2007-09-01 11:40:09 +00:00
|
|
|
LabelFont
|
2008-02-15 23:38:16 +00:00
|
|
|
Color branchlabel
|
2007-09-01 11:40:09 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2009-02-06 17:54:33 +00:00
|
|
|
InToc true
|
2009-10-26 20:53:46 +00:00
|
|
|
HTMLIsBlock false
|
2007-09-01 11:40:09 +00:00
|
|
|
End
|
|
|
|
|
2007-10-03 13:38:19 +00:00
|
|
|
InsetLayout Index
|
|
|
|
LabelString Idx
|
2008-02-10 17:20:59 +00:00
|
|
|
Decoration classic
|
2007-10-03 13:38:19 +00:00
|
|
|
Font
|
|
|
|
Size Small
|
|
|
|
EndFont
|
|
|
|
LabelFont
|
2008-02-15 23:38:16 +00:00
|
|
|
Color indexlabel
|
2007-10-03 13:38:19 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar false
|
2009-02-03 21:12:59 +00:00
|
|
|
CustomPars false
|
|
|
|
ForcePlain true
|
2009-12-18 01:22:24 +00:00
|
|
|
ContentAsLabel true
|
2007-10-10 13:25:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Box
|
2007-11-02 22:10:59 +00:00
|
|
|
LabelFont
|
|
|
|
Color foreground
|
|
|
|
Size Small
|
2007-12-04 09:25:50 +00:00
|
|
|
EndFont
|
|
|
|
MultiPar true
|
2009-12-03 22:30:29 +00:00
|
|
|
HTMLStyle
|
|
|
|
div.Frameless { font-family: sans-serif; }
|
|
|
|
EndHTMLStyle
|
2007-12-04 09:25:50 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Box:Shaded
|
|
|
|
BgColor shaded
|
|
|
|
LabelFont
|
|
|
|
Color foreground
|
|
|
|
Size Small
|
2007-11-02 22:10:59 +00:00
|
|
|
EndFont
|
2007-10-10 13:25:37 +00:00
|
|
|
MultiPar true
|
2007-10-03 13:38:19 +00:00
|
|
|
End
|
2007-09-01 11:40:09 +00:00
|
|
|
|
2008-11-05 15:35:02 +00:00
|
|
|
InsetLayout Float
|
2008-02-15 17:03:07 +00:00
|
|
|
LabelFont
|
|
|
|
Color collapsable
|
|
|
|
Size Small
|
|
|
|
EndFont
|
|
|
|
MultiPar true
|
2009-12-14 17:16:16 +00:00
|
|
|
HTMLStyle
|
|
|
|
div.float {
|
|
|
|
border: 2px solid black;
|
2009-12-14 17:16:55 +00:00
|
|
|
text-align: center;
|
2009-12-14 17:16:16 +00:00
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2008-02-15 17:03:07 +00:00
|
|
|
End
|
|
|
|
|
2008-12-16 15:34:32 +00:00
|
|
|
InsetLayout Wrap
|
|
|
|
LabelFont
|
|
|
|
Color collapsable
|
|
|
|
Size Small
|
|
|
|
EndFont
|
|
|
|
MultiPar true
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix wrap
|
2009-06-12 17:26:48 +00:00
|
|
|
HTMLStyle
|
2009-11-19 23:38:52 +00:00
|
|
|
div.wrap {
|
2009-06-12 17:26:48 +00:00
|
|
|
float: right;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 1ex;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2008-12-16 15:34:32 +00:00
|
|
|
End
|
|
|
|
|
2007-11-13 10:03:16 +00:00
|
|
|
InsetLayout URL
|
|
|
|
LyXType standard
|
2008-02-10 17:20:59 +00:00
|
|
|
Decoration classic
|
2007-11-13 10:03:16 +00:00
|
|
|
LabelString URL
|
2009-12-18 00:29:22 +00:00
|
|
|
ContentAsLabel true
|
2009-07-14 18:27:54 +00:00
|
|
|
LatexName url
|
|
|
|
LatexType command
|
|
|
|
Requires url
|
|
|
|
MultiPar false
|
|
|
|
CustomPars false
|
|
|
|
ForcePlain true
|
2007-11-13 10:03:16 +00:00
|
|
|
PassThru true
|
2009-07-14 18:27:54 +00:00
|
|
|
FreeSpacing true
|
2007-11-13 10:03:16 +00:00
|
|
|
ForceLTR true
|
|
|
|
Font
|
|
|
|
Family Typewriter
|
2008-02-15 23:38:16 +00:00
|
|
|
Color urltext
|
2007-11-13 10:03:16 +00:00
|
|
|
EndFont
|
|
|
|
LabelFont
|
|
|
|
Family Typewriter
|
2008-02-15 23:38:16 +00:00
|
|
|
Color urllabel
|
2007-11-13 10:03:16 +00:00
|
|
|
Size Small
|
|
|
|
EndFont
|
2009-10-27 19:46:47 +00:00
|
|
|
HTMLIsBlock false
|
2007-11-13 10:03:16 +00:00
|
|
|
End
|
|
|
|
|
2010-06-07 21:58:27 +00:00
|
|
|
InsetLayout Argument
|
2007-11-15 15:40:01 +00:00
|
|
|
LabelString opt
|
|
|
|
LabelFont
|
|
|
|
Color collapsable
|
|
|
|
Size Small
|
|
|
|
EndFont
|
2009-02-03 21:12:59 +00:00
|
|
|
MultiPar false
|
2007-11-15 15:40:01 +00:00
|
|
|
End
|
2008-09-30 14:11:40 +00:00
|
|
|
|
|
|
|
InsetLayout Info
|
|
|
|
Decoration conglomerate
|
2009-06-12 15:27:29 +00:00
|
|
|
HTMLStyle
|
|
|
|
span.info { font-family: sans-serif; }
|
|
|
|
EndHTMLStyle
|
2009-11-19 23:40:20 +00:00
|
|
|
HTMLTag span
|
2009-11-19 22:31:52 +00:00
|
|
|
MultiPar false
|
2008-09-30 14:11:40 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Info:menu
|
2009-11-19 22:31:52 +00:00
|
|
|
CopyStyle Info
|
2008-09-30 14:11:40 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName menuitem
|
|
|
|
Preamble
|
|
|
|
\providecommand{\menuitem}[1]{\textsf{#1}}
|
|
|
|
EndPreamble
|
|
|
|
Decoration conglomerate
|
|
|
|
Font
|
|
|
|
Family sans
|
|
|
|
EndFont
|
2009-06-12 15:27:29 +00:00
|
|
|
HTMLAttr "class='info menu'"
|
|
|
|
HTMLStyle
|
|
|
|
span.menu { font-family: sans-serif; }
|
|
|
|
EndHTMLStyle
|
2008-09-30 14:11:40 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Info:shortcut
|
2009-11-19 22:31:52 +00:00
|
|
|
CopyStyle Info
|
2008-09-30 14:11:40 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName shortcut
|
|
|
|
Preamble
|
2008-10-11 11:33:11 +00:00
|
|
|
\providecommand{\shortcut}[1]{\mbox{\textsf{#1}}}
|
2008-09-30 14:11:40 +00:00
|
|
|
EndPreamble
|
|
|
|
Decoration conglomerate
|
|
|
|
Font
|
|
|
|
Family sans
|
|
|
|
EndFont
|
2009-06-12 15:27:29 +00:00
|
|
|
HTMLAttr "class='info shortcut'"
|
|
|
|
HTMLStyle
|
|
|
|
span.shortcut { font-family: sans-serif; }
|
|
|
|
EndHTMLStyle
|
2008-09-30 14:11:40 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
InsetLayout Info:shortcuts
|
2009-11-19 22:31:52 +00:00
|
|
|
CopyStyle Info
|
2008-09-30 14:11:40 +00:00
|
|
|
LatexType command
|
|
|
|
LatexName shortcut
|
|
|
|
Preamble
|
|
|
|
\providecommand{\shortcut}[1]{\textsf{#1}}
|
|
|
|
EndPreamble
|
|
|
|
Decoration conglomerate
|
|
|
|
Font
|
|
|
|
Family sans
|
|
|
|
EndFont
|
2009-06-12 15:27:29 +00:00
|
|
|
HTMLAttr "class='info shortcut'"
|
|
|
|
HTMLStyle
|
2009-11-19 23:40:20 +00:00
|
|
|
span.shortcuts { font-family: sans-serif; }
|
2009-06-12 15:27:29 +00:00
|
|
|
EndHTMLStyle
|
2008-09-30 14:11:40 +00:00
|
|
|
End
|
2009-12-14 17:16:16 +00:00
|
|
|
|
|
|
|
InsetLayout Caption
|
|
|
|
HTMLStyle
|
|
|
|
div.float-caption {
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 1ex;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
|
|
|
End
|
|
|
|
|
2010-03-28 13:47:50 +00:00
|
|
|
|
|
|
|
InsetLayout Preview
|
2010-04-02 23:47:18 +00:00
|
|
|
LabelString Preview
|
2010-03-28 13:47:50 +00:00
|
|
|
Decoration minimalistic
|
|
|
|
MultiPar true
|
2010-03-29 18:51:41 +00:00
|
|
|
End
|