'meine' via vim_use said on Wed, 24 Jan 2024 20:44:47 +0100
>> >There are however ways to point to a picture for pre-print. When you
>> >
>> >This can eg. be done with basic markdown, see
>> >
https://daringfireball.net/projects/markdown/basics at 'IMAGES'.
>> >LaTeX documents do the same.
>>
>> Yes. The TIO (Tab Indented Outline) to HTML presentation converter
>> I'm making will do this. Thanks for answering my question.
>
>For pre-print and processing take a look at `pandoc`. It is a program
>or series of software that interpretes basic input to make beautiful
>PDF.
Given my input file would be Tab Indented Outline (TIO), which of the
following allowed input formats would I use:
biblatex, bibtex, commonmark, commonmark_x, creole, csljson, csv,
docbook, docx, dokuwiki, epub, fb2, gfm, haddock, html, ipynb, jats,
jira, json, latex, man, markdown, markdown_github, markdown_mmd,
markdown_phpextra, markdown_strict, mediawiki, muse, native, odt, opml,
org, rst, rtf, t2t, textile, tikiwiki, twiki, vimwiki
t2t didn't work, it produced a PDF whose first paragraph was line
wrapped instead of respecting the newlines in my TIO. The default
markdown input format didn't work: On a short outline it removed the
indentation, and on a long outline it took forever (over 3 minutes) to
compile, so I Ctrl+C'ed out.
Thanks,