По сути, этот вопрос уже задавался здесь, но ответа так и не было.
Можно ли использовать контрольные точки (milestone markers) для стилизации текста?
Если да, то каков синтаксис в файле custom.sty? Пока мне не удалось ничего заставить работать.
Если ответ «нет», то мне интересно узнать, каково фактическое назначение контрольных точек.
Например, мы выделяем цитаты другим шрифтом, поэтому наш файл custom.sty содержит
\Marker qt
\Fontname Scheherazade
Причина, по которой нам не нравится эта система, заключается в том, что стили символов должны открываться и закрываться каждый раз, когда вы переходите к стилям, не связанным с символами. Это означает, что цитата, охватывающая несколько стихов или содержащая сноску посередине, требует множества дополнительных маркеров.
\v 2 \qt here's a long quotation\qt*\f + \ft footnote\f* \qt and then the continuation of it.\qt*
\v 3 \qt but then it goes to a new verse.\qt*
\v 4 \qt And another one.\qt*
Было бы значительно удобнее, если бы можно было писать так:
\v 2 \qt-s\* here's a long quotation\f + \ft footnote\f* and then the continuation of it.
\v 3 but then it goes to a new verse.
\v 4 And another one.\qt-e\*
This question has essentially been asked but not answered here also.
Can milestone markers be used to style text?
If so, what’s the syntax in the custom.sty file? So far I haven’t gotten anything to work.
If the answer is “no”, then I’m curious to know what the actual use case of milestones is.
For example, we mark quotations by using a different font, so our custom.sty sheet includes
\Marker qt
\Fontname Scheherazade
The reason we don’t love this system is because character styles are supposed to be opened and closed whenever you get to non-character styles, which means a quote that spans verses or has a footnote in the middle of it requires lots of extra markers.
\v 2 \qt here's a long quotation\qt*\f + \ft footnote\f* \qt and then the continuation of it.\qt*
\v 3 \qt but then it goes to a new verse.\qt*
\v 4 \qt And another one.\qt*
This would be a whole lot nicer
\v 2 \qt-s\* here's a long quotation\f + \ft footnote\f* and then the continuation of it.
\v 3 but then it goes to a new verse.
\v 4 And another one.\qt-e\*