shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.46k stars 173 forks source link

pandoc PDF output issue #1552

Open wayne2000 opened 6 years ago

wayne2000 commented 6 years ago

Hi shd101wyy, I just began to use this great tool, but met one issue on pandoc PDF generating. MPE: 0.15.6 pandoc: 2.2.1 atom: 1.27.2 x64 Debian

This command runs well in console. pandoc -f markdown-raw_tex+tex_math_single_backslash -o my_spec.pdf --pdf-engine=pdflatex my_spec.md

But I always got "Error: invalid document type" in MPE. Something I missed?

wayne2000 commented 6 years ago

title: "The Specification" author: Wei date: July 15, 2018 output: pdf_document