Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save file and open in Latex at the same time. Create LaTeX output template or for HTML 5. #40

Open
excetara2 opened this issue Apr 11, 2016 · 1 comment

Comments

@excetara2
Copy link

Create the below thing to output to latex but can I specify this to save to file as well as open the buffer or is that not possible?

I assume if I put latex in the file list at the end it will always save the file but I want it to save and open.

"LaTeX": {
        "new-buffer": 1,
        "scope": {
          "text.html.markdown": "markdown"
        },
        "syntax_file": "Packages/LaTeX/LaTeX.tmLanguage",
        "pandoc-arguments": [
          "-t", "latex",
          "--natbib",
          "--bibliography=/Users/big/Dropbox/Research/MyWork/Bibtex/library.bib",
          "--template=/Users/big/Dropbox/SyncedPrograms/pandoc/pandoc-templates/default.latex",
        ]
      },
@tbfisher
Copy link
Owner

currently can either output to file OR buffer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants