Skip to content

Instantly share code, notes, and snippets.

@tell
Created March 15, 2020 04:18
Show Gist options
  • Save tell/eb235ea55eab95e4a592ce9942e2eca9 to your computer and use it in GitHub Desktop.
Save tell/eb235ea55eab95e4a592ce9942e2eca9 to your computer and use it in GitHub Desktop.
Check layout
% -*- 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