All I want is to be able to use \guillemotleft and \guillemotright.
I'm on Ubuntu 14.04, 64-bit.
These are the packages I load, after declaring documentclass article.
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[margin = 0.75in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
When I add that last line, though, with the fontenc, pdflatex absolutely cannot handle it. I get like a billion errors. I won't post all of them, because that would probably make this post as long as a George RR Martin novel, but here's the very first one.
kpathsea: Running mktextfm ecrm1000
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000
This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
kpathsea: Running mktexmf ecrm1000
! I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again>
relax
l.100 \fontencoding\encodingdefault\selectfont
?
After it's finished spitting out errors like the above, the PDF it produces has nothing but my math equations in it. There's no paragraph text or section titles or even page numbers, or anything.
I tried to use my primitive Google-fu, and searched for "Latex Font T1 not loadable Metric file not found", which returned this result, but when I tried the proposed solution, it didn't work.
Terminal input—
sudo tlmgr install ec
Terminal output—
(running on Debian, switching to user mode!)
cannot setup TLPDB in /home/jps/texmf at /usr/bin/tlmgr line 5336.
Terminal input—
sudo tlmgr install cm-super
Terminal output—
(running on Debian, switching to user mode!)
cannot setup TLPDB in /home/jps/texmf at /usr/bin/tlmgr line 5336.
I once again attempted some Google-fu, and searched "Sudo tlmgr install Cannot setup TLPDB". This led me to this question, to which one responder said that the solution was to install the package xzdec.
I therefore ran—
sudo apt-get install xzdec
And this was apparently successful. So, I attempted to install ec and cm-super again, only to receive the exact same error messages as before.
I have no idea what to do at this point.
lmodernat the beginning. – Johannes_B May 16 '16 at 17:51