0
409 次浏览

A translation project would like to print a test edition of a book without footnotes. Is there an easy way to make a printout without footnotes?

I didn’t know of one, I suggested making a temporary new project with a copy of the book they wanted to print, and then use RegExPal to remove the footnotes from that copy of the text before printing. RegExPal help lists an expression for selecting all the footnote text:
\f.*?\f*

较早的帖子 - 以原始语言显示
Paratext [Expert]
(3.3k 分) 发布
| 409 次浏览

1 个回答

0
最佳答案

Is this being printed from within Paratext? If so you can create a
PrintDraftChanges.text file the project folder that contains or add this
to a preexisting PrintDraftChanges.txt file:

“\f .*?\f*” > “”

anon467281
Global Publishing Services
Scripture Typesetting trainer & Regular Expression Specialist
Dallas TX

较早的帖子 - 以原始语言显示
(571 分) 发布

Thanks, anon467281.
I couldn’t get your string to work. But if I put the same match string I used in RegExPal it worked.

“\f .*?\f*” > “”

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

Glad you got it to work. Not sure why my version in the email failed.
Anyway. Happy printing.

anon467281
Global Publishing Services
Scripture Typesetting trainer & Regular Expression Specialist
Dallas TX

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

The web page modified what I just posted. Maybe it did to your original post too. Below is the syntax that works, with double backslashes for the \f and \f*, and a backslash before the asterisk. (I did this by selecting “Preformatted text” in the web editor.

"\\f .*?\\f\*" > ""
较早的帖子 - 以原始语言显示

相关问题

0
3 个回答 321 次浏览
我想打印带格式的脚注。我可以使用 regexpal 来提取脚注,但它会包含 USFM 标记。有没有办法让它们打印出来时看起来像“预览”经文视图中的样子?
Clear7419 251 发布 提问于 九月 21, 2022
0
0 个回答 155 次浏览
是否有适合将《路加福音》和《使徒行传》合并印刷成一本小册子的插图?最好是有线条画。如果有,我们该如何获取?
anon290504 126 发布 提问于 十二月 11, 2020
0
3 个回答 105 次浏览
我们正在为一家欧洲领先的在线印刷商准备一个小批量但重要的印刷订单 根据经验,我们知道他们希望 PDF 文件在最终尺寸四周都有 3 毫米的出血 我们想要的最终尺寸是 135 x 215 毫米,比 A5 更窄且更高 在 ... 理基本布局,否则我需要为使用 Acrobat 等其他工具进行后处理留出额外时间,那将令人遗憾,并可能引入错误 谢谢
Tim 934 发布 提问于 四月 17
0
2 个回答 507 次浏览
我想打印新约所有书卷的脚注,并附上引用。我们的一些脚注已经有二十多年了,我想交叉核对一下我们在整个新约中是如何处理某些主题(包括关键词和语法)的。我该如何获取这些内容的打印版?
anon116587 105 发布 提问于 八月 14, 2022
0
4 个回答 691 次浏览
I just upgraded to 9.0.63.7 and I assume this problem comes from the new version. But before reporting an error I ... spaces it's picking. Does anyone know what's causing this?
mnjames 1.9k 发布 提问于 九月 23, 2019
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Live in harmony with one another. Do not be proud, but be willing to associate with people of low position. Do not be conceited.
Romans 12:16
3,049 个问题
6,007 个回答
5,673 条评论
2,029 位用户