Posts

Showing posts from February 21, 2019

Draw triangle with text in vertices/edges

Image
2 0 I'm trying to reproduce the following: I tried to use tikzpicture and made something "by hand" (even knowing that that wasn't the better way), but I was not able to find a way to have the exactly result, especially in the middle of the text as the image above. My code: documentclass{article} usepackage{tikz-qtree} begin{document} begin{tikzpicture} Tree [.A edge[roof]; {$alpha_{1} ldots alpha_{n}$} ] end{tikzpicture} end{enumerate} end{document} tikz-pgf tikz-styles linguistics tikz-qtree qtree share | improve this question asked 4 hours ago Ricardo Ricardo