Skip to content

Instantly share code, notes, and snippets.

View alexkrolick's full-sized avatar
🎩
Open for consulting gigs!

Alex Krolick alexkrolick

🎩
Open for consulting gigs!
View GitHub Profile
@alexkrolick
alexkrolick / template.tex
Last active December 21, 2015 22:08
Basic LaTex template
\documentclass[11pt,letterpaper]{article}
%DOCUMENT INFORMATION
\title{Document Title}
\author{First Author Name \and Second Author Name}
\date{\today}
%PACKAGES
\usepackage{graphicx} % for images
\usepackage{fullpage} % 1" margins
@alexkrolick
alexkrolick / embed.tex
Last active December 21, 2015 21:59
How to attach a .tex source file to a PDF generated via pdflatex.
\usepackage{embedfile} % for attaching the .tex file to the PDF
\embedfile{\jobname.tex} % embed the source