Change beamer theme
This commit is contained in:
@@ -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")))
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user