0 votes
513 views

When I change the footnote callers to automatically-created callers, I get errors in the basic checks. I’m sure there is just a setting I’m missing somewhere, but I can’t seem to find where!

Paratext by (127 points)
reshown | 513 views

2 Answers

+1 vote
Best answer

This often occurs when other footnotes are using the -. This can occur if a project has been done over time. If you want all of the footnotes to have automatic callers then you can search for \f - and replace with \f +. Note that you must have editing rights to the books that have \f -.

by (9.8k points)

Thank you, anon848905. That fixed it. :blush:

While we’re at it, how would I delete all lines with subtitles (not just the \s…, but the entire line)?

anon928451

You can delete the entire \s line by using a regular expression. Here is one that should work assuming that you don’t have any footnotes in the section heads.

Search for:
regex:\\s\d? [^\\]*

Replace with nothing.
This says: search for an \s with an optional number (\s1 or \s2) followed by anything not a backslash.
You should test this to verify that the search is finding the entire section head.

Hi anon848905,

That… did not work. I copied and pasted in RegEx Pal, put nothing in the replace field, but it didn’t find any of the \s markers.

There is no text after any of the markers. I just need to delete the markers and the lines.

Any other thoughts? I hope we’ll get some RegEx training someday!

Thanks,

anon928451

An expression as shown here ought to delete the entire line.

\s\d? [^\r]+\r\n

image.png

anon198078

That does indeed delete lines, but it deletes all lines, one by one, including verses.

0 votes

Note that this later topic moved to this thread:

by (1.4k points)

Related questions

+1 vote
8 answers 1.1k views
I have a team who is getting lots of errors in the marker check: Footnote caller is not the expected value (*) ... majority are the errors with only a minority of correct ones.
anon703820 215 asked Dec 7, 2017
0 votes
3 answers 353 views
Cross reference caller by default uses (-) but in this particular project, all the callers which use the (-) symbol are ... why is this happening. image1366 717 82.5 KB Need help.
TSNgaihte 220 asked Jun 26, 2020
0 votes
2 answers 45 views
I must have changed the location of the footnote caller to be put by default at the beginning of the selected portion of ... it? Is there an easier way than to move them manually?
PeterK 119 asked May 5, 2025
0 votes
2 answers 55 views
Hi all, I'm working with a project that previously marked all footnote callers manually. Now, we have started ... , so I could just be missing something. Thanks, Aaron
PecanMango 112 asked Nov 6, 2024
0 votes
1 answer 500 views
(Also see this thread.) Most publications that I read in English (including English Wikipedia) put footnote callers outside ... regex for it, I'll add it to this thread.
wdavidhj 1.4k asked Jun 26, 2017
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
And over all these virtues put on love, which binds them all together in perfect unity.
Colossians 3:14
3,037 questions
5,994 answers
5,661 comments
2,022 users