Skip to main content

Questions tagged [tikz-matrix]

{tikz-matrix} concerns matrix nodes particularly in the tikz-matrix library of tikz-pgf.

4 votes
2 answers
108 views

Is it possible to use circuitikz-shapes as cells inside a TikZ-matrix? (I mean, as cells <*> & <*> & <*> ... \\, how to place nodes afterwards is already clear.) If I put in |...
cis's user avatar
  • 12.2k
3 votes
2 answers
80 views

I'm trying to highlight certain rectangular blocks with the nicematrix package. The problem I have is that the left and right sides of the rectangles are not in the correct positions. Here is a MWE: \...
Marc-André Désautels's user avatar
1 vote
1 answer
113 views

Overview: I'm writing a document that has lots of full page landscape diagrams in it. The diagrams have many small \tikzpictures in them that are connected by lines. The same sub- \tikpicture can be ...
2nd.Bridger's user avatar
5 votes
1 answer
133 views

What is the most elegant way to reach that style (by using a Tikz-matrix): MWE: €dit: I set a simplification at the lists. This makes it clearer which elements should be emphasized. \documentclass[...
cis's user avatar
  • 12.2k
-2 votes
3 answers
154 views

I'm trying to make a table using tikz-matrix in which i would like a cell that expands over many columns. It seems fit can help in that but i'm not succeeding in aligning the text with that of the ...
user1850133's user avatar
  • 1,493
0 votes
0 answers
48 views

I'm trying to make a tikz matrix including multicolumns using fit in a multilingual document. Jumping from the default language to any one else setup implies using an environment. e.g. \begin{hindi} [ ...
user1850133's user avatar
  • 1,493
2 votes
1 answer
139 views

When I fill a TikZ matrix node that contains text in typewriter font, the color goes beyond the rectangle drawn. Writing anchor=center inside nodes does align the color inside the rectangle, but the ...
Kazh's user avatar
  • 146
9 votes
2 answers
844 views

In tikz the nesting of matrices is strictly forbidden. One can write something like \[ \begin{tikzpicture} \matrix (m) [matrix of nodes,nodes={anchor=center}] { 1 & \tikz{\draw(0,0)--(1,1)(0,1)--(...
Ted Black's user avatar
  • 997
1 vote
1 answer
96 views

This is my code: \documentclass{standalone} \usepackage{amssymb, amsfonts, dsfont} \usepackage{tikz} \usetikzlibrary{positioning, shapes, arrows.meta, fit} \begin{document} \begin{tikzpicture}[...
user2379123's user avatar
3 votes
2 answers
135 views

I use the new feature of \Hbrace and \Vbrace in v7.1 of nicematrix: \documentclass{article} \usepackage[OT1]{fontenc} \usepackage{eulervm} \usepackage{amsmath} \usepackage{tikz} \usetikzlibrary{...
Explorer's user avatar
  • 9,423
6 votes
3 answers
357 views

I want to get the following result: which is generated by: \documentclass{article} \usepackage{libertinus} \usepackage{tabularray} \setlength\lTblrDefaultHruleWidthDim{2pt}% \setlength\...
Explorer's user avatar
  • 9,423
2 votes
2 answers
83 views

Attempting to automate the placement of nodes within a matrix of nodes using \foreach but it will not compile: MWE: \documentclass[border=0.5cm]{standalone} \usepackage{tikz} \usetikzlibrary{matrix} \...
Harry's user avatar
  • 1,790
2 votes
2 answers
219 views

I am trying to make the below pair of matrix equations and can do most of it, but not sure how to make the block matrix on the right-hand side, does anyone have any suggestions? I have tried using ...
Tom's user avatar
  • 175
0 votes
1 answer
74 views

I was trying to copy the codes from the tikz manual and there was a \matrixcontent in the second tikz picture, but it is not working. The second tikz picture is not showing the matrix and gives me an ...
Beto's user avatar
  • 3
1 vote
1 answer
95 views

I am learning tikz matrix and wanted to make arrows between some of its nodes. Code first draws the matrix, then uses the command \draw[->] (A) -- (B); to draw arrow from node A to B. These are ...
Nasser's user avatar
  • 22k

15 30 50 per page
1
2 3 4 5
34