tom-tan / auctex-latexmk

This library adds LatexMk support to AUCTeX.
93 stars 24 forks source link

add space after -pdf option #14

Closed izahn closed 9 years ago

izahn commented 9 years ago

My previous PR omitted a space after the -pdf option, so currently if both TeX-source-correlate-mode and auctex-latexmk-inherit-TeX-PDF-mode are true the command is formatted incorrectly as latexmk -pdf--synctex=. This PR adds a space after the -pdf option to avoid this problem.

tom-tan commented 9 years ago

Thx!