Open main menu

Changes

m
no edit summary
* use Textadept's '''Tools''' -> '''Compile''' to build a PDF with the options added to the line
* that's it, you're done.
 * further options that can be added to you your '''user/init.lua
** As of v9 (at least) Textadept seems to have an own ConTeXt lexer. So you can add the following lines to your ''init.lua'' to let Textadept choose it when you open a ''.tex'' document.
*** textadept.file_types.extensions.tex = 'context'
**** if you plan to use ConTeXt mkiv alone, or use another ending to seperate ConTeXt from LaTeX documents, for example ''.ctx'':
*** textadept.file_types.extensions.ctx = 'context'
194

edits