Skip to content

Commit fc4bdc4

Browse files
committed
Fix pdf frontmatter
1 parent dda3c90 commit fc4bdc4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

epub/frontmatter.xhtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<h1>Eloquent JavaScript</h1>
12+
<h3>4th edition</h3>
1213
<p>Written by Marijn Haverbeke.</p>
1314

1415
<p>Licensed under

pdf/book.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
8282
\title{Eloquent JavaScript}
8383
84-
\subtitle{3rd edition}
84+
\subtitle{4th edition}
8585
8686
\maketitle
8787
8888
\frontmatter
8989
90-
\noindent Copyright \textcopyright{} 2018 by Marijn Haverbeke
90+
\noindent Copyright \textcopyright{} 2024 by Marijn Haverbeke
9191
9292
\vskip 1em
9393

0 commit comments

Comments
 (0)