emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Fabrice Niessen <fni-news-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Change color for two words in LaTeX export using cologr package?
Date: Mon, 27 Jul 2015 11:09:18 +0200	[thread overview]
Message-ID: <86k2tmm0g1.fsf@example.com> (raw)
In-Reply-To: m24mktzn50.fsf@krugs.de

Hello,

Rainer M Krug <Rainer-vfylz/Ys1k4@public.gmane.org> writes:
> Eric S Fraga <e.fraga-hclig2XLE9Zaa/9Udqfwiw@public.gmane.org> writes:
>> On Friday, 24 Jul 2015 at 15:07, Rainer M Krug wrote:
>>> In an org document, I want to change the text colour of two words
>>> {\color{red} red line } to red in a sentence and the rest should be
>>> normal colour.
>>>
>>> I am missing something, as this changes the text colour for the rest
>>> of the sentence into red. How can I only change the colour of the
>>> two words?
>>
>> I usually do this type of thing as follows:
>>
>> #+latex: {\color{red}
>> red line
>> #+latex: }
>>
>> which allows for org-isms in the text.  Alternatively, you could do:
>>
>> ... @@latex:{\color{red} red line}@@
>>
>> if you don't need to use org syntax within the {}.
>
> Thanks - I will try it out on Monday. But it looks good.

Or, use a macro "color"...

I've begun writing such generic macros for basic and advanced formatting
(see [1]), though they are currently limited to the HTML backend:

  #+MACRO: color @@html:<span style="color: $1">$2</span>@@

I'll update that particular one in the coming hours or days.

Best regards,
Fabrice

Footnotes:

[1] https://github.com/fniessen/org-macros

-- 
Fabrice Niessen
Leuven, Belgium
http://www.pirilampo.org/

  reply	other threads:[~2015-07-27  9:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-24 13:07 Change color for two words in LaTeX export using cologr package? Rainer M Krug
2015-07-24 13:39 ` Eric S Fraga
2015-07-24 13:43   ` Rainer M Krug
2015-07-27  9:09     ` Fabrice Niessen [this message]
2015-07-27  9:13       ` Rasmus

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=86k2tmm0g1.fsf@example.com \
    --to=fni-news-ta4hmop+1whrz44/dzwexq@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).