[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Understanding Publish (ox-publish.el)
From: |
jman |
Subject: |
Re: Understanding Publish (ox-publish.el) |
Date: |
Mon, 14 Oct 2024 20:47:00 +0200 |
jman <emacs-orgmode@city17.xyz> writes:
2) Compiling this other document will produce strange empty pages. The content
of the ordered list
doesn't fit one page and instead of filling the next page, it will just "overflow" and
"disappear":
https://paste.sr.ht/~jman/35434b0fdf08164abf6c59a413d60ea6a4d0e943
I think the problem is that for the above file is a single ordered list and org-mode (or Latex?) for
some reason are unable to split it. For an automatic split to happen, the single list must be split.
So another hack is to add random text in between! Example:
#+TITLE: Dokument Titel
#+LATEX_HEADER: \usepackage[paper=a4paper,top=3cm,bottom=3cm]{geometry}
* Title 1
** Subtitle
*** Subsubtitle
* Title 2
** Subtitle
*** Subsubtitle
* Title 3
** Subtitle
*** Subsubtitle
This text here is only to split the ordered list.
* Title 4
** Subtitle
*** Subsubtitle
* Title 5
** Subtitle
*** Subsubtitle
This text here is only to split the ordered list.
(etc.)
Now we have multiple lists and the page split happens according to the top and bottom margins set in
the header.
I am not sure if there is a better way to work around this.
Best,
Re: Understanding Publish (ox-publish.el), Dr. Arne Babenhauserheide, 2024/10/14