emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org aaccbb2f98 1/2: ob-latex: Export the full area of t


From: ELPA Syncer
Subject: [elpa] externals/org aaccbb2f98 1/2: ob-latex: Export the full area of the drawing
Date: Thu, 3 Nov 2022 03:57:56 -0400 (EDT)

branch: externals/org
commit aaccbb2f987e80190cfb7ca0cb87d2546455a468
Author: Rudolf Adamkovič <salutis@me.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ob-latex: Export the full area of the drawing
    
    * lisp/ob-latex.el (org-babel-latex-pdf-svg-process): Add the argument
    -D (--export-area-drawing) to avoid sub-point cuts on hi-DPI screens,
    where Inkscape sometimes cuts off a single physical pixel from the
    exported drawing.
---
 lisp/ob-latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el
index a86699e229..c39c9c5d3b 100644
--- a/lisp/ob-latex.el
+++ b/lisp/ob-latex.el
@@ -110,7 +110,7 @@ exporting the literal LaTeX source."
   :type 'function)
 
 (defcustom org-babel-latex-pdf-svg-process
-  "inkscape --pdf-poppler %f -T -l -o %O"
+  "inkscape --pdf-poppler %f -D -T -l -o %O"
   "Command to convert a PDF file to an SVG file."
   :group 'org-babel
   :type 'string)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]