Integration with org mode? #928
Replies: 5 comments 1 reply
-
I'm curious about what exactly you're trying to achieve. Does org mode "support" TeX in some sense? |
Beta Was this translation helpful? Give feedback.
-
Well, based on a cursory scan of what looks like the org-mode latex source code, I don't see any huge red flags. It looks like the |
Beta Was this translation helpful? Give feedback.
-
it seems like my issues stem from my current configuration being rooted in
LuaLaTeX; I will report back if that changes things.
…On Fri, Sep 16, 2022 at 2:31 PM Peter Williams ***@***.***> wrote:
Well, based on a cursory scan of what looks like the org-mode latex source
code, I don't see any huge red flags. It looks like the -p option to
print the usual TeX engine output or -k to keep intermediate files might
either, or both, be needed. Is there a specific error message or problem
that you're hitting?
—
Reply to this email directly, view it on GitHub
<#928 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6P747Z6N3TG2IA4VVOI63V6TDHLANCNFSM6AAAAAAQHBVYFI>
.
You are receiving this because you authored the thread.Message ID:
<tectonic-typesetting/tectonic/repo-discussions/928/comments/3665322@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
FWIW, I am using Tectonic to render a LaTeX document generated by Org-mode, and it works well. In case you are interested in an example: https://github.com/zzamboni/vita |
Beta Was this translation helpful? Give feedback.
-
try change org-latex-pdf-process varaiable in emacs (setq
org-latex-pdf-process
'("tectonic -X compile --outdir=%o -Z shell-escape -Z continue-on-errors %f"))) |
Beta Was this translation helpful? Give feedback.
-
Has anyone integrated tectonic to be used as the export for org mode? I'm trying to do that but am struggling.
Beta Was this translation helpful? Give feedback.
All reactions