emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Emphasis on a region


From: Eric S Fraga
Subject: Re: Emphasis on a region
Date: Thu, 04 Jun 2020 12:28:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Wednesday,  3 Jun 2020 at 00:32, Berthold Lorke wrote:
> Is there a fix for this?  Enclosing each line with emphasis markers
> (like "+") doesn't fix it, as when exported every sentence in a
> paragraph would then have a space inbetween the strikethroughs.

You don't specify what your export target is.  If PDF via LaTeX, you can
always define a new environment for LaTeX and then use special blocks in
org to invoke that environment.  For instance, the following works:

--8<---------------cut here---------------start------------->8---
#+latex_header: \newenvironment{emphasis}{\em}{}

#+begin_emphasis
This is the first line.
And this is the second.
#+end_emphasis
Followed by the third.
--8<---------------cut here---------------end--------------->8---

HTH,
eric

-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc



reply via email to

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