0
550 次浏览

(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 分) 发布
已重新显示 | 550 次浏览

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 个回答 843 次浏览
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 个回答 413 次浏览
一些翻译项目不希望脚注末尾有句号 如果直接省略句号,脚注将无法通过标点符号检查 不过,Paratext 中有一个可选设置,允许您告诉 Paratext 不要对脚注应用标点符号检查 如何更改 检查脚注中的最终标点符号 设置 前往 ... 找到它 如需更全面的解决方案,请参阅主题:如何查找并删除脚注末尾的句号 - 帮助 - Paratext 支持者网站
[Expert]
Jeff_Shrum
2.9k 发布
提问于 八月 30, 2022
0
1 个回答 259 次浏览
在起始标记后输入的字符决定了正文中将使用哪种引导符 在 无格式 (Unformatted)视图中,您可以在初始起始标记后输入您选择的字符(前面需加一个空格) 两个示例: \x - \xo 1:3 \xt 或 \x # \xo ... 脚注中使用 + 字符 当您在 标准 格式化 或 预览 (Preview)视图中查看文本时,将显示您定义的字符
[Expert]
anon421222
735 发布
提问于 二月 23, 2017
0
2 个回答 182 次浏览
大家好, 我正在处理一个项目,之前所有脚注标记都是手动添加的 现在,我们开始尝试使用 "/f +" 来标记脚注,以自动生成脚注标记 但是,我们在发布时希望脚注标记序列能按书重新开始 我在 Ptxprint 中尝试多卷出版 ... 新从 "a" 开始 text 我是刚开始研究 Ptxprint 和发布相关内容的,所以可能只是我遗漏了什么 谢谢, Aaron
PecanMango 112 发布 提问于 十一月 6, 2024
0
2 个回答 293 次浏览
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.
May the God who gives endurance and encouragement give you the same attitude of mind toward each other that Christ Jesus had.
Romans 15:5
3,049 个问题
6,007 个回答
5,672 条评论
2,029 位用户