1

LaTex compiler in my system taking unusual time to build pdf when connected to internet. But it is running normally when PC is not connected with internet. Mine is MiKTeX 2.9.5105, windows 32 bit version and Texmaker editor. My OS is Windows 8, 64 bit.

I kept Windows defender and firewall off. I tried uninstalling and re-installing of MiKTeX and Texmaker, tried using 64 bit one, uninstallation of unnecessary softwares in system etc. Task manager and resource monitor are not giving details of which process is making the slow compiling of LaTeX with internet connection.

I hope some of you can help me.

Added from comment: But I need to use images.

\documentclass[12pt,a4paper]{article} 
\usepackage{graphicx} 
\usepackage{amsmath} 
\usepackage{amsthm} 
\usepackage{amssymb,array} 
\graphicspath{C:\Users\user\Desktop} 
\begin{document}
Mensch
  • 65,388
  • Close your chrome tabs, they eat memory like hell! – yannisl Jan 17 '15 at 10:51
  • Thanks Yiannis. But unfortunately the case is the same even when all the chrome tabs are closed. – Krishna Prasad Jan 17 '15 at 11:06
  • Run a minimal with the packages you use and post the log, for us to have a look. – yannisl Jan 17 '15 at 11:11
  • 1
    If you use packages that are not installed yet, they are downloaded during compilation which is indeed a bit slow. – marczellm Jan 17 '15 at 11:17
  • @Yiannis Script without figures is running fast. But I need to use images. \documentclass[12pt,a4paper]{article} \usepackage{graphicx} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amssymb,array} \graphicspath{C:\Users\user\Desktop} \begin{document} – Krishna Prasad Jan 17 '15 at 11:27
  • Thanks marczellm. A package installation notification always comes before compilation. How to install all packages 'not-on the fly'? – Krishna Prasad Jan 17 '15 at 11:29
  • @KrishnaPrasad something is wrong then as it should only happen once (for each package) once it is installed it shouldn't fetch it again. – David Carlisle Jan 17 '15 at 11:51
  • Thanks David. The package installation notifies'the required file tex\context\base\supp-pdf.mkii is missing. It is the part of the followimg package mptopdf'. This happens always just after quick build. Should I change the installation source? How to update the MiKTeX with all packages? – Krishna Prasad Jan 17 '15 at 12:04
  • @KrishnaPrasad I would suggest trying what sevenkul wrote in his answer to another thread – yo' Jan 17 '15 at 12:07
  • Also, your \graphicspath is certainly wrong, please read the manual of graphicx for full instructions on how to use it. I don't think you need this instruction, you can simply move your graphics to the folder where your .tex file is. – yo' Jan 17 '15 at 12:10
  • Thanks yo'. I have tried the procedure as in sevenkul's answer. And I added figure without using\graphicspath, \documentclass[12pt,a4paper]{article} \usepackage{graphicx} \usepackage{amsmath} \begin{document} Hi world! \begin{figure} \includegraphics[scale=0.6]{image} \end{figure} \end{document}. But it is still very slow! – Krishna Prasad Jan 17 '15 at 12:36
  • Thanks Kurt. The installed one is MikTeX 2.9.5105 basic tex/latex system with the user account. How to compile latex from the windows terminal? I have uninstalled the basic MikTeX, and trying to install the complete tex/latex system version 2.9.4503, 64 bit. – Krishna Prasad Jan 17 '15 at 13:04
  • Thank you friends. Thank you Kurt.:) I installed the complete version of MiKTeX 2.9.4503, 64 bit and it is successfully working in good speed, when connected with internet also.!! – Krishna Prasad Jan 17 '15 at 14:06

0 Answers0