Hello, Hello,
VST is script which makes possible to export text files with simple markup to HTML, LaTeX or HTML S5 presentation format to create even complex documents. Script doesn't require any external dependency and will work on any platform Vim7 is available. VST is Vim only implementation of reStructuredText. Latest version of script files and documentation in text form: http://skawina.eu.org/mikolaj/vst.zip ChangeLog ''''''''' - ADD: <C-B>o auxiliary mapping for ornaments - ADD: section numbers in fold auxiliary command - ADD: section numbers in toc auxiliary command - ADD: [LaTeX] raw directive accepts tex, not only latex argument - CHG: don't look for including commands in auxiliary commands - massive speed gains - CHG: [LaTeX] change default font size for 12pt - FIX: [HTML] all styles from multiple 2html directives are in <head> - FIX: [HTML] @ in 2html directive was breaking syntax highlighting - FIX: [HTML] restore validity of generated documents - FIX: [LaTeX] bug with _ in filenames in raw latex file option - FIX: many minor bugs List of changes with working links to documentation: http://skawina.eu.org/mikolaj/vst.html#lchangelog Supported elements of inline markup (among others): - emphasised text (italic) - strongly emphasised text (bold) - hyperlinks (in various syntax forms) - custom decorations (among them: sub, sup, big, small) Elements of documents structure: - paragraphs - block quotes - ordered lists - unordered lists - option lists - footnotes - citations - images - preformatted text - colorized preformatted text (HTML export only) - tables - admonitions - table of contents Also bunch of auxiliary commands which should ease writing of document and navigating (folding, text table of contents, lists or declared links, replacements) Latest version of script files and documentation in text form: http://skawina.eu.org/mikolaj/vst.zip To install, place archive in ~/.vim directory and unpack it there. Following versions of help file was produced without any modifications to HTML or LaTeX source: HTML: http://skawina.eu.org/mikolaj/vst.html LaTeX file exported from vst.txt: http://skawina.eu.org/mikolaj/vst.tex PDF file produced from vst.tex: http://skawina.eu.org/mikolaj/vst.pdf m.
