Change beamer theme

This commit is contained in:
Marco Thomas
2021-06-21 12:18:54 +02:00
parent 79f336f5f6
commit 5eddcb7841
2 changed files with 4 additions and 4 deletions

View File

@@ -232,8 +232,8 @@
"oco" 'org-clock-out "oco" 'org-clock-out
"oa" 'org-agenda "oa" 'org-agenda
"oca" 'org-capture) "oca" 'org-capture)
:hook ;;:hook
(org-mode . (lambda () (electric-indent-local-mode -1))) ;;(org-mode . (lambda () (electric-indent-local-mode -1)))
:config :config
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)) (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
(setq org-agenda-files (quote ("~/org"))) (setq org-agenda-files (quote ("~/org")))

View File

@@ -1,9 +1,9 @@
#+startup: beamer #+startup: beamer
#+LaTeX_CLASS: beamer #+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation, smaller] #+LaTeX_CLASS_OPTIONS: [presentation, smaller,aspectratio=169]
#+LANGUAGE: de #+LANGUAGE: de
#+OPTIONS: toc:t H:2 #+OPTIONS: toc:t H:2
#+BEAMER_THEME: [width=.2\paperwidth]Hannover #+BEAMER_THEME: Singapore
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra)