From b03d96a7f04feef0156281d02efda7e489684e98 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sun, 17 Apr 2011 18:52:49 +0000 Subject: [PATCH] remove extra whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38429 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdcharstyles.inc | 1 - lib/layouts/stdciteformats.inc | 2 +- lib/layouts/stdcounters.inc | 2 +- lib/layouts/stdcustom.inc | 1 - lib/layouts/stdinsets.inc | 70 ++++++++++++++++----------------- lib/layouts/stdletter.inc | 1 - lib/layouts/stdlyxlist.inc | 2 +- lib/layouts/stdstarsections.inc | 14 +++---- lib/layouts/stdstruct.inc | 4 +- lib/layouts/stdtitle.inc | 34 ++++++++-------- 10 files changed, 64 insertions(+), 67 deletions(-) diff --git a/lib/layouts/stdcharstyles.inc b/lib/layouts/stdcharstyles.inc index 0d1cc3db1b..ac1788bc38 100644 --- a/lib/layouts/stdcharstyles.inc +++ b/lib/layouts/stdcharstyles.inc @@ -12,4 +12,3 @@ InsetLayout Flex Color error EndFont End - diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc index 21b99a5a28..2055e1c791 100644 --- a/lib/layouts/stdciteformats.inc +++ b/lib/layouts/stdciteformats.inc @@ -23,7 +23,7 @@ CiteFormat !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!!}%booktitle%{!!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]} article %author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%.{%note%[[ %note%]]} - + book %!authoredit%%!emphtitle%%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%).{%note%[[ %note%]]} incollection %!insomething% diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 0b0782b854..2e0ece5c55 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -6,7 +6,7 @@ Format 35 Counter part - LabelString "\Roman{part}" + LabelString "\Roman{part}" PrettyFormat "Part \Roman{part}" End diff --git a/lib/layouts/stdcustom.inc b/lib/layouts/stdcustom.inc index 107a1e2076..4d896fe77f 100644 --- a/lib/layouts/stdcustom.inc +++ b/lib/layouts/stdcustom.inc @@ -12,4 +12,3 @@ InsetLayout "Flex:Custom" Color error EndFont End - diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index db66742fc7..89c8d6bdae 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -23,10 +23,10 @@ InsetLayout Marginal NeedProtect true HTMLStyle div.marginal { - border: 2px solid black; - padding: 1ex; - margin: 1ex; - background-color: #F0F0F0; + border: 2px solid black; + padding: 1ex; + margin: 1ex; + background-color: #F0F0F0; float:right; font-size: small; font-weight: medium; @@ -58,8 +58,8 @@ InsetLayout Foot font-weight: bold; text-decoration: underline; } - div.foot { - display: inline; + div.foot { + display: inline; font-size: small; font-weight: medium; font-family: serif; @@ -67,9 +67,9 @@ InsetLayout Foot font-style: normal; } div.foot_inner { display: none; } - div.foot:hover div.foot_inner { - display: block; - border: 1px double black; + div.foot:hover div.foot_inner { + display: block; + border: 1px double black; margin: 0em 1em; padding: 1em; } @@ -122,9 +122,9 @@ InsetLayout Note:Greyedout MultiPar true Display false HTMLStyle - div.note_greyedout { + div.note_greyedout { display: inline; - color: #A0A0A0; + color: #A0A0A0; padding-left: 1ex; padding-right: 1ex; } @@ -232,9 +232,9 @@ InsetLayout Box:Shaded CopyStyle Box BgColor shaded HTMLStyle - div.Shaded { - background-color: gray; - padding: 0.5ex; + div.Shaded { + background-color: gray; + padding: 0.5ex; } EndHTMLStyle End @@ -242,9 +242,9 @@ End InsetLayout Box:Boxed CopyStyle Box HTMLStyle - div.Boxed { - border: solid thick black; - padding: 0.5ex; + div.Boxed { + border: solid thick black; + padding: 0.5ex; } EndHTMLStyle End @@ -252,9 +252,9 @@ End InsetLayout Box:Framed CopyStyle Box HTMLStyle - div.Framed { - border: solid thick black; - padding: 0.5ex; + div.Framed { + border: solid thick black; + padding: 0.5ex; } EndHTMLStyle End @@ -262,9 +262,9 @@ End InsetLayout Box:ovalbox CopyStyle Box HTMLStyle - div.ovalbox { - border: groove medium black; - padding: 0.5ex; + div.ovalbox { + border: groove medium black; + padding: 0.5ex; } EndHTMLStyle End @@ -272,9 +272,9 @@ End InsetLayout Box:Ovalbox CopyStyle Box HTMLStyle - div.Ovalbox { - border: ridge thick black; - padding: 0.5ex; + div.Ovalbox { + border: ridge thick black; + padding: 0.5ex; } EndHTMLStyle End @@ -289,9 +289,9 @@ End InsetLayout Box:Doublebox CopyStyle Box HTMLStyle - div.Doublebox { - border: double thick black; - padding: 0.5ex; + div.Doublebox { + border: double thick black; + padding: 0.5ex; } EndHTMLStyle End @@ -318,7 +318,7 @@ InsetLayout Wrap MultiPar true RefPrefix wrap HTMLStyle - div.wrap { + div.wrap { float: right; border: 2px solid black; padding: 1ex; @@ -367,8 +367,8 @@ InsetLayout Info HTMLStyle span.info { font-family: sans-serif; } EndHTMLStyle - HTMLTag span - MultiPar false + HTMLTag span + MultiPar false End InsetLayout Info:menu @@ -382,7 +382,7 @@ InsetLayout Info:menu Font Family sans EndFont - HTMLAttr "class='info menu'" + HTMLAttr "class='info menu'" HTMLStyle span.menu { font-family: sans-serif; } EndHTMLStyle @@ -399,7 +399,7 @@ InsetLayout Info:shortcut Font Family sans EndFont - HTMLAttr "class='info shortcut'" + HTMLAttr "class='info shortcut'" HTMLStyle span.shortcut { font-family: sans-serif; } EndHTMLStyle @@ -416,7 +416,7 @@ InsetLayout Info:shortcuts Font Family sans EndFont - HTMLAttr "class='info shortcut'" + HTMLAttr "class='info shortcut'" HTMLStyle span.shortcuts { font-family: sans-serif; } EndHTMLStyle diff --git a/lib/layouts/stdletter.inc b/lib/layouts/stdletter.inc index feb0b2de2c..9a3a208e69 100644 --- a/lib/layouts/stdletter.inc +++ b/lib/layouts/stdletter.inc @@ -128,4 +128,3 @@ Style Telephone LatexName thispagestyle{firstpage}\telephone LabelString "Telephone:" End - diff --git a/lib/layouts/stdlyxlist.inc b/lib/layouts/stdlyxlist.inc index b0a102847b..7506b00231 100644 --- a/lib/layouts/stdlyxlist.inc +++ b/lib/layouts/stdlyxlist.inc @@ -1,4 +1,4 @@ -# The special "LyXList". Separated out for inclusion where the +# The special "LyXList". Separated out for inclusion where the # whole of stdlist.inc is not needed. Format 35 diff --git a/lib/layouts/stdstarsections.inc b/lib/layouts/stdstarsections.inc index 3aae7e2d60..875e2a5146 100644 --- a/lib/layouts/stdstarsections.inc +++ b/lib/layouts/stdstarsections.inc @@ -16,7 +16,7 @@ Style Part* Margin Static LatexName part* LabelType No_Label - LabelCounter "" + LabelCounter "" End @@ -26,7 +26,7 @@ Style Chapter* Margin Static LatexName chapter* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End @@ -37,7 +37,7 @@ Style Section* Margin Static LatexName section* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End @@ -48,7 +48,7 @@ Style Subsection* Margin Static LatexName subsection* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End @@ -59,7 +59,7 @@ Style Subsubsection* Margin Static LatexName subsubsection* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End @@ -70,7 +70,7 @@ Style Paragraph* Margin Static LatexName paragraph* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End @@ -81,6 +81,6 @@ Style Subparagraph* Margin Static LatexName subparagraph* LabelType No_Label - LabelCounter "" + LabelCounter "" OptionalArgs 0 End diff --git a/lib/layouts/stdstruct.inc b/lib/layouts/stdstruct.inc index e467800d8f..1aa010f0af 100644 --- a/lib/layouts/stdstruct.inc +++ b/lib/layouts/stdstruct.inc @@ -25,7 +25,7 @@ Style Abstract Align Block LabelType Centered_Top_Environment LabelString "Abstract" - LabelBottomSep 0.5 + LabelBottomSep 0.5 Font Size Small EndFont @@ -44,7 +44,7 @@ Style Abstract padding-top: 1ex; } div.abstract_label { - font-weight: bold; + font-weight: bold; } EndHTMLStyle End diff --git a/lib/layouts/stdtitle.inc b/lib/layouts/stdtitle.inc index 5b02b23ccb..8475545e01 100644 --- a/lib/layouts/stdtitle.inc +++ b/lib/layouts/stdtitle.inc @@ -13,11 +13,11 @@ Format 35 # CSS for the TOC AddToHTMLPreamble -- 2.39.2