Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from ddnomad/master
Browse files Browse the repository at this point in the history
fix for a minted "missing pygments output" error
  • Loading branch information
donRaphaco committed Apr 20, 2017
2 parents d46fc70 + 448dca5 commit e5731e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/tex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if get(g:, 'neotex_latexdiff', 0)
let b:neotex_jobexe .= fnameescape(expand('%:t')) . ' ' . s:neotex_buffer_tempname . ' > ' . s:neotex_preview_tempname . ' && '
endif

let b:neotex_jobexe .= 'pdflatex -jobname=' . fnameescape(expand('%:t:r')) . ' -interaction=nonstopmode '
let b:neotex_jobexe .= 'pdflatex -shell-escape -jobname=' . fnameescape(expand('%:t:r')) . ' -interaction=nonstopmode '
if exists('neotex_pdflatex_add_options')
let b:neotex_jobexe .= g:neotex_pdflatex_add_options . ' '
endif
Expand Down

0 comments on commit e5731e7

Please sign in to comment.