Questions tagged [commutative-diagrams]

Questions regarding the creation of commutative diagrams. Use this tag if you can't find a more specific tag for one of these packages: https://www.ctan.org/topic/diagram-comm

A commutative diagram is a way of organizing objects and functions in mathematics, particularly in category theory, abstract algebra, geometry, and topology. Here, the name "commutative diagram" does not imply any commutativity relations between the arrows, but just refers to the style of diagram; if your diagram isn't in this style, use the broader tag instead.

There are several packages available for typesetting commutative diagrams, including and (the most popular), as well as ams-cd and several others listed here; if your question involves a specific package, use that package's tag instead of this one.

330 questions
10
votes
1 answer

Paul Taylor's diagrams.sty NEVER HAPPEN error

I am a tikz-cd user trying to render a document that uses diagrams.sty. I am getting the error "THIS (S) SHOULD NEVER HAPPEN" when running the minimal example below in Overleaf (and locally too). I should note that I am using the latest (v3.96)…
User371
  • 205
7
votes
6 answers

Pentagram Diagram

Can somebody help me make this commutative diagram look more aesthetic? % compile with LaTeX \documentclass{article} \usepackage{pictexwd,dcpic} \begin{document} \begindc{\commdiag}[500] \obj(0,0){$F(V)$} \obj(2,0){$F(W)$} \obj(-1,1){$F'(U_1)$}…
6
votes
2 answers

Commutative diagrams side by side have different sizes

Within the statement of a theorem, I have two commutative diagrams. I am trying to use pb-diagram to create them and I would like them to be side by side. Unfortunately the size of the commutative diagrams seem to depend on the size of the symbols…
Aru Ray
  • 173
6
votes
1 answer

Multiple Commutative Diagrams

I need to make two commutative diagrams (I am using the CD environment) in the same line (I mean not one above the other) can anyone give me an idea?
Dimitri
  • 545
  • 2
  • 4
  • 10
5
votes
2 answers

Commutative diagram with curved arrow

I want to get a bent arrow from node A to node E, this is my code: \usepackage{tikz-cd} \usetikzlibrary{cd} \usepackage{tikz} \usetikzlibrary{positioning} \begin{document} \begin{center} \begin{tikzpicture} \node (E) at (0,0) {$T_V…
MrPajeet
  • 673
5
votes
3 answers

Diagram for Limit

I want a diagram that looks like the one found here, This is my attempt: \[ \begin{tikzcd} [column sep = large] N \arrow[d, "u"] \arrow[ddr, "q_j"] \arrow[ddl, "q_k"] \\ \mathcal{A} \arrow[dr, "p_j"] \arrow[dl, "p_k"] \\ A_1 \arrow[r,…
user7090
  • 161
4
votes
2 answers

Objects in Commutative Diagram DCpic

I have the diagram of the following form: \begindc \obj(1,1){$A$} \obj(3,1){$B$} \obj(3,3){$C$} \mor(1,1)(3,1) {$f$ }[\atright,\solidarrow] \mor(1,1)(3,3) {$g$ } \mor(3,1)(3,3) {$h$ }[\atright,\solidarrow] \enddc I wonder if the "objects" A,B,C…
Pachara
  • 41
4
votes
2 answers

Adjust the position of the labels in a commutative diagram

I would like to adjust the positions of labels in the following diagram to be placed in the middle of the arrows. Thank you so much for the…
Johannes
  • 153
4
votes
1 answer

Want to draw this commutative diagram

Not a pro in Latex, struggling to draw this commutative diagram. Any help is appreciated.
Partha
  • 327
4
votes
1 answer

how to change the size of a commutative diagram

I have the following diagram, but I would like to make its length a bit shorter. I tried to use \Scale, but did not work. Any advice would be useful. \begin{equation} \begin{tikzcd}[every arrow/.append style={-latex}] \cdots\arrow{r} …
tarl
  • 147
4
votes
4 answers

Resize CD output from amscd

I am using the package amscd to make commutative diagrams, with CD environment and I want to know how can I change the size of the result (especially make it bigger). I try this \[ \scalebox{1.4}{ \begin{CD} C @>\phi>> C'=\phi(C)\\ …
Dimitri
  • 545
  • 2
  • 4
  • 10
3
votes
1 answer

Arrow from top arrow to bottom arrow

Consider: \documentclass[14pt,reqno,a4paper]{amsart} \usepackage{extsizes} \usepackage{blindtext} \textheight 9.3in \textwidth…
3
votes
2 answers

equation label within commutative diagram

I would like a commutative diagram like \begin{equation*} \begin{tikzcd}[row sep=huge] A \, \arrow[r] \arrow[d] & B \arrow[d] \\ C & D \arrow[l] \\ \end{tikzcd} \end{equation*} In the commutative diagram I would like the symbol…
district9
  • 307
3
votes
1 answer

Maps between commutative diagrams

I would like to get latex code for two commutative diagrams joined by a function between two domains in commutative diagrams Suppose I have following diagrams \documentclass[article]{amsart} \textheight 9.3in \textwidth 6.5in \topmargin…
user43645
3
votes
2 answers

Problems with a commutative diagram (tag above the arrow)

I wrote the following diagram: \documentclass{amsart} \usepackage{tikz-cd} \begin{document} \begin{tikzcd} & D \arrow[d,"f"] \arrow[dl, dashrightarrow, "F"] \\ M \arrow[r,"\phi"] & N \end{tikzcd} \end{document} I want to know if there's a way to…
Miguel
  • 381
1
2 3 4