Стиль TightLeft

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

View File

@ -640,6 +640,26 @@ InsetLayout Flex:TightCentered
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