texlive[67240] Master/texmf-dist: proflycee (28may23)

commits+karl at tug.org commits+karl at tug.org
Sun May 28 22:05:12 CEST 2023


Revision: 67240
          http://tug.org/svn/texlive?view=revision&revision=67240
Author:   karl
Date:     2023-05-28 22:05:11 +0200 (Sun, 28 May 2023)
Log Message:
-----------
proflycee (28may23)

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

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-28 20:04:57 UTC (rev 67239)
+++ trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex	2023-05-28 20:05:11 UTC (rev 67240)
@@ -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.5}
-\def\PLdate{20 mai 2023}
+\def\PLversion{2.6.6}
+\def\PLdate{28 mai 2023}
 \usepackage{amsfonts}
 \usepackage{ProfLycee}
 \useproflyclib{piton,minted,pythontex}
@@ -3771,75 +3771,75 @@
 \end{center}
 \end{PresCodeSortiePL}
 
-\newpage
+%\newpage
+%
+%\section{Style \og main levée \fg{} en \TikZ}\label{mainlevee}
+%
+%\subsection{Idée}
+%
+%\begin{tipblock}
+%L'idée est de \textit{proposer} un style \textit{tout prêt} pour simuler un tracé, en \TikZ, à \og main levée \fg.
+%
+%Il s'agit d'un style \textit{basique} utilisant la librairie \ctex{decorations} avec \textsf{random steps}.
+%\end{tipblock}
+%
+%\begin{PresCodeTexPL}{listing only}
+%\tikzset{%
+%	mainlevee/.style args={#1et#2}{decorate,decoration={random steps, segment length=#1,amplitude=#2}},
+%	mainlevee/.default={5mm et 0.6pt}
+%}
+%\end{PresCodeTexPL}
+%
+%\subsection{Utilisation basique}
+%
+%\begin{noteblock}
+%Il s'agit ni plus ni moins d'un style \TikZ{} à intégrer dans les tracés et constructions \TikZ !
+%\end{noteblock}
+%
+%\begin{cautionblock}
+%Concernant le style en lui-même, deux paramètres peuvent être précisés via \Cle{mainlevee=\#1 et \#2} :
+%
+%\begin{itemize}
+%	\item \Cle{\#1} correspond à l'option \textsf{segment length} (longueur des segments \textit{types}) ;\hfill{}défaut \Cle{5mm}
+%	\item \Cle{\#2} correspond à l'option \textsf{amplitude} (amplitude maximale de la \textit{déformation}).\hfill{}défaut \Cle{0.6pt}
+%\end{itemize}
+%
+%Les valeurs \Cle{mainlevee=5mm et 0.6pt} donnent des résultats -- à mon sens -- satisfaisants, mais l'utilisateur pourra modifier à loisir ces paramètres !
+%\end{cautionblock}
+%
+%\begin{PresCodeTexPL}{listing only}
+%%la grille a été rajoutée pour la sortie
+%\begin{tikzpicture}
+%	\draw[thick,mainlevee] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%
+%\begin{tikzpicture}
+%	\draw[thick,mainlevee=5mm et 2pt] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%
+%\begin{tikzpicture}
+%	\draw[thick,mainlevee=10mm et 3mm] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%\end{PresCodeTexPL}
+%
+%\begin{PresCodeSortiePL}{text only}
+%\hfill~\begin{tikzpicture}
+%	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
+%	\draw[thick,mainlevee] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%\hspace{1cm}
+%\begin{tikzpicture}
+%	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
+%	\draw[thick,mainlevee=5mm et 2pt] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%\hspace{1cm}
+%\begin{tikzpicture}
+%	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
+%	\draw[thick,mainlevee=10mm et 3mm] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
+%\end{tikzpicture}
+%\hfill~
+%\end{PresCodeSortiePL}
 
-\section{Style \og main levée \fg{} en \TikZ}\label{mainlevee}
-
-\subsection{Idée}
-
-\begin{tipblock}
-L'idée est de \textit{proposer} un style \textit{tout prêt} pour simuler un tracé, en \TikZ, à \og main levée \fg.
-
-Il s'agit d'un style \textit{basique} utilisant la librairie \ctex{decorations} avec \textsf{random steps}.
-\end{tipblock}
-
-\begin{PresCodeTexPL}{listing only}
-\tikzset{%
-	mainlevee/.style args={#1et#2}{decorate,decoration={random steps, segment length=#1,amplitude=#2}},
-	mainlevee/.default={5mm et 0.6pt}
-}
-\end{PresCodeTexPL}
-
-\subsection{Utilisation basique}
-
-\begin{noteblock}
-Il s'agit ni plus ni moins d'un style \TikZ{} à intégrer dans les tracés et constructions \TikZ !
-\end{noteblock}
-
-\begin{cautionblock}
-Concernant le style en lui-même, deux paramètres peuvent être précisés via \Cle{mainlevee=\#1 et \#2} :
-
-\begin{itemize}
-	\item \Cle{\#1} correspond à l'option \textsf{segment length} (longueur des segments \textit{types}) ;\hfill{}défaut \Cle{5mm}
-	\item \Cle{\#2} correspond à l'option \textsf{amplitude} (amplitude maximale de la \textit{déformation}).\hfill{}défaut \Cle{0.6pt}
-\end{itemize}
-
-Les valeurs \Cle{mainlevee=5mm et 0.6pt} donnent des résultats -- à mon sens -- satisfaisants, mais l'utilisateur pourra modifier à loisir ces paramètres !
-\end{cautionblock}
-
-\begin{PresCodeTexPL}{listing only}
-%la grille a été rajoutée pour la sortie
-\begin{tikzpicture}
-	\draw[thick,mainlevee] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-
-\begin{tikzpicture}
-	\draw[thick,mainlevee=5mm et 2pt] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-
-\begin{tikzpicture}
-	\draw[thick,mainlevee=10mm et 3mm] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-\end{PresCodeTexPL}
-
-\begin{PresCodeSortiePL}{text only}
-\hfill~\begin{tikzpicture}
-	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
-	\draw[thick,mainlevee] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-\hspace{1cm}
-\begin{tikzpicture}
-	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
-	\draw[thick,mainlevee=5mm et 2pt] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-\hspace{1cm}
-\begin{tikzpicture}
-	\draw[xstep=0.5,ystep=0.5,ultra thin,lightgray] (0,0) grid (4,4);
-	\draw[thick,mainlevee=10mm et 3mm] (0,0) --++ (4,0) --++ (0,4) --++ (-4,0) --cycle ;
-\end{tikzpicture}
-\hfill~
-\end{PresCodeSortiePL}
-
 \pagebreak
 
 \phantom{t}\par\vfill\par
@@ -7145,6 +7145,8 @@
 
 \part{Historique}
 
+{\small \bverb|v 2.6.6|~:~~~~Style \textsf{mainlevee} en \TikZ{} désormais dans le package \textsf{tikz2d-fr}
+
 {\small \bverb|v 2.6.5|~:~~~~Ajout d'une option \Cle{noamssymb} pour éviter de charger \textsf{amssymb} (page \pageref{amssymb})
 
 {\small \bverb|       |~:~~~~Ajout d'une commande pour la distance entre deux points (page \pageref{normevect})}

Modified: trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2023-05-28 20:04:57 UTC (rev 67239)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty	2023-05-28 20:05:11 UTC (rev 67240)
@@ -3,8 +3,9 @@
 % or later, see http://www.latex-project.org/lppl.txtf
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ProfLycee}[2023/05/20 2.6.5 Aide pour l'utilisation de LaTeX en lycee]
-% 2.6.5	Ajout d'une option[noamssymb] pour éviter les clashs avec fourier (merci PfC) + Corections de bugs + Bug avec ; et pdflatex (utlisation de | à la place !)
+\ProvidesPackage{ProfLycee}[2023/05/28 2.6.6 Aide pour l'utilisation de LaTeX en lycee]
+% 2.6.6	Externalisation du style Tikz mainlevee (dans tikz2d-fr)
+% 2.6.5	Ajout d'une option[noamssymb] pour éviter les clashs avec fourier (merci PfC) + Corections de bugs
 % 2.6.4	Correction d'un dysfonctionnement avec les racines (oubli du \num) + Equation diophantienne ax+by=c + Eq cartésiennes (plan & droite) + Corrections de bugs mineurs
 % 2.6.3	Ajout d'une commande pour rédiger l'obtention de l'équation affine d'une droite passant par deux points
 % 2.6.2	Correction de commandes pour la pseudo3d + nouvelle clé pour la trigo

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-28 20:04:57 UTC (rev 67239)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-geom.tex	2023-05-28 20:05:11 UTC (rev 67240)
@@ -129,12 +129,6 @@
 		{\draw[dashed,\PFTetraThick,line join=bevel] (\TetraA)--(\TetraC) ;}
 }
 
-%%------MainLevée TikZ
-\tikzset{%
-	mainlevee/.style args={#1et#2}{decorate,decoration={random steps,segment length=#1,amplitude=#2}},
-	mainlevee/.default={5mm et 0.6pt}
-}
-
 %%Equations Cartésiennes + Affichages coordonnées
 \RequirePackage{nicematrix}
 %\RequirePackage{ifpdf}



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