\documentclass[10pt]{article}
\usepackage{fancyhdr,graphicx,lastpage}
\usepackage[all]{xy}
\usepackage{listings}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{makeidx}
\makeindex
\usepackage[a4paper,hmargin=2.5cm,vmargin=2.5cm]{geometry}
\renewcommand{\rmdefault}{ptm}
\renewcommand{\bfdefault}{b}
\usepackage[scaled=0.92]{helvet}
\usepackage{courier}
\normalfont % in case the EC fonts aren't available
\usepackage[T1]{fontenc}
\usepackage{etoolbox}
\makeatletter
\begin{document}
Given categories $\mathbb{A}$ and $\mathbb{B}$ consider the natural transformations:
$\xymatrix{\mathbb{A}\ar@<2ex>[r]^F^{\alpha} \ar[r]_G \ar@<-2ex>[r]_H^{\beta}&\mathbb{B}}$
\end{document}$
Please help me typeset this arrow diagram in xymatrix. This is vertical composition of two natural transformations.





\begin{document}? Where is the\end{document}? Do you really believe that what you wrote is a complete LaTeX document that can be compiled? – José Carlos Santos Aug 15 '20 at 11:09