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

I cant render pdf #7

Open
bryanmaina opened this issue Jul 26, 2014 · 5 comments
Open

I cant render pdf #7

bryanmaina opened this issue Jul 26, 2014 · 5 comments

Comments

@bryanmaina
Copy link

I just did an installation of this plugin and this is what happens when I try to render with
RMarkdown pdf -latex_engine="xelatex", -toc=True
What did I miss to get this error??
Thanks for the help and sorry for my English.

vim-rmarkdown-render-fail

and this what I got with
RMarkdown pdf latex_engine="xelatex", toc=True
vim-rmarkdown-render-fail-2

@fmoralesc
Copy link
Member

Sorry for not responding earlier. It seems the arguments to the
pdf_document are not being passed correctly. Will check.

On 7/25/14, Kobibr notifications@github.com wrote:

I just did an installation of this plugin and this is what happens when I
try to render.
What did I miss to get this error??
Thanks for the help and sorry for my English.

vim-rmarkdown-render-fail


Reply to this email directly or view it on GitHub:
#7

@bryanmaina
Copy link
Author

Thanks for the response.

@fmoralesc
Copy link
Member

I should have noticed this earlier. The problem is the comma after "xelatex", it is not needed and messes up the argument parser. Should be:

RMarkdown pdf -latex_engine="xelatex" -toc=True

@fmoralesc
Copy link
Member

No, I was wrong. Forgot we use commas for separating arguments in some cases.

@bryanmaina
Copy link
Author

Thank's! I ll try this.

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

No branches or pull requests

2 participants