如果安裝只建立了pdftex,如何取得pdflatex

如果安裝只建立了pdftex,如何取得pdflatex

(抱歉交叉發布 - 我之前將其放在 StackOverflow 中,但建議將其發佈在這裡)

對於應用程序,我需要 pdflatex,但在伺服器上我必須使用我不允許使用正常的軟體包安裝系統。因此,我已經下載並編譯了(“配置”、“製作”和“製作安裝”)原始程式碼

texlive-20160523b-source.tar.xz

然而,這個安裝只產生了“pdftex”,但沒有產生“pdflatex”。

當我呼叫這個新安裝的 pdftex 時,我得到

$ texlive_install/texk/web2c/pdftex ~/Questions_2016F_0.tex 
warning: kpathsea: configuration file texmf.cnf not found in these directories: /kunden/300419_8021/web/4058971/A4058971/texlive_install/texk/web2c: (*many more paths*)
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdftex)

kpathsea: Running mktexfmt pdftex.fmt
mktexfmt: No such file or directory
I can't find the format file `pdftex.fmt'!

texmf.cnf、mktexfmt 和 pdftex.fmt(和 pdflatex.fmt)不應該已經安裝在 texlive 中嗎?

我怎麼才能得到一個工作的pdftex,並最終得到一個工作的pdflatex?

相關內容