From 0921170ebad6fa67574a21e635adc18c9dd75c0b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 13 Jan 2019 14:47:29 +0100 Subject: [PATCH] Change the way to display the subtitle. --- jl-cours/mdtheorem.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jl-cours/mdtheorem.tex b/jl-cours/mdtheorem.tex index 857843d..5e606ce 100644 --- a/jl-cours/mdtheorem.tex +++ b/jl-cours/mdtheorem.tex @@ -207,16 +207,16 @@ } % application -\mdtheorem[style=cogs, theoremseparator={ -}, +\mdtheorem[style=cogs, theoremseparator={}, theoremspace={}]{@app1}{Application} -\mdtheorem[style=cogs, theoremseparator={ -}, +\mdtheorem[style=cogs, theoremseparator={}, theoremspace={}]{@app2}{} \RenewDocumentEnvironment{@app1}{ o } {%begin \IfNoValueTF {#1} { \begin{@app1*} }{ - \begin{@app1*}[#1] + \begin{@app1*}[\hfill{\normalfont\slshape#1}] } }{%end \end{@app1*} @@ -226,7 +226,7 @@ \IfNoValueTF {#1} { \begin{@app2*} }{ - \begin{@app2*}[#1] + \begin{@app2*}[\hfill{\normalfont\slshape#1}] } }{%end \end{@app2*}