Окружение TightCentered
This commit is contained in:
parent
09ffbb0f35
commit
16ab49ed91
@ -39,9 +39,10 @@ End
|
||||
|
||||
#Input stdcharstyles.inc
|
||||
#Input stdcustom.inc
|
||||
Input stdinsets.inc
|
||||
Input stdfloats.inc
|
||||
Input espdcounters.inc
|
||||
Input stdinsets.inc
|
||||
Input espdinsets.inc
|
||||
Input espdlists.inc
|
||||
Input espdsections.inc
|
||||
Input espdstarsections.inc
|
||||
|
@ -97,6 +97,25 @@ InsetLayout Note:Comment
|
||||
MultiPar true
|
||||
End
|
||||
|
||||
InsetLayout Flex:TightCentered
|
||||
LyXType custom
|
||||
LabelString TightCentered
|
||||
LatexType environment
|
||||
LatexName tightcentered
|
||||
Preamble
|
||||
\newenvironment{tightcentered}{
|
||||
\setlength\topsep{0pt}
|
||||
\setlength\parskip{0pt}
|
||||
\begin{center}
|
||||
}{
|
||||
\end{center}
|
||||
}
|
||||
EndPreamble
|
||||
LabelFont
|
||||
Color latex
|
||||
Size Tiny
|
||||
EndFont
|
||||
End
|
||||
|
||||
InsetLayout Note:Note
|
||||
LabelString note
|
||||
|
Loading…
Reference in New Issue
Block a user