diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body')
3 files changed, 74 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/actions.tex b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/actions.tex index 122a67a5580..8751a94120f 100644 --- a/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/actions.tex +++ b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/actions.tex @@ -1,7 +1,7 @@ % !TeX root = ../tlmgr-intro-zh-cn.tex -\section{操作 (ACTIONS)} +\section[操作]{操作 (ACTIONS)} -\subsection{\mdseries\ac{info}} +\subsection{\mdseries\ac{info}}\label{subsec:info} \paragraph{使用方法:} diff --git a/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/options.tex b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/options.tex index 68f73d67859..e002dd476e6 100644 --- a/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/options.tex +++ b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/options.tex @@ -1,5 +1,5 @@ % !TeX root = ../tlmgr-intro-zh-cn.tex -\section{全局选项 (GLOBAL OPTIONS)} +\section[全局选项]{全局选项 (GLOBAL OPTIONS)} \begin{description} \item \op{-help}, \op{-h}, \op{-?}\par 这些选项可以显示任何一个操作的参考文档. diff --git a/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/schemes_and_collections.tex b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/schemes_and_collections.tex new file mode 100644 index 00000000000..32804445841 --- /dev/null +++ b/Master/texmf-dist/doc/support/tlmgr-intro-zh-cn/body/schemes_and_collections.tex @@ -0,0 +1,71 @@ +% !TeX root = ../tlmgr-intro-zh-cn.tex +\section[安装方案与集合]{安装方案 (Schemes) 与集合 (Collections)} + +在 \tlmgr{} \ac{install} (\op{-reinstall}) 的时候对于某些宏包我们可以知道它的名字, 如果要(重新)安装某些安装方案或集合, 在操作 \nameref{subsec:info} 中提到可以使用 +\begin{quote} + \tlmgr{} \ac{info} \texttt{collections} +\end{quote} +来获得所有集合的名称和信息, 用 +\begin{quote} + \tlmgr{} \ac{info} \texttt{schemes} +\end{quote} +来获得所有安装方案的名称和信息, 前面带 \texttt{i} 的为已经安装过的安装方案和集合. 下面给出输出结果以便查阅 + +\begin{lstlisting} + $ tlmgr info collections + + i collection-basic: Essential programs and files + i collection-bibtexextra: BibTeX additional styles + i collection-binextra: TeX auxiliary programs + i collection-context: ConTeXt and packages + i collection-fontsextra: Additional fonts + i collection-fontsrecommended: Recommended fonts + i collection-fontutils: Graphics and font utilities + i collection-formatsextra: Additional formats + i collection-games: Games typesetting + i collection-humanities: Humanities packages + i collection-langarabic: Arabic + i collection-langchinese: Chinese + i collection-langcjk: Chinese/Japanese/Korean (base) + i collection-langcyrillic: Cyrillic + i collection-langczechslovak: Czech/Slovak + i collection-langenglish: US and UK English + i collection-langeuropean: Other European languages + i collection-langfrench: French + i collection-langgerman: German + i collection-langgreek: Greek + i collection-langitalian: Italian + i collection-langjapanese: Japanese + i collection-langkorean: Korean + i collection-langother: Other languages + i collection-langpolish: Polish + i collection-langportuguese: Portuguese + i collection-langspanish: Spanish + i collection-latex: LaTeX fundamental packages + i collection-latexextra: LaTeX additional packages + i collection-latexrecommended: LaTeX recommended packages + i collection-luatex: LuaTeX packages + i collection-mathscience: Mathematics, natural sciences, computer science packages + i collection-metapost: MetaPost and Metafont packages + i collection-music: Music packages + i collection-pictures: Graphics, pictures, diagrams + i collection-plaingeneric: Plain (La)TeX packages + i collection-pstricks: PSTricks + i collection-publishers: Publisher styles, theses, etc. + i collection-texworks: TeXworks editor; TL includes only the Windows binary + i collection-wintools: Windows-only support programs + i collection-xetex: XeTeX and packages +\end{lstlisting} +\begin{lstlisting} + $ tlmgr info schemes + + i scheme-basic: basic scheme (plain and latex) + i scheme-context: ConTeXt scheme + i scheme-full: full scheme (everything) + i scheme-gust: GUST TeX Live scheme + i scheme-infraonly: infrastructure-only scheme (no TeX at all) + i scheme-medium: medium scheme (small + more packages and languages) + i scheme-minimal: minimal scheme (plain only) + i scheme-small: small scheme (basic + xetex, metapost, a few languages) + i scheme-tetex: teTeX scheme (more than medium, but nowhere near full) +\end{lstlisting}
\ No newline at end of file |