From e020fb4317bc2347006bc1444f2e91c4fe6eb1b2 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 Feb 2018 21:02:15 +0100 Subject: Minor corrections. --- aied2018/patterns.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aied2018/patterns.tex') diff --git a/aied2018/patterns.tex b/aied2018/patterns.tex index 28a5ed8..e2da4fa 100644 --- a/aied2018/patterns.tex +++ b/aied2018/patterns.tex @@ -12,7 +12,7 @@ In this work we used TREs to encode (only) child and sibling relations in ASTs. \noindent Analogous to ordinary regular expressions, caret (\texttt{\textbf{\textasciicircum}}) and dollar sign (\texttt{\$}) anchor a node to be respectively the first or last child of its parent. A period (\texttt{\textbf{.}}) is a wildcard that matches any node. -\begin{figure}[htbp] +\begin{figure}[tbp] \centering \begin{forest} for tree={ -- cgit v1.2.1