On 2011-10-28, Kenedy Torcatt wrote: > 1- Could I actually use my windows fonts to compile the PDF? because there > is a drop down menu that show them when I tick "Don't use Xetex typography".
This seems to be a name error. To use system fonts, you need to check: Document>Settings>Fonts>"Use non-TeX fonts" (or something similar). This actually uses the XeTeX (or LuaTeX) engine for PDF generation. > 2- Where can I find a description for every MiKTEX package. I need to > do an inventory of them to simplifyand ilustrate it's use. As MikTeX packages are basically a subset of CTAN, you can use the TeX catalogue as starting point. Also, the command `texdoc <package-name>` (from a DOS window) might work. At least, it does with TeXLive. ... > 6-Can I stablish that when I press enter on keyboard the space between > paragraph be equivalent to "2 enters on word", I mean without inserting > forced spaces on lyx, you know : ctrl+enter. That would save me a lot of > time. This is possible with Document>Settings>Text Layout Choose "Separate paragraphs by vertical space" and set the amount to your liking. Günter
