texlive[67002] Master/texmf-dist: proflycee (3may23)

commits+karl at tug.org commits+karl at tug.org
Wed May 3 22:12:18 CEST 2023


Revision: 67002
          http://tug.org/svn/texlive?view=revision&revision=67002
Author:   karl
Date:     2023-05-03 22:12:17 +0200 (Wed, 03 May 2023)
Log Message:
-----------
proflycee (3may23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.pdf
    trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex
    trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
    trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-geom.tex
    trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-trigo.tex

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

Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex	2023-05-03 20:12:01 UTC (rev 67001)
+++ trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex	2023-05-03 20:12:17 UTC (rev 67002)
@@ -5,8 +5,8 @@
 % arara: lualatex: {shell: yes, synctex: no, interaction: batchmode} if found('log', '(undefined references|Please rerun|Rerun to get)')
 
 \documentclass[a4paper,french,11pt]{article}
-\def\PLversion{2.6.1}
-\def\PLdate{27 avril 2023}
+\def\PLversion{2.6.2}
+\def\PLdate{3 mai 2023}
 \usepackage{ProfLycee}
 \useproflyclib{piton,minted,pythontex}
 \usepackage[math-style=french]{fourier-otf}
@@ -3652,6 +3652,9 @@
 	\item un booléen \Cle{Equationsin} pour \textit{activer} \og $\sin=$ \fg;\hfill{}défaut \Cle{false}
 	\item la clé \Cle{sin} qui est la valeur de l'angle (en degrés) du sin ;\hfill{}défaut \Cle{30}
 	\item la clé \Cle{cos} qui est la valeur de l'angle (en degrés) cos ;\hfill{}défaut \Cle{45}
+	\item \cmaj{2.6.2} un booléen \Cle{AffTraitsEq} qui permet d'afficher les \textit{traits de construction secondaires} pour les équations ;
+	
+	\hfill{}défaut \Cle{true}
 	\item la clé \Cle{CouleurSol} qui est la couleur des \textit{solutions}.\hfill{}défaut \Cle{blue}
 \end{itemize}
 \vspace*{-\baselineskip}\leavevmode
@@ -3661,18 +3664,18 @@
 \begin{center}
 	\begin{tikzpicture}
 		\CercleTrigo[%
-		AffAngles=false,AffValeurs=false,AffTraits=false,Rayon=2,Equationsin,sin=-30, CouleurSol=red]
+		AffAngles=false,AffValeurs=false,Rayon=2,Equationsin,sin=-30, CouleurSol=red]
 	\end{tikzpicture}
-	~~~~
 	\begin{tikzpicture}
 		\CercleTrigo[%
 		AffAngles=false,AffValeurs=false,AffTraits=false,Rayon=2,Equationcos,cos=135, CouleurSol=orange]
 	\end{tikzpicture}
-	
-	\medskip
-	
 	\begin{tikzpicture}
 		\CercleTrigo[%
+		AffAngles=false,AffValeurs=false,AffTraits=false,AffTraitsEq=false,Rayon=2, Equationcos,cos=126,CouleurSol=violet]
+	\end{tikzpicture}
+	\begin{tikzpicture}
+		\CercleTrigo[%
 		AffTraits=false,AffAngles=false,Rayon=2.5,Equationcos,cos=60,CouleurSol=purple, TailleValeurs=\tiny]
 	\end{tikzpicture}
 \end{center}
@@ -3689,6 +3692,11 @@
 		\CercleTrigo[%
 		AffAngles=false,AffValeurs=false,AffTraits=false,Rayon=2,Equationcos,cos=135,CouleurSol=orange]
 	\end{tikzpicture}
+	~~~~
+	\begin{tikzpicture}
+		\CercleTrigo[%
+		AffAngles=false,AffValeurs=false,AffTraits=false,AffTraitsEq=false,Rayon=2, Equationcos,cos=126,CouleurSol=violet]
+	\end{tikzpicture}
 	
 	\medskip
 	
@@ -6482,6 +6490,8 @@
 
 \part{Historique}
 
