Стиль TightLeft

This commit is contained in:
Andrei Astafev 2018-08-23 16:36:44 +03:00
parent fa4ed2b4c7
commit a97f84674e

View File

@ -621,9 +621,9 @@ End
InsetLayout Flex:TightCentered
LyXType custom
LabelString TightCentered
LatexType environment
LyXType custom
LabelString TightCentered
LatexType environment
LatexName tightcentered
Preamble
\newenvironment{tightcentered}{
@ -635,45 +635,65 @@ InsetLayout Flex:TightCentered
}
EndPreamble
LabelFont
Color latex
Size Tiny
Color latex
Size Tiny
EndFont
End
InsetLayout Flex:TightLeft
LyXType custom
LabelString TightLeft
LatexType environment
LatexName tightleft
Preamble
\newenvironment{tightleft}{
\setlength\topsep{0pt}
\setlength\parskip{0pt}
\begin{flushleft}
}{
\end{flushleft}
}
EndPreamble
LabelFont
Color latex
Size Tiny
EndFont
End
InsetLayout Flex:Code
LyxType charstyle
LabelString code
LatexType command
LatexName code
Font
Family Typewriter
Size Small
Series Normal
EndFont
Preamble
\newcommand{\code}[1]{\texttt{\small{#1}}}
EndPreamble
InToc true
HTMLTag code
LyxType charstyle
LabelString code
LatexType command
LatexName code
Font
Family Typewriter
Size Small
Series Normal
EndFont
Preamble
\newcommand{\code}[1]{\texttt{\small{#1}}}
EndPreamble
InToc true
HTMLTag code
ResetsFont true
End
InsetLayout Flex:Code-Bold
LyxType charstyle
LabelString code-bold
LatexType command
LatexName codebold
Font
Family Typewriter
Size Small
Series Bold
EndFont
Preamble
\newcommand{\codebold}[1]{\texttt{\textbf{\small{}{#1}}}}
EndPreamble
InToc true
HTMLTag code
LyxType charstyle
LabelString code-bold
LatexType command
LatexName codebold
Font
Family Typewriter
Size Small
Series Bold
EndFont
Preamble
\newcommand{\codebold}[1]{\texttt{\textbf{\small{}{#1}}}}
EndPreamble
InToc true
HTMLTag code
ResetsFont true
End