summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-06 20:23:54 +0000
committerKarl Berry <karl@freefriends.org>2021-05-06 20:23:54 +0000
commitd23ce5cb0bb42ef0380b13d2d43d48afcc51b897 (patch)
tree65c2a60d8228f1f424836829ff29361773376a71 /Master/texmf-dist/doc
parent4a3742b13d2d84ad2530328f8f4d6e51cba2182c (diff)
nicematrix (6may21)
git-svn-id: svn://tug.org/texlive/trunk@59105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdfbin462451 -> 462481 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex24
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdfbin1235344 -> 1248363 bytes
3 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
index f5af6a6a759..972985be67a 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 9d33132192c..b9f2c804537 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.tex
@@ -4207,6 +4207,10 @@ L'extension \pkg{nicematrix} n'est pas compatible avec la classe \cls{aastex63}.
Si vous souhaitez utiliser \pkg{nicematrix} with \cls{aastex63}, envoyez-moi un
courrier électronique et j'essaierai de résoudre les incompatibilités.
+\bigskip
+L'extension \pkg{nicematrix} n'est pas compatible avec la classe \cls{ieeeaccess}
+(car cette classe n'est pas compatible avec PGF/Tikz).
+
\section{Exemples}
\subsection{Notes dans les tableaux}
@@ -4937,11 +4941,22 @@ source de ce document.
%
%
%
+\tikzset{highlight/.style={rectangle,
+ fill=red!15,
+ rounded corners = 0.5 mm,
+ inner sep=1pt,
+ fit=#1}}%
+%
+%
\[\begin{NiceArray}{*{6}{c}@{\hspace{6mm}}*{5}{c}}[nullify-dots]
-\CodeBefore
+\CodeBefore [create-cell-nodes]
\SubMatrix({2-7}{6-11})
\SubMatrix({7-2}{11-6})
\SubMatrix({7-7}{11-11})
+ \begin{tikzpicture}
+ \node [highlight = (9-2) (9-6)] { } ;
+ \node [highlight = (2-9) (6-9)] { } ;
+ \end{tikzpicture}
\Body
& & & & & & & & \color{blue}\scriptstyle C_j \\
& & & & & & b_{11} & \Cdots & b_{1j} & \Cdots & b_{1n} \\
@@ -4956,15 +4971,12 @@ source de ce document.
& \Vdots & & & & \Vdots \\
& a_{n1} & \Cdots & & & a_{nn} \\
\CodeAfter
-\begin{tikzpicture}
-\node [highlight = (9-2) (9-6)] { } ;
-\node [highlight = (2-9) (6-9)] { } ;
-\draw [gray,shorten > = 1mm, shorten < = 1mm] (9-4.north) to [bend left] (4-9.west) ;
-\end{tikzpicture}
+\tikz \draw [gray,shorten > = 1mm, shorten < = 1mm] (9-4.north) to [bend left] (4-9.west) ;
\end{NiceArray}\]
+
\section*{Autre documentation}
Le document |nicematrix.pdf| (fourni avec l'extension \pkg{nicematrix}) contient
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
index b7104253956..9bae2b15ba7 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
Binary files differ