summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex95
1 files changed, 0 insertions, 95 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex b/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex
deleted file mode 100644
index c08de67b702..00000000000
--- a/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex
+++ /dev/null
@@ -1,95 +0,0 @@
-\documentclass[markcolor=black,spinewidth=15mm,bgtikznodes]{bookcover}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[english]{babel}
-\usepackage{url}
-\definecolor{amiyellow}{cmyk}{0,0,.5,0}
-\begin{document}
-
-% The outside of the book cover
-
-% Yellow triangle on the back cover by tikz code
-\setbookcover{bgtikz}{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}{
- \fill[color=amiyellow](0,0)--(0,24.5)--(17,.5)--(17,0)--cycle;}
-
-% Yellow background color on the spine
-\setbookcover{bgcolor}{spine}{color=amiyellow}
-
-% Remark
-\setbookcover{fgfirst}{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}
-
-% Text and pictures (summa.pdf, ekflogo.pdf) on the front cover
-\setbookcover{fgfirst}{front}{
- \vspace{30.5mm}
- \centering
- {\huge\bfseries ANNALES\\ MATHEMATICAE ET\\ INFORMATICAE\\[13mm]}
- {\large\bfseries TOMUS 43.\ (2014)}\\[10mm]
- \includegraphics{./figures/summa.pdf}\\[5mm]
- {\large COMMISSIO REDACTORIUM}\\[3mm]
- \parbox{123mm}{
- \centering
- Sándor Bácsó (Debrecen), Sonja Gorjanc (Zagreb), Tibor Gyimóthy (Szeged),\\
- Miklós Hoffmann (Eger), József Holovács (Eger), László Kovács (Miskolc),\\
- László Kozma (Budapest), Kálmán Liptai (Eger), Florian Luca (Mexico),\\
- Giuseppe Mastroianni (Potenza), Ferenc Mátyás (Eger),\\
- Á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/logo.pdf}
- \vfill
- {\large\bfseries HUNGARIA, EGER}
- \vfill}
-
-% Making the outside book cover
-\makebookcover
-
-% The inside of the book cover
-
-% Remark
-\setbookcover{fgfirst}{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}{
- \vspace{27mm}
- \begin{center}
- \bfseries
- ANNALES MATHEMATICAE ET INFORMATICAE\\[3mm]
- International journal for mathematics and computer science\\[3mm]
- Referred by\\
- Zentralblatt für Mathematik\\
- and\\
- Mathematical Reviews\\
- \end{center}
- \bigskip
- \begin{center}
- \parbox{126mm}{
- The journal of the Institute of Mathematics and Informatics of
- 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
- languages receive particular emphasis. Methodological papers
- are also welcome. Papers submitted to the journal should be
- written in English. Only new and unpublished material can be
- accepted.}
- \end{center}}
-
-% Making the inside book cover
-\makebookcover
-
-\end{document} \ No newline at end of file