Gummi に LaTeX ではなく TeX を使用するように指示できますか?

Gummi に LaTeX ではなく TeX を使用するように指示できますか?

は、継続的に更新されるので、優れたテキスト エディターです。LaTeX ではなく TeX にリンクできますか? 理由は次のとおりです。一部のコマンドは、TeX でのみ機能し、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.

では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 はオープンソースなので、何でもできるはずです。

関連情報