У меня есть проект с пользовательским файлом custom.sty, в котором, похоже, много устаревшего содержимого, включая этот раздел:
...
\Marker pc
\OccursUnder mt3
\Marker b
\OccursUnder mt3
# Custom style file created by the upgrade to Paratext 8.0. It is based upon
# the original style files used by your project.
# These files have been removed, but a backup of the files has been saved to
# usfm.sty.bak and custom.sty.bak.
...
В этом проекте маркеры \b используются в Псалмах для обозначения разрывов между разделами, но все они отображаются красным цветом, как ошибки:

Я предполагаю, что это происходит из-за того, что в этом пользовательском файле указано, что \b встречается только под \mt3. Думаю, если я уберу определение маркера \b из custom.sty, это решит проблему.
Но я задумываюсь, что еще может быть в этом файле из давних времен (упоминается обновление до Paratext 8.0…). Если у этой команды действительно нет особых потребностей в пользовательских стилях, могу ли я просто удалить файл custom.sty, чтобы вернуться к стандартным стилям USFM? Скорее всего, это было бы для них лучше. Есть ли какие-либо требования или подводные камни, о которых я должен знать? Нужно ли быть администратором, чтобы отправить это изменение?
I have a project with a custom.sty stylesheet that seems to have lots of old stuff in it, including this section:
...
\Marker pc
\OccursUnder mt3
\Marker b
\OccursUnder mt3
# Custom style file created by the upgrade to Paratext 8.0. It is based upon
# the original style files used by your project.
# These files have been removed, but a backup of the files has been saved to
# usfm.sty.bak and custom.sty.bak.
...
In this project, they use \b markers in Psalms to mark section breaks, but they all appear in red, as errors:

I assume this is because this custom stylesheet says that \b only occurs under \mt3. I imagine if I take the \b marker definition out of custom.sty, that will solve that problem.
But I’m wondering what other stuff is in this stylesheet from ancient days (the upgrade to Paratext 8.0 is mentioned…). If this team doesn’t really have any custom style needs, can I just delete that custom.sty file, and make it revert to standard USFM styles? That probably would serve them better. Are there any requirements or gotchas that I should know about? Need to be administrator to be able to send that change?