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:
parent
f400ddcdbd
commit
107587e01f
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
BIN
Emacs-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
Org-mode-unicorn.png
Normal file
BIN
Org-mode-unicorn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
1023
README.org
1023
README.org
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user