Skip to content

Commit 4300822

Browse files
committed
make chapters start on odd pages
1 parent 79cce21 commit 4300822

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
act.sh
33
.envrc
44
GEMINI.md
5+
AGENTS.md

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.1.1

chapters/chapter-08-writing-smart-contracts-plutusv3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ This also applies to all other functions defined in any module used for
21662166
Plinth coding. One can read more about GHC language pragmas at the
21672167
https://wiki.haskell.org/Language_Pragmas[Haskell wiki], which provides
21682168
links to official GHC documentation. The
2169-
https://downloads.haskell.org/ghc/latest/docs/users_guide/using-optimisation.html#ghc-flag--ffull-laziness[GHC docs]
2169+
link:++https://downloads.haskell.org/ghc/latest/docs/users_guide/using-optimisation.html#ghc-flag--ffull-laziness++[GHC docs]
21702170
also cover various GHC compiler(((compiler))) options. We name our module `Week02.Validators`.
21712171
The naming of modules through the <<chapter8-plutus-smart-contracts,
21722172
Plutus smart contracts>> code examples section follows the naming from the

main.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Lars Brünjes <[email protected]>; Joshua Ellul <[email protected]>;
1313
// Render as a book; each chapter will get its own section.
1414
:doctype: book
1515
//
16+
// Start chapters on odd pages.
17+
:media: prepress
18+
//
1619
// Prefix nmbered chapter titles with "Chapter"
1720
:chapter-label: Chapter
1821
//

0 commit comments

Comments
 (0)