diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-12 22:03:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-12 22:03:46 +0000 |
commit | 2f02917790deaa8de4efdbd67b88413d59b96faf (patch) | |
tree | 531b847a797ef86cf3d3e78e066b576f085373c3 /Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex | |
parent | cf8e9a530012b13b4fbd576b5154c10836f1d803 (diff) |
bookcover (12nov16)
git-svn-id: svn://tug.org/texlive/trunk@42494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex b/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex new file mode 100644 index 00000000000..c08de67b702 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/example2-oldmethod.tex @@ -0,0 +1,95 @@ +\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 |