texlive[75982] Master/texmf-dist: creationboites (5aug25)
commits+karl at tug.org
commits+karl at tug.org
Tue Aug 5 22:36:27 CEST 2025
Revision: 75982
https://tug.org/svn/texlive?view=revision&revision=75982
Author: karl
Date: 2025-08-05 22:36:27 +0200 (Tue, 05 Aug 2025)
Log Message:
-----------
creationboites (5aug25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.pdf
trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.tex
trunk/Master/texmf-dist/tex/latex/creationboites/CreationBoites.sty
Modified: trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.tex 2025-08-05 20:36:19 UTC (rev 75981)
+++ trunk/Master/texmf-dist/doc/latex/creationboites/CreationBoites-doc.tex 2025-08-05 20:36:27 UTC (rev 75982)
@@ -36,8 +36,8 @@
\usepackage[margin=1.5cm]{geometry}
\setlength{\parindent}{0pt}
-\def\TPversion{0.1.5}
-\def\TPdate{29 juillet 2025}
+\def\TPversion{0.1.6}
+\def\TPdate{04/08/2025}
\sethlcolor{lightgray!25}
\NewDocumentCommand\MontreCode{ m }{%
\hl{\vphantom{\texttt{pf}}\texttt{#1}}%
@@ -175,7 +175,9 @@
\begin{codehigh}[language=latex/latex2,style/main=cyan!10,style/code=cyan!10]
\usepackage{CreationBoites} %version classique, avec fa5, par défaut
+\usepackage[nonfa]{CreationBoites} %sans fa
\usepackage[fa6]{CreationBoites} %version avec fa6
+\usepackage[fa7]{CreationBoites} %version avec fa7
\end{codehigh}
\begin{codehigh}[language=latex/latex2,style/main=cyan!10,style/code=cyan!10]
@@ -633,6 +635,8 @@
\section{Historique}
+\verb|v0.1.6|~:~~~~Pré-compatibilité avec \texttt{fontawesome7}
+
\verb|v0.1.5|~:~~~~Correction des espacements
\verb|v0.1.4|~:~~~~Possibilité de rajouter des options \textsf{tcbox} lors de la création des boîtes
Modified: trunk/Master/texmf-dist/tex/latex/creationboites/CreationBoites.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/creationboites/CreationBoites.sty 2025-08-05 20:36:19 UTC (rev 75981)
+++ trunk/Master/texmf-dist/tex/latex/creationboites/CreationBoites.sty 2025-08-05 20:36:27 UTC (rev 75982)
@@ -2,9 +2,10 @@
% licence : Released under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{CreationBoites}[2025/07/29 0.1.5 Macros pour creer des boites tcbox simples, avec personnalisation(s)]
+\ProvidesPackage{CreationBoites}[2025/08/04 0.1.6 Macros pour creer des boites tcbox simples, avec personnalisation(s)]
%====HISTORIQUE
+% v 0.1.6 Option pour compatibilité avec fontawesome5/6/7
% v 0.1.5 Modification des espacements
% v 0.1.4 Ajout d'une option 'style peros rajouté' à la macro principale
% v 0.1.3 Amélioration du code pour twemoji
@@ -18,11 +19,10 @@
\newif\if at twemojis \@twemojistrue
\newif\if at fafive \@fafivetrue
\newif\if at fasix \@fasixfalse
-\newif\if at fafivesix \@fafivesixfalse
-\DeclareOption{nontwemojis}{\@twemojisfalse}
-\DeclareOption{nonfa}{\@fafivefalse\@fasixfalse\@fafivesixfalse}
-\DeclareOption{fa6}{\@fafivefalse\@fafivesixfalse\@fasixtrue}
-\DeclareOption{fa5fa6}{\@fafivefalse\@fasixfalse\@fafivesixtrue}
+\newif\if at faseven \@fasevenfalse
+\DeclareOption{nonfa}{\@fafivefalse\@fasixfalse\@fasevenfalse}
+\DeclareOption{fa6}{\@fafivefalse\@fasixtrue\@fasevenfalse}
+\DeclareOption{fa7}{\@fafivefalse\@fasixfalse\@faseventrue}
\DeclareOption*{}%si option inconnue ;-)
\ProcessOptions\relax
@@ -36,8 +36,8 @@
\if at fasix
\RequirePackage{fontawesome6}
\fi
-\if at fafivesix
- \RequirePackage[fa5alias]{fontawesome6}
+\if at faseven
+ \RequirePackage{fontawesome7}
\fi
\if at twemojis
\RequirePackage{twemojis}
More information about the tex-live-commits
mailing list.