%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode

% Dario Taraborelli (2008)
% The Beauty of LaTeX
% URL: http://nitens.org/taraborelli/latex
% Some rights reserved: CC-BY-SA

\documentclass[11pt]{article}
\usepackage{xunicode}
\usepackage{xltxtra}
\defaultfontfeatures{Mapping=tex-text}
\usepackage{fontspec, graphicx}
\usepackage[dvipdfm, colorlinks, breaklinks, pdftitle={The Beauty of LaTeX},pdfauthor={Taraborelli, Dario}]{hyperref}
\usepackage[usenames]{color}

%%%%%%%%%%%%%%%%%%%%%%%%%
%\starttypescript [sans] [gillsans] [name]
%\setups [font:fallback:sans]
%\definefontsynonym [Sans] [GillSans]
%\definefontsynonym [SansItalic] [GillSans-Italic]
%\definefontsynonym [SansBold] [GillSans-Bold]
%\definefontsynonym [SansBoldItalic] [GillSans-BoldItalic]
%\stoptypescript
%
%\starttypescript [sans] [gillsans,gillsans-light] [texnansi,ec]
%\definefontsynonym [GillSans-Light] [\typescriptthree-GillSansLight]
%[encoding=\typescriptthree]
%\definefontsynonym [GillSans-LightItalic] [\typescriptthree-GillSansLightItalic]
%[encoding=\typescriptthree]
%\definefontsynonym [GillSans] [\typescriptthree-GillSans]
%[encoding=\typescriptthree]
%\definefontsynonym [GillSans-Italic] [\typescriptthree-GillSansItalic]
%[encoding=\typescriptthree]
%\definefontsynonym [GillSans-Bold] [\typescriptthree-GillSansBold]
%[encoding=\typescriptthree]
%\definefontsynonym [GillSans-BoldItalic] [\typescriptthree-GillSansBoldItalic]
%[encoding=\typescriptthree]
%\stoptypescript
%
%\definefontsynonym [GillSans-Light] [ec-GillSansLight] [encoding=ec]
%
%\starttypescript [map] [all] [all]
%\loadmapfile [gtamacfonts.map]
%\stoptypescript
%
%\starttypescript [HoeflerOldStyle] [texnansi,ec]
%\definetypeface [HoeflerOldStyle] [rm] [serif] [hoefleroldstyle]
%[default] [encoding=\typescripttwo]
%\definetypeface [HoeflerOldStyle] [ss] [sans] [gillsans]
%[default] [encoding=\typescripttwo,rscale=0.96]
%\definetypeface [HoeflerOldStyle] [mm] [math] [palatino]
%[default] [rscale=0.90]
%\definetypeface [HoeflerOldStyle] [tt] [mono] [modern]
%[default] [encoding=\typescripttwo]
%\stoptypescript
%
%\loadmapfile[gtamacfonts]
%\def\HoefO#1{\getglyph{HoeflerTextOrnaments}{#1}}
%\startsymbolset[Hoefler Ornaments]
%\definesymbol[Hourglass] [\HoefO{4}]
%\definesymbol[LeftHand] [\HoefO{6}]
%\definesymbol[RightHand] [\HoefO{7}]
%% ...
%\stopsymbolset
%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{Gray}{rgb}{.7,.7,.7}
\newcommand{\smallprint}[1]{\fontspec{Adobe Caslon Pro}\fontsize{10pt}{13pt}\color{Gray}\selectfont #1}%

\begin{document}
%\thispagestyle{empty}
{\fontsize{12}{12}
%\fontspec{HoeflerText-Italic}
{\addfontfeature{Color=00FF0044, Scale=4, Alternate=1}Q}\kern-4ex
{\addfontfeature{Color=FF000033, Scale=8, Alternate=1}Q}\kern-8ex
{\addfontfeature{Color=0000FF22, Scale=16, Alternate=1}Q}\kern-16ex
}

%\vfill{}
%\raggedleft\smallprint{D. Taraborelli (2008), \href{http://nitens.org/taraborelli/latex}{The Beauty of \LaTeX}\\\emph{Some rights reserved}. \href{http://creativecommons.org/licenses/by-sa/3.0/}{\textsc{cc-by-sa}}
%}
\end{document}
