moved various content and dependencies to issue3.

New Cover by Frotz included
This commit is contained in:
Laurens Kils-Hütten
2022-10-30 12:22:07 +01:00
parent cf55eb0427
commit e18157cee8
8 changed files with 542 additions and 979 deletions

2
.gitignore vendored
View File

@@ -5,5 +5,3 @@
*.pdf
*.toc
License.tex
Frontcover.png
Backcover.png

BIN
issue02/Backcover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

96
issue02/Cover.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

@@ -1,22 +0,0 @@
\documentclass[coverwidth=151mm,
coverheight=216mm,
spinewidth=1mm,
bleedwidth=4mm,
marklength=1mm,
12pt]{bookcover}
\usepackage[osf]{coelacanth}
\definecolor{background}{HTML}{FF7755}
\setlength{\textwidth}{\coverwidth}
\begin{document}
\begin{bookcover}
\bookcovercomponent{color}{bg whole}{color=background}
\bookcovercomponent{normal}{front}{
\vspace{10mm}
\input{Titlepage.tex}
}
\end{bookcover}
\end{document}

BIN
issue02/Frontcover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

File diff suppressed because it is too large Load Diff

View File

@@ -1,20 +1,14 @@
all: Grenzland2.pdf Cover.png
all: Grenzland2.pdf
%.pdf: %.tex Titlepage.tex coverart.png Makefile
%.pdf: %.tex Frontcover.pdf Backcover.pdf Makefile
pdflatex -draftmode $<
pdflatex $<
coverart.png: coverart.cfdg Makefile
cfdg -s 1200x1200 $< > $@
Frontcover.pdf: Frontcover.png
mogrify -format pdf $<
Cover.png: Cover.pdf Makefile
pdftoppm -f 1 -l 1 -r 300 $< > tmp.png
convert -fuzz 50% -fill "#ff7755" -opaque "#ffffff" \
tmp.png $@
rm -f tmp.png
%.png: %.cfdg Makefile
cfdg $< > $@
Backcover.pdf: Backcover.png
mogrify -format pdf $<
view: all
zathura *.pdf &
@@ -23,4 +17,4 @@ clean:
rm -f *~ *.log *.aux *.toc
realclean: clean
rm -f *.pdf Cover.png coverart.png
rm -f *.pdf