0
290 次瀏覽

我想知道頁眉中頁碼的行為。在下面的截圖中,約翰一書的引言被格式化為三個側邊欄,背景為灰色,分佈在連續的 3 頁上。在第一頁,頁碼位於底部。(因為我在「頁眉 + 頁腳」標籤頁中勾選了「在引言頁底部列印頁碼」。否則,這一頁將完全沒有頁碼。)但在第二頁,頁碼位於頂部。然後在第三頁,不知何故完全沒有頁碼。而在第四頁及後續包含經文文本的頁面中,頁碼正常顯示在頂部。(正如之前頁面所顯示的那樣。  我真正希望的是,頁碼能在所有頁面上連續顯示,而不會在頂部和底部之間切換,或完全消失。

第二個問題:我是否可以在這些引言/側邊欄頁面上放置某些指令,使頁眉包含書名「Jah ma Min」,就像在經文文本頁面上顯示的那樣?

 

機器翻譯自 English
PTXprint (206 點) 提出 | 290 次瀏覽

1 個回答

+1

The range of settings available through the PTXprint user interface is intentionally limited to try and provide a simpler user experience to meet the needs of MOST users. And it automatically mirrors settings if Mirror Pages is enabled (keeping that complexity away from users). Occasionally you need more control and can specify advanced settings as needed.

Could I encourage you to examine the generated .tex file (see View+Edit tab) to see what is being set, and if necessary you can override those header/footer settings by adding appropriate lines to the ptxprint-mods.tex file (available on the Advanced tab).

% Syntax of defining headers and footers:

RH=Running Header
RF=Running Footer

even=2,4,6,8... (usually the Left page of the spread in a LTR book) - swaps for RTL
odd=1,3,5,7... (usually the Right page of the spread in a LTR book) - swaps for RTL

left/center/right = these are the 3 horizontal positions where header material can be placed.

Within the {curly brackets} you can ask for any of the following to be displayed:
\empty   \firstref   \lastref   \rangeref   \pagenumber     \book (which is the contents of \h)    \bookalt (from \h1)

Note that you can also use codes like: \isodate   \usdate   \ukdate   \timestamp   \hrsmins   \folio   and these can be used in combination with each other too: [\folio]\ |\ \timestamp

Those odd/even combinations cover all the normal scripture body pages. But there are 2 other types of pages:

title=the first page of each book/file in the publication (incl peripheral books/files)
noV=pages that don't have scripture text (intro matter, back matter, glossary, etc.)

So for example,
\def\RFtitleoddcenter{\pagenumber}
means that the center position of odd/RHS pages of the title page(s) of the Running Footer (RF) will have the page number showing

Here is an example from the generated .tex file:

%%%%% Running Header/Footer %%%%%
\def\HeaderPosition{0.758}
\def\FooterPosition{0.083}
%\RHruleposition=13pt
\def\RangeSeparator{\kern.1em–\kern.1em} % what to put between first - last of a reference range
\def\ChapterVerseSeparator{\kern.02em.\kern.02em} % what to put between chapter:verse

%% Even Header
\def\RHevenleft{\rangeref}
\def\RHevencenter{\empty}
\def\RHevenright{\book}

%% Odd Header
\def\RHoddleft{\book}
\def\RHoddcenter{\empty}
\def\RHoddright{\rangeref}

%% Extra Books Even Header
\def\RHnoVevenleft{\empty}
\def\RHnoVevencenter{\empty}
\def\RHnoVevenright{\book}

%% Extra Books Odd Header
\def\RHnoVoddleft{\book}
\def\RHnoVoddcenter{\empty}
\def\RHnoVoddright{\empty}

\VerseRefstrue               % Include verses in reference text?
\OmitChapterNumberRHfalse    % Omit the chapter numbers in the running header (RH)
\OmitBookReftrue             % Omit the book name in the running header reference

%% Footer
\def\RFoddcenter{\pagenumber}
\def\RFevencenter{\pagenumber}
\def\RFtitleevencenter{\pagenumber}
\def\RFtitleoddcenter{\pagenumber}
\def\RFnoVoddcenter{\pagenumber}
\def\RFnoVevencenter{\pagenumber}

Note that you cannot EDIT what is in the generated .tex file, but you can (i) see what is being set, and if needed (ii) change/override the setting(s) by copying the appropriate lines and putting them in the ptxprint-mods.tex file with different {\values} as required.

I trust this helps you figure out what is happening. If not, shout out again...

(3.2k 點) 提出
已編輯 提出
只是想說,我能夠透過這個建議完成我想做的所有事情。作為額外收穫,我還學會了 ptxprint-mods.tex 的新技巧。這幫了大忙。謝謝。
機器翻譯自 English

相關問題

0
1 個回答 200 次瀏覽
頁碼與章節編號未對齊。我該如何修正這個問題(請參閱附件)? page numbers and ch num not lined up1088×234 35.3 KB
anon441204 250 提出 已提問 5月 13, 2021
0
1 個回答 113 次瀏覽
有問題的 PTXPrint 專案是在外圍部分(peripherals section)中,使用以下設定建立的: 已選取的書前 PDF(Selected Front Matter PDF(s)) 已選取「目錄」(Table of Contents),並包含目錄標題 未選取 ... 始 是否有辦法移除這個頁碼,或為書前 PDF 加上合適的頁碼(例如羅馬數字)?
Alastair 102 提出 已提問 1月 15, 2025
0
1 個回答 53 次瀏覽
大家好 我在 PTXPrint 中嘗試了多種頁眉經文參考的選項,但行為看起來有點奇怪 1 - 當我嘗試在「頁眉+頁腳」選擇中選擇「參考範圍」(Reference Range)時,範圍分隔符會在 PT 參考設定中我目前使用的破折號(em- ... -mods.tex 中修正這個問題,修正內容會被插入到檔案的頂部,因此會被上述設定覆蓋 有什麼想法嗎?Phil
anon913937 124 提出 已提問 11月 19, 2025
0
3 個回答 537 次瀏覽
這是我第一次使用 PTXprint,但感覺操作相當直覺 然而,儘管我選取了「書名 (/h)」以顯示在中央頁眉,但它並沒有顯示出來 我感覺這可能與 Paratext 專案中的格式設定有關,但我不確定 我查閱了許多資料,卻沒有找到任何相關說明 ... 們就放棄吧 或者我直接在 Mac 上透過 PDF 加入圖片(在「預覽」應用程式中操作非常簡單) 感謝任何協助
ASmith 169 提出 已提問 5月 23, 2024
0
1 個回答 304 次瀏覽
感謝 PTXPrint 的多功能性。這張來自圖庫的截圖正是我想要達成的效果。我該怎麼做才能讓章、節和頁碼以天城體顯示?
mlucas53 148 提出 已提問 1月 19, 2024
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
They devoted themselves to the apostles’ teaching and to fellowship, to the breaking of bread and to prayer.
Acts 2:42
3,045 個問題
6,005 個回答
5,671 則評論
2,026 位使用者