Skip to content

Commit

Permalink
add commented out example of "out-local" setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhultgre committed Sep 16, 2016
1 parent 8fd6428 commit 58bc31c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Pandoc.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"text.html": "html",
"text.html.markdown": "markdown"
},
// use to place the output in the same directory as the curent file
// if -o or --output are set in "pandoc-arguments" this is ignored
// "out-local": true,
"pandoc-arguments": [
"-t", "pdf"
// use --latex-engine=engine where engine is
Expand Down Expand Up @@ -95,7 +98,7 @@
"text.html.markdown": "markdown",
},
"pandoc-arguments": [
"-V", "geometry:margin=1.25in",
"-V", "geometry:margin=1.25in",
"-s", "--toc", "--number-sections", "--parse-raw",
"-t", "pdf",
],
Expand Down Expand Up @@ -147,7 +150,7 @@
"-t", "beamer",
]
},

"s5 Slides": {
"scope": {
"text.html": "html",
Expand Down

0 comments on commit 58bc31c

Please sign in to comment.