summaryrefslogtreecommitdiff
path: root/info
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-06 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2021-05-06 03:00:58 +0000
commit25f20b6d8ccd4edcdfec23c1a3c908516076ee06 (patch)
treef889e071118d7d2db80066d14d14b020c50a2238 /info
parent75db33dc347ec9cfbaa2f3ec538a2697351f571b (diff)
CTAN sync 202105060300
Diffstat (limited to 'info')
-rw-r--r--info/tlmgr-intro-zh-cn/body/actions.tex4
-rw-r--r--info/tlmgr-intro-zh-cn/body/options.tex2
-rw-r--r--info/tlmgr-intro-zh-cn/body/schemes_and_collections.tex71
-rw-r--r--info/tlmgr-intro-zh-cn/latexmkrc2
-rw-r--r--info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.pdfbin368005 -> 376444 bytes
-rw-r--r--info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.sty9
-rw-r--r--info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.tex3
7 files changed, 83 insertions, 8 deletions
diff --git a/info/tlmgr-intro-zh-cn/body/actions.tex b/info/tlmgr-intro-zh-cn/body/actions.tex
index 122a67a558..8751a94120 100644
--- a/info/tlmgr-intro-zh-cn/body/actions.tex
+++ b/info/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/info/tlmgr-intro-zh-cn/body/options.tex b/info/tlmgr-intro-zh-cn/body/options.tex
index 68f73d6785..e002dd476e 100644
--- a/info/tlmgr-intro-zh-cn/body/options.tex
+++ b/info/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/info/tlmgr-intro-zh-cn/body/schemes_and_collections.tex b/info/tlmgr-intro-zh-cn/body/schemes_and_collections.tex
new file mode 100644
index 0000000000..3280444584
--- /dev/null
+++ b/info/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
diff --git a/info/tlmgr-intro-zh-cn/latexmkrc b/info/tlmgr-intro-zh-cn/latexmkrc
index da26b8509c..3643a21590 100644
--- a/info/tlmgr-intro-zh-cn/latexmkrc
+++ b/info/tlmgr-intro-zh-cn/latexmkrc
@@ -14,7 +14,7 @@ $pdf_mode = 1;
$clean_ext = "synctex.gz acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind lof log lot out run.xml toc pdf thm toe ist idx";
# Preview mode & Auto complie after save.
-$preview_continuous_mode = 0;
+$preview_continuous_mode = 1;
# Set XeLaTeX option.
$pdflatex = "xelatex -halt-on-error -interaction=nonstopmode -synctex=1 %O %S";
diff --git a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.pdf b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.pdf
index 7b5dbfa347..04e641e2bd 100644
--- a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.pdf
+++ b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.pdf
Binary files differ
diff --git a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.sty b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.sty
index c3dffa45dd..0a27f3586f 100644
--- a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.sty
+++ b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tlmgr-intro-zh-cn}[2021/04/20 Package for tlmgr-intro-zh-cn]
+\ProvidesPackage{tlmgr-intro-zh-cn}[2021/05/05 Package for tlmgr-intro-zh-cn]
% 版式设计
\RequirePackage[margin=2.4cm]{geometry}
@@ -17,6 +17,8 @@
\RequirePackage{listings}
\RequirePackage[shortlabels]{enumitem}
+\RequirePackage{tocbibind}
+
% 浮动体
\RequirePackage{tabularx}
\RequirePackage{booktabs}
@@ -25,13 +27,14 @@
\graphicspath{{./fig/}}
\lstset{
- basicstyle = {\ttfamily},
+ basicstyle = {\small\ttfamily},
keywordstyle = \color{blue}\bfseries,
commentstyle = \color{gray},
stringstyle = \color{brown},
breaklines = true,
gobble = 2,
- escapechar = +,
+ % escapechar = +,
+ frame = single
}
\ctexset{
diff --git a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.tex b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.tex
index 00068522b5..50b122acbf 100644
--- a/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.tex
+++ b/info/tlmgr-intro-zh-cn/tlmgr-intro-zh-cn.tex
@@ -6,7 +6,7 @@
\author{Zhonghao Sun\thanks{\href{mailto:syvshc@foxmail.com}%
{\ttfamily syvshc@foxmail.com}}%
}
-\date{2020.4.20}
+\date{2021.05.05}
\begin{document}
\maketitle
@@ -19,4 +19,5 @@
\include{./body/actions}
\appendix
\include{./body/mirrors}
+ \include{./body/schemes_and_collections}
\end{document}