Is it possible in Typst to place the paragraph line number at the beginning of the paragraph instead of in the margin? My goal is to replicate a Bible verse numbering that also indents.
I appreciate any help very much.
Is it possible in Typst to place the paragraph line number at the beginning of the paragraph instead of in the margin? My goal is to replicate a Bible verse numbering that also indents.
I appreciate any help very much.
Hello. par.line
doesn’t represent a paragraph, but a line. You can’t put it at the beginning of a paragraph, if a paragraph takes multiple lines. To put a paragraph number before each paragraph, you can use How to get the number of the first and last paragraph on a page and show the result in the header? - #8 by sijo.
Thank you very much!