![Gummi가 LaTeX 대신 TeX를 사용하도록 지정할 수 있나요?](https://rvso.com/image/327792/Gummi%EA%B0%80%20LaTeX%20%EB%8C%80%EC%8B%A0%20TeX%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%98%EB%8F%84%EB%A1%9D%20%EC%A7%80%EC%A0%95%ED%95%A0%20%EC%88%98%20%EC%9E%88%EB%82%98%EC%9A%94%3F.png)
구미지속적으로 새로 고쳐지기 때문에 훌륭한 텍스트 편집기입니다. 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는 오픈 소스이므로 무엇이든 가능해야 합니다.