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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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.