+{\small \bverb|v 2.6.2|~:~~~~Ajout d'une clé [AffTraitsEq] pour les équations trigo (page \pageref{cercletrigo})
+
 {\small \bverb|v 2.6.1|~:~~~~Ajout de commandes pour du calcul intégral (pages \pageref{calcintegr} et \pageref{integrtikz})
 
 {\small \bverb|v 2.6.0|~:~~~~Ajout d'une clé [Brut] pour les mesures principales + correction d'un bug} + Refonte de la doc

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2023-05-03 20:12:01 UTC (rev 67001)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2023-05-03 20:12:17 UTC (rev 67002)
@@ -3,7 +3,8 @@
 % or later, see http://www.latex-project.org/lppl.txtf
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ProfLycee}[2023/04/27 2.6.1 Aide pour l'utilisation de LaTeX en lycee]
+\ProvidesPackage{ProfLycee}[2023/05/03 2.6.2 Aide pour l'utilisation de LaTeX en lycee]
+% 2.6.2	Correction de commandes pour la pseudo3d + nouvelle clé pour la trigo
 % 2.6.1	Ajout de commandes pour du calcul intégral (valeur approchée + tikz)
 % 2.6.0	Ajout d'une clé [Brut] pour les mesures principales + commande calcul ligne trigo
 %		Refonte des fichiers inclus + correction de bugs mineurs

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-geom.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-geom.tex	2023-05-03 20:12:01 UTC (rev 67001)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-geom.tex	2023-05-03 20:12:17 UTC (rev 67002)
@@ -70,13 +70,13 @@
 				\draw (\PaveG) node[above right] {\ifboolKV[paramspave]{Math}{$\PaveG$}{\PaveG}} ;
 				\draw (\PaveH) node[above left] {\ifboolKV[paramspave]{Math}{$\PaveH$}{\PaveH}} ;}
 		{}%on affiche rien
-	\draw[\PFPaveThick] (\PaveA)--(\PaveB)--(\PaveF)--(\PaveE)--cycle
-	                    (\PaveB)--(\PaveC)--(\PaveG)--(\PaveF)--cycle
-	                    (\PaveG)--(\PaveH)--(\PaveE) ;
+	\draw[\PFPaveThick,line join=bevel] (\PaveA)--(\PaveB)--(\PaveF)--(\PaveE)--cycle
+	                                    (\PaveB)--(\PaveC)--(\PaveG)--(\PaveF)--cycle
+	                                    (\PaveG)--(\PaveH)--(\PaveE) ;
 	\ifboolKV[paramspave]{Plein}
 		{}
-		{\draw[dashed,\PFPaveThick] (\PaveA)--(\PaveD)--(\PaveC)
-		                            (\PaveD)--(\PaveH) ;}
+		{\draw[dashed,\PFPaveThick,line join=bevel] (\PaveA)--(\PaveD)--(\PaveC)
+		                                            (\PaveD)--(\PaveH) ;}
 }
 
 %%------TétraèdreTikZ
@@ -122,11 +122,11 @@
 		\draw (\TetraC) node[right] {\ifboolKV[paramstetra]{Math}{$\TetraC$}{\TetraC}} ;
 		\draw (\TetraD) node[above] {\ifboolKV[paramstetra]{Math}{$\TetraD$}{\TetraD}} ;}
 		{}%on affiche rien
-	\draw[\PFTetraThick] (\TetraA)--(\TetraD)--(\TetraC)--(\TetraB)--cycle
-						(\TetraD)--(\TetraB) ;
+	\draw[\PFTetraThick,line join=bevel] (\TetraA)--(\TetraD)--(\TetraC)--(\TetraB)--cycle
+						                 (\TetraD)--(\TetraB) ;
 	\ifboolKV[paramstetra]{Plein}
 		{}
