Change the way to display the subtitle.
This commit is contained in:
parent
9e1a4bad77
commit
0921170eba
@ -207,16 +207,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
% application
|
% application
|
||||||
\mdtheorem[style=cogs, theoremseparator={ -},
|
\mdtheorem[style=cogs, theoremseparator={},
|
||||||
theoremspace={}]{@app1}{Application}
|
theoremspace={}]{@app1}{Application}
|
||||||
\mdtheorem[style=cogs, theoremseparator={ -},
|
\mdtheorem[style=cogs, theoremseparator={},
|
||||||
theoremspace={}]{@app2}{}
|
theoremspace={}]{@app2}{}
|
||||||
|
|
||||||
\RenewDocumentEnvironment{@app1}{ o } {%begin
|
\RenewDocumentEnvironment{@app1}{ o } {%begin
|
||||||
\IfNoValueTF {#1} {
|
\IfNoValueTF {#1} {
|
||||||
\begin{@app1*}
|
\begin{@app1*}
|
||||||
}{
|
}{
|
||||||
\begin{@app1*}[#1]
|
\begin{@app1*}[\hfill{\normalfont\slshape#1}]
|
||||||
}
|
}
|
||||||
}{%end
|
}{%end
|
||||||
\end{@app1*}
|
\end{@app1*}
|
||||||
@ -226,7 +226,7 @@
|
|||||||
\IfNoValueTF {#1} {
|
\IfNoValueTF {#1} {
|
||||||
\begin{@app2*}
|
\begin{@app2*}
|
||||||
}{
|
}{
|
||||||
\begin{@app2*}[#1]
|
\begin{@app2*}[\hfill{\normalfont\slshape#1}]
|
||||||
}
|
}
|
||||||
}{%end
|
}{%end
|
||||||
\end{@app2*}
|
\end{@app2*}
|
||||||
|
Loading…
Reference in New Issue
Block a user