Skip to content

Instantly share code, notes, and snippets.

@pavelrudnev
pavelrudnev / alignment-diagrams.tex
Last active October 8, 2017 19:19
This is the LaTeX source for drawing diagrams for two kinds of (syntactic) alignment --- ergative-absolutive and nominative-accusative. The pgf/tikz package is required.
\documentclass[14pt]{scrartcl}
\usepackage{subfigure}
\usepackage{tikz}
\usetikzlibrary{arrows,backgrounds,calc,fit,matrix,positioning,
shapes,shapes.geometric,shapes.misc}
\pgfdeclarelayer{foreground}
\pgfdeclarelayer{background}
\pgfsetlayers{background,%