From f7668f7fa59f4e8cf8bd07b98e8ad6394eac2db0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Aug 2021 21:05:50 +0000 Subject: jxu (9aug21) git-svn-id: svn://tug.org/texlive/trunk@60206 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/colorist/colorist-doc.pdf | Bin 94096 -> 93925 bytes .../texmf-dist/doc/latex/colorist/colorist-doc.tex | 78 ++++++++++----------- 2 files changed, 39 insertions(+), 39 deletions(-) (limited to 'Master/texmf-dist/doc/latex/colorist') diff --git a/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf b/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf index 365d097b77f..bf1291a619a 100644 Binary files a/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf and b/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex b/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex index d0782450d0e..dfebcdfda3b 100644 --- a/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex +++ b/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex @@ -93,7 +93,7 @@ \title{\colorist{}, write your articles or books in a colorful way} \author{Jinwen XU} -\thanks{Corresponding to: \texttt{\colorist{} 2021/08/08}} +\thanks{Corresponding to: \texttt{\colorist{} 2021/08/09}} \email{\href{mailto:ProjLib@outlook.com}{ProjLib@outlook.com}} \date{August 2021, Beijing} @@ -136,7 +136,7 @@ With the help of the \ProjLib{} toolkit, also developed by the author, the class You can directly use \colorart{} or \colorbook{} as your document class. In this way, you can directly begin writing your document, without having to worry about the configurations. \begin{code} - \documentclass{colorart} (*{\normalfont or}*) \documentclass{colorbook} +\documentclass{colorart} (*{\normalfont or}*) \documentclass{colorbook} \end{code} \begin{tip} @@ -146,8 +146,8 @@ You can directly use \colorart{} or \colorbook{} as your document class. In this You can also use the default classes \textsf{article} or \textsf{book}, and load the \colorist{} package. This way, only the basic styles are set, and you can thus use your preferred fonts and page layout. All the features mentioned in this article are provided. \begin{code} - \documentclass{article} (*{\normalfont or}*) \documentclass{book} - \usepackage{colorist} +\documentclass{article} (*{\normalfont or}*) \documentclass{book} +\usepackage{colorist} \end{code} \LevelTwoTitle{Example - \colorart} @@ -169,7 +169,7 @@ Let's first look at a complete example of \colorart{} (the same works for \lebha \maketitle \begin{abstract} - Ceci est un résumé. \dnf + Ceci est un résumé. \dnf<(*\meta{some hint}*)> \end{abstract} \begin{keyword} AAA, BBB, CCC, DDD, EEE @@ -462,12 +462,12 @@ When referencing a theorem-like environment, it is recommended to use \lstinline \begin{tip}[Example] \begin{code} - \begin{definition}[Strange things] \label{def: strange} ... +\begin{definition}[Strange things] \label{def: strange} ... \end{code} will produce \begin{definition}[Strange things]\label{def: strange} - This is the definition of some strange objects. There is approximately an one-line space before and after the theorem environment, and there will be a symbol to mark the end of the environment. + This is the definition of some strange objects. There is approximately a one-line spacing before and after the theorem environment, and there will be a symbol to mark the end of the environment. \end{definition} \lstinline|\cref{def: strange}| will be displayed as: \cref{def: strange}. @@ -571,9 +571,9 @@ And then define this environment in one of following five ways: Here is an example. The following code: \begin{code} - \NameTheorem[EN]{proofidea}{Idea} - \CreateTheorem*{proofidea*} - \CreateTheorem{proofidea} +\NameTheorem[EN]{proofidea}{Idea} +\CreateTheorem*{proofidea*} +\CreateTheorem{proofidea} \end{code} defines an unnumbered environment \lstinline|proofidea*| and a numbered environment \lstinline|proofidea| (numbered within subsection) respectively. They can be used in English context. The effect is as follows: @@ -608,45 +608,45 @@ Similarly, there is \lstinline|\needgraph| : Therefore, the title part can either be written in the usual way, in accordance with the standard class \textsf{article}: \begin{code} - \title{(*\meta{title}*)} - \author{(*\meta{author}*)\thanks{(*\meta{text}*)}} - \date{(*\meta{date}*)} - \maketitle - \begin{abstract} - (*\meta{abstract}*) - \end{abstract} - \begin{keyword} - (*\meta{keywords}*) - \end{keyword} +\title{(*\meta{title}*)} +\author{(*\meta{author}*)\thanks{(*\meta{text}*)}} +\date{(*\meta{date}*)} +\maketitle +\begin{abstract} + (*\meta{abstract}*) +\end{abstract} +\begin{keyword} + (*\meta{keywords}*) +\end{keyword} \end{code} or written in the way of \AmS{} classes: \begin{code} - \title{(*\meta{title}*)} - \author{(*\meta{author}*)} - \thanks{(*\meta{text}*)} - \address{(*\meta{address}*)} - \email{(*\meta{email}*)} - \date{(*\meta{date}*)} - \keywords{(*\meta{keywords}*)} - \subjclass{(*\meta{subjclass}*)} - \begin{abstract} - (*\meta{abstract}*) - \end{abstract} - \maketitle +\title{(*\meta{title}*)} +\author{(*\meta{author}*)} +\thanks{(*\meta{text}*)} +\address{(*\meta{address}*)} +\email{(*\meta{email}*)} +\date{(*\meta{date}*)} +\keywords{(*\meta{keywords}*)} +\subjclass{(*\meta{subjclass}*)} +\begin{abstract} + (*\meta{abstract}*) +\end{abstract} +\maketitle \end{code} The author information can contain multiple groups, written as: \begin{code} - \author{(*\meta{author 1}*)} - \address{(*\meta{address 1}*)} - \email{(*\meta{email 1}*)} - \author{(*\meta{author 2}*)} - \address{(*\meta{address 2}*)} - \email{(*\meta{email 2}*)} - ... +\author{(*\meta{author 1}*)} +\address{(*\meta{address 1}*)} +\email{(*\meta{email 1}*)} +\author{(*\meta{author 2}*)} +\address{(*\meta{address 2}*)} +\email{(*\meta{email 2}*)} +... \end{code} Among them, the mutual order of \lstinline|\address|, \lstinline|\curraddr|, \lstinline|\email| is not important. -- cgit v1.2.3