emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [beamer] What is the easiest way to inject latex code between bl


From: John Hendy
Subject: Re: [O] [beamer] What is the easiest way to inject latex code between block environments?
Date: Tue, 17 Apr 2012 20:23:26 -0500

On Tue, Apr 17, 2012 at 8:19 PM, John Hendy <address@hidden> wrote:
> On Tue, Apr 17, 2012 at 8:08 PM, Mikhail Titov <address@hidden> wrote:
>> Hello!
>>
>> I would like to explicitly define heights for columns that contain blocks to 
>> be able to use \vfill [1] in-between blocks. And here comes the problem. I 
>> kind of need to inject
>>
>> #+latex: \vfill
>>
>> before new block
>>
>> ** block2
>>
>> but after \end{block} was emitted, not before. Is there an easy way to 
>> approach that?
>
> Everything in org-mode gets treated as belonging to the parent
> headline. I don't think there's an easy way to do this except by
> tweaking the .tex file after export and re-compiling via LaTeX
> directly.
>
> I could be wrong, but I believe it's the same principle as why the
> answer to these questions is "No":
> -- http://orgmode.org/worg/org-faq.html#closing-outline-sections
>
> In other words... everything is always in some headline and what
> you're trying to do is escape a headline to enter text in kind of a
> "no man's land." Sorry to say, I don't think it's possible.
>

Actually, I was picturing doing this in between /frames/, not blocks.
Since you're in a frame, you can just write the LaTeX syntax directly
inside of your frame headline?

-------------------
* Frame 1
\begin{block}{Block 1}
stuff
\end{block}

\vfill

\begin{block}{Block 2}
more stuff
\end{block}

** Frame 2
------------------

What about that?

John

>
> Best regards,
> John
>
>>
>> [1] 
>> http://tex.stackexchange.com/questions/15244/why-does-vfill-not-work-inside-a-beamer-column
>>
>> Mikhail
>>
>>
>>
>>



reply via email to

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