Starting from
\documentclass[a4paper,12pt]{article}
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
A \arrow[r, "\alpha"] & B
\end{tikzcd}
\end{document}
reading the guide of tikz-cd I found no reference on how to insert two labels above and below on the same arrow. How can this be resolved?


'after the second label:A \arrow[r, "\alpha", "\beta"'] & B(I think). – Phelype Oleinik Mar 04 '19 at 16:35