Closed meefen closed 7 years ago
I should have set the render
parameter to local
. It fixed the issue. Thanks.
bookdown::publish_book(name = "foo", account = "bar", render = "local")
You are right. The LaTeX support on bookdown.org is still not good enough. You cannot really build the book on the server side when the output format is PDF. Other output formats should be fine.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
I was running
bookdown::publish_book(name = "foo", account = "bar", render = "server")
to publish a draft book and ran into the following error. Execution halted at the pandoc line and there was a warning about latexmk. Any suggestions?Tex Live version is current (i.e., 2016).
Session Info: