Search found 19 matches
- Wed Oct 28, 2015 1:08 am
- Forum: Fonts & Character Sets
- Topic: Low resolution of PDF fonts
- Replies: 3
- Views: 6737
Re: Low resolution of PDF fonts
Hey Vladimir. Were you able to solve your issue? I am having the same problem using the ccfonts package. Basically, the usual text is rendered with vector fonts, but the math fonts are rendered using bitmap fonts.
- Wed Oct 28, 2015 12:15 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
Re: "pdfTeX error (font expansion)" when using ccfonts
Making some slow progress on an answer here.
I refreshed MikTeX's FNDB and updated the formats (found in MikTeX options).
This partially solved the problem. The ccfonts package now uses vector fonts for text. But, math is still compiled using pixelated characters. So, somehow, MikTeX is not ...
I refreshed MikTeX's FNDB and updated the formats (found in MikTeX options).
This partially solved the problem. The ccfonts package now uses vector fonts for text. But, math is still compiled using pixelated characters. So, somehow, MikTeX is not ...
- Tue Oct 27, 2015 8:57 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
"pdfTeX error (font expansion)" when using ccfonts
I looked closely at the log file. And it is clear that pdfTeX is using bitmap fonts (filetype: .pk)
{C:/Program Files/MiKTeX 2.9/fonts/enc/dvips/cm-super/cm-super-t1.enc} <C:\Users\mattlorig\AppData\Local\MiKTeX\2.9\fo
nts\pk\ljfour\public\concrete\dpi600\ccr5.pk>{C:/Program Files/MiKTeX 2.9 ...
{C:/Program Files/MiKTeX 2.9/fonts/enc/dvips/cm-super/cm-super-t1.enc} <C:\Users\mattlorig\AppData\Local\MiKTeX\2.9\fo
nts\pk\ljfour\public\concrete\dpi600\ccr5.pk>{C:/Program Files/MiKTeX 2.9 ...
- Tue Oct 27, 2015 1:39 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
Re: "pdfTeX error (font expansion)" when using ccfonts
I have a fix (kind of).
If I insert the command
\microtypesetup{expansion=false}
immediately after
\usepackage{microtype}
then I get no error message. I'm not sure exactly what the expansion feature does. But, presumably, I do not want to disable it. In any case, I have a 'hack' solution.
From ...
If I insert the command
\microtypesetup{expansion=false}
immediately after
\usepackage{microtype}
then I get no error message. I'm not sure exactly what the expansion feature does. But, presumably, I do not want to disable it. In any case, I have a 'hack' solution.
From ...
- Tue Oct 27, 2015 1:19 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
"pdfTeX error (font expansion)" when using ccfonts
If it is in any way helpful...here's the log of the error message:
{C:/Users/mattlorig/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}
! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox
\fi \fi
{C:/Users/mattlorig/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}
! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox
\fi \fi
- Tue Oct 27, 2015 12:43 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
Re: "pdfTeX error (font expansion)" when using ccfonts
I just ran the update manager and it turns out many of my packages were way out of date (back to 2010...which I guess tells me how old my computer is!)
I'll see if updating the outdated packages helps.
UPDATE: I updated all installed packages. Still no dice unfortunately. I get the same error as ...
I'll see if updating the outdated packages helps.
UPDATE: I updated all installed packages. Still no dice unfortunately. I get the same error as ...
- Tue Oct 27, 2015 12:22 am
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
Re: "pdfTeX error (font expansion)" when using ccfonts
My current version of MikTeX is 2.9.
Regarding "metafont", I will admit that I am ignorant on this topic. Do I need to do something special to install metafont? If so, can I do it via MikTek's package manager?
Regarding "metafont", I will admit that I am ignorant on this topic. Do I need to do something special to install metafont? If so, can I do it via MikTek's package manager?
- Mon Oct 26, 2015 9:04 pm
- Forum: Fonts & Character Sets
- Topic: ccfonts compiles with LaTeX => PDF, not LaTeX => PS => PDF
- Replies: 6
- Views: 5364
- Mon Oct 26, 2015 8:49 pm
- Forum: Fonts & Character Sets
- Topic: "pdfTeX error (font expansion)" when using ccfonts
- Replies: 11
- Views: 21181
"pdfTeX error (font expansion)" when using ccfonts
When I used the package ccfonts, I get the following error message:
"pdfTeX error (font expansion): auto expansion is only possible with scalable fonts"
My code is here:
\RequirePackage[l2tabu, orthodox]{nag} % checks for outdated latex commands ... you can remove this if you want ...
"pdfTeX error (font expansion): auto expansion is only possible with scalable fonts"
My code is here:
\RequirePackage[l2tabu, orthodox]{nag} % checks for outdated latex commands ... you can remove this if you want ...
- Mon Oct 26, 2015 7:16 pm
- Forum: Fonts & Character Sets
- Topic: ccfonts compiles with LaTeX => PDF, not LaTeX => PS => PDF
- Replies: 6
- Views: 5364
Re: ccfonts compiles with LaTeX => PDF, not LaTeX => PS => P
Thanks very much for taking the time to help me with this Johannes_B.
I typically make plots in Mathematica. And I can save everything as a PDF from now on. I thought it was best practice to save everything as eps, since these are vector-based graphics. But, I guess PDF is as well. So, there ...
I typically make plots in Mathematica. And I can save everything as a PDF from now on. I thought it was best practice to save everything as eps, since these are vector-based graphics. But, I guess PDF is as well. So, there ...