[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
1
# -*- mode: org; eval: (visual-line-mode); -*- #
2
3
4
* Options
5
6
#+OPTIONS:
7
8
** LaTeX
9
10
LaTeX is the premier free document preparation system.
11
12
13
*** Document class & options
14
15
We choose the article class. It is generic, nice and simple.
16
17
#+LATEX_CLASS:
18
#+LATEX_CLASS_options:
19
20
21
*** Geometry
22
23
Thanks to the geometry package, we can set the margin widths on all
24
sides.
25
26
#+LATEX_HEADER:
27
#+LATEX_HEADER:
28
#+LATEX_HEADER:
29
#+LATEX_HEADER:
30
#+LATEX_HEADER:
31
32
Our main setupfile must be called here, so that the =geometry=
33
definition above takes precedence. However, the footer definition
34
comes afterwards, in order to override the definition contained in
35
=Safran-doc.setup=.
36
#+SETUPFILE:
37
38
#+LATEX_HEADER_EXTRA:
39
#+LATEX_HEADER_EXTRA:
40
#+LATEX_HEADER_EXTRA:
41