Skip to content

Commit

Permalink
remove windows-specific default settings, add comment instead -- fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbfisher committed Aug 21, 2016
1 parent 1d1e4a3 commit 799b597
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Pandoc.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
// pdflatex|lualatex|xelatex. This may need to be specified with a
// full path, e.g. on a mac with BasicTeX
// "--latex-engine=/usr/texbin/pdflatex"
// or on Windows with MiKTeX
// "--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"
// if -o or --output missing, will write to a temporary file
// "--output=~/Downloads/output.pdf"
]
Expand All @@ -96,7 +98,6 @@
"-V", "geometry:margin=1.25in",
"-s", "--toc", "--number-sections", "--parse-raw",
"-t", "pdf",
"--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"
],
},

Expand All @@ -108,8 +109,7 @@
"pandoc-arguments": [
"-s", "--toc", "--number-sections", "--parse-raw",
"-t", "pdf",
"--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"
],
],
},

"HTML TOC": {
Expand Down Expand Up @@ -145,7 +145,6 @@
},
"pandoc-arguments": [
"-t", "beamer",
"--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"
]
},

Expand All @@ -156,7 +155,6 @@
},
"pandoc-arguments": [
"-t", "slidy", "-s", "--self-contained",
"--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"
]
},
},
Expand Down

0 comments on commit 799b597

Please sign in to comment.