harmonize indendation

This commit is contained in:
Juergen Spitzmueller 2024-08-17 13:22:42 +02:00
parent 34a616bd91
commit 083e9b44a0

View File

@ -30,18 +30,18 @@ InsetLayout Marginal
MultiPar true MultiPar true
NeedProtect true NeedProtect true
HTMLStyle HTMLStyle
div.marginal { div.marginal {
border: 2px solid black; border: 2px solid black;
padding: 1ex; padding: 1ex;
margin: 1ex; margin: 1ex;
background-color: #F0F0F0; background-color: #F0F0F0;
float:right; float:right;
font-size: small; font-size: small;
font-weight: normal; font-weight: normal;
font-family: serif; font-family: serif;
font-variant: normal; font-variant: normal;
font-style: normal; font-style: normal;
} }
EndHTMLStyle EndHTMLStyle
AddToToc marginalnote AddToToc marginalnote
IsTocCaption true IsTocCaption true
@ -66,27 +66,27 @@ InsetLayout Foot
HTMLLabel \arabic{footnote} HTMLLabel \arabic{footnote}
HTMLInnerTag div HTMLInnerTag div
HTMLStyle HTMLStyle
span.foot_label { span.foot_label {
vertical-align: super; vertical-align: super;
font-size: smaller; font-size: smaller;
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
} }
div.foot { div.foot {
display: inline; display: inline;
font-size: small; font-size: small;
font-weight: normal; font-weight: normal;
font-family: serif; font-family: serif;
font-variant: normal; font-variant: normal;
font-style: normal; font-style: normal;
} }
div.foot_inner { display: none; } div.foot_inner { display: none; }
div.foot:hover div.foot_inner { div.foot:hover div.foot_inner {
display: block; display: block;
border: 1px double black; border: 1px double black;
margin: 0em 1em; margin: 0em 1em;
padding: 1em; padding: 1em;
} }
EndHTMLStyle EndHTMLStyle
AddToToc footnote AddToToc footnote
IsTocCaption true IsTocCaption true
@ -103,27 +103,27 @@ InsetLayout Foot:InTitle
HTMLLabel \fnsymbol{thanks} HTMLLabel \fnsymbol{thanks}
HTMLInnerTag span HTMLInnerTag span
HTMLStyle HTMLStyle
span.foot_intitle_label { span.foot_intitle_label {
vertical-align: super; vertical-align: super;
font-size: smaller; font-size: smaller;
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
} }
span.foot_intitle { span.foot_intitle {
display: inline; display: inline;
font-size: small; font-size: small;
font-weight: normal; font-weight: normal;
font-family: serif; font-family: serif;
font-variant: normal; font-variant: normal;
font-style: normal; font-style: normal;
} }
span.foot_intitle_inner { display: none; } span.foot_intitle_inner { display: none; }
span.foot_intitle:hover span.foot_intitle_inner { span.foot_intitle:hover span.foot_intitle_inner {
display: block; display: block;
border: 1px double black; border: 1px double black;
margin: 0em 1em; margin: 0em 1em;
padding: 1em; padding: 1em;
} }
EndHTMLStyle EndHTMLStyle
End End
@ -150,9 +150,9 @@ InsetLayout Note:Comment
HTMLTag div HTMLTag div
HTMLIsBlock true HTMLIsBlock true
HTMLStyle HTMLStyle
div.note_comment { div.note_comment {
display: none; display: none;
} }
EndHTMLStyle EndHTMLStyle
AddToToc note AddToToc note
IsTocCaption true IsTocCaption true
@ -195,12 +195,12 @@ InsetLayout Note:Greyedout
Display false Display false
HTMLInnerTag div HTMLInnerTag div
HTMLStyle HTMLStyle
div.note_greyedout { div.note_greyedout {
display: inline; display: inline;
color: #A0A0A0; color: #A0A0A0;
padding-left: 1ex; padding-left: 1ex;
padding-right: 1ex; padding-right: 1ex;
} }
EndHTMLStyle EndHTMLStyle
HTMLIsBlock false HTMLIsBlock false
AddToToc note AddToToc note
@ -252,40 +252,40 @@ InsetLayout IPADeco
End End
InsetLayout TOC InsetLayout TOC
HTMLTag h2 HTMLTag h2
HTMLStyle HTMLStyle
div.toc { div.toc {
margin: 2em 0em; margin: 2em 0em;
border-style: solid; border-style: solid;
border-width: 2px 0px; border-width: 2px 0px;
padding: 1em 0em; padding: 1em 0em;
} }
h2.tochead { font-size: x-large; font-weight: bold; } h2.tochead { font-size: x-large; font-weight: bold; }
div.lyxtoc-0 { div.lyxtoc-0 {
margin: 2em 0em 0em 0em; margin: 2em 0em 0em 0em;
font-size: xx-large; font-size: xx-large;
font-weight: bold; font-weight: bold;
} }
div.lyxtoc-1 { div.lyxtoc-1 {
margin: 1em 0em 0em 0em; margin: 1em 0em 0em 0em;
font-size: x-large; font-size: x-large;
font-weight: bold; font-weight: bold;
} }
div.lyxtoc-2 { div.lyxtoc-2 {
margin: 0.5em 0.1em 0em 1em; margin: 0.5em 0.1em 0em 1em;
font-size: large; font-size: large;
font-weight: normal; font-weight: normal;
} }
div.lyxtoc-3 { margin: 0.2em 0.1em 0em 0.5em; font-size: medium; } div.lyxtoc-3 { margin: 0.2em 0.1em 0em 0.5em; font-size: medium; }
div.lyxtoc-4 { margin: 0em 0.1em 0em 0.5em; } div.lyxtoc-4 { margin: 0em 0.1em 0em 0.5em; }
div.lyxtoc-5 { margin: 0em 0.1em 0em 0.5em; } div.lyxtoc-5 { margin: 0em 0.1em 0em 0.5em; }
div.lyxtoc-6 { margin: 0em 0.1em 0em 0.5em; } div.lyxtoc-6 { margin: 0em 0.1em 0em 0.5em; }
a.tocentry { a.tocentry {
text-decoration: none; text-decoration: none;
color: black; color: black;
} }
a.tocentry:visited { color: black; } a.tocentry:visited { color: black; }
EndHTMLStyle EndHTMLStyle
End End
InsetLayout TOC:Listings InsetLayout TOC:Listings
@ -295,57 +295,57 @@ InsetLayout TOC:Listings
# ("Listings" is the predefined english name) in listings.sty, so it # ("Listings" is the predefined english name) in listings.sty, so it
# must be used here as well. # must be used here as well.
BabelPreamble BabelPreamble
\addto\captions$$lang{\renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])}} \addto\captions$$lang{\renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])}}
EndBabelPreamble EndBabelPreamble
# The command does not need to be defined in LangPreamble, since # The command does not need to be defined in LangPreamble, since
# listings.sty does that already. However it needs to be redefined # listings.sty does that already. However it needs to be redefined
# in order to be used for non-english single-language documents. # in order to be used for non-english single-language documents.
LangPreamble LangPreamble
\renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])} \renewcommand{\lstlistlistingname}{_(Listings[[List of Listings]])}
EndLangPreamble EndLangPreamble
FixedWidthPreambleEncoding true FixedWidthPreambleEncoding true
HTMLTag h2 HTMLTag h2
HTMLStyle HTMLStyle
div.lyxtoc-flat { div.lyxtoc-flat {
margin: 0em 0em 0em 1em; margin: 0em 0em 0em 1em;
font-size: large; font-size: large;
font-weight: normal; font-weight: normal;
} }
EndHTMLStyle EndHTMLStyle
End End
InsetLayout TOC:MintedListings InsetLayout TOC:MintedListings
# "List of Listings" is the name of the "List of listings" # "List of Listings" is the name of the "List of listings"
# in minted.sty so it must be used here as well. # in minted.sty so it must be used here as well.
BabelPreamble BabelPreamble
\addto\captions$$lang{\renewcommand{\listoflistingscaption}{_(List of Listings)}} \addto\captions$$lang{\renewcommand{\listoflistingscaption}{_(List of Listings)}}
EndBabelPreamble EndBabelPreamble
# The command does not need to be defined in LangPreamble, since # The command does not need to be defined in LangPreamble, since
# minted.sty does that already. However it needs to be redefined # minted.sty does that already. However it needs to be redefined
# in order to be used for non-english single-language documents. # in order to be used for non-english single-language documents.
LangPreamble LangPreamble
\renewcommand{\listoflistingscaption}{_(List of Listings)} \renewcommand{\listoflistingscaption}{_(List of Listings)}
EndLangPreamble EndLangPreamble
FixedWidthPreambleEncoding false FixedWidthPreambleEncoding false
HTMLTag h2 HTMLTag h2
HTMLStyle HTMLStyle
div.lyxtoc-flat { div.lyxtoc-flat {
margin: 0em 0em 0em 1em; margin: 0em 0em 0em 1em;
font-size: large; font-size: large;
font-weight: normal; font-weight: normal;
} }
EndHTMLStyle EndHTMLStyle
End End
InsetLayout Include:Listings InsetLayout Include:Listings
BabelPreamble BabelPreamble
\addto\captions$$lang{\renewcommand{\lstlistingname}{_(Listing)}} \addto\captions$$lang{\renewcommand{\lstlistingname}{_(Listing)}}
EndBabelPreamble EndBabelPreamble
# The command does not need to be defined in LangPreamble, since # The command does not need to be defined in LangPreamble, since
# listings.sty does that already. However it needs to be redefined # listings.sty does that already. However it needs to be redefined
# in order to be used for non-english single-language documents. # in order to be used for non-english single-language documents.
LangPreamble LangPreamble
\renewcommand{\lstlistingname}{_(Listing)} \renewcommand{\lstlistingname}{_(Listing)}
EndLangPreamble EndLangPreamble
FixedWidthPreambleEncoding true FixedWidthPreambleEncoding true
End End
@ -382,13 +382,13 @@ End
InsetLayout MintedListings InsetLayout MintedListings
CopyStyle Listings CopyStyle Listings
BabelPreamble BabelPreamble
\addto\captions$$lang{\renewcommand{\listingscaption}{_(Listing)}} \addto\captions$$lang{\renewcommand{\listingscaption}{_(Listing)}}
EndBabelPreamble EndBabelPreamble
# The command does not need to be defined in LangPreamble, since # The command does not need to be defined in LangPreamble, since
# minted.sty does that already. However it needs to be redefined # minted.sty does that already. However it needs to be redefined
# in order to be used for non-english single-language documents. # in order to be used for non-english single-language documents.
LangPreamble LangPreamble
\renewcommand{\listingscaption}{_(Listing)} \renewcommand{\listingscaption}{_(Listing)}
EndLangPreamble EndLangPreamble
FixedWidthPreambleEncoding false FixedWidthPreambleEncoding false
End End
@ -472,15 +472,15 @@ InsetLayout Nomenclature
ContentAsLabel true ContentAsLabel true
AddToToc nomencl AddToToc nomencl
Argument 1 Argument 1
LabelString "Sort as" LabelString "Sort as"
Tooltip "Sort this entry as specified in the inset" Tooltip "Sort this entry as specified in the inset"
EndArgument EndArgument
Argument post:1 Argument post:1
LabelString "Description" LabelString "Description"
Tooltip "Description of the entry" Tooltip "Description of the entry"
AutoInsert 1 AutoInsert 1
Mandatory 1 Mandatory 1
EscapeChars %!@| EscapeChars %!@|
EndArgument EndArgument
EscapeChars %!@| EscapeChars %!@|
InsertCotext 1 InsertCotext 1
@ -500,7 +500,7 @@ End
InsetLayout Box:Frameless InsetLayout Box:Frameless
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Frameless { margin: 1em; } div.Frameless { margin: 1em; }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -511,10 +511,10 @@ InsetLayout Box:Shaded
CopyStyle Box CopyStyle Box
BgColor shaded BgColor shaded
HTMLStyle HTMLStyle
div.Shaded { div.Shaded {
background-color: gray; background-color: gray;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -524,10 +524,10 @@ End
InsetLayout Box:Boxed InsetLayout Box:Boxed
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Boxed { div.Boxed {
border: solid thick black; border: solid thick black;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -537,10 +537,10 @@ End
InsetLayout Box:Framed InsetLayout Box:Framed
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Framed { div.Framed {
border: solid thick black; border: solid thick black;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -550,10 +550,10 @@ End
InsetLayout Box:ovalbox InsetLayout Box:ovalbox
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.ovalbox { div.ovalbox {
border: groove medium black; border: groove medium black;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -563,10 +563,10 @@ End
InsetLayout Box:Ovalbox InsetLayout Box:Ovalbox
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Ovalbox { div.Ovalbox {
border: ridge thick black; border: ridge thick black;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -576,7 +576,12 @@ End
InsetLayout Box:Shadowbox InsetLayout Box:Shadowbox
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Shadowbox { border: solid gray medium; border-bottom: solid black 1ex; border-right: solid black 1ex; padding: 0.5ex; } div.Shadowbox {
border: solid gray medium;
border-bottom: solid black 1ex;
border-right: solid black 1ex;
padding: 0.5ex;
}
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -586,10 +591,10 @@ End
InsetLayout Box:Doublebox InsetLayout Box:Doublebox
CopyStyle Box CopyStyle Box
HTMLStyle HTMLStyle
div.Doublebox { div.Doublebox {
border: double thick black; border: double thick black;
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag sidebar DocBookWrapperTag sidebar
DocBookTag para DocBookTag para
@ -605,10 +610,10 @@ InsetLayout Float
EndFont EndFont
MultiPar true MultiPar true
HTMLStyle HTMLStyle
div.float { div.float {
border: 2px solid black; border: 2px solid black;
text-align: center; text-align: center;
} }
EndHTMLStyle EndHTMLStyle
End End
@ -624,12 +629,12 @@ InsetLayout Wrap
MultiPar true MultiPar true
RefPrefix wrap RefPrefix wrap
HTMLStyle HTMLStyle
div.wrap { div.wrap {
float: right; float: right;
border: 2px solid black; border: 2px solid black;
padding: 1ex; padding: 1ex;
margin: 1ex; margin: 1ex;
} }
EndHTMLStyle EndHTMLStyle
End End
@ -675,7 +680,7 @@ End
InsetLayout Info InsetLayout Info
Decoration conglomerate Decoration conglomerate
HTMLStyle HTMLStyle
span.info { font-family: sans-serif; } span.info { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
HTMLTag span HTMLTag span
MultiPar false MultiPar false
@ -695,7 +700,7 @@ InsetLayout Info:menu
EndFont EndFont
HTMLClass "info menu" HTMLClass "info menu"
HTMLStyle HTMLStyle
span.menu { font-family: sans-serif; } span.menu { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
DocBookTag guimenu DocBookTag guimenu
DocBookTagType inline DocBookTagType inline
@ -714,7 +719,7 @@ InsetLayout Info:shortcut
EndFont EndFont
HTMLClass "info shortcut" HTMLClass "info shortcut"
HTMLStyle HTMLStyle
span.shortcut { font-family: sans-serif; } span.shortcut { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag keycombo DocBookWrapperTag keycombo
DocBookWrapperTagType inline DocBookWrapperTagType inline
@ -735,7 +740,7 @@ InsetLayout Info:shortcuts
EndFont EndFont
HTMLClass "info shortcut" HTMLClass "info shortcut"
HTMLStyle HTMLStyle
span.shortcuts { font-family: sans-serif; } span.shortcuts { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
DocBookWrapperTag keycombo DocBookWrapperTag keycombo
DocBookWrapperTagType inline DocBookWrapperTagType inline
@ -750,19 +755,19 @@ InsetLayout Caption:Standard
NeedProtect 1 NeedProtect 1
MultiPar false MultiPar false
Argument 1 Argument 1
LabelString "Short Title|S" LabelString "Short Title|S"
Tooltip "The caption as it appears in the list of figures/tables" Tooltip "The caption as it appears in the list of figures/tables"
InsertCotext 1 InsertCotext 1
DocBookTag titleabbrev DocBookTag titleabbrev
DocBookArgumentAfterMainTag true DocBookArgumentAfterMainTag true
EndArgument EndArgument
HTMLStyle HTMLStyle
div.float-caption { div.float-caption {
text-align: center; text-align: center;
border: 2px solid black; border: 2px solid black;
padding: 1ex; padding: 1ex;
margin: 1ex; margin: 1ex;
} }
EndHTMLStyle EndHTMLStyle
HTMLClass "float-caption float-caption-standard" HTMLClass "float-caption float-caption-standard"
End End
@ -810,18 +815,18 @@ End
InsetLayout PrintNomencl InsetLayout PrintNomencl
BabelPreamble BabelPreamble
\addto\captions$$lang{% \addto\captions$$lang{%
\def\eqdeclaration#1{, _(see equation[[nomencl]])\nobreakspace(#1)}% \def\eqdeclaration#1{, _(see equation[[nomencl]])\nobreakspace(#1)}%
\def\pagedeclaration#1{, _(page[[nomencl]])\nobreakspace#1}% \def\pagedeclaration#1{, _(page[[nomencl]])\nobreakspace#1}%
\def\nomname{_(Nomenclature[[output]])}% \def\nomname{_(Nomenclature[[output]])}%
} }
EndBabelPreamble EndBabelPreamble
# The command is defined for several languages in nomencl.sty. However, we need to define # The command is defined for several languages in nomencl.sty. However, we need to define
# it anyway for the other, non suppported languages. # it anyway for the other, non suppported languages.
LangPreamble LangPreamble
\def\eqdeclaration#1{, _(see equation[[nomencl]])\nobreakspace(#1)} \def\eqdeclaration#1{, _(see equation[[nomencl]])\nobreakspace(#1)}
\def\pagedeclaration#1{, _(page[[nomencl]])\nobreakspace#1} \def\pagedeclaration#1{, _(page[[nomencl]])\nobreakspace#1}
\def\nomname{_(Nomenclature[[output]])} \def\nomname{_(Nomenclature[[output]])}
EndLangPreamble EndLangPreamble
HTMLTag h2 HTMLTag h2
End End
@ -829,12 +834,12 @@ End
InsetLayout Tabular InsetLayout Tabular
InheritFont false InheritFont false
HTMLStyle HTMLStyle
table { table {
border-collapse: collapse; border-collapse: collapse;
display: inline-block; display: inline-block;
} }
td { td {
padding: 0.5ex; padding: 0.5ex;
} }
EndHTMLStyle EndHTMLStyle
End End