flashcard-examples/business_cards.tex

41 lines
657 B
TeX

\documentclass[10pt,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fourier}
\usepackage[
left=0.75in,
right=0.75in,
top=0.5in,
bottom=0.5in,
]{geometry}
\usepackage{elzcards}
\author{Kenneth John Odle}
\begin{document}
\BusinessCard{
\centering
\vspace*{\stretch{1}}
{\Large Kenneth John Odle}\\
\vspace*{5mm}
\LaTeX{} Wizard
\vspace*{\stretch{1}}
}[
\centering
\vspace*{\stretch{1}}
Phone: 555-123-4567\\
Email: ken@\LaTeX{}wizards.net\\
\vspace*{\stretch{1}}
]
\MakeBC[
rows=5,
columns=2,
segment length=0mm,
]
\end{document}