Skip to content

Instantly share code, notes, and snippets.

@briandk
Last active March 28, 2016 05:01
Show Gist options
  • Save briandk/31505cfd2c0609aa496a to your computer and use it in GitHub Desktop.
Save briandk/31505cfd2c0609aa496a to your computer and use it in GitHub Desktop.
Trying to get pandoc to play nice with the acm sig-alternate style in latex
---
title: "Not the actual title of my manuscript"
author: "Blinded for Review"
date: "March 20, 2016"
abstract: This is the abstract
geometry: paperwidth=8.5in paperheight=11in
output:
pdf_document:
md_extensions: +implicit_figures +grid_tables +fenced_code_blocks +fenced_code_attributes +raw_tex
keep_tex: true
highlight: "tango"
pandoc_args: [
--smart
]
---
# Section 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment