add env textfold

This commit is contained in:
Bela 2018-11-17 13:29:44 +01:00
parent 6e8cd259d0
commit 88979498ca

View file

@ -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