0
525 次浏览

(Also see this thread.)

Most publications that I read in English (including English Wikipedia) put footnote callers outside punctuation:

  • “Like this!”,* he said \ * or that.
  • Not “Like this*!”, he said \ * or that.

(I guess they’re outside because otherwise they create and ugly gap between the text and the punctuation that immediately follows. On the other hand, when the caller is outside quotation marks, that makes it look like the footnote refers to the entire quotation, when it may only refer to the last word or phrase.)

Anyway, it would be nice to be able to check the consistency of these, whether your preferred style is outside or inside.

Like the “also see …” I have referred to above, I guess there’s no built-in check for this. If I write a regex for it, I’ll add it to this thread.

较早的帖子 - 以原始语言显示
Paratext (1.4k 分) 发布
已重新显示 | 525 次浏览

1 个回答

0

This expression should work:

> regex:\\[xf]\*\p{P}

This says look for any x* or f* followed by Unicode punctuation. If you didn’t want the cross references you could simply remove the x.

较早的帖子 - 以原始语言显示
(9.9k 分) 发布
已重新显示

Should that not be:

regex:[xf]*\p{P}

较早的帖子 - 以原始语言显示

This email list just removed the backslash from before the asterisk.

regex:[xf]--*\p{P}

(remove the hyphens before and after the \ )

较早的帖子 - 以原始语言显示

regex:[xf]\*\p{P} will also work. It just doesn’t mach the backslash before the x* or f* markers.

较早的帖子 - 以原始语言显示

相关问题

0
2 个回答 803 次浏览
Footnote callers should have a space after them (or before if the caller comes ahead of what it refers to, ESV- ... flag the case where the translator forgets to type that space?
wdavidhj 1.4k 发布 提问于 十月 22, 2015
+1
1 个回答 375 次浏览
Some translation projects do not want to have periods at the end of their footnotes. Simply leaving them off will ... at the end of footnotes - Helps - Paratext Supporter Site
[Expert]
Jeff_Shrum
2.9k 发布
提问于 八月 30, 2022
0
1 个回答 236 次浏览
The character entered after the opening marker indicates what caller will be used in the text. In Unformatted view, you ... view, the character(s) you define will be displayed.
[Expert]
anon421222
735 发布
提问于 二月 23, 2017
0
2 个回答 77 次浏览
大家好, 我正在处理一个项目,之前所有脚注标记都是手动添加的 现在,我们开始尝试使用 "/f +" 来标记脚注,以自动生成脚注标记 但是,我们在发布时希望脚注标记序列能按书重新开始 我在 Ptxprint 中尝试多卷出版 ... 新从 "a" 开始 text 我是刚开始研究 Ptxprint 和发布相关内容的,所以可能只是我遗漏了什么 谢谢, Aaron
PecanMango 112 发布 提问于 十一月 6, 2024
0
2 个回答 278 次浏览
When I run the Unmatched Pairs of Punctuation Check (PT 8 or 9), almost every opening quotation mark that starts a quote ... this case!). Any ideas on how to resolve this problem?
viverechristus 296 发布 提问于 八月 21, 2020
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Every day they continued to meet together in the temple courts. They broke bread in their homes and ate together with glad and sincere hearts, praising God and enjoying the favor of all the people. And the Lord added to their number daily those who were being saved.
Acts 2:46-47
3,044 个问题
6,004 个回答
5,671 条评论
2,026 位用户