From 5bc44ca57dbc5dac1c9beae2df2712cdb16dc563 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 10 Aug 2021 03:01:45 +0000 Subject: CTAN sync 202108100301 --- macros/unicodetex/latex/lebhart/lebhart-doc-cn.pdf | Bin 278473 -> 278224 bytes macros/unicodetex/latex/lebhart/lebhart-doc-cn.tex | 72 ++++++++++---------- macros/unicodetex/latex/lebhart/lebhart-doc-en.pdf | Bin 157575 -> 156507 bytes macros/unicodetex/latex/lebhart/lebhart-doc-en.tex | 74 ++++++++++----------- macros/unicodetex/latex/lebhart/lebhart-doc-fr.pdf | Bin 164531 -> 159598 bytes macros/unicodetex/latex/lebhart/lebhart-doc-fr.tex | 72 ++++++++++---------- macros/unicodetex/latex/lebhart/lebhart.cls | 4 +- 7 files changed, 111 insertions(+), 111 deletions(-) (limited to 'macros/unicodetex/latex/lebhart') diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-cn.pdf b/macros/unicodetex/latex/lebhart/lebhart-doc-cn.pdf index 72f790aea3..abf1eb4dc9 100644 Binary files a/macros/unicodetex/latex/lebhart/lebhart-doc-cn.pdf and b/macros/unicodetex/latex/lebhart/lebhart-doc-cn.pdf differ diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-cn.tex b/macros/unicodetex/latex/lebhart/lebhart-doc-cn.tex index 8842620602..d78e25efc1 100644 --- a/macros/unicodetex/latex/lebhart/lebhart-doc-cn.tex +++ b/macros/unicodetex/latex/lebhart/lebhart-doc-cn.tex @@ -93,7 +93,7 @@ \title{\lebhart{},以多彩的方式排版你的文章} \author{许锦文} -\thanks{对应版本. \texttt{\lebhart{} 2021/08/08}} +\thanks{对应版本. \texttt{\lebhart{} 2021/08/09}} \email{\href{mailto:ProjLib@outlook.com}{ProjLib@outlook.com}} \date{2021年8月,北京} @@ -129,7 +129,7 @@ 只需要在第一行写: \begin{code} - \documentclass{lebhart} +\documentclass{lebhart} \end{code} 即可使用 \lebhart{} 文档类。请注意,要使用 \hologo{XeLaTeX} 或 \hologo{LuaLaTeX} 引擎才能编译。 @@ -153,7 +153,7 @@ \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 @@ -410,7 +410,7 @@ Référence du théorème: \cref{thm:abc} \medskip \begin{tip}[例子] \begin{code} - \begin{definition}[奇异物品] \label{def: strange} ... +\begin{definition}[奇异物品] \label{def: strange} ... \end{code} 将会生成 \begin{definition}[奇异物品]\label{def: strange} @@ -518,9 +518,9 @@ Référence du théorème: \cref{thm:abc} 下面提供一个例子。这三行代码: \begin{code} - \NameTheorem[CN]{proofidea}{思路} - \CreateTheorem*{proofidea*} - \CreateTheorem{proofidea} +\NameTheorem[CN]{proofidea}{思路} +\CreateTheorem*{proofidea*} +\CreateTheorem{proofidea} \end{code} 可以分别定义不编号的环境 \lstinline|proofidea*| 和编号的环境 \lstinline|proofidea| (在 subsection 内编号),它们支持在简体中文语境中使用,效果如下所示: @@ -552,45 +552,45 @@ Référence du théorème: \cref{thm:abc} 因此,文章的标题部分既可以按照标准文档类 \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} 也可以按照 \AmS{} 文档类的方式来写: \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} 作者信息可以包含多组,输入方式为: \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} 其中 \lstinline|\address|、\lstinline|\curraddr|、\lstinline|\email| 的相互顺序是不重要的。 diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-en.pdf b/macros/unicodetex/latex/lebhart/lebhart-doc-en.pdf index b15c888de7..516ae85344 100644 Binary files a/macros/unicodetex/latex/lebhart/lebhart-doc-en.pdf and b/macros/unicodetex/latex/lebhart/lebhart-doc-en.pdf differ diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-en.tex b/macros/unicodetex/latex/lebhart/lebhart-doc-en.tex index c5bb60d42d..c6c4b1038f 100644 --- a/macros/unicodetex/latex/lebhart/lebhart-doc-en.tex +++ b/macros/unicodetex/latex/lebhart/lebhart-doc-en.tex @@ -93,7 +93,7 @@ \title{\lebhart{}, write your articles in a colorful way} \author{Jinwen XU} -\thanks{Corresponding to: \texttt{\lebhart{} 2021/08/08}} +\thanks{Corresponding to: \texttt{\lebhart{} 2021/08/09}} \email{\href{mailto:ProjLib@outlook.com}{ProjLib@outlook.com}} \date{August 2021, Beijing} @@ -130,7 +130,7 @@ In order to use the package or classes described here, you need to: One only needs to put \begin{code} - \documentclass{lebhart} +\documentclass{lebhart} \end{code} as the first line to use the \lebhart{} class. Please note that you need to use either \hologo{XeLaTeX} or \hologo{LuaLaTeX} engine to compile. @@ -153,7 +153,7 @@ Let's first look at a complete document. \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 @@ -405,12 +405,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}. @@ -514,9 +514,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: @@ -550,46 +550,46 @@ 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} \clearpage 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. diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-fr.pdf b/macros/unicodetex/latex/lebhart/lebhart-doc-fr.pdf index 9de3f3c801..06557cb2f9 100644 Binary files a/macros/unicodetex/latex/lebhart/lebhart-doc-fr.pdf and b/macros/unicodetex/latex/lebhart/lebhart-doc-fr.pdf differ diff --git a/macros/unicodetex/latex/lebhart/lebhart-doc-fr.tex b/macros/unicodetex/latex/lebhart/lebhart-doc-fr.tex index f86fec6d47..5c63e62ee9 100644 --- a/macros/unicodetex/latex/lebhart/lebhart-doc-fr.tex +++ b/macros/unicodetex/latex/lebhart/lebhart-doc-fr.tex @@ -93,7 +93,7 @@ \title{\lebhart{}, écrivez vos articles de manière colorée} \author{Jinwen XU} -\thanks{Correspondant à : \texttt{\lebhart{} 2021/08/08}} +\thanks{Correspondant à : \texttt{\lebhart{} 2021/08/09}} \email{\href{mailto:ProjLib@outlook.com}{ProjLib@outlook.com}} \date{Août 2021, à Pékin} @@ -130,7 +130,7 @@ Pour utiliser les classes de documents décrites ici, vous devez : Il suffit simplement de mettre \begin{code} - \documentclass{lebhart} +\documentclass{lebhart} \end{code} comme première ligne pour utiliser la classe \lebhart{}. Veuillez noter que vous devez utiliser le moteur \hologo{XeLaTeX} ou \hologo{LuaLaTeX} pour compiler. @@ -154,7 +154,7 @@ Regardons d'abord un document complet. \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 @@ -402,7 +402,7 @@ Lors du référencement d'un environnement de type théorème, il est recommand \begin{tip}[Exemple] \begin{code} - \begin{definition}[Des choses étranges] \label{def: strange} ... +\begin{definition}[Des choses étranges] \label{def: strange} ... \end{code} will produce @@ -510,9 +510,9 @@ Ensuite, créez cet environnement de l'une des cinq manières suivantes : Voici un exemple. Le code suivant : \begin{code} - \NameTheorem[FR]{proofidea}{Idée} - \CreateTheorem*{proofidea*} - \CreateTheorem{proofidea} +\NameTheorem[FR]{proofidea}{Idée} +\CreateTheorem*{proofidea*} +\CreateTheorem{proofidea} \end{code} définit un environnement non numéroté \lstinline|proofidea*| et un environnement numéroté \lstinline|proofidea| (numérotés dans la sous-section) respectivement. Ils peuvent être utilisés dans le contexte français. L'effet est le suivant : @@ -545,46 +545,46 @@ De même, il y a aussi \lstinline|\needgraph| : Par conséquent, le titre et les informations sur l'auteur peuvent être soit écrits de la manière habituelle, conformément à la classe standard \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} ou écrit à la manière des classes \AmS{} : \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} \clearpage Les informations sur l'auteur peuvent contenir plusieurs groupes, écrits comme suit : \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} Parmi eux, l'ordre mutuel de \lstinline|\address|, \lstinline|\curraddr|, \lstinline|\email| n'est pas important. diff --git a/macros/unicodetex/latex/lebhart/lebhart.cls b/macros/unicodetex/latex/lebhart/lebhart.cls index 0c298b39da..e4688e8c6e 100644 --- a/macros/unicodetex/latex/lebhart/lebhart.cls +++ b/macros/unicodetex/latex/lebhart/lebhart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{lebhart} - [2021/08/08 A colorful article style] + [2021/08/09 A colorful article style] \def\colorclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -114,7 +114,7 @@ \fi \fi -\PassOptionsToPackage{no-math}{fontspec} +\PassOptionsToPackage{no-math,quiet}{fontspec} \RequirePackage{fontspec} \IfFileExists{colorist-font.tex}{ -- cgit v1.2.3