summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bookcover/bookcover-example2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bookcover/bookcover-example2.tex')
-rw-r--r--macros/latex/contrib/bookcover/bookcover-example2.tex83
1 files changed, 36 insertions, 47 deletions
diff --git a/macros/latex/contrib/bookcover/bookcover-example2.tex b/macros/latex/contrib/bookcover/bookcover-example2.tex
index 7397045035..7c298de164 100644
--- a/macros/latex/contrib/bookcover/bookcover-example2.tex
+++ b/macros/latex/contrib/bookcover/bookcover-example2.tex
@@ -1,79 +1,68 @@
\documentclass[markcolor=black,spinewidth=15mm]{bookcover}
\usepackage[latin]{babel}
-\usepackage{lipsum}
-\definecolor{amiyellow}{cmyk}{0,0,.6,0}
+\usepackage{lipsum,microtype}
\begin{document}
-% The outside of the book cover
+% Outside cover
\begin{bookcover}
% Remark
\bookcovercomponent{center}{above front}{
- \textcolor{red}{\textsc{Annales Mathematicae et Informaticae} book cover -- outside}}
+ \textcolor{red}{\textsc{Annales Mathematicae} book cover (outside)}}
-% Yellow triangle on the back cover by tikz code
+% Blue area on the back cover
\bookcovercomponent{tikz}{bg back}{
- \fill[amiyellow](.5,.5)--(17.5,24.5)--(17.5,0)--(.5,0)--cycle;}
+ \fill[blue!50](7/48,0)--(17.5,24.5)--(17.5,0)--cycle;}
-% Yellow triangle on the front cover by tikz code
+% Blue area on the front cover
\bookcovercomponent{tikz}{bg front}{
- \fill[amiyellow](0,0)--(0,24.5)--(17,.5)--(17,0)--cycle;}
+ \fill[blue!50](0,0)--(0,24.5)--(833/48,0)--cycle;}
-% Yellow background color on the spine
-\bookcovercomponent{color}{bg spine}{amiyellow}
+% Background color on the spine
+\bookcovercomponent{color}{bg spine}{blue!50}
-% Text on the spine
+% Title on the spine
\bookcovercomponent{center}{spine}{
- \rotatebox[origin=c]{90}{\footnotesize\bfseries
- ANNALES MATHEMATICAE ET INFORMATICAE 43.~(2020)}}
+ \rotatebox[origin=c]{-90}{\large\bfseries
+ ANNALES MATHEMATICAE 43.~(2020)}}
-% Text and pictures on the front cover
-\bookcovercomponent{normal}{front}{
- \vspace{30mm}
+% Text and picture on the front cover
+\bookcovercomponent{normal}{front}[22mm,20mm,22mm,40mm]{
\centering
- {\huge\bfseries ANNALES\\ MATHEMATICAE ET\\ INFORMATICAE\\[13mm]}
- {\large\bfseries TOMUS 43.~(2020)}\\[10mm]
- \includegraphics{./figures/summa.pdf}
+ {\huge\bfseries ANNALES\\ MATHEMATICAE\\[13mm]}
+ {\large\bfseries TOMUS 43.~(2020)}
\vfill
- {\large COMMISSIO REDACTORIUM}\\[3mm]
- \parbox{123mm}{\centering\lipsum[2]\par}
+ \includegraphics{./figures/bookcover-pi.pdf}
\vfill
- {\large\bfseries HUNGARIA}
- \vspace{10mm}}
+ {\large COMMISSIO REDACTORIUM}\\[3mm]
+ \lipsum[2]}
% Text on the back cover
-\bookcovercomponent{normal}{back}{
- \vspace{30mm}
- \centering
- {\large\bfseries Contents}\\[5mm]
- \parbox{126mm}{\lipsum[1-4]}}
+\bookcovercomponent{normal}{back}[22mm,10mm,22mm,30mm]{
+ {\centering\large ABSTRACTUM\\[5mm]}
+ \lipsum[1-4]}
\end{bookcover}
-% The inside of the book cover
+% Inside cover
\begin{bookcover}
% Remark
-\bookcovercomponent{center}{above front}{
- \textcolor{red}{\textsc{Annales Mathematicae et Informaticae} book cover -- inside}}
-
-% Text on the front cover (it is back of the inside book cover!)
-\bookcovercomponent{normal}{front}{
- \vspace{27mm}
- \begin{center}
- \bfseries
- ANNALES MATHEMATICAE ET INFORMATICAE\\[3mm]
- International journal for mathematics and computer science\\[3mm]
- Referred by\\
- Zentralblatt f\"{u}r Mathematik\\
- and\\
- Mathematical Reviews\\
- \end{center}
+\bookcovercomponent{center}{above inside back}{
+ \textcolor{red}{\textsc{Annales Mathematicae} book cover (inside)}}
+
+% Background color on the whole inside cover
+\bookcovercomponent{color}{bg whole}{blue!50}
+
+% Text on the inside back cover
+\bookcovercomponent{normal}{inside back}[22mm,10mm,22mm,30mm]{
+ \color{white}
+ {\centering\bfseries
+ ANNALES MATHEMATICAE\\[3mm]
+ Acta internationalis mathematicae\par}
\bigskip
- \begin{center}
- \parbox{126mm}{\lipsum[1]}
- \end{center}}
+ \lipsum[1]}
\end{bookcover}