![我可以指示 Gummi 使用 TeX 而不是 LaTeX 嗎?](https://rvso.com/image/327792/%E6%88%91%E5%8F%AF%E4%BB%A5%E6%8C%87%E7%A4%BA%20Gummi%20%E4%BD%BF%E7%94%A8%20TeX%20%E8%80%8C%E4%B8%8D%E6%98%AF%20LaTeX%20%E5%97%8E%EF%BC%9F.png)
軟糖是一個很棒的文字編輯器,因為它不斷刷新。我可以將它連結到 TeX 而不是 LaTeX 嗎?原因如下:有些指令僅適用於 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 是開源的,所以一切皆有可能。