Skip to content
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

Errors using SateTeX with AUCTeX #77

Open
TMueller83 opened this issue Aug 14, 2023 · 0 comments
Open

Errors using SateTeX with AUCTeX #77

TMueller83 opened this issue Aug 14, 2023 · 0 comments

Comments

@TMueller83
Copy link

I'm using sage-shell-mode-20230710.913 from MELPA together with auctex-13.2.1 on Emacs 29.1. As described in the documentation of sage-shell-mode I have put the following line in my configuration file:

(setq sage-shell-sagetex:auctex-command-name "LaTeX")

When compiling a tex-file using sage-shell-sagetex:compile-current-file I get the following error messages:

error in process filter: TeX-command-expand: Wrong type argument: listp, TeX-master-file
error in process filter: Wrong type argument: listp, TeX-master-file

When I do not set sage-shell-sagetex:auctex-command-name and instead use

;; (setq sage-shell-sagetex:auctex-command-name "LaTeX")
(setq sage-shell-sagetex:latex-command
      "pdflatex -shell-escape -interaction=nonstopmode")

then the compilation of a TeX-file with sagemath commands works fine, so I assume the problem is with the AUCTeX integration of sage-shell-mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant