From 82f4e1569b7346040256948836aa73f01d42d6b6 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 25 Jul 2015 16:13:42 -0700 Subject: [PATCH] Removed input and output prompts from PDF. I think it looks much nicer without them. Also adjusted margins a bit. --- pdf/book6x9.tplx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pdf/book6x9.tplx b/pdf/book6x9.tplx index 486b323..d7f326e 100644 --- a/pdf/book6x9.tplx +++ b/pdf/book6x9.tplx @@ -4,12 +4,10 @@ ((* set cell_style = 'style_ipython.tplx' *)) ((* block margins *)) -\geometry{verbose,papersize={6in, 9in}, tmargin=.5in,bmargin=.5in,lmargin=.5in,rmargin=.5in} +\geometry{verbose,papersize={6in, 9in}, tmargin=.5in,bmargin=.5in,lmargin=.75in,rmargin=.75in} ((* endblock margins *)) ((*- block in_prompt -*)) -\mbox{ }\\ \\ -{In [{}(((cell.execution_count)))]:} ((*- endblock in_prompt -*)) ((* block input scoped *)) @@ -17,8 +15,6 @@ ((* endblock input *)) ((* block output_prompt *)) -\mbox{ }\\ -Out [{}(((cell.execution_count)))]: ((* endblock output_prompt *))