Skip to content

Instantly share code, notes, and snippets.

@benizar
Last active December 25, 2015 06:29
Show Gist options
  • Save benizar/6932780 to your computer and use it in GitHub Desktop.
Save benizar/6932780 to your computer and use it in GitHub Desktop.
This template is composed by three .tex files (businessCard.tex, businessCard_back.tex and businessCardx10.tex) for preparing a basic layout. Want more info? Visit our www.gisandchips.org blog (http://www.gisandchips.org/2011/11/06/business-card-de-gischips-en-latex-3/)
% GIS&Chips nice business card
% By Benito M. Zaragozí
% Version 0.1 released 02/11/2011
% Further releases in: www.gisandchips.org
% This template is composed by three .tex files (businessCard.tex, businessCard_back.tex and businessCardx10.tex) for preparing a basic layout.
\documentclass{beamer}
\usepackage[utf8x]{inputenc}
\usepackage[spanish]{babel}
\usepackage{geometry}
\geometry{margin=2mm, paperwidth=90mm, paperheight=45mm}
\usetheme{default}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{background canvas}{\hspace{2mm} \includegraphics[height=41.5mm]{mapbackground.png}}
\begin{document}
\frame{
\vspace{-1.5mm}
\colorbox{white}{GIS\&Chips en la Universidad de Alicante}\\
\vspace{31mm}
\begin{flushright}
\colorbox{white}{\tiny {\url{www.openstreetmap.org}}}
\end{flushright}
}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment