Last active
September 7, 2015 18:17
-
-
Save dansheffler/7637f985b50d37946897 to your computer and use it in GitHub Desktop.
Pandoc Class Info in LaTeX
This file contains hidden or 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
--- | |
author: Dan Sheffler | |
title: Example Title | |
class: PHI 735 | |
semester: Fall 2015 | |
--- |
This file contains hidden or 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
\noindent $if(author)$$author$$endif$\\ | |
$if(title)$$title$$endif$\\ | |
$if(class)$$class$$endif$\\ | |
$if(semester)$$semester$$endif$\\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment