diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:03:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:05:00 -0500 |
commit | f9fbc8ec513faa2071335962e046448e3f0d00a2 (patch) | |
tree | 5b5a5705bfa283aaf4169b8b181f89cd731e6bae /org/out_latex.org | |
parent | 2025 (diff) |
Diffstat (limited to 'org/out_latex.org')
-rw-r--r-- | org/out_latex.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_latex.org b/org/out_latex.org index e7422e8..9767286 100644 --- a/org/out_latex.org +++ b/org/out_latex.org @@ -2050,7 +2050,7 @@ if (paper_set.is_portrait) { ***** (a4, a5, b4, letter, legal) * (portrait & landscape) -#+BEGIN_SRC sh +#+BEGIN_SRC shell $SpineBIN/spine --verbose --latex --set-papersize="a4,letter.portrait,b4.portrait" --output="$SpineOUT" $SpinePOD/* #+END_SRC |