Skip to content

Instantly share code, notes, and snippets.

@takapiko
Created January 5, 2016 04:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save takapiko/bd22efa9989defc08c0d to your computer and use it in GitHub Desktop.
amscdによる5項補題の可換図式
\documentclass{jsarticle}
\usepackage{amscd}
\begin{document}
$\begin{CD}
A @>f>> B @>g>> C @>h>> D @>i>> E \\
@VlVV @VmVV @VnVV @VpVV @VqVV \\
A' @>r>> B' @>s>> C' @>t>> D' @>u>> E'
\end{CD}$
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment