Define two new env from app env.
One with another without a title.
This commit is contained in:
parent
031f6a31a5
commit
4e784ab09e
@ -257,18 +257,50 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
% application
|
% application
|
||||||
\NewDocumentEnvironment{application}{ o }{
|
% \NewDocumentEnvironment{application}{ o }{
|
||||||
\IfNoValueTF {#1} {
|
% \IfNoValueTF {#1} {
|
||||||
|
% % if no subtitle
|
||||||
|
% \begin{@app}
|
||||||
|
% \noindent
|
||||||
|
% }{
|
||||||
|
% % if subtitle
|
||||||
|
% \begin{@app}[#1]
|
||||||
|
% \noindent
|
||||||
|
% }
|
||||||
|
% }{
|
||||||
|
% \end{@app}
|
||||||
|
% }
|
||||||
|
|
||||||
|
\NewDocumentEnvironment{application}{ s o }{
|
||||||
|
\IfBooleanTF {#1} {
|
||||||
|
% if starred: without logo and title
|
||||||
|
\IfNoValueTF {#2} {
|
||||||
% if no subtitle
|
% if no subtitle
|
||||||
\begin{@app}
|
\begin{@app2}
|
||||||
\noindent
|
\noindent
|
||||||
}{
|
}{
|
||||||
% if subtitle
|
% if subtitle
|
||||||
\begin{@app}[#1]
|
\begin{@app2}[#2]
|
||||||
\noindent
|
\noindent
|
||||||
}
|
}
|
||||||
|
}{
|
||||||
|
% if not starred: with logo
|
||||||
|
\IfNoValueTF {#2} {
|
||||||
|
% if no subtitle
|
||||||
|
\begin{@app1}
|
||||||
|
\noindent
|
||||||
|
}{
|
||||||
|
% if subtitle
|
||||||
|
\begin{@app1}[#2]
|
||||||
|
\noindent
|
||||||
|
}
|
||||||
|
}
|
||||||
}{
|
}{
|
||||||
\end{@app}
|
\IfBooleanTF {#1} {
|
||||||
|
\end{@app2}
|
||||||
|
}{
|
||||||
|
\end{@app1}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
% methode
|
% methode
|
||||||
|
Loading…
Reference in New Issue
Block a user