-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Modifing text in latex exported document #16
Comments
Hmm, those look like they're coming from color declarations Looking at the |
Hi, this is the .tex portion corresponding to the plt.ff changes: `\section{Images} \begin{Code} Also, here is the .tex produced by the print("hello world") example ` % Created 2023-11-13 Mon 14:17 % Setup for code blocks [1/2] \usepackage{fvextra} \fvset{% % Make line numbers smaller and grey. \usepackage{xcolor} % In case engrave-faces-latex-gen-preamble has not been run. % Define a Code environment to prettily wrap the fontified code. % Support listings with captions % Setup for code blocks [2/2]: syntax highlighting colors \newcommand\efstrut{\vrule height 2.1ex depth 0.8ex width 0pt} \begin{Code} \begin{verbatim} |
Hello, I'm having some issues when exporting to latex, sometimes the exported document has extra characters in some lines.
Also, some text is added to the beginning of the document.
This text depends on the theme used, this is the output using the doom-nord-light theme (the previous screenshots used the doom-acario-light theme).
Do I have missing dependencies?
My build is GNU Emacs 29.0.91 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2023-06-01.
My export setup is:
(setq org-latex-pdf-process
'("latexmk -shell-escape -pdf -quiet -f -%latex -interaction=nonstopmode -output-directory=%o %f"))
The text was updated successfully, but these errors were encountered: