Created
March 15, 2020 04:18
-
-
Save tell/eb235ea55eab95e4a592ce9942e2eca9 to your computer and use it in GitHub Desktop.
Check layout
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
% -*- coding: utf-8 -*- | |
\clearpage | |
These are debug outputs and must be deleted before submission. | |
\begin{enumerate} | |
\item topsep: \the\topsep | |
\item partopsep: \the\partopsep | |
\item parsep: \the\parsep | |
\item itempsep: \the\itemsep | |
\item leftmargin: \the\leftmargin | |
\item rightmargin: \the\rightmargin | |
\item listparindent: \the\listparindent | |
\item labelwidth: \the\labelwidth | |
\item labelsep: \the\labelsep | |
\item itemindent: \the\itemindent | |
\end{enumerate} | |
\begin{itemize} | |
\item topsep: \the\topsep | |
\item partopsep: \the\partopsep | |
\item parsep: \the\parsep | |
\item itempsep: \the\itemsep | |
\item leftmargin: \the\leftmargin | |
\item rightmargin: \the\rightmargin | |
\item listparindent: \the\listparindent | |
\item labelwidth: \the\labelwidth | |
\item labelsep: \the\labelsep | |
\item itemindent: \the\itemindent | |
\end{itemize} | |
\begin{description} | |
\item[topsep:] \the\topsep | |
\item[partopsep:] \the\partopsep | |
\item[parsep:] \the\parsep | |
\item[itempsep:] \the\itemsep | |
\item[leftmargin:] \the\leftmargin | |
\item[rightmargin:] \the\rightmargin | |
\item[listparindent:] \the\listparindent | |
\item[labelwidth:] \the\labelwidth | |
\item[labelsep:] \the\labelsep | |
\item[itemindent:] \the\itemindent | |
\end{description} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment