Стиль 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 InsetLayout Flex:TightCentered
LyXType custom LyXType custom
LabelString TightCentered LabelString TightCentered
LatexType environment LatexType environment
LatexName tightcentered LatexName tightcentered
Preamble Preamble
\newenvironment{tightcentered}{ \newenvironment{tightcentered}{
@ -635,45 +635,65 @@ InsetLayout Flex:TightCentered
} }
EndPreamble EndPreamble
LabelFont LabelFont
Color latex Color latex
Size Tiny 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 EndFont
End End
InsetLayout Flex:Code InsetLayout Flex:Code
LyxType charstyle LyxType charstyle
LabelString code LabelString code
LatexType command LatexType command
LatexName code LatexName code
Font Font
Family Typewriter Family Typewriter
Size Small Size Small
Series Normal Series Normal
EndFont EndFont
Preamble Preamble
\newcommand{\code}[1]{\texttt{\small{#1}}} \newcommand{\code}[1]{\texttt{\small{#1}}}
EndPreamble EndPreamble
InToc true InToc true
HTMLTag code HTMLTag code
ResetsFont true ResetsFont true
End End
InsetLayout Flex:Code-Bold InsetLayout Flex:Code-Bold
LyxType charstyle LyxType charstyle
LabelString code-bold LabelString code-bold
LatexType command LatexType command
LatexName codebold LatexName codebold
Font Font
Family Typewriter Family Typewriter
Size Small Size Small
Series Bold Series Bold
EndFont EndFont
Preamble Preamble
\newcommand{\codebold}[1]{\texttt{\textbf{\small{}{#1}}}} \newcommand{\codebold}[1]{\texttt{\textbf{\small{}{#1}}}}
EndPreamble EndPreamble
InToc true InToc true
HTMLTag code HTMLTag code
ResetsFont true ResetsFont true
End End