1999-09-27 18:44:28 +00:00
|
|
|
# KOMA script textclass definition file.
|
|
|
|
# Base definitions for the KOMA script layouts.
|
|
|
|
# Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23.
|
2003-02-18 14:17:35 +00:00
|
|
|
# Update for Koma Script Release >=2.8q
|
2012-11-24 09:46:55 +00:00
|
|
|
# Juergen Spitzmueller <spitz@lyx.org>, 2003/2/08.
|
2005-06-20 13:18:27 +00:00
|
|
|
# Mapped List to Labeling
|
2019-05-13 20:50:36 +00:00
|
|
|
# Guenter Milde <milde@lyx.org>, 2009-02-02
|
2010-11-26 17:21:17 +00:00
|
|
|
# Labeling is now used also in non-KOMA classes
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
2024-08-12 10:29:14 +00:00
|
|
|
Format 107
|
2024-06-02 09:41:54 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
SecNumDepth 2
|
|
|
|
TocDepth 2
|
2002-03-03 11:15:27 +00:00
|
|
|
DefaultStyle Standard
|
2019-08-07 14:44:11 +00:00
|
|
|
PageSize a4
|
2010-11-21 17:00:12 +00:00
|
|
|
Provides subscript 1
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2019-08-06 16:18:37 +00:00
|
|
|
ClassOptions
|
2019-08-06 17:29:18 +00:00
|
|
|
FontSize 9|10|11|12|13|14|15|16|17|18|19|20
|
|
|
|
FontSizeFormat fontsize=$$s
|
2019-08-07 14:44:11 +00:00
|
|
|
PageSize a0|a1|a2|a3|a4|a5|a6|b0|b1|b2|b3|b4|b5|b6|c0|c1|c2|c3|c4|c5|c6|executive|legal|letter
|
|
|
|
PageSizeFormat paper=$$s
|
2024-06-02 09:41:54 +00:00
|
|
|
ParskipHalf parskip=half
|
|
|
|
ParskipFull parskip=full
|
2019-08-06 16:18:37 +00:00
|
|
|
End
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Standard
|
Added categories for style Standard, Title, Abstract, ShortTitle,
Author, FourAuthors, Affiliation, FourAffiliations, Acknowledgements,
Itemize, Enumerate, Seriate
to layouts, where they were missing. More to follow
2012-12-30 18:33:20 +00:00
|
|
|
Category MainText
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName dummy
|
|
|
|
ParIndent MM
|
|
|
|
ParSkip 0.4
|
|
|
|
AlignPossible Block, Left, Right, Center
|
2009-12-03 22:34:48 +00:00
|
|
|
# FIXME This ought to be set dynamically.
|
|
|
|
HTMLStyle
|
|
|
|
div.standard {
|
|
|
|
text-indent: 2em;
|
|
|
|
margin-bottom: 2ex;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2020-07-21 00:59:57 +00:00
|
|
|
DocBookTag para
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2007-08-13 12:13:17 +00:00
|
|
|
Input stdinsets.inc
|
1999-09-27 18:44:28 +00:00
|
|
|
Input stdlists.inc
|
2003-09-15 15:20:19 +00:00
|
|
|
Input stdcounters.inc
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdfloats.inc
|
2003-09-15 15:20:19 +00:00
|
|
|
|
2015-05-09 09:13:28 +00:00
|
|
|
|
|
|
|
# Adapt enumii counter display to KOMA default
|
|
|
|
Counter enumii
|
|
|
|
LabelString "\alph{enumii})"
|
|
|
|
End
|
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Description
|
2003-05-02 08:55:48 +00:00
|
|
|
LabelFont
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style Labeling
|
Added categories for style Bibliography, TwoAuthors, ThreeAuthors, TwoAffiliations,
ThreeAffiliations, Institute, DinBrief, Section, Subsection, Theorem,
Labeling, Opening, Closing, Signature, Name
2012-12-30 19:30:35 +00:00
|
|
|
Category List
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexName labeling
|
2005-07-12 10:33:43 +00:00
|
|
|
# overwrite the preamble code definition
|
|
|
|
Preamble
|
2020-07-21 00:59:57 +00:00
|
|
|
EndPreamble
|
|
|
|
DocBookTag variablelist
|
|
|
|
DocBookItemWrapperTag varlistentry
|
|
|
|
DocBookItemTag listitem
|
|
|
|
DocBookItemInnerTag para
|
|
|
|
DocBookItemLabelTag term
|
2020-08-30 20:05:40 +00:00
|
|
|
DocBookItemLabelTagType paragraph
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdsections.inc
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Part
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Chapter
|
2013-02-10 13:48:07 +00:00
|
|
|
LabelType Static
|
|
|
|
LabelSep xxx
|
|
|
|
Margin Dynamic
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
Size Largest
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 0
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Section
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 1
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Subsection
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 2
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Subsubsection
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 3
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Paragraph
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 4
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Subparagraph
|
2013-02-16 09:35:11 +00:00
|
|
|
Align Left
|
2003-05-02 08:55:48 +00:00
|
|
|
LeftMargin ""
|
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2022-12-23 01:26:52 +00:00
|
|
|
TocLevel 5
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdstarsections.inc
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2003-02-18 14:17:35 +00:00
|
|
|
Style Addpart
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Part*
|
|
|
|
LatexName addpart
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
2012-11-20 13:10:19 +00:00
|
|
|
Tooltip "The part as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookTag titleabbrev
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookArgumentAfterMainTag true
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2003-02-18 14:17:35 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Addchap
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Chapter*
|
|
|
|
LatexName addchap
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
2012-11-20 13:10:19 +00:00
|
|
|
Tooltip "The chapter as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookTag titleabbrev
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookArgumentAfterMainTag true
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Addsec
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Section*
|
|
|
|
LatexName addsec
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
2012-11-20 13:10:19 +00:00
|
|
|
Tooltip "The section as it appears in the table of contents/running headers"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookTag titleabbrev
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookArgumentAfterMainTag true
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Addchap*
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Chapter*
|
|
|
|
LatexName addchap*
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Addsec*
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Section*
|
|
|
|
LatexName addsec*
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Minisec
|
2012-12-28 09:52:58 +00:00
|
|
|
Category Sectioning
|
2003-05-02 08:55:48 +00:00
|
|
|
LatexType Command
|
|
|
|
LatexName minisec
|
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.4
|
|
|
|
ParSep 0.4
|
|
|
|
AlignPossible Block, Left
|
2003-10-13 09:50:10 +00:00
|
|
|
Font
|
2003-05-02 08:55:48 +00:00
|
|
|
Family Sans
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdtitle.inc
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
Style Title
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Family Sans
|
|
|
|
Series Bold
|
|
|
|
EndFont
|
2020-10-18 07:00:01 +00:00
|
|
|
DocBookTag title
|
2020-11-12 03:17:49 +00:00
|
|
|
DocBookInInfo maybe
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2010-08-13 11:32:07 +00:00
|
|
|
Style Subtitle
|
|
|
|
CopyStyle Title
|
|
|
|
LatexName subtitle
|
|
|
|
Font
|
|
|
|
Size Large
|
|
|
|
EndFont
|
2020-07-21 00:59:57 +00:00
|
|
|
DocBookTag subtitle
|
2020-11-12 03:17:49 +00:00
|
|
|
DocBookInInfo maybe
|
2010-08-13 11:32:07 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Author
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Size Larger
|
|
|
|
EndFont
|
2020-10-18 07:00:01 +00:00
|
|
|
DocBookTag personname
|
|
|
|
DocBookTagType paragraph
|
|
|
|
DocBookWrapperTag author
|
|
|
|
DocBookWrapperTagType inline
|
|
|
|
DocBookInInfo always
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Date
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
|
|
|
Size Larger
|
|
|
|
EndFont
|
2020-10-18 07:00:01 +00:00
|
|
|
DocBookTag date
|
|
|
|
DocBookTagType paragraph
|
|
|
|
DocBookInInfo always
|
2021-02-14 05:08:36 +00:00
|
|
|
DocBookNoFontInside true
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Subject
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Author
|
|
|
|
LatexName subject
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Publishers
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Author
|
|
|
|
LatexName publishers
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Dedication
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Author
|
|
|
|
LatexName dedication
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Titlehead
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Author
|
|
|
|
LatexName titlehead
|
|
|
|
Align Left
|
2003-10-13 09:50:10 +00:00
|
|
|
Font
|
2003-05-02 08:55:48 +00:00
|
|
|
Size Normal
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Uppertitleback
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Titlehead
|
|
|
|
LatexName uppertitleback
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Lowertitleback
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Titlehead
|
|
|
|
LatexName lowertitleback
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
Style Extratitle
|
2003-05-02 08:55:48 +00:00
|
|
|
CopyStyle Titlehead
|
|
|
|
LatexName extratitle
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
2021-01-28 09:24:28 +00:00
|
|
|
Style Frontispiece
|
|
|
|
CopyStyle Titlehead
|
|
|
|
LatexName frontispiece
|
|
|
|
End
|
|
|
|
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdstruct.inc
|
2000-03-20 14:49:54 +00:00
|
|
|
|
|
|
|
Style Abstract
|
2018-02-06 17:39:00 +00:00
|
|
|
LabelType No_Label
|
2000-03-20 14:49:54 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 15:20:19 +00:00
|
|
|
|
2000-03-20 14:49:54 +00:00
|
|
|
Style Bibliography
|
2003-05-02 08:55:48 +00:00
|
|
|
LabelFont
|
|
|
|
Family Sans
|
|
|
|
EndFont
|
2000-03-20 14:49:54 +00:00
|
|
|
End
|
|
|
|
|
2003-09-22 09:24:15 +00:00
|
|
|
Input stdlayouts.inc
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2012-12-30 17:29:02 +00:00
|
|
|
|
|
|
|
InsetLayout Caption:Above
|
|
|
|
LabelString above
|
|
|
|
LaTeXType command
|
|
|
|
LatexName captionabove
|
2014-12-23 10:58:04 +00:00
|
|
|
NeedProtect 1
|
2015-03-10 17:31:55 +00:00
|
|
|
MultiPar false
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
2012-11-20 13:10:19 +00:00
|
|
|
Tooltip "The caption as it appears in the list of figures/tables"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookTag titleabbrev
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookArgumentAfterMainTag true
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2012-12-30 17:29:02 +00:00
|
|
|
HTMLStyle
|
|
|
|
div.float-caption {
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 1ex;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2022-12-06 04:42:50 +00:00
|
|
|
HTMLClass "float-caption float-caption-above"
|
2003-02-18 14:17:35 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2012-12-30 17:29:02 +00:00
|
|
|
InsetLayout Caption:Below
|
|
|
|
LabelString below
|
|
|
|
LaTeXType command
|
|
|
|
LatexName captionbelow
|
2014-12-23 10:58:04 +00:00
|
|
|
NeedProtect 1
|
2015-03-10 17:31:55 +00:00
|
|
|
MultiPar false
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
2012-11-23 17:26:02 +00:00
|
|
|
LabelString "Short Title|S"
|
2012-11-20 13:10:19 +00:00
|
|
|
Tooltip "The caption as it appears in the list of figures/tables"
|
2015-05-21 07:12:45 +00:00
|
|
|
InsertCotext 1
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookTag titleabbrev
|
2021-02-14 05:35:13 +00:00
|
|
|
DocBookArgumentAfterMainTag true
|
2012-11-19 13:21:02 +00:00
|
|
|
EndArgument
|
2012-12-30 17:29:02 +00:00
|
|
|
HTMLStyle
|
|
|
|
div.float-caption {
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 1ex;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
|
|
|
EndHTMLStyle
|
2022-12-06 04:42:50 +00:00
|
|
|
HTMLClass "float-caption float-caption-below"
|
2003-02-18 14:17:35 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2003-02-18 14:17:35 +00:00
|
|
|
Style Dictum
|
2011-07-03 00:56:01 +00:00
|
|
|
Category MainText
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Right_Address_Box
|
|
|
|
LatexType Command
|
|
|
|
LatexName dictum
|
|
|
|
ParSkip 0.4
|
|
|
|
BottomSep 1.5
|
|
|
|
ParSep 1.5
|
|
|
|
Align Left
|
2012-11-19 13:21:02 +00:00
|
|
|
Argument 1
|
|
|
|
LabelString "Dictum Author"
|
|
|
|
Tooltip "The author of this dictum"
|
|
|
|
EndArgument
|
2003-05-02 08:55:48 +00:00
|
|
|
Font
|
2003-09-15 15:20:19 +00:00
|
|
|
Size Normal
|
2003-05-02 08:55:48 +00:00
|
|
|
EndFont
|
2003-02-18 14:17:35 +00:00
|
|
|
End
|
2003-09-22 09:24:15 +00:00
|
|
|
|
|
|
|
Input lyxmacros.inc
|
|
|
|
|