summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter')
-rw-r--r--Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex3
-rw-r--r--Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex4
-rw-r--r--Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex2
3 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex
index 8a7f99a68fb..0c55638f740 100644
--- a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex
+++ b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/editor.tex
@@ -523,6 +523,9 @@ Mac\TeX{} 自带 \TeX Shop 编辑器 (注意不要与其他自带的程序混淆
尝试提供一套全面的工具来查看、编辑和编译LaTeX文档,
用户可以考虑使用.
+更多编辑器可参考 TUG 的%
+\href{https://tug.org/interest.html#editors}{列表}.
+
\section{多款编辑器对比参考}
显然, 能够支持 \LaTeX{} 的编辑器并不局限于本手册所介绍的几款.
diff --git a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex
index 2a38d4e789a..a54b1d882f8 100644
--- a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex
+++ b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/ubuntu.tex
@@ -125,7 +125,7 @@
用户需要设置环境变量.
执行
\begin{lstlisting}[language = bash]
- gedit ~/.bashrc
+ gedit ~/.profile
\end{lstlisting}
在打开的文件末尾添加
\begin{lstlisting}
@@ -253,7 +253,7 @@
卸载完成后,可以进一步移除之前设置的环境变量.
在 \textsf{Terminal} 中执行
\begin{lstlisting}[language = bash]
- gedit ~/.bashrc
+ gedit ~/.profile
\end{lstlisting}
然后移除之前在文件末尾添加的
\begin{lstlisting}
diff --git a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex
index 1b29973868e..f2eee019360 100644
--- a/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex
+++ b/Master/texmf-dist/doc/latex/install-latex-guide-zh-cn/chapter/wsl.tex
@@ -111,7 +111,7 @@ WSL 已经能够自动完成可视化工作,
默认安装完成后, 用户需要设置环境变量.
继续在 \textsf{bash} 中执行
\begin{lstlisting}[language = bash]
- gedit ~/.bashrc
+ gedit ~/.profile
\end{lstlisting}
在打开的文件末尾添加
\begin{lstlisting}