Tagged Questions
4
votes
1answer
223 views
Equivalent of \@afterheading for LaTeX3
I want to define an environment with LaTeX3 where I can supress the indention in the first line. For LaTeX2e you can use \@afterindentfalse\@afterheading.
The example use this combination. But I want ...