LyXLyX view starts MikTex Package manager

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
sharat
Posts: 1
Joined: Sat Nov 08, 2014 12:57 am

LyX view starts MikTex Package manager

Post by sharat »

Hi,

I am new to LyX, switched over a couple of weeks ago from word, and I am trying to write my dissertation while I learn.

I am using the book class, and I recently installed a package (appendix). However, since I did that, every time I try to view a PDF file, LYX starts "MikTex Package Manager", which results in Windows 7 asking me to give it permission to start.

this happens about 4 times before my PDF is properly rendered. The PDF opens, and closes a few times before it is ready. This whole process takes about 2 minutes (I timed it today), and I am still in the learning stage where I want to keep looking at the PDF very often.

Any suggestions as to how I can make the PDF quicker, and not have to sit clicking yes for windows permissions 4 times?

Thank you very much, and I would appreciate if you assume I am a total idiot when answering my question.

Here is the preamble, FWIW.

Code: Select all

\usepackage{cite} 	% Combines [1,2,3] to read 1-3 
\usepackage{lmodern} 	%For better looking fonts
\usepackage[T1]{fontenc} 	% For better looking fonts
\pagestyle{plain} 	% Removes CHAPTER #: Title from the page number header
\usepackage{notoccite}	% Avoids the refernces in figure captions, which appear in table of contents from affectig thecitation numbers in text. 
\usepackage[nottoc]{tocbibind}	% Makes List of figures, tables, and bibliography show in the TOC.
Last edited by Stefan Kottwitz on Sat Nov 08, 2014 4:15 pm, edited 1 time in total.

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

LyX view starts MikTex Package manager

Post by Stefan Kottwitz »

Hi sharat,

welcome to the forum!

I guess, the package manager starts because of a missing package. Check if all packages used are actually installed.

Otherwise you could do a full install of MiKTeX. Well, in such a case I would even switch to a full install of TeX Live 2014.

Stefan
LaTeX.org admin
Post Reply