Olá, skim1124,
Dê uma olhada em Checking inventories > Markers missing final punctuation .
Quando estiver lá, clique no botão Options…
Acho que você pode se livrar dos erros ajustando as configurações lá.
Se a poesia é frequentemente precedida por dois-pontos, adicioná-los à lista de Sentence Final Punctuation se livrará dos erros.
Remover b de Markers that Start New Sentence também pode funcionar, mas você deve considerar onde mais usou \b.
É o tipo de problema que pode ser negado, mas é melhor se você puder mudar as regras como acima. Apenas não relaxe as regras tanto a ponto de perder erros reais.
Para fazer com que os números de capítulo e versículo apareçam como numerais birmaneses:
Para publicações impressas usando PTXprint: Há uma opção para mudar o estilo dos dígitos no seletor de fonte.
Para publicações impressas usando Publishing Assistant / Adobe InDesign: Há uma opção no PubAssist para selecionar o estilo dos dígitos. Se a sequência específica de dígitos birmaneses não estiver disponível, ela pode ser adicionada editando/adicionando um arquivo XML em C:\Program Files\Publishing Assistant 6.1\NumberScripts .
Para aplicativos criados com o Scripture App Builder: “Myanmar” é uma opção para “Numeral System” na página Books Styles
Para texto na Digital Bible Library, você deve criar um documento dblchanges.txt na pasta do projeto do Paratext para adicionar marcadores \cp e \vp contendo os dígitos birmaneses. Acabei de fazer isso para um texto em khmer e parece que sua página no Bible.com agora está usando dígitos khmer para o seletor de versículo e o título da página, mas os números de versículo no texto permanecem como dígitos europeus. (A tradução não carrega de jeito nenhum no meu aplicativo YouVersion desde essa mudança, então não tenho certeza se ainda está em processo ou se agora está completamente quebrado.) Aqui está o dblchanges.txt que usei:
# 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" > "៩"
Abençoados,
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
Tradução automática de English Mostrar original