Search found 3 matches

by JasonM
Fri Jun 20, 2014 1:23 am
Forum: Graphics, Figures & Tables
Topic: Angled arrows with tikz-qtree?
Replies: 1
Views: 4346

Angled arrows with tikz-qtree?

Would anyone know how to get \abarnodeconnect (or something equivalent) to work with tikz-qtree ? The classic example I'm looking to imitate is:

\documentclass{minimal}
\usepackage{tree-dvips}
\usepackage{qtree}
\begin{document}

\Tree [.S [.NP \node{subj}{subj$_i$} ]
[.VP [.V verb ] [.NP \node{t ...
by JasonM
Fri Jun 13, 2014 8:19 pm
Forum: Text Formatting
Topic: Starting an 'enumerate' item with a left bracket?
Replies: 2
Views: 7318

Re: Starting an 'enumerate' item with a left bracket?

Thank you so much! I should have thought of that.
by JasonM
Fri Jun 13, 2014 5:35 pm
Forum: Text Formatting
Topic: Starting an 'enumerate' item with a left bracket?
Replies: 2
Views: 7318

Starting an 'enumerate' item with a left bracket?

An annoying problem that I cannot figure out:

In an enumerate environment:

\begin{enumerate}[a.]
\item Whatever1
\item *[Whatever2]
\item [Whatever3]
\end{enumerate}

The third item (and any item beginning with a left/open bracket) gets shoved to the extreme left of the page. I can work around ...