diff --git a/pdb-cheatsheet.tex b/pdb-cheatsheet.tex index dab6900..c4bd68b 100644 --- a/pdb-cheatsheet.tex +++ b/pdb-cheatsheet.tex @@ -30,7 +30,7 @@ \parskip=1mm \def\eqlistlabel#1{\bfseries#1} \setcounter{secnumdepth}{-1} -\hypersetup{ +\hypersetup{% pdftitle={Python Debugger Cheatsheet}, pdfauthor={\theauthor}, pdfkeywords={Python, Debugger, Cheatsheet, pdb, ipdb}, @@ -110,7 +110,7 @@ \item[clear \textit{number}] delete breakpoint \textit{number} \end{eqlist} - \small{ + \small{% \hrule Author: \theauthor~--- version \theversion~--- license \href{https://creativecommons.org/licenses/by-nc-sa/3.0}{cc-by-nc-sa 3.0}\\ See \url{https://github.com/nblock/pdb-cheatsheet} for more information.