diff --git a/README.rst b/README.rst index e07972b..717290b 100644 --- a/README.rst +++ b/README.rst @@ -2,4 +2,14 @@ Debugging Python ================ This is a presentation about debugging, debuggers and the practical introduction -to ``pdb``. +to ``pdb``. You can download it from `bitucket`_ and `github`_ + +To build it you'll need DejaVu fonts installed and XeLaTeX: + +.. code:: shell-session + + $ xelatex debugging_python.tex + + +.. _bitucket: https://bitbucket.org/gryf/debugging_python +.. _github: https://github.com/gryf/debugging_python diff --git a/debugging_python.tex b/debugging_python.tex index 659a43c..ccc3cef 100644 --- a/debugging_python.tex +++ b/debugging_python.tex @@ -1,9 +1,9 @@ % Python debugging % by Roman gryf Dobosz 2015 -% \documentclass[14pt,notes,svgnames]{beamer} +\documentclass[14pt,notes,svgnames]{beamer} % \documentclass[14pt,notes,svgnames,aspectratio=1610]{beamer} -\documentclass[14pt,notes,svgnames,aspectratio=169]{beamer} +% \documentclass[14pt,notes,svgnames,aspectratio=169]{beamer} \usecolortheme{seagull} \usecolortheme[RGB={23,57,107}]{structure} @@ -22,8 +22,8 @@ \definecolor{ExecusharesWhite}{RGB}{211,205,193} \definecolor{ExecusharesGrey}{RGB}{96,83,58} -\setmainfont{Helvetica Neue} -\setsansfont{Helvetica Neue} +\setmainfont{DejaVu Sans} +\setsansfont{DejaVu Sans} \setmonofont{DejaVu Sans Mono} \setbeamercolor{itemize item}{fg=ExecusharesEmph}