瀏覽代碼

changed numbering

user 2 年之前
父節點
當前提交
64bc6fcf96
共有 5 個文件被更改,包括 582 次插入580 次删除
  1. 二進制
      recipes-book.pdf
  2. 357
    357
      recipes.html
  3. 2
    1
      recipes.org
  4. 二進制
      recipes.pdf
  5. 223
    222
      recipes.tex

二進制
recipes-book.pdf 查看文件


+ 357
- 357
recipes.html
文件差異過大導致無法顯示
查看文件


+ 2
- 1
recipes.org 查看文件

@@ -2,6 +2,7 @@
2 2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3), http://gnuisnotunix.com/recipes
3 3
 
4 4
 :CONFIG:
5
+#+OPTIONS: num:2
5 6
 # <h2>Download</h2>
6 7
 
7 8
 #+BEGIN_EXPORT html
@@ -83,7 +84,7 @@
83 84
 # booklet, and upload to webserver
84 85
 
85 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 88
 #+END_SRC
88 89
 
89 90
 #+RESULTS:

二進制
recipes.pdf 查看文件


+ 223
- 222
recipes.tex
文件差異過大導致無法顯示
查看文件