fix thmstyle spacing with parskip
This commit is contained in:
parent
08fa626f54
commit
d7e3d2a9f0
1 changed files with 12 additions and 1 deletions
|
@ -80,6 +80,13 @@
|
||||||
% \end{function}
|
% \end{function}
|
||||||
%
|
%
|
||||||
% \section{Default styles}
|
% \section{Default styles}
|
||||||
|
%
|
||||||
|
%
|
||||||
|
% The package has the option to provide some default styles.
|
||||||
|
% These can be loaded with the |default styles| (the space is optional)
|
||||||
|
% option, when loading the package.
|
||||||
|
%
|
||||||
|
%
|
||||||
% \subsection{colors}
|
% \subsection{colors}
|
||||||
%
|
%
|
||||||
% \begin{variable}{gold}
|
% \begin{variable}{gold}
|
||||||
|
@ -261,7 +268,11 @@
|
||||||
rightline = false,
|
rightline = false,
|
||||||
topline = false,
|
topline = false,
|
||||||
bottomline = false,
|
bottomline = false,
|
||||||
backgroundcolor = #3
|
backgroundcolor = #3,
|
||||||
|
skipabove = 0.7\baselineskip,
|
||||||
|
skipbelow = 0pt,
|
||||||
|
innerrightmargin = 10pt,
|
||||||
|
innerbottommargin = 5pt
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
#1
|
#1
|
||||||
|
|
Loading…
Reference in a new issue