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는 오픈 소스이므로 무엇이든 가능해야 합니다.

관련 정보