remove extra whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38429 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-04-17 18:52:49 +00:00
parent 8924c5922e
commit b03d96a7f0
10 changed files with 64 additions and 67 deletions

View File

@ -12,4 +12,3 @@ InsetLayout Flex
Color error Color error
EndFont EndFont
End End

View File

@ -23,7 +23,7 @@ CiteFormat
!insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]} !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]}
article %author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%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%]]} book %!authoredit%%!emphtitle%%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%).{%note%[[ %note%]]}
incollection %!insomething% incollection %!insomething%

View File

@ -6,7 +6,7 @@
Format 35 Format 35
Counter part Counter part
LabelString "\Roman{part}" LabelString "\Roman{part}"
PrettyFormat "Part \Roman{part}" PrettyFormat "Part \Roman{part}"
End End

View File

@ -12,4 +12,3 @@ InsetLayout "Flex:Custom"
Color error Color error
EndFont EndFont
End End

View File

@ -23,10 +23,10 @@ InsetLayout Marginal
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: medium; font-weight: medium;
@ -58,8 +58,8 @@ InsetLayout Foot
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: medium; font-weight: medium;
font-family: serif; font-family: serif;
@ -67,9 +67,9 @@ InsetLayout Foot
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;
} }
@ -122,9 +122,9 @@ InsetLayout Note:Greyedout
MultiPar true MultiPar true
Display false Display false
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;
} }
@ -232,9 +232,9 @@ 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
End End
@ -242,9 +242,9 @@ 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
End End
@ -252,9 +252,9 @@ 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
End End
@ -262,9 +262,9 @@ 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
End End
@ -272,9 +272,9 @@ 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
End End
@ -289,9 +289,9 @@ 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
End End
@ -318,7 +318,7 @@ 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;
@ -367,8 +367,8 @@ InsetLayout Info
HTMLStyle HTMLStyle
span.info { font-family: sans-serif; } span.info { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
HTMLTag span HTMLTag span
MultiPar false MultiPar false
End End
InsetLayout Info:menu InsetLayout Info:menu
@ -382,7 +382,7 @@ InsetLayout Info:menu
Font Font
Family sans Family sans
EndFont EndFont
HTMLAttr "class='info menu'" HTMLAttr "class='info menu'"
HTMLStyle HTMLStyle
span.menu { font-family: sans-serif; } span.menu { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
@ -399,7 +399,7 @@ InsetLayout Info:shortcut
Font Font
Family sans Family sans
EndFont EndFont
HTMLAttr "class='info shortcut'" HTMLAttr "class='info shortcut'"
HTMLStyle HTMLStyle
span.shortcut { font-family: sans-serif; } span.shortcut { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle
@ -416,7 +416,7 @@ InsetLayout Info:shortcuts
Font Font
Family sans Family sans
EndFont EndFont
HTMLAttr "class='info shortcut'" HTMLAttr "class='info shortcut'"
HTMLStyle HTMLStyle
span.shortcuts { font-family: sans-serif; } span.shortcuts { font-family: sans-serif; }
EndHTMLStyle EndHTMLStyle

View File

@ -128,4 +128,3 @@ Style Telephone
LatexName thispagestyle{firstpage}\telephone LatexName thispagestyle{firstpage}\telephone
LabelString "Telephone:" LabelString "Telephone:"
End End

View File

@ -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. # whole of stdlist.inc is not needed.
Format 35 Format 35

View File

@ -16,7 +16,7 @@ Style Part*
Margin Static Margin Static
LatexName part* LatexName part*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
End End
@ -26,7 +26,7 @@ Style Chapter*
Margin Static Margin Static
LatexName chapter* LatexName chapter*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End
@ -37,7 +37,7 @@ Style Section*
Margin Static Margin Static
LatexName section* LatexName section*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End
@ -48,7 +48,7 @@ Style Subsection*
Margin Static Margin Static
LatexName subsection* LatexName subsection*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End
@ -59,7 +59,7 @@ Style Subsubsection*
Margin Static Margin Static
LatexName subsubsection* LatexName subsubsection*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End
@ -70,7 +70,7 @@ Style Paragraph*
Margin Static Margin Static
LatexName paragraph* LatexName paragraph*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End
@ -81,6 +81,6 @@ Style Subparagraph*
Margin Static Margin Static
LatexName subparagraph* LatexName subparagraph*
LabelType No_Label LabelType No_Label
LabelCounter "" LabelCounter ""
OptionalArgs 0 OptionalArgs 0
End End

View File

@ -25,7 +25,7 @@ Style Abstract
Align Block Align Block
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString "Abstract" LabelString "Abstract"
LabelBottomSep 0.5 LabelBottomSep 0.5
Font Font
Size Small Size Small
EndFont EndFont
@ -44,7 +44,7 @@ Style Abstract
padding-top: 1ex; padding-top: 1ex;
} }
div.abstract_label { div.abstract_label {
font-weight: bold; font-weight: bold;
} }
EndHTMLStyle EndHTMLStyle
End End

View File

@ -13,11 +13,11 @@ Format 35
# CSS for the TOC # CSS for the TOC
AddToHTMLPreamble AddToHTMLPreamble
<style type="text/css"> <style type="text/css">
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;
} }
div.tochead { font-size: x-large; font-weight: bold; } div.tochead { font-size: x-large; font-weight: bold; }
div.lyxtoc-0 { div.lyxtoc-0 {
@ -25,15 +25,15 @@ AddToHTMLPreamble
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: 0em 0em 0em 1em; margin: 0em 0em 0em 1em;
font-size: large; font-size: large;
font-weight: normal; font-weight: normal;
} }
div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; } div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }
div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; } div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }
@ -44,10 +44,10 @@ AddToHTMLPreamble
color: black; color: black;
} }
a.tocentry:visited { color: black; } a.tocentry:visited { color: black; }
a.tocarrow { a.tocarrow {
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
color: #909090; color: #909090;
} }
a.tocarrow:visited { color: #C0C0C0; } a.tocarrow:visited { color: #C0C0C0; }
</style> </style>