我在用schemabloc
包绘制一些框图。考虑以下最小代码:
\documentclass[margin=10pt]{standalone}
\usepackage{schemabloc}
\begin{document}
\begin{tikzpicture}
\sbEntree{E}
\sbBloc{A}{$A$}{E}
\sbDecaleNoeudy[-4]{A}{u}
\sbBloc[4]{B}{$B$}{u}
\sbRelieryx{A}{B}
\end{tikzpicture}
\end{document}
它产生以下输出:
我们看到,箭头从A块的底部开始,如何让它从A块的顶部开始呢?