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,4тыс. очков)
снова показан | 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,9тыс. очков)
снова показан

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,4тыс. задал вопрос окт 22, 2015
+1 голос
1 ответ 413 просмотров
Некоторые проекты перевода не хотят ставить точку в конце своих сносок. Просто опуская её, вы заставите сноски не пройти ... точки в конце сносок - Helps - Paratext Supporter Site
[Expert]
Jeff_Shrum
2,9тыс.
задал вопрос авг 30, 2022
0 голосов
1 ответ 259 просмотров
Символ, введённый после открывающего маркера, определяет, какой символ-вызов будет использован в тексте. В режиме ... (Preview) будут отображаться определённые вами символы.
[Expert]
anon421222
735
задал вопрос фев 23, 2017
0 голосов
2 ответов 182 просмотров
Здравствуйте, Я работаю над проектом, в котором все ссылки на сноски ранее помечались вручную. Теперь мы начали ... я просто что-то упускаю из виду. Спасибо, Аарон
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.
They all joined together constantly in prayer, along with the women and Mary the mother of Jesus, and with his brothers.
Acts 1:14
3,049 вопросов
6,007 ответов
5,672 комментариев
2,029 пользователей