texlive[68089] Master/texmf-dist: proflycee (27aug23)
commits+karl at tug.org
commits+karl at tug.org
Sun Aug 27 21:53:42 CEST 2023
Revision: 68089
http://tug.org/svn/texlive?view=revision&revision=68089
Author: karl
Date: 2023-08-27 21:53:42 +0200 (Sun, 27 Aug 2023)
Log Message:
-----------
proflycee (27aug23)
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/doc/latex/proflycee/ProfLycee-exemples-pyluatex.pdf
trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.tex
trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.pdf
trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.tex
trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-listings.tex
trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-minted.tex
trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-piton.tex
trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-pythontex.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-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -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.7.2}
-\def\PLdate{25 août 2023}
+\def\PLversion{2.7.3}
+\def\PLdate{27 août 2023}
\usepackage{amsfonts}
\usepackage{ProfLycee}
\useproflyclib{piton,minted,pythontex}
@@ -7455,6 +7455,8 @@
\part{Historique}
+{\small \bverb|v 2.7.3|~:~~~~Correction de la couleur de bordures vertes pour les codes python}
+
{\small \bverb|v 2.7.2|~:~~~~\textsf{xcolor} n'est plus chargé par défaut (option \textsf{[xcolor]} pour le charger)
{\small \bverb|v 2.7.1|~:~~~~Chargement de \textsf{tcolorbox} par librairies (au lieu de \textsf{[most]})
Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pyluatex.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -2,7 +2,7 @@
% !TeX TXS-program:compile = txs:///lualatex/[--shell-escape]
\documentclass[french,a4paper,10pt]{article}
-\def\PLver{2.7.1}
+\def\PLver{2.7.3}
\usepackage[margin=1.5cm]{geometry}
\usepackage{ProfLycee}
\useproflyclib{piton}
Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/doc/latex/proflycee/ProfLycee-exemples-pythontex.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -5,7 +5,7 @@
% arara: lualatex: {shell: no, synctex: yes, interaction: batchmode} if found('log', '(undefined references|Please rerun|Rerun to get)')
\documentclass[french,a4paper,10pt]{article}
-\def\PLver{2.7.1}
+\def\PLver{2.7.3}
\usepackage[margin=1.5cm]{geometry}
\usepackage{ProfLycee}
\useproflyclib{pythontex}
Modified: trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/ProfLycee.sty 2023-08-27 19:53:42 UTC (rev 68089)
@@ -3,7 +3,8 @@
% or later, see http://www.latex-project.org/lppl.txtf
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{ProfLycee}[2023/08/25 2.7.2 Aide pour l'utilisation de LaTeX en lycee]
+\ProvidesPackage{ProfLycee}[2023/08/27 2.7.3 Aide pour l'utilisation de LaTeX en lycee]
+% 2.7.3 Correction de la couleur de bordures vertes pour les codes python
% 2.7.2 Modification du chargement de xcolor pour éviter les clash errors (couleurs adaptées du coup), passage en option (test)
% 2.7.1 Modification du chargement de tcolorbox
% 2.7.0 Ajout de la clé [Frac] pour \AxeyTikz + \FonctionRepartTikz
Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-listings.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-listings.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-listings.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -8,6 +8,7 @@
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
+%2.7.3 Correction de la couleur des bordures
%2.5.8 Styles alternatifs + Modification marges
\RequirePackage{iftex}
@@ -74,12 +75,12 @@
attach boxed title to top right={yshift=-\tcboxedtitleheight},
boxed title style={
size=small,colback=CouleurVertForet!25,boxrule=1.25pt,
- colframe=green,boxsep=1.25pt,
+ colframe=CouleurVertForet,boxsep=1.25pt,
sharp corners=downhill,
arc=12pt,
top=2pt,bottom=1pt,left=6pt,right=6pt
},
- colframe=green,colback=CouleurVertForet!5,%
+ colframe=CouleurVertForet,colback=CouleurVertForet!5,%
fonttitle=\color{CouleurVertForet}\itshape\ttfamily\footnotesize,
title={\scriptsize\faPython}\:Code Python\vphantom{p},
watermark text={\faPython},watermark opacity=0.175,watermark zoom=0.50,
Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-minted.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-minted.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-minted.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -8,6 +8,7 @@
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
+%2.7.3 Correction de la couleur des bordures
%2.5.8 Style alternatif + Modification marges
%%------PYTHONMINTED
@@ -30,7 +31,7 @@
\DeclareTCBListing{CodePythonMinted}{ s O{12cm} m }{% étoilée sans numéro, taille puis options...
\IfBooleanTF{#1}{pytmintedno}{pytminted},
enhanced,width=#2,#3,
- colframe=green,colback=CouleurVertForet!5,%
+ colframe=CouleurVertForet,colback=CouleurVertForet!5,%
boxrule=1.25pt,
sharp corners=downhill,arc=12pt,
before skip=0.5\baselineskip,after skip=0.5\baselineskip,%
@@ -38,7 +39,7 @@
attach boxed title to top right={yshift=-\tcboxedtitleheight},
boxed title style={
size=small,colback=CouleurVertForet!25,boxrule=1.25pt,
- colframe=green,boxsep=1.25pt,
+ colframe=CouleurVertForet,boxsep=1.25pt,
sharp corners=downhill,
arc=12pt,
top=2pt,bottom=1pt,left=6pt,right=6pt
Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-piton.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-piton.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-piton.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -8,6 +8,7 @@
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
+%2.7.3 Correction de la couleur des bordures
%2.6.9 Amalioration de la gestion des style := intégration directe dans la tcbox !
%2.5.9 Ajout d'une clé pour la couleur des nombres
%2.5.8 Modification des marges
@@ -52,7 +53,7 @@
attach boxed title to top right={yshift=-\tcboxedtitleheight},
boxed title style={
size=small,colback=CouleurVertForet!25,boxrule=1.25pt,
- colframe=green,boxsep=1.25pt,
+ colframe=CouleurVertForet,boxsep=1.25pt,
sharp corners=downhill,
arc=12pt,
top=2pt,bottom=1pt,left=6pt,right=6pt
@@ -103,7 +104,7 @@
{%
\tcbset{cadre/.style={}}
\tcbset{titre/.style={}}
- \tcbset{stylebase/.style={stylepiton,colframe=green,colback=CouleurVertForet!5,width=\CODPITlargeur,fontupper=\CODPITfonte,fontlower=\CODPITfonte,\CODPITalign,leftupper=0.75em}}
+ \tcbset{stylebase/.style={stylepiton,colframe=CouleurVertForet,colback=CouleurVertForet!5,width=\CODPITlargeur,fontupper=\CODPITfonte,fontlower=\CODPITfonte,\CODPITalign,leftupper=0.75em}}
\ifboolKV[envpiton]{Filigrane}%si filigrane
{\tcbset{filigrane/.style={watermark text={\faPython},watermark opacity=0.175,watermark zoom=0.50}}}%
{\tcbset{filigrane/.style={}}}%
Modified: trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-pythontex.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-pythontex.tex 2023-08-27 19:53:30 UTC (rev 68088)
+++ trunk/Master/texmf-dist/tex/latex/proflycee/proflycee-tools-pythontex.tex 2023-08-27 19:53:42 UTC (rev 68089)
@@ -8,6 +8,7 @@
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
+%2.7.3 Correction de la couleur des bordures
%2.5.8 Style alternatif + Modification marges + Modification arguments
%%------CONSOLEPYTHON
@@ -75,7 +76,7 @@
attach boxed title to top right={yshift=-\tcboxedtitleheight},
boxed title style={
size=small,colback=CouleurVertForet!25,boxrule=1.25pt,
- colframe=green,boxsep=1.25pt,
+ colframe=CouleurVertForet,boxsep=1.25pt,
sharp corners=downhill,
arc=12pt,
top=2pt,bottom=1pt,left=6pt,right=6pt
@@ -83,7 +84,7 @@
fonttitle=\color{CouleurVertForet}\itshape\ttfamily\footnotesize,
title={\scriptsize\faPython}\:Code Python\vphantom{p},
watermark text={\faPython},watermark opacity=0.175,watermark zoom=0.50,
- colframe=green,colback=CouleurVertForet!5,%
+ colframe=CouleurVertForet,colback=CouleurVertForet!5,%
before upper=\renewcommand\theFancyVerbLine{\scriptsize\ttfamily\color{darkgray}\arabic{FancyVerbLine}}
}
}
More information about the tex-live-commits
mailing list.