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
|
||||
*.fls
|
||||
*.html
|
||||
*.lof
|
||||
*.log
|
||||
*.lol
|
||||
*.lot
|
||||
*.out
|
||||
*.pdf
|
||||
*.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 |
1151
README.org
1151
README.org
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@
|
||||
emacs -Q --batch --eval "
|
||||
(progn
|
||||
(require 'org)
|
||||
(require 'ob-latex)
|
||||
(defun my-org-eval-blocks-named (name)
|
||||
(when (eq major-mode 'org-mode)
|
||||
(let ((blocks
|
||||
|
Loading…
Reference in New Issue
Block a user