[ubuntu 17.04][pdflatex] 'Font umvs at 600 not found'
up vote
2
down vote
favorite
I was about to edit my CV that I created a year ago with pdflatex. However my computer setup has changed since then. I don't exactly understand why I cannot compile it with my current setup.
I tried using 'pdflatex filename.tex' in the terminal, but it is not working. The missfont.log says:
mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 umvs
I am not sure what information I should otherwise add but these are the includes I am using in my .tex file:
documentclass[11pt,a4paper,sans]{moderncv}
moderncvstyle{classic}
moderncvcolor{blue}
usepackage[scale=0.75]{geometry}
Edit1:
I tried:
sudo apt install texlive-latex-extra
downloading went fine but at the end I get this message:
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time...
updmap-sys failed. Output has been stored in /tmp/updmap.vZar5H3y
Please include this file if you report a bug.
Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail. Please check for files with extension
.dpkg-dist or .ucf-dist in this directory
dpkg: error processing package tex-common (--configure): subprocess
installed post-installation script returned error exit status 1 Errors
were encountered while processing: tex-common E: Sub-process
/usr/bin/dpkg returned an error code (1)
pdftex
add a comment |
up vote
2
down vote
favorite
I was about to edit my CV that I created a year ago with pdflatex. However my computer setup has changed since then. I don't exactly understand why I cannot compile it with my current setup.
I tried using 'pdflatex filename.tex' in the terminal, but it is not working. The missfont.log says:
mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 umvs
I am not sure what information I should otherwise add but these are the includes I am using in my .tex file:
documentclass[11pt,a4paper,sans]{moderncv}
moderncvstyle{classic}
moderncvcolor{blue}
usepackage[scale=0.75]{geometry}
Edit1:
I tried:
sudo apt install texlive-latex-extra
downloading went fine but at the end I get this message:
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time...
updmap-sys failed. Output has been stored in /tmp/updmap.vZar5H3y
Please include this file if you report a bug.
Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail. Please check for files with extension
.dpkg-dist or .ucf-dist in this directory
dpkg: error processing package tex-common (--configure): subprocess
installed post-installation script returned error exit status 1 Errors
were encountered while processing: tex-common E: Sub-process
/usr/bin/dpkg returned an error code (1)
pdftex
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I was about to edit my CV that I created a year ago with pdflatex. However my computer setup has changed since then. I don't exactly understand why I cannot compile it with my current setup.
I tried using 'pdflatex filename.tex' in the terminal, but it is not working. The missfont.log says:
mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 umvs
I am not sure what information I should otherwise add but these are the includes I am using in my .tex file:
documentclass[11pt,a4paper,sans]{moderncv}
moderncvstyle{classic}
moderncvcolor{blue}
usepackage[scale=0.75]{geometry}
Edit1:
I tried:
sudo apt install texlive-latex-extra
downloading went fine but at the end I get this message:
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time...
updmap-sys failed. Output has been stored in /tmp/updmap.vZar5H3y
Please include this file if you report a bug.
Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail. Please check for files with extension
.dpkg-dist or .ucf-dist in this directory
dpkg: error processing package tex-common (--configure): subprocess
installed post-installation script returned error exit status 1 Errors
were encountered while processing: tex-common E: Sub-process
/usr/bin/dpkg returned an error code (1)
pdftex
I was about to edit my CV that I created a year ago with pdflatex. However my computer setup has changed since then. I don't exactly understand why I cannot compile it with my current setup.
I tried using 'pdflatex filename.tex' in the terminal, but it is not working. The missfont.log says:
mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 umvs
I am not sure what information I should otherwise add but these are the includes I am using in my .tex file:
documentclass[11pt,a4paper,sans]{moderncv}
moderncvstyle{classic}
moderncvcolor{blue}
usepackage[scale=0.75]{geometry}
Edit1:
I tried:
sudo apt install texlive-latex-extra
downloading went fine but at the end I get this message:
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time...
updmap-sys failed. Output has been stored in /tmp/updmap.vZar5H3y
Please include this file if you report a bug.
Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail. Please check for files with extension
.dpkg-dist or .ucf-dist in this directory
dpkg: error processing package tex-common (--configure): subprocess
installed post-installation script returned error exit status 1 Errors
were encountered while processing: tex-common E: Sub-process
/usr/bin/dpkg returned an error code (1)
pdftex
pdftex
edited Dec 5 '17 at 6:02
asked Dec 5 '17 at 5:41
ivsterr
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I would recommend to run the following command:
sudo apt-get install texlive-full
This will install the missing packages and other files necessary to run TeXLive.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I would recommend to run the following command:
sudo apt-get install texlive-full
This will install the missing packages and other files necessary to run TeXLive.
add a comment |
up vote
0
down vote
I would recommend to run the following command:
sudo apt-get install texlive-full
This will install the missing packages and other files necessary to run TeXLive.
add a comment |
up vote
0
down vote
up vote
0
down vote
I would recommend to run the following command:
sudo apt-get install texlive-full
This will install the missing packages and other files necessary to run TeXLive.
I would recommend to run the following command:
sudo apt-get install texlive-full
This will install the missing packages and other files necessary to run TeXLive.
answered Dec 5 '17 at 6:07
subham soni
3,82172976
3,82172976
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f404630%2fubuntu-17-04pdflatex-font-umvs-at-600-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown