Beamer org-mode exporter setup
Creates a blank presentation.
This commit is contained in:
commit
30ede357e2
3 changed files with 32 additions and 0 deletions
28
rust-intro.org
Normal file
28
rust-intro.org
Normal file
|
@ -0,0 +1,28 @@
|
|||
#+STARTUP: beamer
|
||||
#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline
|
||||
#+OPTIONS: author:t broken-links:nil c:nil creator:nil
|
||||
#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:t
|
||||
#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
|
||||
#+OPTIONS: timestamp:t title:t toc:t todo:t |:t
|
||||
#+TITLE: \includesvg[height=.25\textheight]{img/rust-logo-blk}\newline An introduction to Rust
|
||||
#+DATE: \today
|
||||
#+AUTHOR: \href{mailto:finga@onders.org}{finga}
|
||||
#+EMAIL: finga@onders.org
|
||||
#+SUBTITLE: A language empowering everyone to build reliable and efficient software.
|
||||
#+DESCRIPTION:
|
||||
#+LANGUAGE: en
|
||||
#+KEYWORDS: rust programming
|
||||
#+SELECT_TAGS: export
|
||||
#+EXCLUDE_TAGS: noexport
|
||||
#+CREATOR: Emacs 26.1 (Org mode 9.1.9)
|
||||
|
||||
#+OPTIONS: H:2
|
||||
#+LATEX_CLASS: beamer
|
||||
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
|
||||
#+LATEX_HEADER: \usepackage{svg}\hypersetup{colorlinks=true,linkcolor=black,urlcolor=gray}
|
||||
#+BEAMER_THEME: Frankfurt
|
||||
#+BEAMER_COLOR_THEME: seagull
|
||||
#+BEAMER_FONT_THEME:
|
||||
#+BEAMER_INNER_THEME:
|
||||
#+BEAMER_OUTER_THEME:
|
||||
#+LaTeX_CLASS_OPTIONS: [smaller]
|
Loading…
Add table
Add a link
Reference in a new issue