summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bookcover/example2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover/example2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/example2.tex48
1 files changed, 20 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2.tex b/Master/texmf-dist/doc/latex/bookcover/example2.tex
index 7849f61bcba..f4e55237cd2 100644
--- a/Master/texmf-dist/doc/latex/bookcover/example2.tex
+++ b/Master/texmf-dist/doc/latex/bookcover/example2.tex
@@ -1,4 +1,4 @@
-\documentclass[markcolor=black,spinewidth=15mm,bgtikznodes]{bookcover}
+\documentclass[markcolor=black,spinewidth=15mm]{bookcover}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
@@ -6,36 +6,31 @@
\definecolor{amiyellow}{cmyk}{0,0,.5,0}
\begin{document}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The outside of the book cover
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{bookcover}
% Yellow triangle on the back cover by tikz code
-\setbookcover{bgtikz}{back}{
+\bookcovercomponent{tikz}{bg back}{
\fill[color=amiyellow](.5,.5)--(17.5,24.5)--(17.5,0)--(.5,0)--cycle;}
-
+
% Yellow triangle on the front cover by tikz code
-\setbookcover{bgtikz}{front}{
+\bookcovercomponent{tikz}{bg front}{
\fill[color=amiyellow](0,0)--(0,24.5)--(17,.5)--(17,0)--cycle;}
% Yellow background color on the spine
-\setbookcover{bgcolor}{spine}{color=amiyellow}
+\bookcovercomponent{color}{bg spine}{color=amiyellow}
% Remark
-\setbookcover{fgfirst}{above front}{
+\bookcovercomponent{center}{above front}{
\color{red}\textsc{Annales Mathematicae et Informaticae} book cover -- outside}
% Text on the spine
-\setbookcover{fgfirst}{spine}{
- \vfill
- \centering
- \rotatebox[origin=c]{90}{
- \footnotesize\bfseries
- ANNALES MATHEMATICAE ET INFORMATICAE 43.\ (2014)}
- \vfill}
-
+\bookcovercomponent{center}{spine}{
+ \rotatebox[origin=c]{90}{\footnotesize\bfseries
+ ANNALES MATHEMATICAE ET INFORMATICAE 43.\ (2014)}}
+
% Text and pictures (summa.pdf, ekflogo.pdf) on the front cover
-\setbookcover{fgfirst}{front}{
+\bookcovercomponent{normal}{front}{
\vspace{30.5mm}
\centering
{\huge\bfseries ANNALES\\ MATHEMATICAE ET\\ INFORMATICAE\\[13mm]}
@@ -51,24 +46,22 @@
Ákos Pintér (Debrecen), Miklós Rontó (Miskolc), László Szalay (Sopron),\\
János Sztrik (Debrecen), Gary Walsh (Ottawa)\par}
\vfill
- \includegraphics[height=20mm]{./figures/ekflogo.pdf}
+ \includegraphics[height=20mm]{./figures/logo.pdf}
\vfill
{\large\bfseries HUNGARIA, EGER}
\vfill}
-
-% Making the outside book cover
-\makebookcover
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\end{bookcover}
+
% The inside of the book cover
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{bookcover}
% Remark
-\setbookcover{fgfirst}{above front}{
+\bookcovercomponent{center}{above front}{
\color{red}\textsc{Annales Mathematicae et Informaticae} book cover -- inside}
% Text on the front cover (it is back of the inside book cover!)
-\setbookcover{fgfirst}{front}{
+\bookcovercomponent{normal}{front}{
\vspace{27mm}
\begin{center}
\bfseries
@@ -83,7 +76,7 @@
\begin{center}
\parbox{126mm}{
The journal of the Institute of Mathematics and Informatics of
- Eszterházy Károly College is open for scientific publications
+ Eszterházy Károly University is open for scientific publications
in mathematics and computer science, where the field of number
theory, group theory, constructive and computer aided geometry
as well as theoretical and practical aspects of programming
@@ -93,7 +86,6 @@
accepted.}
\end{center}}
-% Making the inside book cover
-\makebookcover
+\end{bookcover}
\end{document} \ No newline at end of file