Google Code Exporter
Google Code Exporter
``` Yes, this is a problem; I hadn't noticed there were such entries in the list. (Is that in the default list, or is it an addition?) The completion code...
``` This is a limitation of scanning for "tags" (section headings, etc) using a simple regular expression, rather than actually parsing the code. (But TW deliberately does not try to...
``` [deleted comment] ```
``` [deleted comment] ```
``` [deleted comment] ```
``` Or just use the tools.ini format (which allows for showPdf which I left out) name=pdfLaTeX program=pdflatex.exe arguments="--extra-mem-top=2000000 ", --enable-write18, $synctexoption, $fullname showPdf=true Or scripting could just process the tools.ini...
``` As Morten Høgholm pointed out on the mailing list the subfig package should be used instead of the deprecated subfigure package. This still requires the subfigure option for the...
``` I've applied this patch (thanks, Stefan); leaving this issue open, however, as it would be good to enrich the templates collection. ``` Original comment by `[email protected]` on 13 Jan...
``` The templates should be updated; the XeLaTeX templates, for example, can easily be made LuaLaTeX-compatible by changing the line \defaultfontfeatures{Mapping=tex-text} to read \defaultfontfeatures{Ligatures=TeX} instead. In fact, a single template...
``` Yes, this is definitely needed. I'd like to move to using the Enchant interface for spell-checkers, though, so it makes sense to do that first before adding more features....