{typ1} conerns the Adobe Type 1 font format

learn more… | top users | synonyms

3
votes
1answer
36 views

Type1 fonts and musixtex

Thanks to @cgnieder, I can now typeset the full range of a piano. Now, I'd like to use the utopia-mathdesign package. \documentclass{standalone} \usepackage[T1]{fontenc} ...
1
vote
1answer
140 views

Use Type 1 fonts with XeLaTeX

I read many things about XeLaTeX and I wanted to give it a try, but I wasn't able to figure out how to make use of Type 1 fonts, in my case especially the font Lucida, which I bought from pcTeX (which ...
8
votes
2answers
410 views

How does “libertine-type1” work?

I am really struggling to understand how the packages libertine-type1 and biolinum-type1 work now that libertine-legacy is depreciated. According to the new libertine.sty all options when using ...
3
votes
1answer
877 views

How to install Type 1 font in MiKTeX 2.9

What is the procedure to install Type 1 font in MiKTeX 2.9? Can anybody help me?
2
votes
1answer
129 views

dvips: warning: no config file for `amz'

I have submitted a PDF manuscript to a conference and I get the feedback that my fonts in the verbatim environment either look hideous or they are not rendered at all. The manuscript looks nice on my ...
9
votes
3answers
445 views

Embedding Type 1C fonts using LuaLaTeX

As pointed out in the answer to PDF file size with LuaLaTeX vs XeLaTeX, the difference between using Type 1 and Type 1C fonts in two documents made a big difference in file size. File size is ...
2
votes
1answer
289 views

how use Adobe Times Roman SmallCaps with LaTeX

I'm running TeXLive 2011 under Mac OS X and have How do I go about installing and using the actual Adobe Type 1 (.pfb) Times Roman SC (small caps) and Times Roman Bold SC fonts? I have those Type 1 ...
0
votes
1answer
1k views

TeX fonts in Windows [duplicate]

Possible Duplicate: Where can I find computer modern fonts for use in other programs, e.g. Adobe Illustrator? I want to use TeX fonts in OpenOffice or Word, because there are many so ...
14
votes
4answers
610 views

Are the original CM fonts better than the current type1 fonts?

What are the differences between the original (rasterized) CM fonts and the current (smooth PDF-friendly) type1 versions of these fonts? It seems to me that the originals are much better looking. ...
3
votes
2answers
274 views

LuaLaTeX: mkluatexfontdb does not include Type-1-fonts ( = *.pfb-files)

I'm running texlive 2011 on a Linux machine. Years ago I bought some Type 1 fonts, namely Rotis. They have been installed properly and Libre Office e.g. can print them. But running mkluatexfontdb -v ...
5
votes
2answers
667 views

Confused with choosing TTF, OpenType, and Type1

Actually I don't know much about font formats such as TTF, OpenType, and Type1. What are the differences between TTF, OpenType, and Type1? Which one should I use in PDF produced by LaTeX? How to ...