0 votes
349 views

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 by [Expert]
(3.3k points)
| 349 views

1 Answer

0 votes
Best answer

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

by (571 points)

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\*" > ""

Related questions

0 votes
3 answers 286 views
I would like to print formatted footnotes. I am able to use the regexpal for extracting footnotes, however it includes ... they look like they would in preview scripture view?
Clear7419 251 asked Sep 21, 2022
0 votes
0 answers 140 views
Are there illustrations preferably line drawings available for a printing of Luke and Acts in one booklet? If so how can we access them?
anon290504 126 asked Dec 11, 2020
0 votes
3 answers 34 views
We are getting a small-but-important print run ready for an order with a market-leading online printer in Europe. ... would be sad and will potentially introduce errors. thank you
Tim 934 asked Apr 17
0 votes
2 answers 364 views
I want to printout all the footnotes for all the NT along with the references. Some of our footnotes are over 20 years old ... the entire NT. How do I get a printout of this?
anon116587 105 asked Aug 14, 2022
0 votes
4 answers 611 views
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 asked Sep 23, 2019
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Accept the one whose faith is weak, without quarreling over disputable matters.
Romans 14:1
3,037 questions
5,994 answers
5,661 comments
2,022 users