From: Chris Malone <chris.m.malone@gmail.com>
To: Andrea Crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: [BEAMER] make text fit in a slide
Date: Thu, 20 Jan 2011 11:42:32 -0500 [thread overview]
Message-ID: <AANLkTimB5joOmr5eL=qAwV69-r0Tafr1hnc4pUqFLU50@mail.gmail.com> (raw)
In-Reply-To: <m17hdzy4cv.fsf@ip1-201.halifax.rwth-aachen.de>
[-- Attachment #1.1: Type: text/plain, Size: 2949 bytes --]
Hi Andrea,
Here I can help some :).
What I have done in the past is take advantage of the fact that org-mode
will close a beamer =columns= environment if the column width is set to 0
(or 1):
------------------------------------------------------------------------------------------
** What is a Type I X-ray
Burst?
*** ignore
:BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col:
0.33
:BEAMER_env:
ignoreheading
:BEAMER_envargs:
C[t]
:END:
- Low Mass X-ray
Binaries
*** ignore
:BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col:
0.3
:BEAMER_env:
ignoreheading
:END:
- Accretion of H and/or
He
*** ignore
:BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col:
0.4
:BEAMER_env:
ignoreheading
:END:
- Ignition at base of accreted
layer
*** close columns
:BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col:
0
:BEAMER_env:
ignoreheading
:END:
*** data
:B_ignoreheading:BMCOL:
:PROPERTIES:
:BEAMER_env:
ignoreheading
:BEAMER_envargs:
C[T]
:BEAMER_col:
0.4
:END:
whatever else I want
------------------------------------------------------------------------------------------
This creates a "row" on the top of the frame that has 3 columns of widths
0.33, 0.3, and 0.4. Then to close that "row" I made the =close columns=
header with a column width of 0. The next header, =data= starts another
"row" and its column width is set to 0.4 giving room for another column to
its right if I so choose.
HTH,
Chris
On Thu, Jan 20, 2011 at 10:36 AM, Andrea Crotti
<andrea.crotti.0@gmail.com>wrote:
> chris.m.malone@gmail.com writes:
>
> > Hi Andrea,
> >
> > I stand corrected - you are getting a lot of useful information here! :-)
> >
>
> Yes true :)
> Thanks everyone, the "per frame" setting is perfect.
> And since I'm here another thing I'm not getting.
>
> If I want to have a situation like this below
>
> +----------------------+---------------------+
> | | |
> | | |
> | | |
> | | |
> | | |
> | | |
> +----------------------+---------------------+
> | |
> | |
> | |
> | |
> | |
> +--------------------------------------------+
>
>
> with two columns on top and then text, how do I achive this with
> org-beamer?
> I don't understand how to "quit" from the last environment use staying
> in the same frame...
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
[-- Attachment #1.2: Type: text/html, Size: 6225 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2011-01-20 16:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-19 22:51 [BEAMER] make text fit in a slide Andrea Crotti
2011-01-20 3:13 ` Chris Malone
2011-01-20 6:47 ` iemacs
2011-01-20 8:49 ` Andrea Crotti
2011-01-20 9:21 ` Eric S Fraga
2011-01-20 15:04 ` chris.m.malone
2011-01-20 15:36 ` Andrea Crotti
2011-01-20 16:42 ` Chris Malone [this message]
2011-01-20 17:17 ` Andrea Crotti
2011-01-20 17:35 ` Chris Malone
2011-01-20 21:12 ` Andrea Crotti
2011-01-21 9:53 ` Eric S Fraga
2011-01-21 9:53 ` Eric S Fraga
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='AANLkTimB5joOmr5eL=qAwV69-r0Tafr1hnc4pUqFLU50@mail.gmail.com' \
--to=chris.m.malone@gmail.com \
--cc=andrea.crotti.0@gmail.com \
--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).