Skip to content

Instantly share code, notes, and snippets.

@jonsterling
Created February 21, 2010 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonsterling/310490 to your computer and use it in GitHub Desktop.
Save jonsterling/310490 to your computer and use it in GitHub Desktop.
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[letterpaper, 12pt]{article}
\usepackage{amsmath,amsfonts,amssymb,fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Adobe Caslon Pro}
\title{\Large\sc title goes here}
\author{Jonathan M. Sterling}
\date{}
\begin{document}
\maketitle
\thispagestyle{empty}
\begin{abstract}
It's called an abstract, yo.
\end{abstract}
\section{Introduction}
My document text goes here.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment