blob: aac162c2bde12b2c4a0d8e0c04b2287b907629e5 [file] [log] [blame]
\documentclass[a4paper]{article}
\usepackage{tikz}
\usetikzlibrary{shapes,snakes}
\usepackage{amsmath,amssymb}
\usepackage{verbatim}
% No page numbers:
\pagestyle{empty}
% Big boxes:
\tikzstyle{bigbox} = [draw=red, fill=blue!20, very thick,
rectangle, rounded corners, inner sep=10pt, inner ysep=20pt]
\tikzstyle{bigtitle} = [fill=red, text=white, rounded corners]
% Document start:
\begin{document}
\begin{tikzpicture}[remember picture,overlay]
%
\node [xshift=1mm,yshift=-1mm] at (current page.north west) [bigbox] (b1) {%
\begin{minipage}{0.50\textwidth}
To calculate the horizontal position the kinematic differential
equations are needed:
\end{minipage}
};
\node[bigtitle, right=10pt] at (b1.north west) {A fancy title};
%
\end{tikzpicture}
\end{document}