Birthcard
Autor
R. Tj. Beth
Last Updated
hace 6 años
License
LaTeX Project Public License 1.3c
Resumen
A birthcard made for expats. This includes a poem in two languages (Dutch and Spanish) and a nice drawing made by artist Neco Beth
A birthcard made for expats. This includes a poem in two languages (Dutch and Spanish) and a nice drawing made by artist Neco Beth
\documentclass{article}
\usepackage{blindtext}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\pagenumbering{gobble}
%%%Page settings%%%
\usepackage[paperheight=13.5cm,paperwidth=13.5cm,heightrounded]{geometry}
\setlength{\parindent}{4em}
\setlength{\parskip}{4em}
\setlength{\tabcolsep}{50pt}
\renewcommand{\baselinestretch}{1.5}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1 page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\includegraphics[scale=0.83]{nuevavida.png} %%% Draw made by necobeth.net %%%
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\begin{quote}
\centering
Las lluvias de abril \\Las flores de mayo\\ y entre ellas Santiago
\end{quote}
\vspace*{\fill}
\begin{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%Centered on both pages while open:
\begin{Huge}
\begin{minipage}{.6\textwidth}
\centering
Santiago
\end{minipage}
\end{Huge}
\end{center}
% %
% \end{center}
\vfill % equivalent to \vspace{\fill}
\centering
\vspace*{\fill}
\noindent Hola, me llamo Santiago. Nací el miércoles 23 de mayo a las 10.42 en Veldhoven. Pesaba 3475 gramos. Mis padres son Roberto y Jakolien.
\vspace*{\fill}
\vspace*{\fill}
\vspace*{\fill}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3 page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{quote}
\centering
De regens in april\\
brengen de bloemen in mei\\
en de mooiste bloem\\
Santiago, dat ben jij
\end{quote}
%\begin{quote}
\centering
\begin{center}
% %
\begin{Huge}
\begin{minipage}{.6\textwidth}
\centering
Santiago
\end{minipage}
\end{Huge}
\end{center}
\vspace*{\fill}
\noindent Onze zoon is geboren op woensdag 23 mei 2018 om 10.42 te Veldhoven en weegt 3475 gram. De trotse ouders zijn\\
Jakolien en Roberto.
\vspace*{\fill}
\vspace*{\fill}
\vspace*{\fill}
\newpage
%\nocentering
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 4 page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace*{\fill}
\begin{small}
Willen jullie Santiago komen bekijken? Dan kun je ons bereiken op het nummer 06 123456789\\
Quieres venir a conocerme? Escríbeme a email@gmail.com
\\
\vspace*{\fill}
\vspace*{\fill}
\noindent\makebox[\textwidth]{
\begin{tabular}{ c c }
%{\footnotesize
tot 15 juni... & ...vanaf 15 juni\\
Baarstraat 18 & new address \\
5615 RG Eindhoven & 1234 ZP Uganda
%}
\end{tabular}
}
\end{small}
\end{document}