Felix Breuer
Felix Breuer
When trying to compile a TeX file I get the error message ``` /bin/sh: pdflatex: command not found ``` However, pdflatex is installed and on the path. Running pdflatex from...
E.g. "
It is desirable to extend Qute's Markdown capabilities beyond what Showdown is currently offering, perhaps by including some Pandoc extensions. Qute 0.5 will allow users to switch between different compilers/translators:...
write a useful example of a custom syntax in OMeta.
compiling instructions are lacking. compiling scripts should be extended to also handle copying of license, etc. ideally also dowloading of chromeless and mathjax. compiling script should be ported to other...
instead of Vera
instead of block quotes being rendered as block quotes, they are simply shown as paragraphs starting with a ">". this appears to be a side-effect of the new TeX rendering...
this appears to be caused by xulrunner's performance when rendering text shadows. (is it just me or did xulrunner become even slower in this regard since version 6?) as a...
notify("one"); notify("two"); notify("three"); will display "three" three times.
this is probably caused by the behaviour of copy in Firefox. \n is ignored, and is translated as newline. the workaround is to handle ctrl-c manually. but that can wait.