New env without pencil icon
This commit is contained in:
parent
da3662beb4
commit
0693768f5c
@ -414,6 +414,16 @@
|
||||
\end{déf*}
|
||||
}
|
||||
|
||||
\RenewDocumentEnvironment{défn}{ o } {%begin
|
||||
\IfNoValueTF {#1} {
|
||||
\begin{défn*}
|
||||
}{
|
||||
\begin{défn*}[#1]
|
||||
}
|
||||
}{%end
|
||||
\end{défn*}
|
||||
}
|
||||
|
||||
\RenewDocumentEnvironment{thm}{ o } {%begin
|
||||
\IfNoValueTF {#1} {
|
||||
\begin{thm*}
|
||||
@ -434,6 +444,16 @@
|
||||
\end{ppt*}
|
||||
}
|
||||
|
||||
\RenewDocumentEnvironment{pptn}{ o } {%begin
|
||||
\IfNoValueTF {#1} {
|
||||
\begin{pptn*}
|
||||
}{
|
||||
\begin{pptn*}[#1]
|
||||
}
|
||||
}{%end
|
||||
\end{pptn*}
|
||||
}
|
||||
|
||||
\RenewDocumentEnvironment{exe}{ o } {%begin
|
||||
\IfNoValueTF {#1} {
|
||||
\begin{exe*}
|
||||
|
Loading…
Reference in New Issue
Block a user