Pertanyaan ini pada dasarnya sudah ditanyakan tetapi belum dijawab di sini juga.
Apakah penanda milestone dapat digunakan untuk memberi gaya pada teks?
Jika ya, apa sintaksnya di file custom.sty? Sejauh ini saya belum berhasil membuat apa pun berfungsi.
Jika jawabannya “tidak”, saya ingin tahu apa sebenarnya kasus penggunaan milestone.
Sebagai contoh, kami menandai kutipan dengan menggunakan font yang berbeda, sehingga lembar custom.sty kami menyertakan
\Marker qt
\Fontname Scheherazade
Alasan kami tidak menyukai sistem ini adalah karena gaya karakter harus dibuka dan ditutup setiap kali Anda mencapai gaya non-karakter, yang berarti kutipan yang melintasi ayat atau memiliki catatan kaki di tengahnya membutuhkan banyak penanda tambahan.
\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*
Ini akan menjadi jauh lebih baik
\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\*
Diterjemahkan secara otomatis dari English