User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • the right way to draw dependency trees
  • Works with XeLaTeX and the Polyglossia package as well. The following minimal example will generate a nice dependency graph for a Greek sentence with a gloss. \documentclass[a4paper]{article} \usepackage{fontspec} \usepackage{polyglossia} \setmainfont[Mapping=tex-text]{Linux Libertine O} \newfontfamily\greekfont[Script=Greek]{Linux Libertine O} \setdefaultlanguage{greek} \setotherlanguage{english} \usepackage{tikz} \usepackage{tikz-dependency} \begin{document} \begin{dependency} \begin{deptext}[column sep=0.7cm] Τα \& παιδιά \& έφαγαν \& τα \& μήλα \\ The \& children \& ate \& the \& apples\\ \end{deptext} \depedge{2}{1}{det} \depedge{3}{2}{subj} \depedge{5}{4}{det} \depedge{3}{5}{dobj} \deproot{3}{root} \end{dependency} \end{document}
  • If you're a linguist using LaTeX, and you've been wondering how to do dependency diagrams for a paper, get this package! It's a wrapper around PGF/TikZ, and it means you don't really have to get to grips with them. Upgrade PGF to 2.10, and you can have your first diagrams done in literally 2 minutes, thanks to a superb manual and intuitive options. I didn't really know where to begin with dependency diagrams, but this package makes them trivial to do. This is a "must-have" package for your toolbox.
  • The package is intended for typesetting of dependency graphs without having to know TIKZ/PSTRICKS/any other large graphic Latex package. It does its job very well. The package is extremely useful, simple and powerful. The documentation explains pretty much everything with lots of example code. Thanks to usage of TIKZ also works directly with pdflatex, which is nice these days, when PostScript seems a bit out of favour. You can do a lot more that just classical dependency graphs in tikz-dependency, e.g. any strings of words/formatted input with labelled arrows, which is helpful when typesetting other linguistic relations.
  • Previous
  • You're on page 1
  • Next