emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beamer \usebackgroundtemplate - better solution?
@ 2016-05-02 10:02 Rainer M Krug
  0 siblings, 0 replies; 2+ messages in thread
From: Rainer M Krug @ 2016-05-02 10:02 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1627 bytes --]


Hi

I am using the following structure for \usebackgroundtemplate in Beamer:

--8<---------------cut here---------------start------------->8---
*** Overview of The Case Study
:PROPERTIES:
:header-args: :eval never-export 
:header-args+: :file-ext pdf
:END:
#+LATEX: {
#+LATEX: \usebackgroundtemplate{

#+ATTR_LATEX: :width 1\paperwidth :height 1\paperheight :options keepaspectratio
     [[./bramble2.jpg]]
#+LATEX: }

**** Some slide
  - one
  - two
  - three

*** 
#+LATEX: }
--8<---------------cut here---------------end--------------->8---

which works, but I don't like it that much because of the disconnected
nature of the beginning (in the header Overview...) and the closing
bracket (in the header without text). Also, this header without text is
rather fragile, as using tab on it, indents the header and does not fold
(cursor has to be on the stars to fold).

I assume that I can use org-beamer-environments-extra, but I don't
really see how (I would like to have the image as an argument).

I saw http://orgmode.org/worg/exporters/beamer/ox-beamer.html but this
does not help me with using the image as an argument.

Any suggestions?

Thanks,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug

PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Beamer \usebackgroundtemplate - better solution?
       [not found] <966ba0f4f7e34b8cb656ed3c6c9ab09f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2016-05-02 17:33 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2016-05-02 17:33 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode@gnu.org

On Monday,  2 May 2016 at 10:02, Rainer M Krug wrote:
> Hi
>
> I am using the following structure for \usebackgroundtemplate in Beamer:

[...]

> which works, but I don't like it that much because of the disconnected
> nature of the beginning (in the header Overview...) and the closing
> bracket (in the header without text). Also, this header without text is
> rather fragile, as using tab on it, indents the header and does not fold
> (cursor has to be on the stars to fold).

Could you use headings that are ignored to make the layout more obvious?
I do the following in documents, for instance:


--8<---------------cut here---------------start------------->8---
** (new page)    :ignoreheading:
#+latex: \newpage
--8<---------------cut here---------------end--------------->8---

with an appropriate filter that removes the headline with the
ignoreheading tag from the export.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-739-g789412

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-02 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02 10:02 Beamer \usebackgroundtemplate - better solution? Rainer M Krug
     [not found] <966ba0f4f7e34b8cb656ed3c6c9ab09f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-02 17:33 ` Eric S Fraga

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).