%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This template has been done collecting multiple entries from: % http://tex.stackexchange.com % % Author: % Graciano Bay % % License: % CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0/) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[b4paper]{memoir} \usepackage[margin=1.5cm,top=2cm,bottom=2cm]{geometry} \usepackage[usenames,dvipsnames,svgnames,table]{xcolor} \usepackage{calligra} \usepackage{tikz} \usetikzlibrary{matrix,fit,chains,calc,scopes} \usepackage{tcolorbox} \tcbuselibrary{skins} \usepackage{auto-pst-pdf} %To compile psvectorian directly \usepackage{psvectorian} \renewcommand*{\psvectorianDefaultColor}{Green}% \tcbset{ Baystyle/.style={ sharp corners, enhanced, boxrule=6pt, colframe=OliveGreen, height=\textheight, width=\textwidth, borderline={8pt}{-11pt}{}, } } \pagestyle{empty} \begin{document} \centering \begin{tcolorbox}[Baystyle,] {\begin{center} \vspace*{0.14\textheight} \fontsize{45}{45}\scshape Book Title\\ \vspace*{0.018\textheight} \vspace*{0.2\textheight} % Big Logo\\ \vspace*{0.2\textheight} {\fontsize{12}{12}\calligra A original story of\\} \fontsize{28}{28}\scshape Author Name\\ \vspace*{0.1\textheight} \centering \begin{tikzpicture}[ start chain=main going right, ] \node[on chain,align=center,draw=none] (a1){{\fontsize{12}{12}\calligra Illustrations by} \\ {\Large Designer} }; { [start branch=A going below] \node[on chain,align=center,draw=none,scale=0.01](d1){}; \node[on chain,align=center,draw=none,](d2){\Huge Press logo}; %\node[on chain,align=center,draw=none,scale=0.01](d3){}; } \node[on chain,align=center,draw=none] (a2){\psvectorian[]{148}}; { [start branch=B going below] \node[on chain,align=center,draw=none,scale=0.01](s1){}; \node[on chain,align=center,draw=none,](s2){}; %\node[on chain,align=center,draw=none,scale=0.01](s3){}; } \node[on chain,align=center,draw=none] (a3){{\fontsize{12}{12}\calligra Final review by} \\ {\Large Revisor} }; { [start branch=C going below] \node[on chain,align=center,draw=none,scale=0.01](e1){}; \node[on chain,align=center,draw=none,](e2){\Huge Other Logo}; %\node[on chain,align=center,draw=none,scale=0.01](e3){}; } \draw[black] (s2.north) -- (s2.south); \end{tikzpicture} \end{center}} \end{tcolorbox} \end{document}
选自:http://tex.stackexchange.com/questions/85904/showcase-of-beautiful-title-page-done-in-tex
发表评论 取消回复