我可以指示 Gummi 使用 TeX 而不是 LaTeX 嗎?

我可以指示 Gummi 使用 TeX 而不是 LaTeX 嗎?

是一個很棒的文字編輯器,因為它不斷刷新。我可以將它連結到 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 是開源的,所以一切皆有可能。

相關內容