summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-25 20:19:39 +0000
committerKarl Berry <karl@freefriends.org>2022-05-25 20:19:39 +0000
commit5197d298c71622d80effcb59d4f3ac688ba65213 (patch)
treef37c16c21ae70c5b4b7a6239380ae5ae308bb897 /Master/texmf-dist/doc
parent40f4e413edcccdf0e0a2f4bfef2d1f128c88d8f0 (diff)
nicematrix (25may22)
git-svn-id: svn://tug.org/texlive/trunk@63402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdfbin504733 -> 504127 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex52
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdfbin1512102 -> 1526205 bytes
3 files changed, 50 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
index 92b1181a856..00a0f24a253 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
index 66246c9ba2e..78e53f1346f 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
@@ -1937,7 +1937,8 @@ Elle prend aussi en premier argument optionnel, entre crochets, une liste de
couples \textsl{clé=valeur}.
\begin{itemize}
\item La clé |nb-rows| indique le nombre de rangées consécutives concernées par
-les spécifications de cette commande.
+les spécifications de cette commande (une valeur |*| signifie que toutes les
+rangées restantes seront concernées).
\item Les clés |cell-space-top-limit|, |cell-space-bottom-limit|
et |cell-space-limits| sont disponibles avec le même effet que les clés globales
de même nom (cf. p.~\pageref{cell-space}).
@@ -2785,11 +2786,13 @@ $\begin{bNiceMatrix}
Les lignes pointillées tracées par |\Ldots|, |\Cdots|, |\Vdots|, |\Ddots|,
|\Iddots|, |\Hdotsfor| et |\Vdotsfor| (ainsi que par la commande |\line| dans le
|\CodeAfter| décrite p.~\pageref{line-in-code-after}) peuvent être paramétrées
-par trois options (que l'on met entre crochets après la commande) :
+par les options suivantes (que l'on met entre crochets après la commande) :
%
\begin{itemize}
\item |color| ;
+\item |radius| ;
\item |shorten| ;
+\item |inter| ;
\item |line-style|.
\end{itemize}
@@ -2800,7 +2803,9 @@ de |\CodeAfter|, ou bien au niveau d'un environnement mais elles doivent alors
%
\begin{itemize}
\item |xdots/color| ;
+\item |xdots/radius| ;
\item |xdots/shorten| ;
+\item |inter| ;
\item |xdots/line-style|.
\end{itemize}
%
@@ -2815,6 +2820,13 @@ remarquera néanmoins que les lignes tracées dans les rangées et colonnes
extérieures (décrites plus loin) bénéficient d'un régime spécial : cf.
p.~\pageref{exterior}.
+\medskip
+\colorbox{yellow!50}{\textbf{Nouveau 6.9}}\enskip \textbf{L'option xdots/radius}\par\nobreak
+
+\smallskip
+L'option |radius| correspond au rayon des points circulaires qui sont tracés. La
+valeur initiale est $0.53$~pt.
+
\medskip
\textbf{L'option xdots/shorten}\par\nobreak
@@ -2828,6 +2840,14 @@ unité de mesure dépendante de la fonte courante).
\medskip
+\colorbox{yellow!50}{\textbf{Nouveau 6.9}}\enskip \textbf{L'option xdots/inter}\par\nobreak
+
+\smallskip
+L'option |xdots/inter| indique la distance entre deux points. La valeur
+initiale est $0.45$~em (il est conseillé d'utiliser une
+unité de mesure dépendante de la fonte courante).
+
+\medskip
\textbf{L'option xdots/line-style}\par\nobreak
\smallskip
@@ -3633,6 +3653,34 @@ suivant (avec une version de LaTeX postérieure à 2020/10/01).
\section{Autres fonctionnalités}
+\subsection{Commande \textbackslash ShowCellNames}
+
+\colorbox{yellow!50}{\textbf{Nouveau 6.9}} La commande |\ShowCellNames|,
+utilisable dans le |\CodeBefore| et dans le |\CodeAfter| affiche le nom (sous la
+forme $i$-$j$) de chaque case.
+
+
+
+\begin{BVerbatim}[baseline=c,boxwidth=10.6cm]
+\begin{NiceTabular}{ccc}[hvlines,cell-space-limits=3pt]
+\CodeBefore
+ \ShowCellNames
+\Body
+ \Block{2-2}{} & & test \\
+ & & blabla \\
+ & some text & nothing
+\end{NiceTabular}
+\end{BVerbatim}
+\begin{NiceTabular}{ccc}[hvlines,cell-space-limits=3pt]
+\CodeBefore
+ \ShowCellNames
+\Body
+ \Block{2-2}{} & & test \\
+ & & blabla \\
+ & some text & nothing
+\end{NiceTabular}
+
+
\subsection{Utilisation du type de colonne S de siunitx}
Si l'extension \pkg{siunitx} est chargée (avant ou après \pkg{nicematrix}), il est possible d'utiliser les colonnes
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
index b09ef2e9862..e6d692f83f7 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
Binary files differ