Cara yang direkomendasikan saat ini untuk mengubah batas halaman adalah dengan menggunakan hook (halaman atau bab.ayat) dan perintah TeX \NewPageBorder{}. Jika diatur kosong, maka tidak akan ada batas halaman.
Contoh:
\setcvhook{GEN1.1}{\NewPageBorder{../../../figures/scripturepageborder.pdf}}
\sethook{page}{24}{\NewPageBorder{}}
\setbookhook{start}{GLO}{\NewPageBorder{}}
Saya menyarankan bahwa (alih-alih di local, di mana mereka mungkin hilang), batas halaman harus ada di direktori figures, di mana mereka dibagikan oleh send/receive (kirim/terima). Ini mungkin tergantung pada tim Anda. Sejauh yang saya ketahui, TeX di windows tidak keberatan memisahkan direktori dengan garis miring, bahkan jika mereka "terlihat salah".
Perhatikan bahwa definisi \PageBorder (yang diubah oleh \NewPageBorder) diperiksa ketika halaman selesai, tepat sebelum ditulis ke PDF, bukan ketika materi pertama di halaman ditambahkan. Artinya, menonaktifkan batas halaman ketika Anda mencapai Rev 22:21 akan berarti tidak ada batas di halaman yang berisi ayat tersebut.
Perhatikan juga bahwa saya menulis di sini tentang batas halaman tetap, yang tidak boleh dikacaukan dengan batas teks (yang menggunakan aturan yang termasuk ornamen untuk menempatkan batas berukuran variabel di sekitar bagian teks Kitab Suci dari sebuah halaman, tetapi tidak di sekitar catatan kaki).
The current recommended way to change page borders is to use a hook (page or chapter.verse) and the \NewPageBorder{} TeX command. If set to empty, then there will be no page border.
E.g.
\setcvhook{GEN1.1}{\NewPageBorder{../../../figures/scripturepageborder.pdf}}
\sethook{page}{24}{\NewPageBorder{}}
\setbookhook{start}{GLO}{\NewPageBorder{}}
I'm suggesting that (rather than in local, where they might be lost), page borders should exist in the figures directory, where they are shared by send/receive. This probably depends on your team. As far as I know, TeX on windows doesn't mind separating directories with forward slashes, even if they "look wrong".
Be aware that the definition of \PageBorder (which \NewPageBorder changes) is checked when the page is complete, just before it is written to the PDF, not when the first material on the page is added. I.e. turning off page borders when you reach Rev 22:21 will mean that there is no border on the page containing that verse.
Also note that I am writing here about fixed page borders, which are not to be confused with text-borders (which use ornament-including rules to put a variable-sized border around the scripture-text portions of a page, but not around footnotes).
Diterjemahkan secara otomatis dari English