emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Re: how to export red colored TeX to latex
Date: Tue, 30 Nov 2021 18:11:28 +0100	[thread overview]
Message-ID: <87y255pnzz.fsf@mat.ucm.es> (raw)
In-Reply-To: 87bl21vazj.fsf@posteo.net

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]


> Hi,
> Uwe Brauer writes:


> Not exactly related, but if it helps, I have defined this custom link
> for colored text segments:

> (NB: I apply two colors for `:face', because normally I use two themes,
> one clear for the day and another dark for the night hours: when my dark
> theme is active, apply a background color. But you can simplify that part to
> your liking):

> (org-link-set-parameters "color"
> 			  ;; :display 'full
> 			   :face (lambda (path) (when path
> 						  (if (string= (face-attribute 'default :background) "#282c34")
> 						      `(:foreground ,path :background "#F5f5f5")
> 						    `(:foreground ,path))))
> 			   :export (lambda (path desc format)
> 				     (cond
> 				      ((eq format 'latex)
> 				       (concat
> 					"\\textcolor{"
> 					path
> 					"}{" desc "}"))
> 				      ((eq format 'html)
> 				       (format "<span
>                                        style=\"color:%s;\">%s</span>"
>                                        path desc)))))

> The link would then look like this, adapting John's solution using a
> LaTeX export snippet:

> [[color:red][@@latex:$\delta \phi = \frac{2 m}{R}$@@]]

Thanks, right now, I don't need links but it is good to know that there is a way to use them.

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

  reply	other threads:[~2021-11-30 17:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30 16:28 how to export red colored TeX to latex Uwe Brauer
2021-11-30 16:30 ` John Kitchin
2021-11-30 16:46   ` Uwe Brauer
2021-11-30 16:56 ` Juan Manuel Macías
2021-11-30 17:11   ` Uwe Brauer [this message]
2021-11-30 17:43     ` Juan Manuel Macías
2021-12-01  6:28   ` Eric S Fraga
2021-12-01 15:00     ` Juan Manuel Macías
2021-12-01 15:02       ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y255pnzz.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).