Dokumentasi tentang fitur-fitur ini sangat minim. Fitur-fitur ini disertakan dalam PTXprint untuk memungkinkan pengguna lanjutan/legacy untuk terus menggunakan kode .tex dan stylesheet kustom mereka sendiri. Fitur-fitur ini juga dapat digunakan untuk mengatur informasi pelacakan (tracing) dalam file log untuk membantu pemecahan masalah. Mengingat sekarang ada antarmuka editor Gaya (Style editor) yang lengkap di PTXprint, jarang ada orang yang perlu menggunakan opsi file .sty.
Favorit saya secara pribadi adalah menggunakan “Apply Changes Specified” untuk membuat perubahan global. Aturan dalam file-file ini pada dasarnya adalah “Cari sesuatu” > “Ganti dengan sesuatu yang lain”, tetapi ada juga beberapa ekstensi yang kuat:
Ubah entri buku Glosarium menjadi daftar item yang menjorok ke dalam (indented list) alih-alih paragraf normal
at GLO "\\p \\k " > "\ili \k "
Hanya untuk Injil Markus, sisipkan jeda halaman (page break) SEBELUM judul Garis Besar Pengantar (Introductory Outline)
at MRK "(\\iot बगा बतल मंता)" > "\pb\r\n\1"
Perhatikan bahwa Anda juga dapat menggunakan ekspresi reguler (regular expressions).
Sembunyikan angka yang tidak diinginkan dengan markup (10,000):
'\([\d–,-]+\) ' > ''
Juga ada kemungkinan ini:
dalam “di dalam lingkungan tertentu” (within a specific environment): “cari-ini” > “ganti-dengan-itu”
in "(?sm)\\qt-s\\*.+?\\qt-e\\*": "(?sm)(\\s .+?\r?\n(\\r .+?\r?\n\\p)?)" > "\\qt-e\\*\r\n\1\r\n\\qt-s\\*"
There is very sparse documentation about these features. They are included in PTXprint to enable advanced/legacy users to continue using their own .tex code and custom stylesheets. They can also be used to setup tracing information in the log files to assist with troubleshooting. Given that there is now a full-blown Style editor interface in PTXprint, it is rare that anyone would need to use the .sty file options.
My personal favourite is to use the “Apply Changes Specified” to make global changes. The rules in these files are essentially “Fiind something” > “Replace with something else”, but there are some powerful extensions too:
Turn Glossary book entries into indented list of items rather than normal paragraphs
at GLO "\\p \\k " > "\ili \k "
Just for the gospel of Mark, insert a page break BEFORE the title of the Introductory Outline
at MRK "(\\iot बगा बतल मंता)" > "\pb\r\n\1"
Note that you can use regular expressions too.
Hide the unwanted numbers with (10,000) markup:
'\([\d–,-]+\) ' > ''
There is also this possibility:
in “within a specific environment”: “find-this” > “replace-with-that”
in "(?sm)\\qt-s\\*.+?\\qt-e\\*": "(?sm)(\\s .+?\r?\n(\\r .+?\r?\n\\p)?)" > "\\qt-e\\*\r\n\1\r\n\\qt-s\\*"
Diterjemahkan secara otomatis dari English