diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-11-19 14:47:35 -0800 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-11-19 14:47:35 -0800 |
| commit | df6ea623721722e635d1f136d29c3d29aebe7a62 (patch) | |
| tree | 6397a15847e24e675a041a72754b0a5387f0f459 /templates/frontmatter.adoc.erb | |
| parent | f5b890675338d964c0bac9c571081ae48e64fe9a (diff) | |
Add a bunch of missing files for "willora new"
Diffstat (limited to 'templates/frontmatter.adoc.erb')
| -rw-r--r-- | templates/frontmatter.adoc.erb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/templates/frontmatter.adoc.erb b/templates/frontmatter.adoc.erb deleted file mode 100644 index ef77aea..0000000 --- a/templates/frontmatter.adoc.erb +++ /dev/null @@ -1,40 +0,0 @@ -= <%= @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"] %> - -<%# =================================================================== %> - -[dedication%notitle] -= Dedication - -image::dedication.pdf[page=3] |
