blob: 7dd7dc4a89fe3d2d0ead3a91c40d9b00f8182a9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
= <%= @opts[:title] %>
<%= @opts[:author] %>
:nofooter:
:reproducible:
:pagenums:
<%# =================================================================== %>
[colophon%notitle%nonfacing]
= Colophon
(C) <%= Time.now.year.to_s %> <%= @opts[:publisher] %>
All rights reserved.
This is a work of fiction. Names, characters, places and incidents are
the product of the author's imagination or are used fictitiously. Any
resemblance to actual events, locales or persons, living or dead, is
purely coincidental.
Published by <%= @opts[:publisher] %>
Printed by XXX THE PRINTER.
Cover design by XXX THE ARTIST.
Typeset in 12-point EB Garamond.
First Edition
// ISBN-13 <%# var["ISBN"] %>
// Publisher Catalog Number <%# var["CATNO"] %>
Learn more at the author's website: [.underline]#\https://charlotte-koch.com/#
Learn more about the publisher: [.underline]#\https://magentastripe.com/#
<%# =================================================================== %>
[dedication%notitle]
= Dedication
image::dedication.pdf[page=3]
|