texlive[71414] Master/texmf-dist: proflycee (3jun24)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 3 22:02:23 CEST 2024


Revision: 71414
          https://tug.org/svn/texlive?view=revision&revision=71414
Author:   karl
Date:     2024-06-03 22:02:23 +0200 (Mon, 03 Jun 2024)
Log Message:
-----------
proflycee (3jun24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.pdf
    trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-docctan.zip
    trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
    trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-analyse.tex

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

Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-docctan.zip
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2024-06-03 20:01:46 UTC (rev 71413)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2024-06-03 20:02:23 UTC (rev 71414)
@@ -3,7 +3,8 @@
 % or later, see http://www.latex-project.org/lppl.txtf
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ProfLycee}[2024/05/09 3.04b Aide pour l'utilisation de LaTeX en lycee]
+\ProvidesPackage{ProfLycee}[2024/05/31 3.04c Aide pour l'utilisation de LaTeX en lycee]
+% 3.04c	Max et min pour des fonctions
 % 3.04b	Travail sur la loi binomiale + Ajout de clés pour les environnements graphiques
 % 3.04a	Améliorations de la partie graphiques tikz (intégrales, axes) + Factorielle
 % 3.03d	Page de garde type BAC
@@ -146,7 +147,6 @@
 \usetikzlibrary{shapes.geometric}
 \usetikzlibrary{decorations.pathmorphing}
 %tcolorbox
-%\RequirePackage[most]{tcolorbox}
 \RequirePackage{tcolorbox}%
 \tcbuselibrary{breakable,fitting,skins,listings,listingsutf8,hooks}
 %divers

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-analyse.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-analyse.tex	2024-06-03 20:01:46 UTC (rev 71413)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-analyse.tex	2024-06-03 20:02:23 UTC (rev 71414)
@@ -996,4 +996,15 @@
 	}%
 }
 
+%----max/min
+\NewDocumentCommand\DetermineMax{ O{0.01} m m m O{\tmpmax} O{\tmpmaxvalx} }{%
+	\xdef#5{\xintfloateval{max(seq(#2,x=#3..[#1]..#4,#4))}}%
+	\xdef#6{\xintfloateval{first(seq((#2 == #5)?{x}{},x=#3..[#1]..#4,#4))}}%
+}
+
+\NewDocumentCommand\DetermineMin{ O{0.01} m m m O{\tmpmin} O{\tmpminvalx} }{%
+	\xdef#5{\xintfloateval{min(seq(#2,x=#3..[#1]..#4,#4))}}%
+	\xdef#6{\xintfloateval{first(seq((#2 == #5)?{x}{},x=#3..[#1]..#4,#4))}}%
+}
+
 \endinput
\ No newline at end of file



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