Skip to content

Commit

Permalink
Fix tex commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Feb 16, 2018
1 parent 9a7046e commit 92df817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdb-cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 92df817

Please sign in to comment.