-		{\draw[dashed,\PFTetraThick] (\TetraA)--(\TetraC) ;}
+		{\draw[dashed,\PFTetraThick,line join=bevel] (\TetraA)--(\TetraC) ;}
 }
 
 %%------MainLevée TikZ

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-trigo.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-trigo.tex	2023-05-03 20:12:01 UTC (rev 67001)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-trigo.tex	2023-05-03 20:12:17 UTC (rev 67002)
@@ -31,6 +31,7 @@
 	EpaisseurSol=very thick,%
 	AffAngles=true,%
 	AffTraits=true,%
+	AffTraitsEq=true,%
 	AffValeurs=true,%
 	MoinsPi=true,%
 	TailleValeurs=\scriptsize,%
@@ -82,12 +83,15 @@
 	%equations
 	\ifboolKV[cercletrigo]{Equationcos}
 	{%traitsdeconstructioncos
-		\draw[\PLcerclethick,dotted,gray] (-45:\PLcerclerayon) -- (135:\PLcerclerayon)
-		(-135:\PLcerclerayon) -- (45:\PLcerclerayon)
-		(30:\PLcerclerayon) -- (150:\PLcerclerayon)
-		(-30:\PLcerclerayon) -- (-150:\PLcerclerayon)
-		(-60:\PLcerclerayon)--(60:\PLcerclerayon)
-		(-120:\PLcerclerayon)--(120:\PLcerclerayon) ;
+		\ifboolKV[cercletrigo]{AffTraitsEq}
+			{%
+				\draw[\PLcerclethick,dotted,gray] (-45:\PLcerclerayon) -- (135:\PLcerclerayon)
+												  (-135:\PLcerclerayon) -- (45:\PLcerclerayon)
+												  (30:\PLcerclerayon) -- (150:\PLcerclerayon)
+												  (-30:\PLcerclerayon) -- (-150:\PLcerclerayon)
+												  (-60:\PLcerclerayon)--(60:\PLcerclerayon)
+												  (-120:\PLcerclerayon)--(120:\PLcerclerayon) ;
+			}{}%
 		\draw[\PLcerclesolthick,\PLcerclecoleq] ({\PLcerclevalcos}:\PLcerclerayon)--({-\PLcerclevalcos}:\PLcerclerayon) ;
 		\filldraw[\PLcerclecoleq] ({\PLcerclevalcos}:\PLcerclerayon) circle[radius=2pt] ({-\PLcerclevalcos}:\PLcerclerayon) circle[radius=2pt] ;%
 	}
@@ -94,12 +98,15 @@
 	{}
 	\ifboolKV[cercletrigo]{Equationsin}
 	{%traitsdeconstructioncos
-		\draw[\PLcerclethick,dotted,gray] (-45:\PLcerclerayon) -- (135:\PLcerclerayon)
-		(-135:\PLcerclerayon) -- (45:\PLcerclerayon)
-		(30:\PLcerclerayon) -- (150:\PLcerclerayon)
-		(-30:\PLcerclerayon) -- (-150:\PLcerclerayon)
-		(-60:\PLcerclerayon)--(60:\PLcerclerayon)
-		(-120:\PLcerclerayon)--(120:\PLcerclerayon) ;
+		\ifboolKV[cercletrigo]{AffTraitsEq}
+			{%
+				\draw[\PLcerclethick,dotted,gray] (-45:\PLcerclerayon) -- (135:\PLcerclerayon)
+				(-135:\PLcerclerayon) -- (45:\PLcerclerayon)
+				(30:\PLcerclerayon) -- (150:\PLcerclerayon)
+				(-30:\PLcerclerayon) -- (-150:\PLcerclerayon)
+				(-60:\PLcerclerayon)--(60:\PLcerclerayon)
+				(-120:\PLcerclerayon)--(120:\PLcerclerayon) ;
+			}{}%
 		\draw[\PLcerclesolthick,\PLcerclecoleq] ({\PLcerclevalsin}:\PLcerclerayon)--({180-\PLcerclevalsin}:\PLcerclerayon) ;
 		\filldraw[\PLcerclecoleq] ({\PLcerclevalsin}:\PLcerclerayon) circle[radius=2pt] ({180-\PLcerclevalsin}:\PLcerclerayon) circle[radius=2pt] ;%
 	}



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