Graphics, Figures & TablesCreating Nice Commutative Diagrams

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mrotsliah
Posts: 9
Joined: Thu Apr 05, 2007 11:02 pm

Creating Nice Commutative Diagrams

Post by mrotsliah »

I would like to reproduce this figure:
Screen Shot 2014-02-04 at 1.24.38 PM.png
Screen Shot 2014-02-04 at 1.24.38 PM.png (17.93 KiB) Viewed 5423 times
Using xypic, my best attempts looks like
Screen Shot 2014-02-04 at 1.29.39 PM.png
Screen Shot 2014-02-04 at 1.29.39 PM.png (19.51 KiB) Viewed 5423 times
or
Screen Shot 2014-02-04 at 1.39.48 PM.png
Screen Shot 2014-02-04 at 1.39.48 PM.png (19.15 KiB) Viewed 5423 times
Notice how the longer formula on the second line stretches out the top line.

What Package(s) could I use to create the top image?

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

mas
Posts: 226
Joined: Thu Dec 04, 2008 4:39 am

Creating Nice Commutative Diagrams

Post by mas »

Have you tried using tikz-cd which helps in drawing commutative diagrams? Of course, I have never used it as I do not need commutative diagrams :-)

OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Creating Nice Commutative Diagrams

Post by Stefan Kottwitz »

mas' suggestion is very good. I also used pure TikZ for it. Examples:
tikz-cd gives a convenient way and hides the complex TikZ syntax. But TikZ is great, you may see it if you click the examples and look at the rest of that TikZ gallery.

Stefan
LaTeX.org admin
Post Reply