0 票
599 次浏览

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

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 个回答 902 次浏览
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 个回答 441 次浏览
一些翻译项目不希望脚注末尾有句号 如果直接省略句号,脚注将无法通过标点符号检查 不过,Paratext 中有一个可选设置,允许您告诉 Paratext 不要对脚注应用标点符号检查 如何更改 检查脚注中的最终标点符号 设置 前往 ... 找到它 如需更全面的解决方案,请参阅主题:如何查找并删除脚注末尾的句号 - 帮助 - Paratext 支持者网站
[Expert]
Jeff_Shrum
2.9k 发布
提问于 八月 30, 2022
0 票
1 个回答 299 次浏览
在起始标记后输入的字符决定了正文中将使用哪种引导符 在 无格式 (Unformatted)视图中,您可以在初始起始标记后输入您选择的字符(前面需加一个空格) 两个示例: \x - \xo 1:3 \xt 或 \x # \xo ... 脚注中使用 + 字符 当您在 标准 格式化 或 预览 (Preview)视图中查看文本时,将显示您定义的字符
[Expert]
anon421222
735 发布
提问于 二月 23, 2017
0 票
2 个回答 204 次浏览
大家好, 我正在处理一个项目,之前所有脚注标记都是手动添加的 现在,我们开始尝试使用 "/f +" 来标记脚注,以自动生成脚注标记 但是,我们在发布时希望脚注标记序列能按书重新开始 我在 Ptxprint 中尝试多卷出版 ... 新从 "a" 开始 text 我是刚开始研究 Ptxprint 和发布相关内容的,所以可能只是我遗漏了什么 谢谢, Aaron
PecanMango 112 发布 提问于 十一月 6, 2024
0 票
1 个回答 84 次浏览
我在 \qac USFM 中的首字母缩韵诗篇里添加了希伯来字母的音译名称 以下是诗篇 9:2-9:3 末尾的示例,包含了所有 USFM 标记 然而,这导致了 句末标点符号后缺少大写字母 的错误 有没有办法 ... qac 样式中的信息? \v 2 ...holedacte. \b \q1 \v 3 \qac (bet) \qac* Ngabafocne...
anon635921 121 发布 提问于 5 天前
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Dear friends, since God so loved us, we also ought to love one another.
1 John 4:11
3,052 个问题
6,011 个回答
5,677 条评论
2,032 位用户