Skip to content

Commit

Permalink
Fix eBook version
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Aug 30, 2019
1 parent f1dbf65 commit 4fd5fe1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chisel-book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@


\newif\ifbook
\booktrue % comment out for the eBook version
%\booktrue % comment out for the eBook version

\ifbook
\else
\cfoot{\hyperlink{contents}{Contents}}
\cfoot{\hyperlink{contents}{{\textnormal{Contents}}}}
\fi


Expand All @@ -41,7 +41,6 @@
\usepackage{xcolor}
\usepackage{multirow}
\usepackage{cite}
%\usepackage{flushend} % even out the last page, but use only at the end when there is a bibliography
\usepackage{dirtree}
\usepackage{pdfpages}
% For alignment on tables
Expand Down Expand Up @@ -115,7 +114,7 @@
\else
\includepdf{chisel-cover.pdf}
\newpage
\pagestyle{empty}
\thispagestyle{empty}
~
\newpage
\fi
Expand Down

0 comments on commit 4fd5fe1

Please sign in to comment.