diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-17 23:02:22 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-17 23:02:22 +0100 |
commit | 2d684362a152e9407ae143536fec2c33ffd48e6d (patch) | |
tree | e4653c9af0a6fd2c4f10e1deaf4781feb2f2c965 /tmpl/print_pdf.tt2 | |
parent | db9049079b4a34b270283512941cfa19ac8d20aa (diff) |
Better PDF generation, improved line split handling.
Diffstat (limited to 'tmpl/print_pdf.tt2')
-rw-r--r-- | tmpl/print_pdf.tt2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmpl/print_pdf.tt2 b/tmpl/print_pdf.tt2 index 0577159..29aca7c 100644 --- a/tmpl/print_pdf.tt2 +++ b/tmpl/print_pdf.tt2 @@ -10,6 +10,7 @@ \usepackage{fancyhdr} \usepackage{bbding} \pagestyle{fancy} +[% INCLUDE tex_funcs.tt2 %] \begin{document} \setlength\baselineskip{7pt} \setlength\parskip{.3\baselineskip} @@ -17,8 +18,6 @@ \renewcommand{\headrulewidth}{0pt} \fancyhead{} \fancyfoot{} -\def\dash{\raise2.1pt\hbox{\rule{5pt}{0.3pt}}\hspace{1pt}} -\newcommand\lxrln[1]{\tiny\hspace*{-4em}\makebox[4em][r]{#1\hspace{1.5ex}}\small} \sffamily\small %% I kinda like the proportional fonts, but expect they won't be %% everyone's cup of tea. Uncomment next line to use monospace font. |