emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Loris Bennett" <loris.bennett@fu-berlin.de>
To: emacs-orgmode@gnu.org
Subject: Re: Ragged Left in Beamer Export?
Date: Thu, 15 May 2014 12:21:07 +0200	[thread overview]
Message-ID: <87r43vcpgs.fsf@hornfels.zedat.fu-berlin.de> (raw)
In-Reply-To: 87d2ffpexg.fsf@ucl.ac.uk

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> On Thursday, 15 May 2014 at 10:27, Loris Bennett wrote:
>> Hi,
>>
>> I am trying the following:
>>
>>
>> #+BEGIN_QUOTE
>> "Getting ragged-left text in a Beamer presentation exported from Org does not
>> seem as easy as I expected."
>> #+END_QUOTE
>>
>> #+BEGIN_LaTeX
>> \begin{raggedleft}
>> From "Loris' Adventures in Orgland"
>> \end{raggedleft}
>> #+END_LaTeX
>>
>>
>> This seems to get exported to the latex file OK, but the text after the
>> quote is justified left in the final Beamer PDF.
>>
>> What am I doing wrong?
>
> The ragged left only takes place when a paragraph ends so simply put
> "\par" before the end:
>
> #+begin_src org
>   ,#+BEGIN_LaTeX
>   \begin{raggedleft}
>   From "Loris' Adventures in Orgland"
>   \par\end{raggedleft}
>   ,#+END_LaTeX
> #+end_src
>
> Your code might look better this way, by the way:
>
> #+begin_src org
>   ,#+latex: \begin{raggedleft}
>   From "Loris' Adventures in Orgland"
>   ,#+latex: \par\end{raddedleft}
> #+end_src
>
> as you can then use org syntax on the text elements.
>
> HTH,
> eric

Thanks, Eric, that did the trick.

The hint regarding 

#+LaTeX:

is also useful - I had forgotten about that possibility and your point
about being able to use Org syntax on the text is a good one.

I tried searching for some relevant documentation on "#+LaTeX:", but
failed to find anything other that the Easy Template (Google's
"verbatim" search seems to use a different definition of "verbatim" to
mine).  Maybe it should be mentioned in the manual somewhere in the
chapter "Embedded LaTeX".

Cheers,

Loris

-- 
This signature is currently under construction.

      reply	other threads:[~2014-05-15 10:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-15  8:27 Ragged Left in Beamer Export? Loris Bennett
2014-05-15  9:30 ` Eric S Fraga
2014-05-15 10:21   ` Loris Bennett [this message]

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=87r43vcpgs.fsf@hornfels.zedat.fu-berlin.de \
    --to=loris.bennett@fu-berlin.de \
    --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).