Questions tagged [tikz-cd]
{tikz-cd} concerns commutative diagrams produced by the tikz-cd package.
1,011 questions
2
votes
0
answers
71
views
Self-pointing arrows with tikz-cd
I am trying to adapt this answer to type a bitorsor structure with tikz-cd. What I am getting so far is:
My questions are:
How to change the direction of the arrows on the right? I tried to switch ...
0
votes
1
answer
80
views
Diagram in beamer
I’m trying to include a fairly large diagram in Beamer, but it isn’t working and I don’t understand why.
\documentclass[12pt,compress]{beamer}
\setbeamertemplate{navigation symbols}{}
\usetheme{Warsaw}...
1
vote
2
answers
41
views
Beamer and TikZ-cd are not working together for me [duplicate]
I’m trying to put together a presentation in Beamer, but it doesn’t let me include TikZ-cd diagrams inside a frame environment. I don’t understand why this happens.
\documentclass[12pt,compress]{...
0
votes
0
answers
50
views
Coverting tikzcd to amscd for Math StackExchange
Math StackExchange supports the AMScd package, allowing me to draw commutative diagrams:
$\require{AMScd}$ $$\begin{CD}
c @. @. Sc @> {\tau c} >> Tc \\
@V f VV @. @V{Sf}VV @V{Tf}...
2
votes
1
answer
121
views
visual colorful matrix illustrations
Is there a programmatic way to create visually appealing illustrations for matrix operations that look sth like this:
This example, which I am borrowing from an article, shows an example of what I am ...
6
votes
6
answers
642
views
How to draw the following graph in latex?
Here is what I want to draw, and it is color sensitive, also the vertices need not be very big:
Any help will be greatly appreciated!
EDIT:
This is what I have but then I need the coloration please?
\...
7
votes
2
answers
362
views
Make a square tikzcd diagram
The following code gives a rectangle diagram.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{cd}
\begin{document}
\begin{center}
\begin{tikzcd}[sep=large]
\bullet \ar[r] \ar[d] \ar[rd]...
0
votes
0
answers
43
views
Fixing margin note/annotation with vertical text direction
I am trying to add margin notes/annotations next to (some lines of) certain paragraphs. These notes should summarize the gist of the paragraph, explain why I wrote it, and clarify why I placed it at ...
4
votes
2
answers
267
views
Colored rectangle with colored zigzag lines inside it
Here is the figure I want to draw :
I am not sure how I can have all this in one picture, with the specific colors given. I know how to draw a colored square with its diagonals as can be seen here ...
1
vote
2
answers
104
views
pgf error when using labels in TikZ-cd [duplicate]
I have been using the older tikzcd syntax for arrows in commutative diagramms for a bit. When using the syntax for arrows from the tikzcd documentaion, i always get the error message
Package pgfkeys ...
5
votes
2
answers
151
views
Problem with tikzcd in beamer
The following is giving the error message: Missing \endcsname inserted. \end{tikzcd}
\documentclass[size=8pt,print]{beamer}
\mode<article> {
\usepackage{fullpage}
\usepackage{pgf}
\...
4
votes
3
answers
412
views
I need to make a very large diagram smaller [duplicate]
I am trying to create this diagram in LaTeX, but when I compile it, it doesn’t fit on the page. I don’t know how to make it smaller. I tried using scalebox, but it didn’t compile. I’m not sure what to ...
4
votes
3
answers
239
views
I have a very large diagram and it doesn't compile properly
I made this code in TikZ-CD, but when I put it into Overleaf, it doesn't fit on the screen. I tried to make it smaller, but it doesn’t work — the diagram is too big, and I don’t know how to shrink it.
...
1
vote
1
answer
97
views
How to typeset aligned data with arrows that extend through column boundaries?
I would like to typeset the following:
and
My first thought on how to typeset this would be to put everything in a tabular environment, with the arrows in their own column, but then they wouldn't ...
3
votes
1
answer
144
views
QED symbol placement after TikZ-CD diagram
I have a proof that concludes with a TikZ-CD commutative diagram. I’d like to align the QED symbol to the baseline of the text of the last row of the diagram. How can I accomplish this?
(To be ...