\documentclass[paper=a5,fontsize=10.5pt,titlepage,pagesize,oneside,twocolumn]{scrartcl} \usepackage{xltxtra} \usepackage{tikz} %% \usepackage{polyglossia} \setdefaultlanguage[variant=us]{english} %% %\setmainfont{WilhelmKlingsporGotLTStd} \setmainfont[ExternalLocation]{GeoMonoRe.ttf} \setkomafont{sectioning}{\Huge\fontspec[ExternalLocation]{GeoMonoRe.ttf}} %\usepackage{lipsum} \usepackage{blindtext} \usetikzlibrary{% decorations.fractals% ,decorations.pathmorphing% ,shadows% } \begin{document} %% This titlepage is a modified version of %% http://www.texample.net/tikz/examples/pgf2-titlepage/ %% Createy by Till Tantau, and extracted to a single document by Ludger Humbert, %% which was published under the Licence CC-BY-SA-2.5: %% http://creativecommons.org/licenses/by/2.5/ \begin{titlepage} %\parindent0pt \null % really important! \colorlet{mintgreen}{green!50!black!50} \vskip3cm \vfill \hfil \begin{tikzpicture}[overlay] \coordinate (front) at (0,0); \coordinate (horizon) at (0,.31\paperheight); \coordinate (bottom) at (0,-.6\paperheight); \coordinate (sky) at (0,.57\paperheight); \coordinate (left) at (-.51\paperwidth,0); \coordinate (right) at (.51\paperwidth,0); \shade [bottom color=blue!30!black!10,top color=blue!30!black!50] ([yshift=-5mm]horizon -| left) rectangle (sky -| right); \shade [bottom color=black!70!green!25,top color=black!70!green!10] (front -| left) -- (horizon -| left) decorate [decoration=random steps] { -- (horizon -| right) } -- (front -| right) -- cycle; \shade [top color=black!70!green!25,bottom color=black!25] (front -| left) -- (horizon -| left) decorate [decoration=random steps] { -- (horizon -| right) } -- (front -| right) -- cycle; \shade [top color=black!70!green!25,bottom color=black!25] ([yshift=-5mm-1pt]front -| left) rectangle ([yshift=1pt]front -| right); \fill [black!25] (bottom -| left) rectangle ([yshift=-5mm]front -| right); \def\nodeshadowed[#1]#2;{%\pgftransformxslant{.5} \node[scale=2,above,#1]{#2};\node[xslant=-0.4,scale=2, above,#1,yscale=-1, scope fading=south,opacity=0.4]{#2};} \nodeshadowed [at={(0,5)}]{\LARGE Fabulous \Huge\textcolor{orange}{Frunge} \LARGE Fonts}; \def\nodemirror[#1]#2;{\node[#1]{#2};\node[above, xslant=-0.25, yscale=-1, scope fading=south,opacity=0.4,#1]{#2};} \nodemirror[at={(0,2)}] {\Large User Manualas at \today, for \textcolor{orange}{Fr}ei \textcolor{orange}{un}d \textcolor{orange}{Ge}brochen}; \foreach \i in {0.5,0.6,...,2} \fill [white,decoration=Koch snowflake,opacity=.9] [shift=(horizon),shift={(rand*11,rnd*7)},scale=\i] [double copy shadow={opacity=0.2,shadow xshift=0pt,shadow yshift=3*\i pt,fill=white,draw=none}] decorate { decorate { decorate { (0,0) -- ++(60:1) -- ++(-60:1) -- cycle } } }; \end{tikzpicture} \vfill \blindtext\clearpage \end{titlepage} \Blinddocument \end{document}