Skip to content

Commit 4db42b9

Browse files
committed
Add a link to the PDF book
1 parent 1e30ef2 commit 4db42b9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h2>Other pages</h2>
8585

8686
<ul class="links">
8787
<li><a href="code">Code sandbox and exercise solutions</a></li>
88+
<li><a href="http://eloquentjavascript.net/book.pdf">This book as a single PDF file</a></li>
8889
<li><a href="http://eloquentjavascript.net/1st_edition">The first edition of the book</a></li>
8990
</ul>
9091

pdf/book.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
\setlength{\epigraphrule}{0pt}
1414

1515
\lstset{basicstyle=\ttfamily,xleftmargin=0.8em,breaklines=true,lineskip=-0.2em,aboveskip=0.8em,belowskip=0.8em}
16+
\date{}
1617

1718
\makeatletter
1819
\setcounter{secnumdepth}{0}

0 commit comments

Comments
 (0)