subtex icon indicating copy to clipboard operation
subtex copied to clipboard

Lightweight latex-like language for authoring books

Results 4 subtex issues
Sort by recently updated
recently updated
newest added

Footnotes are great. How do I do them? There are three main styles of footnote that I can recall seeing: * End of page. * End of chapter. * End...

https://en.wikipedia.org/wiki/Quotation_mark#Summary_table There are tons of styles, and one might want to mix styles within a document. So in addition to a document-wide quote style, define a set of quote styles...

Let's say I'm writing a novel about Zatanna Zatara from the DC universe. I want to define something to automatically generate her backwards-speech spell thing. I should be able to...

foo.sub: ```LaTeX \macro{foo, ―\content} \macro{bar, hello!} \include{bar.sub} \chapter{} \foo{hi} ``` bar.sub: ```LaTeX \macro{foo, +++\content} \chapter{} \foo(bye} \bar ``` This should be equivalent to: ```LaTeX \chapter{} +++bye hello! \chapter{} ― hi...