From: Spike Spiegel <fsmlab@gmail.com> To: emacs-orgmode@gnu.org Subject: questions about exporting to latex using beamer documentclass Date: Sun, 5 Jul 2009 00:31:41 +0100 [thread overview] Message-ID: <ab777dfe0907041631j153af9bcr24fff82f3f5feccc@mail.gmail.com> (raw) Hi, I have the following in my .emacs: (add-to-list 'org-export-latex-classes '("beamer" "\\documentclass[11pt]{beamer} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage{hyperref} \\usepackage{verbatim} \\usetheme{Singapore} \\usecolortheme{dove}" ("\\begin{frame}{%s}" "\\end{frame}" "\\begin{frame}{%s}" "\\end{frame}"))) and I'm having a hard time to figure out the solution to the following problems: - there are no "section/subsection" tex commands added before the frame one and I don't see how to add it in there since a section and subsection can be in the same frame - I'm in the situation that I need to pass options to an image (\includegraphics) in a frame's title (frames are beamer's idea of slide). Based on the docs it seems I should be doing something like "#+ATTR_LaTeX: width=5cm,angle=90" but I can't put that within a headline before the image and it won't work if I put it before it because it'll end up outside of the frame - I also need to include an image in the titlepage but I don't see any way to override \maketitle other than maybe renewcommand'ing it, which I tried with #+LaTeX_HEADER, but kept getting errors, altho that might have been me. While poking around I noticed org-export-latex-title-command in org-latex.el but I'm unsure how I'd use that to achieve my goal. On a side note, a little feature request: would it be possible to produce an indented tex file? post editing is otherwise quite painful thanks -- "Behind every great man there's a great backpack" - B.
next reply other threads:[~2009-07-04 23:31 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <fsmlab@gmail.com> 2009-07-04 23:31 ` Spike Spiegel [this message] 2009-07-05 1:34 ` Nick Dokos 2009-07-05 3:40 ` Nick Dokos 2009-07-05 11:52 ` Spike Spiegel 2009-07-05 15:24 ` Nick Dokos 2009-07-05 15:38 ` Nick Dokos 2009-07-05 16:40 ` Nick Dokos 2009-07-06 16:24 ` Carsten Dominik 2009-07-05 21:25 ` Russell Adams
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=ab777dfe0907041631j153af9bcr24fff82f3f5feccc@mail.gmail.com \ --to=fsmlab@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: questions about exporting to latex using beamer documentclass' \ /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
Code repositories for project(s) associated with this 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).