We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code works with xelatex --shell-escape latex.tex , but not with tectonic -Z shell-escape latex.tex
xelatex --shell-escape latex.tex
tectonic -Z shell-escape latex.tex
\documentclass{report} \begin{document} fooo baaa\\ %\input{|"uname -a"} \input|"ls" \end{document}
Tectonic returns the following:
Running TeX ... warning: latex.tex:7: piped inputs from external commands are not implemented in Tectonic error: failed to open input file "|ls"
The warning says piped inputs are not implemented. Are there any alternatives for this in tecontic?
The text was updated successfully, but these errors were encountered:
I don't think so, at least not yet. iirc this used to work before (#859), but may have been broken with a recent Rust rewrite.
Sorry, something went wrong.
No branches or pull requests
The following code works with
xelatex --shell-escape latex.tex
, but not withtectonic -Z shell-escape latex.tex
Tectonic returns the following:
The warning says piped inputs are not implemented. Are there any alternatives for this in tecontic?
The text was updated successfully, but these errors were encountered: