emacs-orgmode
[Top][All Lists]
Advanced

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

Re: equal syntax highlighting for publishing code blocks to html and pdf


From: Johannes Brauer
Subject: Re: equal syntax highlighting for publishing code blocks to html and pdf
Date: Sat, 29 Feb 2020 10:55:06 +0000

In the meantime I figure out these two options, too. But I decided the effort seems to high for me. Especially as emacs an minted use different syntactic categories.

Johannes

Am 01.02.2020 um 14:50 schrieb John Kitchin <address@hidden>:

My guess is you have two options:

1. Customize the colors in minted to match what is on your screen. I am pretty sure that code in html looks very much like what is on your screen. This might be an entry point to customizing minted style. https://tex.stackexchange.com/questions/131456/customize-comment-color-in-minted-style

2. Customize the faces emacs uses for syntax highlighting to match the look in minted.

either way, I don't see a simple way to have a common theme between them, and they will probably always have some minor differences. It might be easier to hack a new exporter for src blocks that turns the htmlized code into latex markup perhaps. 

John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803


On Sat, Feb 1, 2020 at 4:28 AM Bastien <address@hidden> wrote:
Hi Johannes,

Johannes Brauer <address@hidden> writes:

> Frequently I publish org-mode documents containing source code blocks
> to html (htmlize) and pdf (minted). I would like to see the same
> colors in both export types. But
> I cannot figure out, what’s the best way to achieve this.
>
> Has anyone solved this problem? Are there any hints?

I don't know how to do this and I guess it's difficult.

If you find a solution, please mention it here, others may be
interested.

Thanks!

--
 Bastien



reply via email to

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