summaryrefslogtreecommitdiff
path: root/info/install-latex-guide-zh-cn/chapter/preface.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-17 03:02:31 +0000
committerNorbert Preining <norbert@preining.info>2020-07-17 03:02:31 +0000
commit4ea983e3d411ade406c09b30ece9139457516b6f (patch)
tree02acddfa7ad11d5bf9449468eb9d9b3cd1f33bc3 /info/install-latex-guide-zh-cn/chapter/preface.tex
parent545097774851316dfcb923ebf87501026949a9b4 (diff)
CTAN sync 202007170302
Diffstat (limited to 'info/install-latex-guide-zh-cn/chapter/preface.tex')
-rw-r--r--info/install-latex-guide-zh-cn/chapter/preface.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/info/install-latex-guide-zh-cn/chapter/preface.tex b/info/install-latex-guide-zh-cn/chapter/preface.tex
new file mode 100644
index 0000000000..f425be3213
--- /dev/null
+++ b/info/install-latex-guide-zh-cn/chapter/preface.tex
@@ -0,0 +1,48 @@
+% !TeX root = ../install-latex-guide-zh-cn.tex
+
+\chapter*{前言}
+
+在 QQ 群 91940767、478023327 和 640633524 中,
+经常有群友咨询如何安装 \LaTeX.
+实际上,
+用户安装的是 \LaTeX{} 的\textbf{发行版}和相关的\textbf{编辑器}.
+本文将介绍在\textbf{不存在其他 \LaTeX{} 发行版 (如 C\TeX{} 套装) 的前提下},
+在 Windows 10、Ubuntu 20.04 和 macOS 系统中安装
+\TeX{}~Live (macOS 中介绍 Mac\TeX)、升级宏包、编译简易文档等相关操作,
+并多以介绍命令行操作为主.
+有关 MiK\TeX{} 的安装,
+可以参考 \href{https://camusecao.top/1970-01-01-/MiKTeX/}{MiK\TeX{} 的基本使用}.
+
+本文还将简要介绍几款常见编辑器的使用方法,
+其他编辑器如 \href{https://code.visualstudio.com/}{VS Code},
+\href{https://www.vim.org/}{Vim},
+用户可自行了解它们的使用方法.
+
+除在本地安装 \LaTeX{} 发行版和编辑器之外,
+本文还将额外补充使用 \href{http://www.overleaf.com}{Overleaf} 的相关内容.
+
+本文所涉及到的代码需结合上下文说明, 不能简单地复制粘贴. 红色文字都是可点的超链接, 可直接跳转.
+\menu{菜单} 表示软件菜单. \keys{k} 表示键盘按键.
+建议用户阅读 \href{https://www.tug.org/texlive/doc/texlive-zh-cn/texlive-zh-cn.pdf}{texlive-zh-cn}
+和 \href{http://mirrors.ctan.org/info/lshort/chinese/lshort-zh-cn.pdf}{lshort-zh-cn}
+以更全面地了解基础内容.
+
+必须声明的是,
+即便你已经通读本手册和上面提到的两本书,
+有很大概率还会碰到很多问题.
+这时我希望用户可以按照正确方式提问,
+例如提供\textbf{最小工作示例},
+并在论坛上面留下你的问题和相应解答以方便后来者.
+
+本文大部分内容是个人过去一段时间的使用总结, 其中难免有不甚合理或晦涩难懂的部分.
+若用户在阅读本文档的过程中有任何意见和建议,
+请发\href{mailto:ranwang.osbert@outlook.com}{邮件}或在
+\href{https://github.com/OsbertWang/install-latex-zh-cn/}{GitHub} 中提 issue.
+
+本手册发布后,
+\href{https://github.com/EthanDeng}{Dongsheng Deng},
+\href{https://github.com/muzimuzhi}{muzimuzhi},
+\href{https://github.com/stone-zeng}{Xiangdong Zeng}
+对本手册提出了很好的建议, 并提供了帮助,
+其中, 有关 macOS 的内容最初由 Xiangdong Zeng 草拟完成.
+在此一并感谢.