Skip to content

execute exernal programm with tectonic #1215

Description

@LuckyTurtleDev

The following code works with xelatex --shell-escape latex.tex , but not with 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions