user 2 years ago
parent
commit
53531059fc
5 changed files with 453 additions and 468 deletions
  1. BIN
      recipes-book.pdf
  2. 317
    317
      recipes.html
  3. 1
    16
      recipes.org
  4. BIN
      recipes.pdf
  5. 135
    135
      recipes.tex

BIN
recipes-book.pdf View File


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


+ 1
- 16
recipes.org View File

@@ -73,22 +73,7 @@
73 73
 
74 74
 * generate-booklet :noexport:
75 75
 #+BEGIN_SRC elisp
76
-(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper && scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/recipes/")
77
-#+END_SRC
78
-
79
-#+RESULTS:
80
-: 
81
-:     pdfbook2 v1.4 (https://github.com/jenom/pdfbook2)
82
-:     (c) 2015 - 2020 Johannes Neumann (http://www.neumannjo.de)
83
-:     licensed under GPLv3 (http://www.gnu.org/licenses/gpl-3.0)
84
-:     based on pdfbook by David Firth with help from Marco Pessotto
85
-: 
86
-: 
87
-: Processing recipes.pdf
88
-: Getting bounds... create booklet... done
89
-
90
-#+BEGIN_SRC elisp
91
-(shell-command-to-string "scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/")
76
+(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/")
92 77
 #+END_SRC
93 78
 
94 79
 #+RESULTS:

BIN
recipes.pdf View File


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