Open main menu

Changes

343 bytes added ,  17:03, 2 March 2017
m
no edit summary
* further options that can be added to 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' ** Change the theme, font and font size of Textadept with the following lineui.set_theme('dark', {font = 'Monospace', fontsize = 10})*** the expression ''dark'' is the filename of the theme located either in Textadept's program folder themes or you can download and add new themes to USER\.textadept\themes(create the folder if it's not there yet)
194

edits