emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* *text* in headlines and export to latex
@ 2014-05-14 17:00 Seb Frank
  2014-05-14 18:19 ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Seb Frank @ 2014-05-14 17:00 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

Hi,

Latex export converts *text* to \textbf -- this doesn't work well for
headlines that get turned into section titles as these appear to be bold by
default. Is there a way to change this to \emph in headlines that get
converted to (sub)sections?

Thanks,
  Seb

[-- Attachment #2: Type: text/html, Size: 345 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *text* in headlines and export to latex
  2014-05-14 17:00 *text* in headlines and export to latex Seb Frank
@ 2014-05-14 18:19 ` Eric S Fraga
  2014-05-14 18:28   ` Seb Frank
  0 siblings, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2014-05-14 18:19 UTC (permalink / raw)
  To: Seb Frank; +Cc: emacs-orgmode@gnu.org

On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote:
> Hi,
>
> Latex export converts *text* to \textbf -- this doesn't work well for
> headlines that get turned into section titles as these appear to be bold by
> default. Is there a way to change this to \emph in headlines that get
> converted to (sub)sections?

Silly question but: can you not simply use /text/ instead in the
headlines?  Mind you, I think that bold + emph is not pretty... but
that's a personal taste issue!
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-958-g7c8559-git

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *text* in headlines and export to latex
  2014-05-14 18:19 ` Eric S Fraga
@ 2014-05-14 18:28   ` Seb Frank
  2014-05-15  7:00     ` Eric S Fraga
  2014-05-15 12:45     ` Sebastien Vauban
  0 siblings, 2 replies; 6+ messages in thread
From: Seb Frank @ 2014-05-14 18:28 UTC (permalink / raw)
  To: Seb Frank, emacs-orgmode@gnu.org

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

Yes -- but that changes it to emph (instead of alert) in beamer export.


On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote:
> > Hi,
> >
> > Latex export converts *text* to \textbf -- this doesn't work well for
> > headlines that get turned into section titles as these appear to be bold
> by
> > default. Is there a way to change this to \emph in headlines that get
> > converted to (sub)sections?
>
> Silly question but: can you not simply use /text/ instead in the
> headlines?  Mind you, I think that bold + emph is not pretty... but
> that's a personal taste issue!
> --
> : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org
> release_8.2.6-958-g7c8559-git
>

[-- Attachment #2: Type: text/html, Size: 1218 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *text* in headlines and export to latex
  2014-05-14 18:28   ` Seb Frank
@ 2014-05-15  7:00     ` Eric S Fraga
  2014-05-15 12:45     ` Sebastien Vauban
  1 sibling, 0 replies; 6+ messages in thread
From: Eric S Fraga @ 2014-05-15  7:00 UTC (permalink / raw)
  To: Seb Frank; +Cc: emacs-orgmode@gnu.org

On Wednesday, 14 May 2014 at 19:28, Seb Frank wrote:
> Yes -- but that changes it to emph (instead of alert) in beamer export.

Ah, there was no mention of beamer in your original question.  I cannot
help then other than to suggest you embed actual LaTeX in your headline.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-958-g7c8559-git

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *text* in headlines and export to latex
  2014-05-14 18:28   ` Seb Frank
  2014-05-15  7:00     ` Eric S Fraga
@ 2014-05-15 12:45     ` Sebastien Vauban
  2014-05-15 22:34       ` Seb Frank
  1 sibling, 1 reply; 6+ messages in thread
From: Sebastien Vauban @ 2014-05-15 12:45 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Seb Frank wrote:
> On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga <e.fraga-hclig2XLE9Zaa/9Udqfwiw@public.gmane.org> wrote:
>> On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote:
>>> Latex export converts *text* to \textbf -- this doesn't work well
>>> for headlines that get turned into section titles as these appear to
>>> be bold by default. Is there a way to change this to \emph in
>>> headlines that get converted to (sub)sections?
>>
>> Silly question but: can you not simply use /text/ instead in the
>> headlines?  Mind you, I think that bold + emph is not pretty... but
>> that's a personal taste issue!
>
> Yes -- but that changes it to emph (instead of alert) in beamer export.

As a side note, as both \alert and \textbf do exist in Beamer, I do
think *text* should never be translated to \alert.

That's because of that different translation between the two backends
that you see that problem only in one backend.

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: *text* in headlines and export to latex
  2014-05-15 12:45     ` Sebastien Vauban
@ 2014-05-15 22:34       ` Seb Frank
  0 siblings, 0 replies; 6+ messages in thread
From: Seb Frank @ 2014-05-15 22:34 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Is this customizable at all? I've seen some old threads where people
used @ for alert (and a hack to replace it with something else if the
\alert command didn't exist, see
http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00614.html
and http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00754.html
), but the solutions mentioned there don't seem to work with the
current version of org.

On 5/15/14, Sebastien Vauban <sva-news@mygooglest.com> wrote:
> Seb Frank wrote:
>> On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>>> On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote:
>>>> Latex export converts *text* to \textbf -- this doesn't work well
>>>> for headlines that get turned into section titles as these appear to
>>>> be bold by default. Is there a way to change this to \emph in
>>>> headlines that get converted to (sub)sections?
>>>
>>> Silly question but: can you not simply use /text/ instead in the
>>> headlines?  Mind you, I think that bold + emph is not pretty... but
>>> that's a personal taste issue!
>>
>> Yes -- but that changes it to emph (instead of alert) in beamer export.
>
> As a side note, as both \alert and \textbf do exist in Beamer, I do
> think *text* should never be translated to \alert.
>
> That's because of that different translation between the two backends
> that you see that problem only in one backend.
>
> Best regards,
>   Seb
>
> --
> Sebastien Vauban
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-15 22:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 17:00 *text* in headlines and export to latex Seb Frank
2014-05-14 18:19 ` Eric S Fraga
2014-05-14 18:28   ` Seb Frank
2014-05-15  7:00     ` Eric S Fraga
2014-05-15 12:45     ` Sebastien Vauban
2014-05-15 22:34       ` Seb Frank

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).