Hi Nasser,

> This will make it much easier to manage for large web page.
>
> Any comments and if this is possible to do?
>

Try these commands:

\ExplSyntaxOn
\clist_new:N \g__pausecutat_clist
\clist_set:Nn \g__pausecutat_clist
{part,likepart,chapter,likechapter,section,likesection,subsection,likesubsection,subsubsection,likesubsubsection}
\newcommand\PauseCutAtAll{\clist_map_inline:Nn\g__pausecutat_clist{\PauseCutAt{##1}}}
\newcommand\ContCutAtAll{\clist_map_inline:Nn\g__pausecutat_clist{\ContCutAt{##1}}}
\ExplSyntaxOff

Best regards,
Michal

Reply via email to