summaryrefslogtreecommitdiff
path: root/info/install-latex-guide-zh-cn/chapter/windows.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-02 03:04:35 +0000
committerNorbert Preining <norbert@preining.info>2021-02-02 03:04:35 +0000
commite2e61931409be2a7142b4d0f4b59a275b7f59e2a (patch)
tree988e94078700911f445ae43cb3518ba2c21a198f /info/install-latex-guide-zh-cn/chapter/windows.tex
parent87c74b3292e1c3efc4427ae0536a1d30a0dc8e4b (diff)
CTAN sync 202102020304
Diffstat (limited to 'info/install-latex-guide-zh-cn/chapter/windows.tex')
-rw-r--r--info/install-latex-guide-zh-cn/chapter/windows.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/info/install-latex-guide-zh-cn/chapter/windows.tex b/info/install-latex-guide-zh-cn/chapter/windows.tex
index f65c1469fd..8060782a83 100644
--- a/info/install-latex-guide-zh-cn/chapter/windows.tex
+++ b/info/install-latex-guide-zh-cn/chapter/windows.tex
@@ -185,7 +185,8 @@
New value for TEXDIR [C:/texlive/2020]:
\end{lstlisting}
这时可更改路径, 如 \texttt{D:/texlive/2020}.
-接下来, 按键盘 \keys{R} 即可回到初始的安装界面.
+接下来, 按键盘 \keys{R} 即可回到初始的安装界面,
+再按键盘 \keys{I} 便可在刚才指定的路径安装.
用户可通过阅读英文执行其他操作, 这里不再赘述.
至此, 用户只需耐心等待安装完成, 并且不要点击 \textsf{cmd} 窗口%
\footnote{Windows 10 默认采取快速编辑模式, 一旦点击 \textsf{cmd} 窗口,
@@ -493,3 +494,12 @@ Doing a new installation is necessary.}.
\begin{lstlisting}[language=bash]
tlmgr install --reinstall xetex
\end{lstlisting}
+
+\subsection{编译出现 \texttt{l3backend-*} 问题}
+
+这是 \texttt{fmt} 文件未能更新所导致的问题.
+可以用
+\begin{lstlisting}[language=bash]
+ fmtutil-sys --all
+\end{lstlisting}
+刷新 \texttt{fmt} 文件后再编译 \texttt{tex} 文件. \ No newline at end of file