You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two types of environments -- as far as preservation of of the content of options. We should separate them in two classes and deal with them appropriately.
No matter if we preserve or delete the contents (insides) of an environment, we should always delete the \begin{environment} and \end{environment}, including the name of the environment. So far, we take the \begin{} and \end{} only and leve the name of the environment back -- which is not good.
Type I:
Any content as an option of the first environment type as in:
\begin{teo}[Uniformidade transversal de $\mathscr{F}$]
This is a content to be preserved.
\end{teo}
should be preserved.
Type II:
At the same time the contents in the options of environments like:
\begin{figure}[htb]
\includegraphics[scale=1.0]{f31}
\caption{This is a text to be preserved}
\end{figure}
should be deleted.
The text was updated successfully, but these errors were encountered:
There are two types of environments -- as far as preservation of of the content of options. We should separate them in two classes and deal with them appropriately.
No matter if we preserve or delete the contents (insides) of an environment, we should always delete the
\begin{environment}
and\end{environment}
, including the name of theenvironment
. So far, we take the \begin{} and \end{} only and leve the name of the environment back -- which is not good.Type I:
Any content as an option of the first environment type as in:
should be preserved.
Type II:
At the same time the contents in the options of environments like:
should be deleted.
The text was updated successfully, but these errors were encountered: