0 वोट
372 व्यूज़

I think the proper way to mark words as belonging to the wordlist/glossary is \w␣…\w*␣, where the second space that I’ve marked there is optional. For example, if you wanted punctuation immediately after word, you’d put that immediately after the * and not have a space included.

Also, I’m pretty sure you’re not supposed to add a space after the word and before the end marker \w*. If you do it fails reference checking and tells you there’s a space there.

Is all the above true?


If so, I think there’s a bug either in the USFM standard or in PrintDraft. In TeX, usually you add an optional space before a marker depending on whether you need it in the output, and an obligatory space must come after the marker to signal the end of the marker. USFM seems to treat closing markers with * differently than the TeX rule, and doesn’t require a space after them.

So, what’s happening is if I format my text according to the rules above, I’m getting no spacing between the \w marked word and the next word.

If someone can confirm this is a legitimate problem and not just a mistake on my part, I can write it up as a bug. Should I send it to Paratext or to the ptx2pdf mail list, or someone else?

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
Paratext में द्वारा (1.9k अंक) | 372 व्यूज़

3 उत्तर

+1 मत
सर्वोत्तम उत्तर

It’s not a bug. The standard
rule is that “\w " including the space is the complete opening
marker. “*” is the complete closing marker. To have a space
in the text after the \w word/phrase”, you would have to type
a space after the closing marker.

      You are correct that the

word/phrase within the phrase should not end in punctuation or
a space. Ending in punc/space means it would have to be
included as a part of the key in the glossary.

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (571 अंक)
फिर से दिखाया गया

Arrgh. I’ve known about how the optional space after a closing marker determines the spacing in the output for years, and it didn’t even occur to me today that maybe the rest of the team didn’t. In fact, that was so far from my mind that I started inventing other ideas of what was going on. Now that I re-read my first post here it makes a lot less sense, and I should have known something was wrong.

I went back and looked more carefully (spacing is extremely difficult to see in our font) and realized there wasn’t a space after the \w* marker. In fact, over an hour later and I’ve found and corrected about 500 places where there wasn’t a space but should have been.

Now I probably need to start search for when there is a space but shouldn’t be…

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
0 वोट

The built-in “Export Project to USX” tool in PT also deletes the space after the \w* closing marker, meaning that the <char style=“w”>…</char> result doesn’t have a space after it. To me this suggests a bug in USFM, not PrintDraft.

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (1.9k अंक)
0 वोट

Here is a regex I run on all projects to move a space from before a character style closing marker to after it. It ignores \f* \x* and \fe* because you do not want to move a final space out of a footnote, cross reference or endnote into the text:
Find:
(\s)(\\\+?((?!(f|x|fe))\S)*\*)
Replace:
\2\1

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है
द्वारा (1.8k अंक)
फिर से दिखाया गया

I inserted crossed references and they were underlined. What do I do to resolve it?
Then I just ran basic check and found invalid books. What do I do to resolve this?

पुराना पोस्ट - इसकी मूल भाषा में दिखाया जा रहा है

संबंधित प्रश्न

0 वोट
3 उत्तर 296 व्यूज़
क्या मैं अपने Back Translation प्रोजेक्ट की लाइन स्पेसिंग को कस्टमाइज़ कर सकता हूँ?
Michel 125 पूछा गया नवंबर 4, 2023
0 वोट
3 उत्तर 342 व्यूज़
I am trying to adjust the line spacing of the main title in Print Draft in PrintDraft-mods.sty, because some main titles ... in the same way. How can the line spacing be changed?
Paulus Kieviet 517 पूछा गया अगस्त 21, 2019
0 वोट
1 उत्तर 56 व्यूज़
पिछले सप्ताह हम एक Paratext क्लास पढ़ा रहे थे, और उन्हें PTXprint का उपयोग करने का तरीका सिखा रहे थे। इन समुदायों में ... भरना बेहतर होगा)। इसे विचार करने के लिए धन्यवाद... जेफ
jeffh 1.4k पूछा गया नवंबर 22, 2024
PTXprint में
0 वोट
1 उत्तर 242 व्यूज़
मैं Noto Nastaliq Urdu फॉन्ट का उपयोग करके NT (न्यू टेस्टामेंट) तैयार कर रहा हूँ। मुझे अक्षरों के बीच की दूरी को ... जैसा दिखता है जिसमें कोई स्पष्ट शब्द-वियोजन नहीं है। सुझाव?
mlucas53 148 पूछा गया दिसंबर 19, 2023
PTXprint में
0 वोट
3 उत्तर 351 व्यूज़
प्रिय समुदाय, मुझे श्लोक संख्या और श्लोक के पाठ के बीच, साथ ही \fr, \fq, \ft के बीच अंतर (spacing) की ... इसे कैसे कर सकता हूँ? Screenshot 2023-08-22 1114581948 1126 320 KB
sajid.imdad 140 पूछा गया अगस्त 22, 2023
PTXprint में
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For where two or three gather in my name, there am I with them.
Matthew 18:20
3,046 प्रश्न
6,006 उत्तर
5,671 टिप्पणियाँ
2,027 उपयोगकर्ता