diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex b/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex index f46490fde7c..e54d796b843 100644 --- a/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex +++ b/Master/texmf-dist/doc/latex/simplivre/simplivre-doc-en.tex @@ -8,7 +8,6 @@ \usepackage{ProjLib} \usepackage{longtable} % breakable tables \usepackage{hologo} % more TeX logo -\usetikzlibrary{calc} \usepackage{blindtext} @@ -39,7 +38,7 @@ \providecommand{\meta}[1]{$\langle${\normalfont\itshape#1}$\rangle$} \lstset{moretexcs=% {linenumbers,nolinenumbers,part,parttext,chapter,section,subsection,subsubsection,frontmatter,mainmatter,backmatter,tableofcontents,href, - color,NameTheorem,CreateTheorem,cref,dnf,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,TheDate,ProjLib,qedhere + color,NameTheorem,CreateTheorem,cref,DNF,UseLanguage,UseOtherLanguage,AddLanguageSetting,maketitle,address,curraddr,email,keywords,subjclass,thanks,dedicatory,TheDate,ProjLib,qedhere } } \lstnewenvironment{code}% @@ -96,22 +95,22 @@ %%================================ \begin{document} -\def\PackageVersion{2022/03/19} +\def\PackageVersion{2022/04/03} \LocallyStopLineNumbers \frontmatter -\begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1 -\begin{tikzpicture}[overlay,remember picture] - \fill [blue!50!cyan!50!black] ($(current page.south west)$) rectangle ($(current page.north west)+(21,-7)$); - \node[text width=10cm] at ($(current page.north west)+(8.5,-6)$) {\huge\ProjLib}; - \node[text width=6cm,text height=3.5cm,scale=2.5] at ($(current page.north west)+(11,-9)$) {\textcolor{white}{\sffamily\simplivre{}\\[5pt]\footnotesize\textsc{Write your books in \\a simple and clear way}\\[10pt]\tiny Corresponding to: \texttt{\simplivre{} \PackageVersion}}}; - \node[text width=15em] at ($(current page.south)+(3.5,3)$) {\color{white}\hfill\fontsize{16pt}{0pt}\selectfont{\scshape Jinwen XU}\\[1em]\hfill\fontsize{12pt}{0pt}\selectfont\TheDate{\PackageVersion}[only-year-month], in Paris}; -\end{tikzpicture}% -\end{titlepage}% - -\setcounter{page}{0} +\TitlePage [ style = simple ] + { + , title = \simplivre{} + , subtitle = { + \textsc{Write your books in \\a simple and clear way}\\[10pt] + \tiny Corresponding to: \texttt{\simplivre{} \PackageVersion} + } + , author = Jinwen XU + , date = {\TheDate{\PackageVersion}[only-year-month], in Paris} + } \ResumeLineNumbers @@ -196,7 +195,7 @@ Let's first look at a complete document. \section{(*\meta{section title}*)} -\dnf<(*\meta{some hint}*)> +\DNF<(*\meta{some hint}*)> \begin{theorem}\label{thm:abc} Ceci est un théorème. @@ -239,7 +238,7 @@ For detailed description of this command and more related commands, please refer \medskip \begin{code} -\dnf<(*\meta{some hint}*)> +\DNF<(*\meta{some hint}*)> \end{code} When you have some places that have not yet been finished yet, you can mark them with this command, which is especially useful during the draft stage. @@ -303,7 +302,7 @@ In addition, Source Code Pro is used as the English sans serif font, New Compute \item Font options. As the name suggest, font with corresponding name will be loaded. \item The \texttt{useosf} option is used to enable the old-style figures. \end{itemize} - \item \texttt{allowbf} + \item \texttt{use boldface} \begin{itemize} \item Allow boldface. When this option is enabled, the main title, the titles of all levels and the names of theorem-like environments will be bolded. \end{itemize} @@ -319,7 +318,6 @@ In addition, Source Code Pro is used as the English sans serif font, New Compute \begin{itemize} \item Use the ``runin'' style for \lstinline|\subsubsection| \end{itemize} -% \clearpage \item \texttt{nothms} \begin{itemize} \item Pure text mode. Do not load theorem-like environments. @@ -415,12 +413,11 @@ By default, when referenced, the name of the theorem matches the current context Please refer to the documentation of the package \textsf{create-theorem} to see how to declare new theorem-like environments. \end{tip} -% \clearpage \LevelTwoTitle{Draft mark} -You can use \lstinline|\dnf| to mark the unfinished part. For example: +You can use \lstinline|\DNF| to mark the unfinished part. For example: \begin{itemize} - \item \lstinline|\dnf| or \lstinline|\dnf<...>|. The effect is: \dnf~ or \dnf<...>. \\The prompt text changes according to the current language. For example, it will be displayed as \UseOtherLanguage{French}{\dnf} in French mode. + \item \lstinline|\DNF| or \lstinline|\DNF<...>|. The effect is: \DNF~ or \DNF<...>. \\The prompt text changes according to the current language. For example, it will be displayed as \UseOtherLanguage{French}{\DNF} in French mode. \end{itemize} |