Last active
March 28, 2016 05:01
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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