Skip to content

Commit

Permalink
commands \textdocument and \endtextdocument was renamed as \begin@doc…
Browse files Browse the repository at this point in the history
…ument and \end@document
  • Loading branch information
AlexandrKozlovskiy committed Jun 6, 2019
1 parent 2db02ad commit 67ac97a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sty/axessibility.sty
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ pdf.setminorversion(0)


\makeatletter
\let\textdocument=\document
\let\endtextdocument=\enddocument
\renewcommand{\document}{\textdocument\tagstructbegin{tag=Document}}
\renewcommand{\enddocument}{\tagstructend\endtextdocument}
\let\begin@document=\document
\let\end@document=\enddocument
\renewcommand{\document}{\begin@document\tagstructbegin{tag=Document}}
\renewcommand{\enddocument}{\tagstructend\end@document}
\renewenvironment{equation}{%
\incr@eqnum
\mathdisplay@push
Expand Down

0 comments on commit 67ac97a

Please sign in to comment.