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

Add option to not increase depth in certain environments #103

Open
tdegeus opened this issue Dec 12, 2023 · 1 comment
Open

Add option to not increase depth in certain environments #103

tdegeus opened this issue Dec 12, 2023 · 1 comment

Comments

@tdegeus
Copy link
Owner

tdegeus commented Dec 12, 2023

In particular

... 

\begin{appendices}

    ...

\end{appendices}

could be annoying if indented

@tdegeus
Copy link
Owner Author

tdegeus commented Dec 13, 2023

The biggest question is what the syntax should be. Clarifying it could improve the implicit distinction made for \begin{document} that is also not indented.

The current mechanism of

% \begin{texindent}{indent=""}
\begin{appendices}

\end{appendices}
% \end{texindent}

is clearly not what you want, as it would remove all indentation witting the appendices. Instead, the custom indentation should just apply to the indentation after \begin{appendices}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant