LyXqtree | Installation an Integration

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Aoshi
Posts: 1
Joined: Wed Jun 13, 2012 3:09 pm

qtree | Installation an Integration

Post by Aoshi »

I would like to install the qtree package mentioned in the LyX Wiki:
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
Then I used "Tools->Reconfigure" and restarted LyX. I added \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.
Any ideas?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply