Freeze many changes

* Implement headers and footers for export to LaTeX.
* Implement a title page for export to LaTeX.
* Improve the text in many places.
* Configure export to LaTeX using buffer local variables.
This commit is contained in:
Gerard Vermeulen 2021-12-23 15:29:03 +01:00
parent f400ddcdbd
commit 107587e01f
5 changed files with 755 additions and 400 deletions

3
.gitignore vendored
View File

@ -6,7 +6,10 @@
*.fdb_latexmk *.fdb_latexmk
*.fls *.fls
*.html *.html
*.lof
*.log *.log
*.lol
*.lot
*.out *.out
*.pdf *.pdf
*.py *.py

BIN
Emacs-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
Org-mode-unicorn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

1151
README.org

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
emacs -Q --batch --eval " emacs -Q --batch --eval "
(progn (progn
(require 'org) (require 'org)
(require 'ob-latex)
(defun my-org-eval-blocks-named (name) (defun my-org-eval-blocks-named (name)
(when (eq major-mode 'org-mode) (when (eq major-mode 'org-mode)
(let ((blocks (let ((blocks