Browse Source

changed numbering

user 2 years ago
parent
commit
64bc6fcf96
5 changed files with 582 additions and 580 deletions
  1. BIN
      recipes-book.pdf
  2. 357
    357
      recipes.html
  3. 2
    1
      recipes.org
  4. BIN
      recipes.pdf
  5. 223
    222
      recipes.tex

BIN
recipes-book.pdf View File


+ 357
- 357
recipes.html
File diff suppressed because it is too large
View File


+ 2
- 1
recipes.org View File

2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3), http://gnuisnotunix.com/recipes
2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3), http://gnuisnotunix.com/recipes
3
 
3
 
4
 :CONFIG:
4
 :CONFIG:
5
+#+OPTIONS: num:2
5
 # <h2>Download</h2>
6
 # <h2>Download</h2>
6
 
7
 
7
 #+BEGIN_EXPORT html
8
 #+BEGIN_EXPORT html
83
 # booklet, and upload to webserver
84
 # booklet, and upload to webserver
84
 
85
 
85
 #+BEGIN_SRC elisp
86
 #+BEGIN_SRC elisp
86
-(org-latex-export-to-pdf)(org-html-export-to-html)(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper") (shell-command-to-string "scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/recipes/")
87
+(setq org-html-self-link-headlines 1) (org-latex-export-to-pdf) (org-html-export-to-html) (shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper")  (shell-command-to-string "scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/recipes/")
87
 #+END_SRC
88
 #+END_SRC
88
 
89
 
89
 #+RESULTS:
90
 #+RESULTS:

BIN
recipes.pdf View File


+ 223
- 222
recipes.tex
File diff suppressed because it is too large
View File