Seems ok to me. Great !
Fabrice
2012/9/4 Nicolas Goaziou
> Fabrice Popineau writes:
>
> >> Interesting. What about providing an "againframe" environment (on par
> >> with "appendix", "note", etc.)?
> >>
> >> It would use "BEAMER_act" property to set the overlay specification, and
> >> a "BEA
Fabrice Popineau writes:
>> Interesting. What about providing an "againframe" environment (on par
>> with "appendix", "note", etc.)?
>>
>> It would use "BEAMER_act" property to set the overlay specification, and
>> a "BEAMER_ref" property using link syntax to refer to a particular
>> section. Her
>
> Interesting. What about providing an "againframe" environment (on par
> with "appendix", "note", etc.)?
>
> It would use "BEAMER_act" property to set the overlay specification, and
> a "BEAMER_ref" property using link syntax to refer to a particular
> section. Here's an example:
>
>
That would
Fabrice Popineau writes:
> Well, thanks for this It solves an easy case that has already asked for in
> the past.
> Now I can do :
>
> * section
> ** My frame title :B_frame:
> :PROPERTIES:
> :BEAMER_opt: label=tcs
> :BEAMER_env: frame
> :END:
>
> Some text. Some text. Some t
>
> > Unfortunately, the new latex/beamer exporter does not seem to check that
> > the user may have wanted to put his/her
> > own label on a frame and it adds its own label to the user defined one.
> > It is not that difficult to patch org-e-beamer--format-frame to avoid
> > adding label when the
Hello,
Fabrice Popineau writes:
> I'm trying to reference a slide using the beamer new exporter.
> Each frame gets its own label automagically (sec-#-##).
> Is there a way to reference those labels later on ? Using emacs-lisp ?
> Or ?
You refer to these labels when you create an internal link (
Hi all,
I'm trying to reference a slide using the beamer new exporter.
Each frame gets its own label automagically (sec-#-##).
Is there a way to reference those labels later on ? Using emacs-lisp ? Or ?
I tried another way to solve my problem and wanted to define my own label
on a frame :
** My