summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
index 7b27f9d791f..03569b2014d 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
+++ b/Master/texmf-dist/doc/latex/tcolorbox/tcolorbox.doc.coreoptions.tex
@@ -2079,7 +2079,7 @@ This behavior is controlled by the keys |before| and |after|.
recommended, if the package |parskip| \emph{is} used and there is no better
idea for |before| and |after|.
\begin{dispListing}
-\tcbset{parskip/.style={before={\par\pagebreak[0]\noindent},
+\tcbset{parskip/.style={before={\par\pagebreak[0]\parindent=0pt},
after={\par}}}
\end{dispListing}
\end{docTcbKey}
@@ -2089,7 +2089,7 @@ This behavior is controlled by the keys |before| and |after|.
recommended, if the package |parskip| is \emph{not} used and there is no better
idea for |before| and |after|.
\begin{dispListing}
-\tcbset{noparskip/.style={before={\par\smallskip\pagebreak[0]\noindent},
+\tcbset{noparskip/.style={before={\par\smallskip\pagebreak[0]\parindent=0pt},
after={\par\smallskip}}}
\end{dispListing}
\end{docTcbKey}