A very old version of LaTeX was installed in my computer. Recently, I removed that old version and have installed the latest TeXstudio 2.12.8. But the files which were running in the old version without showing any warning, now is not running in the latest version. I gave run a file several times. It shows the following error
Asked
Active
Viewed 382 times
0


moderncvdocument. When I run the tex copy of my cv, it shows the error in my post. – user149054 Apr 14 '18 at 10:00moderncvtex file. Previously the same file ran without any warning. But now, it shows the error massage that I have shown in my original post. – user149054 May 01 '18 at 02:00moderncvtex file. The log file shows I have undefined citation. But previously the same file was running without any warning. This document is nothing but the file of this link https://www.sharelatex.com/templates/cv-or-resume/moderncv-classic – user149054 May 03 '18 at 02:06moderncvwarning is a known bug of that class/template. Undefined citations mean, that you probably didn't run the extra step to build the bibliography/citations. -> https://tex.stackexchange.com/questions/63852/question-mark-or-bold-citation-key-instead-of-citation-number – Johannes_B May 03 '18 at 05:29pastebin. Thank you so much. Here is the link https://pastebin.com/Va67h1A0. When I run the moderncv tex file, it doesn't produce any pdf. – user149054 May 06 '18 at 02:42umvs.fdnot found, (see 2nd last line of log file), which is one of the fonts moderncv uses. (1) Do you havemarvosympackage installed? (Check using the MikTeX console->Packages). (2) RunRefresh File Name DatabaseandRefresh font map filesvia MikTeX console->Tasks, on both admin and user mode. (3) Follow the solution here (i.e., runupdmapon Windows cmd prompt) https://tex.stackexchange.com/a/307736/117534. (4) This qn has the same symptoms as you: try the other solutions if the above doesnt work. – Troy May 06 '18 at 08:50Refresh File Name DatabaseandRefresh font map filesvia MikTeX console -> Tasks, on both admin and user mode and runningupdmapon Windows cmd prompt solve the problem. I didn't need to do anything else. – user149054 May 06 '18 at 10:09