[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Preparing to upgrade VPS to Debian 11!
Changed files
resources/custom.el
@@ -9,6 +9,7 @@
9
9
;; If you edit it by hand, you could mess it up, so be careful.
10
10
;; Your init file should contain only one such instance.
11
11
;; If there is more than one, they won't work right.
12
Added:
'(TeX-engine 'luatex)
12
13
'(TeX-view-program-selection
13
14
'((output-pdf "PDF Tools")
14
15
((output-dvi has-no-display-manager)
@@ -42,6 +43,12 @@
42
43
'("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3"))
43
44
'(org-agenda-include-diary t)
44
45
'(org-ditaa-jar-path "/usr/share/java/ditaa/ditaa-0.11.jar")
46
Added:
'(org-file-apps
47
Added:
'((auto-mode . emacs)
48
Added:
(directory . emacs)
49
Added:
("\\.mm\\'" . default)
50
Added:
("\\.x?html?\\'" . default)
51
Added:
("\\.pdf\\'" . system)))
45
52
'(org-fontify-done-headline nil)
46
53
'(org-latex-compiler "lualatex")
47
54
'(org-latex-remove-logfiles t)
resources/templates/documents/gnu-default.setup
@@ -1,31 +1,56 @@
1
1
# -*- mode: org; eval: (visual-line-mode); -*-
2
2
3
Removed:
# Hide Org mode tags
4
Removed:
#+OPTIONS: tags:nil
5
3
4
Added:
5
Added:
6
Added:
* \huge Default Org setup file for GNU/Linux systems
7
Added:
:PROPERTIES:
8
Added:
:UNNUMBERED: t
9
Added:
:END:
10
Added:
11
Added:
#+ATTR_LATEX: :center nil
12
Added:
| =From= | Marius Peter |
13
Added:
| =To= | {{{SDs}}} users |
14
Added:
| =Date= | <2021-06-22 Tue> |
15
Added:
| =Subject= | Safran template for Emacs Org mode |
16
Added:
17
Added:
#+LATEX: \tableofcontents
18
Added:
19
Added:
20
Added:
* Options
21
Added:
22
Added:
Hide Org mode tags
23
Added:
#+OPTIONS: tags:nil title:nil
24
Added:
6
25
#+LATEX_CLASS: article
7
26
8
Removed:
# Ensure room for header and footer
27
Added:
28
Added:
* Macros
29
Added:
30
Added:
#+MACRO: SD /Smart Document/
31
Added:
#+MACRO: SDs /Smart Documents/
32
Added:
33
Added:
Ensure room for header and footer
9
34
#+LATEX_HEADER: \usepackage[
10
35
#+LATEX_HEADER: left = 1.2in,
11
36
#+LATEX_HEADER: right = 1.2in,
12
37
#+LATEX_HEADER: top = 1.0in ,
13
38
#+LATEX_HEADER: bottom = 1.8in,]{geometry}
14
39
15
Removed:
# Beautiful fonts ONLY
40
Added:
Beautiful fonts ONLY
16
41
#+LATEX_HEADER: \usepackage{fontspec}
17
Removed:
# Regular font
42
Added:
Regular font
18
43
#+LATEX_HEADER: \setmainfont[Scale=0.872]{Public Sans}
19
Removed:
# Monospaced font
20
Removed:
#+LATEX_HEADER: \setmonofont{Courier Prime}
44
Added:
Monospaced font
45
Added:
# +LATEX_HEADER: \setmonofont{CourierPrime.ttf}
21
46
22
Removed:
# Icon font <3
47
Added:
Icon font <3
23
48
#+LATEX_HEADER: \usepackage[fixed]{fontawesome5}
24
49
25
50
26
Removed:
# Get total page count, to later insert in page footer.
51
Added:
Get total page count, to later insert in page footer.
27
52
#+LATEX_HEADER: \usepackage{lastpage}
28
Removed:
# Provide access to \title, \author, and \date.
53
Added:
Provide access to \title, \author, and \date.
29
54
#+LATEX_HEADER: \usepackage{titling}
30
55
31
56
# Colors are used for gray header and footer content.
site/README.org
@@ -0,0 +1,12 @@
1
Added:
#+TITLE: README for {{{SD}}} website
2
Added:
3
Added:
#+MACRO: SD /Smart Documents/
4
Added:
5
Added:
6
Added:
* Publishing the website
7
Added:
8
Added:
Use =make= to build the {{{SD}}} website. Each =make= rule loads the
9
Added:
Emacs Lisp code in ~publish.el~ and executes the Org mode ~ox-publish~
10
Added:
command, each time passing as argument the =make= target. This ensures
11
Added:
the Makefile is highly predictable because it depends as much as
12
Added:
possible on Emacs.
smart-documents.org
@@ -2225,4 +2225,5 @@
2225
2225
2226
2226
: Local Variables:
2227
2227
: org-confirm-babel-evaluate: t
2228
Added:
: TeX-engine: luatex
2228
2229
: End:
smart-documents.pdf
Binary files differ