I try to make a diagram for an math skript which should show some implications. I want to write the premises for some of the implications curved like the arrows next to them. So far i got the right slope:
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath}
\usepackage{tikz-cd}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{tikzcd}
A
&&
\\
&
B
\arrow[Rightarrow, bend left]{ul} [below, sloped, yshift=-2.0]{\text{loooong Text}}
&
\\
\end{tikzcd}
\end{document}
If by any chance you know how to do it, it would be nice.



decorations.textlibrary and decorate a text along a path. – May 22 '18 at 17:18