मुझे प्रस्तावना के अंत में एक क्षैतिज नियम (रेखा) चाहिए।
इसे changes.txt में जोड़ने से प्रत्येक पुस्तक में अध्याय 1 से पहले एक नियम जोड़ा जाता है:
'(\\c 1 ?\r?\n)' > '\\zrule |width=".6"\\*\r\n\1 '
दुर्भाग्यवश, मैं पुराने नियम (OT) के अंशों का संग्रह प्रकाशित कर रहा हूँ, जिसमें अध्याय 1 अक्सर छोड़ दिया जाता है। इसलिए, मैंने changes.txt में इस तरह के नियमों की एक श्रृंखला लिखी है, प्रत्येक पुस्तक के लिए एक:
at NUM 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
at JDG 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
at 2SA 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
यह "अध्याय 0" में आने वाले पहले \c से पहले एक नियम जोड़ता है। क्या कोई तरीका है जिससे मैं एक ऐसा नियम लिख सकूं जो सभी पुस्तकों में ऐसा करे, ताकि मुझे पुस्तकों के नाम निर्दिष्ट करने की आवश्यकता न हो और मैं ऊपर दिए गए अपने \c 1 नियम को बदल सकूं?
क्या यह PTXprint UI में जोड़ने के लिए एक अच्छा फीचर नहीं होगा?
I’d like to have a horizontal rule (line) at the end of the introduction.
Adding this to changes.txt adds a rule before chapter 1 in each book:
'(\\c 1 ?\r?\n)' > '\\zrule |width=".6"\\*\r\n\1 '
Alas, I’m publishing a collection of OT portions in which chapter 1 is frequently omitted. So, I’ve written a series of rules like this to changes.txt, one for each book:
at NUM 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
at JDG 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
at 2SA 0 '(\\c )' > '\\zrule |width=".6"\\*\r\n\1 '
This adds a rule before the first \c to occur in “chapter 0”. Is there a way to write a rule which would do this in all books, so I don’t need to specify the book names and I could replace my \c 1 rule above?
Wouldn’t this be a nice feature to add to the PTXprint UI?
English से मशीन-अनुवादित