LaTeX does a lot of stuff - it'd take a long time to replicate all that functionality. However, on my todo list is to write some sort of "TeX-down" wrapper for LaTeX - I want to write my dissertation in a modified form of Markdown, with inline LaTeX equations and sectioning of "theorem" and "proof"-type environments, and then run a make to generate the TeX and PDF based off of a type of TeX template. I'm familiar wit…
Show HN: RinohType – A modern LaTeX in 6500 lines of Python
31–40 of 104 posts
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#32Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#33I looked at the sample output ( http://www.mos6581.org/files/intro_template.pdf ) and is it just me or does the vertical spacing seem off? (for example, look at the tables and how the text goes right up to kiss the horizontal bars).
The title is definitely misleading: "modern LaTeX" it still isn't.
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#34Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#35XML format is a non-starter for me. It adds too much cruft to the text; it requires putting everything inside of open and close tags, including paragraphs.
Definitely agree that at a per-paragraph level that's way too much markup.
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#36XML format is a non-starter for me. It adds too much cruft to the text; it requires putting everything inside of open and close tags, including paragraphs.
HAML for content: http://chriseppstein.github.io/blog/2010/02/08/haml-sucks-fo... (its not so bad :P)
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#37Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#38LaTeX does a lot of stuff - it'd take a long time to replicate all that functionality. However, on my todo list is to write some sort of "TeX-down" wrapper for LaTeX - I want to write my dissertation in a modified form of Markdown, with inline LaTeX equations and sectioning of "theorem" and "proof"-type environments, and then run a make to generate the TeX and PDF based off of a type of TeX template. I'm familiar wit…
You might like Pandoc[1]. 1: http://johnmacfarlane.net/pandoc/
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#39XML format is a non-starter for me. It adds too much cruft to the text; it requires putting everything inside of open and close tags, including paragraphs.
As much as I agree to your dislike of XML as very unwieldy, LaTeX does have \begin and \end directives for environments. Definitely agree that at a per-paragraph level that's way too much markup.
I'm writing a document. I want the default text entry to be that document. There's already a lot of noise in my Latex sources; I want less, not more. (And I recognize that we actually agree on this.)
Re: Show HN: RinohType – A modern LaTeX in 6500 lines of Python
#40I am looking forward to see how your project turns out, choosing TeX as the print backend wasn't an easy choice and I would definitely consider another print media backend, if there was one. :)
Big ups!