summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/proflycee/tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-28 03:03:09 +0000
committerNorbert Preining <norbert@preining.info>2023-08-28 03:03:09 +0000
commit7ea6dacf544f9f0ec4f9566681de2434ca5e0e38 (patch)
tree2e2a1e8fe535c89eaed717f92cd8264e0107d1ca /macros/latex/contrib/proflycee/tex
parent7c84f6395cab83b2390f4dc08fdfe235413de4d9 (diff)
CTAN sync 202308280303
Diffstat (limited to 'macros/latex/contrib/proflycee/tex')
-rw-r--r--macros/latex/contrib/proflycee/tex/ProfLycee.sty3
-rw-r--r--macros/latex/contrib/proflycee/tex/proflycee-tools-listings.tex5
-rw-r--r--macros/latex/contrib/proflycee/tex/proflycee-tools-minted.tex5
-rw-r--r--macros/latex/contrib/proflycee/tex/proflycee-tools-piton.tex5
-rw-r--r--macros/latex/contrib/proflycee/tex/proflycee-tools-pythontex.tex5
5 files changed, 14 insertions, 9 deletions
diff --git a/macros/latex/contrib/proflycee/tex/ProfLycee.sty b/macros/latex/contrib/proflycee/tex/ProfLycee.sty
index f2dc4b4765..98f042395a 100644
--- a/macros/latex/contrib/proflycee/tex/ProfLycee.sty
+++ b/macros/latex/contrib/proflycee/tex/ProfLycee.sty
@@ -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
diff --git a/macros/latex/contrib/proflycee/tex/proflycee-tools-listings.tex b/macros/latex/contrib/proflycee/tex/proflycee-tools-listings.tex
index 5184ac0eff..83d471a520 100644
--- a/macros/latex/contrib/proflycee/tex/proflycee-tools-listings.tex
+++ b/macros/latex/contrib/proflycee/tex/proflycee-tools-listings.tex
@@ -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,
diff --git a/macros/latex/contrib/proflycee/tex/proflycee-tools-minted.tex b/macros/latex/contrib/proflycee/tex/proflycee-tools-minted.tex
index 6b880f2d9f..b3c8d288f0 100644
--- a/macros/latex/contrib/proflycee/tex/proflycee-tools-minted.tex
+++ b/macros/latex/contrib/proflycee/tex/proflycee-tools-minted.tex
@@ -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
diff --git a/macros/latex/contrib/proflycee/tex/proflycee-tools-piton.tex b/macros/latex/contrib/proflycee/tex/proflycee-tools-piton.tex
index 0f068ad97b..3433e2b2ad 100644
--- a/macros/latex/contrib/proflycee/tex/proflycee-tools-piton.tex
+++ b/macros/latex/contrib/proflycee/tex/proflycee-tools-piton.tex
@@ -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={}}}%
diff --git a/macros/latex/contrib/proflycee/tex/proflycee-tools-pythontex.tex b/macros/latex/contrib/proflycee/tex/proflycee-tools-pythontex.tex
index a326be2af7..6c367f6c55 100644
--- a/macros/latex/contrib/proflycee/tex/proflycee-tools-pythontex.tex
+++ b/macros/latex/contrib/proflycee/tex/proflycee-tools-pythontex.tex
@@ -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}}
}
}