A few days ago I started to use LyX and I was trying to figure out how to setup a document for my thesis. After having read the tutorial and the other user's guides I think I have a general understanding of how LyX works, but I still have some doubts.
First, my computer settings:
Windows Vista SP2
LyX 1.6.5 (I downloaded the alternate installer just released on 7th December)
Some more general questions:
- Sometimes it's suggested to install certain packages in my local texmf directory.
Should I do that even when I could install it through MiKTeX?
To be sure, is the local texmf folder a way to store my personal packages so that I don't lose them in case I change/uninstall LyX?
- Should I rely on MiKTeX to find out unambiguously which packages I already have?
Even though I once installed csqoutes in the texmf dir and added the path in the MiKTeX roots, the package manager doesn't know it.
- I don't have always clear in mind if every new package has to be loaded in the preamble or not; e.g. CTAN says ifthen has to be loaded, while the Biblatex manual says it's loaded automatically (then maybe it's not a contradiction and if I load biblatex it does it for me, while in other cases I have to do it alone, right?)
On my project:
Actually I don't have very strict formatting specifications (mainly font size 12pt, side margins and bibliographic style).
- I have been suggested to start with a report KOMA-script class. I read in the manual the way it calculates and creates the type area; does it work inefficiently if I give page margins constraints in the document settings?
- I'll follow the Chicago style for my thesis in History and I found the biblatex-chicago package. Before getting to that I decided to try to get biblatex working, but still I don't have any good result.
I followed the instructions in the LyX wiki; let's say I want an authortitle style, so I skip point 1. (the biblatex.module), put in the preamble
Code: Select all
\usepackage[style=authortitle]{biblatex}
\bibliography{biblio}
Now, if I put the full path {C:\Users\...\biblio} I get a preable error (actually 5 equal) "undefined control sequence" with description "\begin{document} etc..."
I tried once to consider my working directory as my full path starting point, but I get the same error.
If I set my working path at the same level of my document, where there is also my .bib file I get no error but the pdf prints just the reference keys in the citation, while the bibliography page has only the title with no entry.
Thanks in advance for any suggestion!
Andrea