I am using a TikZ picture followed by a text. How do I create a picture that aligns with the top of the text?
\begin{minipage}[t]{0.45\textwidth}
\tikz[baseline=(current bounding box.north)] {
\draw (0,0) rectangle (2,-3);
} text
\end{minipage}

|
I am using a TikZ picture followed by a text. How do I create a picture that aligns with the top of the text?
|
||||
|
|
|
You need to shift the baseline lower to shift the
|
||||
|
|