Add an 'engine_args' option similar to tinytex's.#185
Open
EmmanuelCharpentier wants to merge 1 commit intodaqana:masterfrom
Open
Add an 'engine_args' option similar to tinytex's.#185EmmanuelCharpentier wants to merge 1 commit intodaqana:masterfrom
EmmanuelCharpentier wants to merge 1 commit intodaqana:masterfrom
Conversation
rstub
requested changes
Sep 28, 2018
Member
rstub
left a comment
There was a problem hiding this comment.
Thanks for the contribution. Can you please remove the white-space / formatting changes, e.g. in R/tikz.R? That way the PR would be easier to evaluate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue #172 reported the difficulties to use
tikzDevicein a \LaTeX file using packages needing the-shell-escapeoption to {pdf|xe|lua}latex in order to access the filesystem and system commands.This patch request implements a solution to issue #172. it adds an argument
engine_argssimilar to the one present in tinytex, with a corresponding global optiontikzEngineArgs.This patch request passes
R CMD check --as-cran. I have installed it on R 3.4.4 and 3.5.1.Of note : this is not sufficient to use it transparently for use with
knitr; in order to use t transparently, you also tave to settinytex.engine_argsto the same-shell-escapevalue. I think that this is a bug in the way my system (emacs) invokes the various compilers, an consider it a different problem.Home this helps...