-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
- itikz version:0.1.5
- Python version: 3.8.2
- Operating System: linux
Description
latex engine needs executing more than once.
What I Did
%%itikz --temp-dir --implicit-standalone --tex-packages=nicematrix,tikz
\NiceMatrixOptions{code-for-last-row = \color{red}, code-for-first-row = \color{red}}
$\begin{pNiceArray}{cccc|c}[left-margin = 4pt, first-col, last-row,
code-before =
{
\tikz \draw[red!55] (row-1-|col-1) -- (row-2-|col-1) -- (row-2-|col-3) -- (row-3-|col-3) -- (row-3-|col-6);
}
]
& \color{red}{1} & 2 & 1 & 1 & \; 5 \\
& 0 & 0 & \color{red}{2} & 1 & \; -1 \\
& 0 & 0 & 0 & 0 & 0 \\
\color{blue}{\begin{matrix} \text{basic variables} \\ \text{free variables} \end{matrix}} & \begin{matrix}\ x_1 \\ \\ \end{matrix} & \begin{matrix}\\ \ x_2=\alpha \\ \end{matrix} & \begin{matrix}\ x_3\\ \\ \end{matrix} & \begin{matrix} \\ \ x_4=\beta \\ \end{matrix} & \\
\end{pNiceArray}$
the tikz path is not shown
Metadata
Metadata
Assignees
Labels
No labels