Skip to content

Instantly share code, notes, and snippets.

@benizar
Created October 11, 2013 10:40
Show Gist options
  • Save benizar/6932774 to your computer and use it in GitHub Desktop.
Save benizar/6932774 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{hyperref}
\usepackage[absolute,showboxes,verbose,overlay]{textpos}
\usepackage{geometry}
\geometry{paperwidth=90mm, paperheight=45mm, layoutwidth=90mm, layoutheight=45mm, left=0mm, top=0mm, right=0mm, bottom=0mm}
\usetheme{default}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{background canvas}{\includegraphics[height=\paperheight]{background.png}}
\begin{document}
\frame{
\begin{columns}
\begin{column}{35mm}
\includegraphics[width=44mm]{gischips_logo.png}
\end{column}
\begin{column}{40mm}
\color{white}{Asociación\\ \vspace{1mm} \huge{GIS \& Chips}}
\normalsize
\vspace{1mm}
\line(1,0){80}
\vspace{-1mm}
\color{white}{Geografía útil para llevar}
\end{column}
\end{columns}
\vspace{-1mm}
\normalsize
\color{black}{\hspace{5mm}\line(1,0){220}\\ \hspace{2mm} \url{www.gisandchips.org} \hspace{3mm} \url{info@gisandchips.org}}
}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment