MiKTeX and proTeXt ⇒ Installing packages
-
- Posts: 2
- Joined: Tue Apr 08, 2014 9:45 am
Installing packages
What should I do next?
Any help will be much appreciated
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Installing packages
This just loads the package along with all the macros which you can use as tex-code. I don't think there will be any special menus or something like that. But then again, i am not a LyX user.
-
- Posts: 2
- Joined: Tue Apr 08, 2014 9:45 am
Re: Installing packages
Also, what exactly is the preamble? Is it ok to have just one line there saying \usepackage{qtree} without document class, or begin and end commands?
Thanks
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Installing packages
I am not quite sure how LyX handles all this, but you can work with an empty (or almost empty) preamble. LyX does the rest for you (but its hidden).
If you are trying to use qtree, test on a very minimal example file first, to check if it works. No use in trying it on a large document first.
Advantage, you can post this minimal lyx-file and it is limited to just one problem. You can read mor at the LyX Wiki about it.