add env textfold
This commit is contained in:
parent
6e8cd259d0
commit
88979498ca
1 changed files with 5 additions and 0 deletions
|
@ -221,4 +221,9 @@
|
|||
% Beispiele kriegen eine andere Formatierung %ohne Nummerierung falls mit *:
|
||||
\newtheorem{example} [theorem] {\ifopt@german Beispiel \else Example \fi}
|
||||
|
||||
% environment without any meaning
|
||||
% just text that can be folded in editor
|
||||
% the optional argument is ignored and can be used to give a summery of the folded content
|
||||
\newenvironment{textfold}[1][]{}{}
|
||||
|
||||
\endinput
|
||||
|
|
Loading…
Reference in a new issue