In the beginning there was...
.. not much but the default and the beamer template.
This commit is contained in:
commit
4e7d4c0dc5
2 changed files with 33 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/rust_web.pdf
|
||||
/rust_web.tex
|
31
rust_web.org
Normal file
31
rust_web.org
Normal file
|
@ -0,0 +1,31 @@
|
|||
#+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: rust, rocket and diesel
|
||||
#+SUBTITLE: web apps with rust
|
||||
#+DESCRIPTION: An introduction to rust, rocket and diesel.
|
||||
#+KEYWORDS: rust rocket diesel
|
||||
#+DATE: <2020-12-18 Fri>
|
||||
#+AUTHOR: \href{rocket-presentation@onders.org}{finga}
|
||||
#+EMAIL: rocket-presentation@onders.org
|
||||
#+LANGUAGE: en
|
||||
#+SELECT_TAGS: export
|
||||
#+EXCLUDE_TAGS: noexport
|
||||
#+CREATOR: Emacs 26.1 (Org mode 9.1.9)
|
||||
|
||||
#+OPTIONS: H:2
|
||||
#+LATEX_CLASS: beamer
|
||||
#+LATEX_CLASS_OPTIONS: [aspectration=1610]
|
||||
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
|
||||
#+BEAMER_THEME: Frankfurt
|
||||
#+BEAMER_COLOR_THEME: seagull
|
||||
#+BEAMER_FONT_THEME:
|
||||
#+BEAMER_INNER_THEME:
|
||||
#+BEAMER_OUTER_THEME:
|
||||
#+BEAMER_HEADER: \institute[INST]{\href{https://cccsbg.at}{cccsbg}}
|
||||
|
||||
* Rust
|
||||
|
||||
** What is Rust?
|
Loading…
Reference in a new issue