From 30ede357e27e885286b7f62f1f455cd1032fcc80 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 2 Sep 2021 15:11:36 +0200 Subject: [PATCH] Beamer org-mode exporter setup Creates a blank presentation. --- .gitignore | 3 +++ img/rust-logo-blk.svg | 1 + rust-intro.org | 28 ++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 img/rust-logo-blk.svg create mode 100644 rust-intro.org diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86f93e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pdf +*.tex +svg-inkscape diff --git a/img/rust-logo-blk.svg b/img/rust-logo-blk.svg new file mode 100644 index 0000000..1a6c762 --- /dev/null +++ b/img/rust-logo-blk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/rust-intro.org b/rust-intro.org new file mode 100644 index 0000000..716a161 --- /dev/null +++ b/rust-intro.org @@ -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]