From cb97c45e0fb2c06f21cef857402fab9a36125446 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 3 May 2022 03:00:58 +0000 Subject: CTAN sync 202205030300 --- macros/latex/contrib/easybook/easybook.dtx | 16 +- macros/latex/contrib/easybook/easybook.pdf | Bin 591122 -> 591121 bytes macros/latex/contrib/easybook/easybook.tex | 4 +- .../latex/contrib/proflycee/doc/ProfLycee-doc.pdf | Bin 498392 -> 532726 bytes .../latex/contrib/proflycee/doc/ProfLycee-doc.tex | 335 ++++++++++++++++++++- macros/latex/contrib/proflycee/tex/ProfLycee.sty | 92 +++++- 6 files changed, 437 insertions(+), 10 deletions(-) (limited to 'macros/latex') diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx index 2a1c0e3d78..4d64ffcd4a 100644 --- a/macros/latex/contrib/easybook/easybook.dtx +++ b/macros/latex/contrib/easybook/easybook.dtx @@ -15,7 +15,7 @@ %<*class> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2022/05/01}{1.682} +\ProvidesExplClass{easybook}{2022/05/02}{1.683} {Easily typesetting Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -303,7 +303,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2022/05/01}{1.682} +\ProvidesExplPackage{easybase}{2022/05/02}{1.683} {Easily typesetting Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1073,6 +1073,16 @@ \group_end: \H@@footnotemark } +\cs_set:Npn \@xfootnote [#1] + { + \group_begin: + \int_set:cn { c@\@mpfn } {#1} + \unrestored@protected@xdef\@thefnmark{\thempfn} + \unrestored@protected@xdef\@the@up@fnmark{\theupfootnote} + \group_end: + \@footnotemark + \@footnotetext + } \cs_set_protected:Npn \footnote { \peek_meaning:NTF [ @@ -2323,7 +2333,7 @@ } % %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/01}{1.682} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/05/02}{1.683} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf index b0ba222f53..c650bd28d4 100644 Binary files a/macros/latex/contrib/easybook/easybook.pdf and b/macros/latex/contrib/easybook/easybook.pdf differ diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex index 0525656103..a85792d876 100644 --- a/macros/latex/contrib/easybook/easybook.tex +++ b/macros/latex/contrib/easybook/easybook.tex @@ -21,8 +21,8 @@ name = easybook, color-scheme = blue, title = EASYBOOK使用手册, - version = v1.682, - date = 2022/05/01, + version = v1.683, + date = 2022/05/02, authors = 瞿毅, info = 简便地排版中文学位论文或书籍, email = toquyi@163.com, diff --git a/macros/latex/contrib/proflycee/doc/ProfLycee-doc.pdf b/macros/latex/contrib/proflycee/doc/ProfLycee-doc.pdf index 5349f06c06..7279521831 100644 Binary files a/macros/latex/contrib/proflycee/doc/ProfLycee-doc.pdf and b/macros/latex/contrib/proflycee/doc/ProfLycee-doc.pdf differ diff --git a/macros/latex/contrib/proflycee/doc/ProfLycee-doc.tex b/macros/latex/contrib/proflycee/doc/ProfLycee-doc.tex index 0132bc7c69..f63e0c8ba5 100644 --- a/macros/latex/contrib/proflycee/doc/ProfLycee-doc.tex +++ b/macros/latex/contrib/proflycee/doc/ProfLycee-doc.tex @@ -34,8 +34,8 @@ \setlength{\parindent}{0pt} \definecolor{LightGray}{gray}{0.9} -\def\PLversion{1.1.1} -\def\PLdate{28 Avril 2022} +\def\PLversion{1.1.3} +\def\PLdate{2 Mai 2022} \tcbset{vignettes/.style={% nobeforeafter,box align=base,boxsep=0pt,enhanced,sharp corners=all,rounded corners=southeast,% @@ -184,6 +184,12 @@ Un cartouche (\textsf{tcbox}) pour présenter des codes de partage \textsf{capyt Une commande pour tracer un pavé en droit, en \TikZ, avec création des nœuds liés aux sommets. +Une commande pour simplifier des calculs sous forme fractionnaire. + +Une commande pour simplifier l'écriture d'un ensemble, avec espaces \og automatiques \fg. + +Une commande pour créer, en \TikZ, la \textit{toile} pour une suite récurrente. + \vfill \hrule @@ -1477,7 +1483,7 @@ L'idée est d'obtenir un tétraèdre, dans un environnement \TikZ, avec les nœu \begin{codetex}[listing only] ... \begin{tikzpicture}[] - \tetraCF[] + \tetraPL[] ... \end{tikzpicture} \end{codetex} @@ -1582,8 +1588,331 @@ Pour \textit{illustrer} un peu les \Cle{clés}, un petit schéma, avec les diff \newpage +\section{Fractions, ensembles} + +\subsection{Fractions} + +\begin{codeidee} +L'idée est d'obtenir une commande pour simplifier un calcul sous forme de fraction irréductible. +\end{codeidee} + +\begin{codetex}[listing only] +\convertfraction[