![¿Puedo indicarle a Gummi que use TeX en lugar de LaTeX?](https://rvso.com/image/327792/%C2%BFPuedo%20indicarle%20a%20Gummi%20que%20use%20TeX%20en%20lugar%20de%20LaTeX%3F.png)
gomitaes un excelente editor de texto ya que se actualiza continuamente. ¿Puedo vincularlo a TeX en lugar de a LaTeX? He aquí por qué: algunos comandos solo funcionan con TeX y no con LaTeX.
me@Lenovo:~/Documents$ latex test.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2015/01/01>
Babel <3.9l> and hyphenation patterns for 2 languages loaded.
! Undefined control sequence.
l.1 \cleartabs
% Nullify any previous \settabs.
? x
No pages of output.
Transcript written on test.log.
Ahora probemos con TeX.
me@Lenovo:~/Documents$ tex test.tex
This is TeX, Version 3.14159265 (TeX Live 2015/Debian) (preloaded format=tex)
(./test.tex [1] )
Output written on test.dvi (1 page, 544 bytes).
Transcript written on test.log.
Gummi es de código abierto, por lo que todo debería ser posible.