Created
June 7, 2020 02:21
-
-
Save aminophen/7af078f67fdbad7cea805aff1b128c66 to your computer and use it in GitHub Desktop.
\box\@labels and macrocode environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % \iffalse | |
| \documentclass{article} | |
| \usepackage{doc} | |
| \begin{document} | |
| \DocInput{\jobname} | |
| \end{document} | |
| % \fi | |
| % | |
| % \makeatletter | |
| % \tracingonline1 | |
| % \showboxdepth10000 | |
| % \showboxbreadth10000 | |
| % | |
| % \showbox\@labels ^^A -> void | |
| % | |
| % \begin{macrocode} | |
| \def\MACRO{} | |
| % \end{macrocode} | |
| % | |
| % \showbox\@labels ^^A -> non-void??? | |
| % | |
| % \begin{itemize} | |
| % \showbox\@labels ^^A -> non-void??? | |
| % \item a | |
| % \showbox\@labels ^^A -> void | |
| % \item b | |
| % \showbox\@labels ^^A -> void | |
| % \end{itemize} | |
| % | |
| % \showbox\@labels ^^A -> void | |
| % | |
| \endinput |
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue with pLaTeX: