Me gustaría tener una línea horizontal al final de la introducción.
Al añadir esto a changes.txt, se inserta una línea antes del capítulo 1 en cada libro:
'(\\c 1 ?\r?\n)' > '\\zrule |width=".6"\\*\r\n\1 '
Lamentablemente, estoy publicando una colección de porciones del AT en las que el capítulo 1 se omite con frecuencia. Por lo tanto, he escrito una serie de reglas como esta en changes.txt, una para cada libro:
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 '
Esto añade una línea antes del primer \c que aparece en el “capítulo 0”. ¿Hay alguna forma de escribir una regla que haga esto en todos los libros, para que no tenga que especificar los nombres de los libros y pueda reemplazar mi regla de \c 1 anterior?
¿No sería una buena función añadir esto a la interfaz de PTXprint?
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?
Traducción automática desde English