我在 Linux 上使用 TeXstudio 和 TeXmaker 工作了好幾年,但我仍然更喜歡 TeXnicCenter。 (可以輕鬆地將編譯器選項從 pdflatex 更改為 dvilatex&dvi2ps&ps2pdf 並返回)
我嘗試了 Kile,但它在網路磁碟機 (sftp://) 上無法正常運作
我安裝了 TeXnicCenter,只需運行下載可執行文件,保存並打開它:
chmod a+x TXCSetup_2.02Stable_x64.exe
./TXCSetup_2.02Stable_x64.exe
然後 TeXnicCenter 的配置精靈會詢問:“輸入 TeX 發行版的可執行檔(latex、tex 等)所在目錄的完整路徑:”
- 我在 Ubuntu 16.04 上安裝了 texlive 我可以使用這個安裝嗎?我必須指定的路徑是什麼?
- 或者我必須在 Wine 中安裝 MikTeX 嗎? (Windows 上應該還有 TexLive?)MikTeX 現在也提供了一個 Linux 版本,但是在 Wine 中我必須使用 Windows-Installer 版本嗎?
答案1
安裝 MikTeX 是有問題的(但是 @saaqib-mahmuud somhow 在 Windows XP 上管理它(與 wine 非常相似)請參閱評論 我可以在 Windows XP Service Pack 2 系統上安裝 MikeTex 2.9 嗎?)
因此我安裝了 texlive (tug.org/texlive), 直接連結: http://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe
TeXnicCenter 中 Latex 的路徑是C:\texlive\2017\bin\win32\
(實際上儲存在~/.wine/drive_c/texlive/2017/bin/win32
)