Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no automatic \par after example #35

Closed
oetiker opened this issue May 9, 2022 · 0 comments · Fixed by #36
Closed

no automatic \par after example #35

oetiker opened this issue May 9, 2022 · 0 comments · Fixed by #36

Comments

@oetiker
Copy link
Owner

oetiker commented May 9, 2022

Hi @marcin-serwin

I was wondering if the example environment could be made to NOT force a paragraph. So that the effect of

AAAA
\begin{example}
BBBB
\end{example}
CCCC

would be different from

AAAA
\begin{example}
BBBB
\end{example}

CCCC

At the moment we have several instances where we do

AAAA
\begin{example}
BBBB
\end{example}
\noindent CCCC

I think it would be more natural if it was not necessary. What do you think? I think with equation it already works like this.

@oetiker oetiker changed the title indent after example no automatic \par after example May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant