diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bookcover/example2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bookcover/example2.tex | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bookcover/example2.tex b/Master/texmf-dist/doc/latex/bookcover/example2.tex new file mode 100644 index 00000000000..910c3c10f5c --- /dev/null +++ b/Master/texmf-dist/doc/latex/bookcover/example2.tex @@ -0,0 +1,106 @@ +\documentclass[markcolor=black,spinewidth=15mm]{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](0mm,250mm)(5mm,5mm)--(175mm,245mm)--(175mm,0mm)--(5mm,0mm)--cycle;} + +% Yellow triangle on the front cover by tikz code +\setbookcover{bgtikz}{front}{ + \fill[color=amiyellow](0mm,250mm)(0mm,180mm)(0mm,0mm)--(0mm,245mm)--(170mm,5mm)--(170mm,0mm)--cycle;} + +% Yellow background color on the spine +\setbookcover{bgcolor}{spine}{color=amiyellow} + +% Remark +\setbookcover{fgfirst}{remark}{ + \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/ekflogo.pdf} + \vfill + {\large\bfseries HUNGARIA, EGER} + \vfill} + +% Making the outside book cover +\makebookcover + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% The inside of the book cover +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% Remark +\setbookcover{fgfirst}{remark}{ + \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 College 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. + \par\bigskip + Authors are kindly asked to write the final form of their + manuscript in \LaTeX. If you have any problems or questions, + please write an e-mail to the managing editor + Miklós Hoffmann: \url{hofi@ektf.hu} + \par\bigskip + The volumes are available at \url{http://ami.ektf.hu}} + \end{center}} + +% Making the inside book cover +\makebookcover + +\end{document}
\ No newline at end of file |