From 16ab49ed915b226abcb3364ad61064b9b3782076 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 29 Oct 2016 10:38:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BA=D1=80=D1=83=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20TightCentered?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- espdclass.inc | 3 ++- espdinsets.inc | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/espdclass.inc b/espdclass.inc index bb7f2d5..646f320 100644 --- a/espdclass.inc +++ b/espdclass.inc @@ -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 diff --git a/espdinsets.inc b/espdinsets.inc index 33180b6..1c60867 100644 --- a/espdinsets.inc +++ b/espdinsets.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