Skip to content

'Taggedblock' environment can't be used in \newcommand #3

@mmis-ptf

Description

@mmis-ptf

It looks like with verbatim environment using of 'taggedblock' environment in \newcommand causes scanning error (File ended while scanning use of \next)

\documentclass[a4paper, oneside, 12pt]{extreport}
\usepackage{tagging}
\newcommand{\mycommand}{%
  Some text.
  \begin{taggedblock}{tag}
    Tagged text.
  \end{taggedblock}
}

\begin{document}
  \mycommand{}
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions