http://wiki.lyx.org/LyX/LinguistLyX#toc8
I downloaded the style form "qtree.sty" from
http://www.ling.upenn.edu/advice/latex/qtree/
and I ran the following install script
Code: Select all
#!/bin/bash
mkdir -p $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/qtree
cp qtree.sty $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/qtree/
mktexlsr
\usepackage{qtree}
to my document preamble.But I still get the following error message, when I try to compile (CTRL+R) my document:
Code: Select all
! LaTeX Error: File `qtree.sty' not found.