Skip to content

Instantly share code, notes, and snippets.

@kjhealy
Created January 25, 2011 16:03
Show Gist options
  • Save kjhealy/795116 to your computer and use it in GitHub Desktop.
Save kjhealy/795116 to your computer and use it in GitHub Desktop.
Sample header for org-mode file to be processed with xelatex
#+TITLE: My Paper
#+AUTHOR: Jane Doe
#+DATE: January, 2011
#+OPTIONS: toc:nil num:nil
#+LATEX_CMD: xelatex
#+LATEX_HEADER: \setsansfont[Mapping=tex-text, BoldFont={Unit-Bold}, ItalicFont={Unit-Regular}]{Unit-Bold}
#+LATEX_HEADER: \setmonofont[Mapping=tex-text,Scale=MatchLowercase]{PragmataPro}
#+LATEX_HEADER: \setromanfont[Mapping=tex-text,Numbers=OldStyle]{Charis SIL}
** Introduction
This is my paper.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment