diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel/novel-cover-template.tex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/novel/novel-cover-template.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel-cover-template.tex b/Master/texmf-dist/doc/lualatex/novel/novel-cover-template.tex new file mode 100644 index 00000000000..9853733e3a0 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/novel/novel-cover-template.tex @@ -0,0 +1,13 @@ +% !TeX program = LuaLaTeX +% !TeX encoding = UTF-8 +\documentclass[coverart]{novel} % v. 1.2 or later +\SetMediaSize{width}{height} % includes bleed +\SetTrimSize{width}{height} % without bleed +\SetTitle{example} % title required, might not be book title +% \SetAuthor{you} % optional +\SetPDFX[CGATSTR001]{X-1a:2001} % or whatever +\SetCoverImage{yourimage-cmyk240.jpg} % CMYK jpg, if PDF/X-1a. +% \SetApplication{whatever} % rarely used +% \SetProducer{whatever} % rarely used +\begin{document}\end{document} % nothing else in between + |