Initial commit (just business cards)
This commit is contained in:
commit
cf099370a4
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
Covers
|
||||
*bklt*
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.dvi
|
||||
*.odt
|
||||
metric*
|
||||
*.mx1
|
||||
*.abc
|
||||
*.bak
|
||||
*wc*
|
||||
*drafts*
|
||||
/build/*
|
||||
*/build/*
|
||||
*/spoken/*
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.pdf
|
41
business_cards.tex
Normal file
41
business_cards.tex
Normal file
@ -0,0 +1,41 @@
|
||||
\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}
|
Loading…
Reference in New Issue
Block a user