texlive[59833] Master/texmf-dist: colorist

commits+karl at tug.org commits+karl at tug.org
Sun Jul 4 23:22:18 CEST 2021


Revision: 59833
          http://tug.org/svn/texlive?view=revision&revision=59833
Author:   karl
Date:     2021-07-04 23:22:18 +0200 (Sun, 04 Jul 2021)
Log Message:
-----------
colorist

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf
    trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex
    trunk/Master/texmf-dist/tex/latex/colorist/colorart.cls
    trunk/Master/texmf-dist/tex/latex/colorist/colorbook.cls
    trunk/Master/texmf-dist/tex/latex/colorist/colorist.sty

Modified: trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex	2021-07-04 21:22:03 UTC (rev 59832)
+++ trunk/Master/texmf-dist/doc/latex/colorist/colorist-doc.tex	2021-07-04 21:22:18 UTC (rev 59833)
@@ -45,7 +45,7 @@
 \providecommand{\meta}[1]{$\langle${\normalfont\itshape#1}$\rangle$}
 \lstset{moretexcs=%
     {linenumbers,nolinenumbers,subsection,subsubsection,href,
-    color,NameTheorem,CreateTheorem,proofideanameEN,cref,dnf,needgraph,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,PJLdate,ProjLib
+    color,NameTheorem,CreateTheorem,proofideanameEN,cref,dnf,needgraph,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,PLdate,ProjLib
     }
 }
 \lstnewenvironment{code}% 
@@ -88,7 +88,7 @@
 
 \title{{\normalfont\textbf{\textsf{colorist}}}, write your articles or books in a colorful way}
 \author{Jinwen XU}
-\thanks{Corresponding to: \texttt{\colorist{} 2021/06/23}}
+\thanks{Corresponding to: \texttt{\colorist{} 2021/06/30}}
 \date{June 2021, Beijing}
 
 \maketitle
@@ -105,7 +105,7 @@
 
 \tableofcontents
 
-\bigskip\bigskip
+\vspace{2.5\baselineskip}
 \begin{tip}
     Multi-language support, theorem-like environments, draft marks and some other features are provided by the \ProjLib{} toolkit. Here we only briefly discuss how to use it with this document class. For more detailed information, you can refer to the documentation of \ProjLib{}.
 \end{tip}
@@ -130,12 +130,16 @@
 \colorist{} offers the following options: 
 
 \begin{itemize}
+    \item The language options \texttt{EN} / \texttt{english} / \texttt{English}, \texttt{FR} / \texttt{french} / \texttt{French}, etc.
+        \begin{itemize}
+            \item For the option names of a specific language, please refer to \meta{language name} in the next section. The first specified language will be used as the default language.
+        \end{itemize}
     \item \texttt{draft} or \texttt{fast}
         \begin{itemize}
             \item The option \verb|fast| enables a faster but slightly rougher style, main differences are:
             \begin{itemize}
                 \item Use simpler math font configuration; 
-                \item Do not use hyperref; 
+                \item Do not use \textsf{hyperref}; 
                 \item Enable the fast mode of \ProjLib{} toolkit.
             \end{itemize}
         \end{itemize}
@@ -155,15 +159,11 @@
         \begin{itemize}
             \item Theorem-like environments will not be numbered.
         \end{itemize}
-    \item The language options \texttt{EN} / \texttt{english} / \texttt{English}, \texttt{FR} / \texttt{french} / \texttt{French}, etc.
-        \begin{itemize}
-            \item For the option names of a specific language, please refer to \meta{language name} in the next section. The first specified language will be used as the default language.
-        \end{itemize}
 \end{itemize}
 
 \begin{tip}
     \begin{itemize}
-        \item During the draft stage, it is recommended to use the \verb|fast| option to speed up compilation. At the end, one should remove the ``fast'' option to get the final version. When in \verb|fast| mode, there will be a watermark "DRAFT" to indicate that you are currently in the draft mode.
+        \item During the draft stage, it is recommended to use the \verb|fast| option to speed up compilation. When in \verb|fast| mode, there will be a watermark "DRAFT" to indicate that you are currently in the draft mode.
     \end{itemize}
 \end{tip}
 
@@ -457,7 +457,7 @@
 
 \title{Le Titre}
 \author{Auteur}
-\date{\PJLdate{2022-04-01}}
+\date{\PLdate{2022-04-01}}
 
 \maketitle
 
@@ -511,7 +511,7 @@
 \author{Auteur 1}
 \address{Adresse 1}
 \email{\href{Courriel 2}{Courriel 2}}
-\date{\PJLdate{2022-04-01}}
+\date{\PLdate{2022-04-01}}
 \subjclass{*****}
 \keywords{...}
 

Modified: trunk/Master/texmf-dist/tex/latex/colorist/colorart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/colorist/colorart.cls	2021-07-04 21:22:03 UTC (rev 59832)
+++ trunk/Master/texmf-dist/tex/latex/colorist/colorart.cls	2021-07-04 21:22:18 UTC (rev 59833)
@@ -17,7 +17,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2020-10-01]
 \ProvidesClass{colorart}
-    [2021/06/23 A colorful article style]
+    [2021/06/30 A colorful article style]
 \def\colorclass at baseclass{article}
 \RequirePackage{kvoptions}
 \RequirePackage{etoolbox}

Modified: trunk/Master/texmf-dist/tex/latex/colorist/colorbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/colorist/colorbook.cls	2021-07-04 21:22:03 UTC (rev 59832)
+++ trunk/Master/texmf-dist/tex/latex/colorist/colorbook.cls	2021-07-04 21:22:18 UTC (rev 59833)
@@ -17,7 +17,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2020-10-01]
 \ProvidesClass{colorbook}
-    [2021/06/23 A colorful book style]
+    [2021/06/30 A colorful book style]
 \def\colorclass at baseclass{book}
 \RequirePackage{kvoptions}
 \RequirePackage{etoolbox}

Modified: trunk/Master/texmf-dist/tex/latex/colorist/colorist.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/colorist/colorist.sty	2021-07-04 21:22:03 UTC (rev 59832)
+++ trunk/Master/texmf-dist/tex/latex/colorist/colorist.sty	2021-07-04 21:22:18 UTC (rev 59833)
@@ -17,7 +17,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[2020-10-01]
 \ProvidesPackage{colorist}
-    [2021/06/23 A colorful style for articles and books]
+    [2021/06/30 A colorful style for articles and books]
 \RequirePackage{kvoptions}
 \RequirePackage{etoolbox}
 \SetupKeyvalOptions{%



More information about the tex-live-commits mailing list.