[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pre-PATCH] Overhaul of the LaTeX preview system
From: |
Ярослав ) |
Subject: |
Re: [Pre-PATCH] Overhaul of the LaTeX preview system |
Date: |
Wed, 18 Dec 2024 20:14:02 +0300 |
User-agent: |
mu4e 1.12.7; emacs 29.4 |
Hello everyone,
Org Mode publishing management system requires all links to svg
images
to be relative. For example, old preview system placed all the svg
images for latex preview in folder =./ltximg= and links in
the exported html file were included like that
<img
src="ltximg/org-tex-b3e4ba3053aefb6c18579185df257dd81f392ef7.svg"
... />,
all the images in the published project were handled correctly.
But in the org-latex-preview system they are exported like
<img
src="FULL-PATH-TO-IMAGES-FOLDER/org-tex-b3e4ba3053aefb6c18579185df257dd81f392ef7.svg"
.../>,
even when org-latex-preview-cache variable is set to "./preview/"
in the
relative form. Links are handled incorrently in the published
project,
and svg links on the website point to nothing on remote machine.
I don't know how to avoid absolute path naming, anyone faced this
issue?
Best wishes,
Yaroslav
- Re: [Pre-PATCH] Overhaul of the LaTeX preview system,
Ярослав ) <=