Halo skim1124,
Coba lihat Checking inventories > Markers missing final punctuation.
Saat Anda di sana, klik tombol Options…
Saya rasa Anda bisa menghilangkan error dengan menyesuaikan pengaturan di sana.
Jika puisi sering didahului oleh titik dua, maka menambahkannya ke daftar Sentence Final Punctuation akan menghilangkan error.
Menghapus b dari Markers that Start New Sentence juga bisa berhasil, tetapi Anda harus mempertimbangkan di mana saja Anda telah menggunakan \b.
Ini adalah jenis masalah yang bisa diabaikan, tetapi lebih baik jika Anda bisa mengubah aturan seperti di atas. Jangan longgarkan aturan terlalu banyak sehingga Anda akan melewatkan error yang sebenarnya.
Untuk membuat nomor bab dan ayat muncul sebagai angka Burma:
- Untuk publikasi cetak yang menggunakan PTXprint: Ada opsi untuk mengubah gaya angka di pemilih font.
- Untuk publikasi cetak yang menggunakan Publishing Assistant / Adobe InDesign: Ada opsi di PubAssist untuk memilih gaya angka. Jika urutan angka Burma tertentu tidak tersedia, itu bisa ditambahkan dengan mengedit/menambahkan file XML di C:\Program Files\Publishing Assistant 6.1\NumberScripts.
- Untuk aplikasi yang dibuat dengan Scripture App Builder: “Myanmar” adalah salah satu opsi untuk “Numeral System” di halaman Books Styles
- Untuk teks di Digital Bible Library, Anda harus membuat dokumen dblchanges.txt di folder proyek Paratext untuk menambahkan penanda \cp dan \vp yang berisi angka Burma. Saya baru saja melakukan ini untuk teks Khmer dan tampaknya halamannya di Bible.com sekarang menggunakan angka Khmer untuk pemilih ayat dan judul halaman, tetapi nomor ayat dalam teks tetap angka Eropa. (Terjemahan tidak akan dimuat sama sekali di aplikasi YouVersion saya sejak perubahan ini, jadi tidak yakin apakah masih dalam proses atau sekarang benar-benar rusak.) Berikut adalah dblchanges.txt yang saya gunakan:
# Add Khmer numerals for chapter and verse numbers
# First copy verse numbers into \cp and \vp
"\\c (\d{1,3})" > "\\c \1\r\n\\cp \1"
"\\v (\d{1,3})" > "\\v \1 \\vp \1\\vp*"
# Change each European digit "in" a \cp or \vp to a Khmer digit
in "\\[cv]p .*?[\\\r]": "0" > "០"
in "\\[cv]p .*?[\\\r]": "1" > "១"
in "\\[cv]p .*?[\\\r]": "2" > "២"
in "\\[cv]p .*?[\\\r]": "3" > "៣"
in "\\[cv]p .*?[\\\r]": "4" > "៤"
in "\\[cv]p .*?[\\\r]": "5" > "៥"
in "\\[cv]p .*?[\\\r]": "6" > "៦"
in "\\[cv]p .*?[\\\r]": "7" > "៧"
in "\\[cv]p .*?[\\\r]": "8" > "៨"
in "\\[cv]p .*?[\\\r]": "9" > "៩"
Salam,
LivingField
Hi skim1124,
Take a look at Checking inventories > Markers missing final punctuation.
When you’re in there, click on the Options… button
I think you could get rid of the errors by adjusting settings in there.
If poetry is often preceded by a colon, then adding it to the list of Sentence Final Punctuation would get rid of the errors.
Removing b from Markers that Start New Sentence could also work, but you should consider where else you’ve used \b.
It is the kind of problem which could be denied, but it’s better if you can change the rules as above. Just don’t relax the rules so much that you’d miss true errors.
To get chapter and verse numbers to appear as Burmese numerals:
- For print publications using PTXprint: There’s an option to change digit style in the font selector.
- For print publications using Publishing Assistant / Adobe InDesign: There’s an option in PubAssist to select digit style. If the particular Burmese digit sequence is not available it can be added by editing/adding an XML file in C:\Program Files\Publishing Assistant 6.1\NumberScripts.
- For apps created with Scripture App Builder: “Myanmar” is one option for “Numeral System” on the Books Styles page
- For text in the Digital Bible Library, you must create a dblchanges.txt document in the Paratext project folder to add \cp and \vp markers containing the Burmese digits. I just did this for a Khmer text and it appears that its page on Bible.com is now using Khmer digits for the verse selector and the page title, but the verse numbers in the text remain European digits. (The translation won’t load at all in my YouVersion app since this change, so not sure if it’s still in process or is now completely broken.) Here is the dblchanges.txt which I used:
# Add Khmer numerals for chapter and verse numbers
# First copy verse numbers into \cp and \vp
"\\c (\d{1,3})" > "\\c \1\r\n\\cp \1"
"\\v (\d{1,3})" > "\\v \1 \\vp \1\\vp*"
# Change each European digit "in" a \cp or \vp to a Khmer digit
in "\\[cv]p .*?[\\\r]": "0" > "០"
in "\\[cv]p .*?[\\\r]": "1" > "១"
in "\\[cv]p .*?[\\\r]": "2" > "២"
in "\\[cv]p .*?[\\\r]": "3" > "៣"
in "\\[cv]p .*?[\\\r]": "4" > "៤"
in "\\[cv]p .*?[\\\r]": "5" > "៥"
in "\\[cv]p .*?[\\\r]": "6" > "៦"
in "\\[cv]p .*?[\\\r]": "7" > "៧"
in "\\[cv]p .*?[\\\r]": "8" > "៨"
in "\\[cv]p .*?[\\\r]": "9" > "៩"
Blessings,
LivingField
Diterjemahkan secara otomatis dari English