-
Notifications
You must be signed in to change notification settings - Fork 347
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
tput
error message occurs when compiling with shell-escape
#143
Comments
I just checked: Using pdfLaTeX with the command below does not cause this error message.
|
The commands in TeXstudio are executed directly and not within a shell. Probably this will be the cause of the error, though I don't know how You may wrap the command in a shell. See the user manual |
Why is this issue closed? This bug still exists. I am using TeXStudio 3.1.2 on macOS 11.5.2. I have the following command saved.
Once compiled, I get the same error message as the OP (only for LuaLaTex, not pdfLaTeX).
How do we fix this? |
@j-rahman Hi, I am using texstudio 4.0.0beta2 with basictex distribution on macOS 11.5.2, and I see no errors executing
Btw, since texstudio replaces Update: Using |
@muzimuzhi The quotations are not a problem. I have exactly the same command set up with Perhaps you should try to replicate this using TeXStudio 3.1.2 instead of the beta. Also, I have the |
Update from 2023. With texstudio v4.5.2beta4 installed on macOS 12.6.3, I have to explicitly set
|
In Linux, changing |
tput
error message occurs when compiling withshell-escape
. I need this in order to take full advantage of thestandalone
package.Environment
Expected behavior
Upon compiling with LuaLaTeX and
-shell-escape
in the compile command, no error should be thrown.Actual behavior
the following error is thrown, even though everything seems to work normally:
How to reproduce
Add
-shell-escape
to the LuaLaTeX compile command:Compile a file.
The text was updated successfully, but these errors were encountered: