about how to use the Adobe Minion (Pro) font with LaTeX
1
vote
1answer
44 views
Tufte running headers not using full width of page
I use Minion Pro and XeLaTeX together with the tufte class. There is an issue with caps in headers (as can be noticed if removing the two line marked %% headings fixes below). My fix is to use the ...
1
vote
1answer
99 views
MinionPro and Cyrillic
In my style file I have
\usepackage[OT2, T1]{fontenc}
\usepackage[russian,german,english]{babel}
\usepackage{MinionPro}
And then I use the following code
\documentclass{article}
\begin{document}
...
4
votes
0answers
91 views
MinionPro font with some symbols from kpfonts
At this moment I'm using MinionPro package. But I don't like most of the MnSymbol's symbols. I discovered that I really like some symbols from kpfonts (if anyone suggest anything better, I will be ...
3
votes
2answers
153 views
MinionPro semibold/medium
After a day of struggle I managed to install the full family of MinionPro font on LaTeX.
After an hour of googling I cannot figure out how to use the medium (semibold) font. Ideally I would have ...
0
votes
0answers
199 views
FontPro: Using Myriad and Minion together
I finally managed to install Myriad Pro and Minion Pro using the FontPro scripts. But now I'd like to use Myriad as the font for my headings and Minion as my main font though I only get the error: Too ...
2
votes
0answers
104 views
MinionPro conflicting with amssymb
I am using the package MinionPro. But I need some symbols, for example, \gnapprox and \mho, available on the package amssymb.
Well, here is my code (as minimal as possible):
\documentclass{report}
...
8
votes
1answer
390 views
$\epsilon$ undefined using Minion Pro with pdftex
I'm using MiKTeX 2.9 and have recently installed the Minion Pro fonts for use with pdftex. I followed the instructions available on CTAN to install them.
Everything works as expected, but in place of ...
8
votes
1answer
762 views
installing FontPro (support for Minion Pro, Myriad Pro, & Cronos Pro) with MiKTeX 2.9
The Minion Pro distribution available on CTAN seems to be out of date. One issue with pdftex was reported on this question ($\epsilon$ is undefined using MinionPro).
The most up-to-date scripts (see ...
3
votes
1answer
248 views
Problem with Minion Pro
I have a weird problem with the output using MinionPro fonts. The characters "Th" after a period produces a strange output; for example
\documentclass[14pt, a4paper]{report}
\usepackage{MinionPro}
...
7
votes
5answers
3k views
MinionPro on Mac OS X
Has anyone been able to install the MinionPro package on OS X? I usually install (and update) TeX Live through MacPorts and the first package I have ever found that wasn't already included is ...
2
votes
3answers
968 views
XeLaTeX and stmaryrd
I'm using XeLaTeX and Minion Pro together with the \usepackage[MnSymbol]{mathspec} but I need the \llbracket and \rrbracket command from \usepackage{stmaryrd} package. Unfortunately, as such, I get a ...
26
votes
1answer
739 views
Why does it take LuaLaTeX so long to load fonts and can I speed it up?
To test Mico's upcoming selnolig package, I tried out LuaLaTeX. While the overall experience for me as a pdfLaTeX end-user was very similar, I noticed that LuaLaTeX takes a long time to load fonts. ...
1
vote
0answers
228 views
Where is updmap.cfg? [closed]
edit
I found the problem and the solution: I renamed the .pfb files to the correct name, that is, MinionPro-Regular.pfb.
Please, close the post.
edit
I found this file here ...
3
votes
1answer
716 views
Installing MinionPro fonts on Ubuntu 10.04 running TexLive 2012
I followed the instructions to install MinionPro fonts from this website.
http://carlo-hamalainen.net/blog/2007/12/11/installing-minion-pro-fonts/
However, when I tried to run the tex file at the ...
4
votes
2answers
533 views
Classic thesis + Minionpro
How can i use classicthesis with minion pro? I have tried to put minion pro in the options of classicthesis but I get an error. I use Windows and TeXLive 2012. Is minion pro not in TeXLive as default?
...
4
votes
0answers
232 views
Problem with optical sizes option in package MinionPro [closed]
I have converted the .otf files for Adobe MinionPro to PostScript Type1 files and used the auxiliary files for metrics and encodings provided with the package MinionPro. Everything works fine except ...
10
votes
2answers
877 views
MinionPro: math accents on swash capitals
The MinionPro option swash makes \mathcal use Minion swash capitals. The position of math accents on swash capitals could use some adjustment (see below).
For a single accent, applying \skew{6} ...
0
votes
0answers
236 views
Minion Pro Swash with mathcal [closed]
I want to use the swash font from Minion Pro working with mathcal, like when using the package MinionPro. I can't find a way to add fontfeatures to mathfonts.
\documentclass{scrartcl}
...
4
votes
2answers
1k views
Installing MinionPro in TeX Live 2011
I am having great difficulty to install the font MinionPro in TeX Live 2011.
I followed all the steps in the README file on CTAN, but I get the following error when compiling the text:
Process ...
5
votes
1answer
190 views
Using Minion's footnotefigures within KOMA-classes
I really like to use the MinionPro package in my documents, which provides an option called footnotefigures that activates a special set of figures for footnotes.
Unfortunately this option is not ...
2
votes
1answer
203 views
unscalable oldstyle numbers through \newfont with XeLaTeX (Minion)
In what is below, the \newfont command does not scale the numbers. I would like to know why.
\documentclass{book}
\usepackage{fontspec}
\setmainfont[Ligatures={Common}, Numbers={OldStyle}]{Minion ...
9
votes
4answers
1k views
Minion Pro and Monospace Font
This is more a typography question than a TeX one, but can anyone recommend me a good monospaced font that blends well with Minion Pro?
2
votes
0answers
95 views
What to do with derived font name longer than 29 characters? [closed]
When installing the MinionPro package from ctan I receive the following error after running the convert.sh script:
Creating PostScript fonts ...
warning: derived font name ...
3
votes
1answer
372 views
How can I repair a Minion Pro font installation that lacks certain features?
I was overzealous in my installation of Minion Pro and accidentally installed metrics that I do not have. Specifically (it seems), I unzipped metrics-opticals.zip, when I shouldn't have.
As a ...
6
votes
1answer
2k views
Getting Started with Minion Pro, XeLaTeX and mathspec
I have just started using Minion Pro and mathspec for my work and now I have the following in my preamble:
\usepackage[MnSymbol]{mathspec}
\usepackage{xltxtra}
...
5
votes
1answer
811 views
pdflatex/xelatex problems with MinionPro
I am successfully using package MinionPro for pdflatex. I would like to use it also in xelatex (the math part, actually), so that I can add opentype features to the main text font. However, I am ...
11
votes
3answers
3k views
How to set-up LuaTeX, Microtype, with Minion Pro, Myriad Pro
Since recently I am using LuaLaTeX with the most recent beta version of Microtype, along with the fonts Minion Pro and Myriad Pro. In the manual of Microtype it says:
Currently, this package ...
0
votes
1answer
270 views
MinionPro is not displaying Cyrillic (and other) characters
I am following the directions in the README at the CTAN entry for MinionPro. I am using the Minion Pro fonts from the Adobe Font Folio 11. I'm running a fully-updated TeX Live 2011 distribution on OS ...
7
votes
3answers
1k views
Letterspacing, Minion Pro, and Tufte-LaTeX (problem with running header)
I'm trying to use Minion Pro with the Tufte-LaTeX class. Basically, I've got it working, but I have a problem with letterspacing the small caps for the running header. Rather than appearing in small ...
11
votes
2answers
1k views
Selecting main math font in LuaTeX?
I’d to set some fairly simple maths in Minion Pro (and potentially other system fonts), using LuaTeX. I’d hoped that something like the following should work:
\documentclass{minimal}
...
15
votes
1answer
1k views
Minion Pro fonts license
Adobe Reader comes bundled with an open type version of Minion Pro, Myriad Pro and some other fonts.
What is the license status with these fonts? Can they be used freely?
12
votes
2answers
1k views
Minion Math with unicode-math
This is a little bit off topic as it is not exactly related to TeX.
I saw recently that Minion Math was updated to 1.020 which comes with math table support.
Does any one had a chance to play with ...
3
votes
1answer
497 views
MinionPro and beamer: figure selection
MinionPro package options for figure selection don't appear to work under beamer. I'd like text figures in text mode (textosf) and lining figures in math mode (mathlf). In the example below, the ...
3
votes
0answers
295 views
Ligatures not formed when using MinionPro with Inconsolata [closed]
I use Minion in a document via the MinionPro package, and now I want to use Inconsolata for, amongst other things, code listings. When I include the fontenc package with the T1 option for ...
7
votes
1answer
524 views
Minion Pro activate small caps for greek
According to otfinfo, greek small capitals are supported in Minion Pro.
otfinfo --script=grek -f MinionPro-Regular.otf
...
smcp Small Capitals
...
yet the following MWE
\documentclass{article}
...
4
votes
1answer
597 views
minionpro: v and \nu in math mode
I have noticed that with Minion Pro font v and \nu are indistinguishable.
Does anyone know a decent workaround to this?
Somewhere in the web it was suggested to use \upsilon as a substitute for v.
...
4
votes
3answers
427 views
\openg in MinionPro (from Acrobat 9)
(This is an extension of question \ell in MinionPro, but sadly I can't add comments on S.E. yet.)
Similar to the issue of using \ell in recent versions of MinionPro, which is solved by replacing ...
11
votes
3answers
2k views
Using MinionPro for the main font and Fontspec for the monospaced font
I am using Minion Pro for my document's main font and would like to use Consolas for my code listings.
I know that I can set the monospace font using fontspec and setmonofont, but it seems I cannot ...
2
votes
1answer
302 views
chemfig and MinionPro problem
Well, this is rather minor, but
\documentclass{minimal}
\usepackage{chemfig}
\usepackage{MinionPro}
\begin{document}
Hello, World!
\chemfig{*6(=N-*6(-N-=N)=--N-)}
\end{document}
produces
! ...
3
votes
1answer
535 views
What I need to use extra symbols in MinionPro?
I've just installed MinionPro fonts for LaTeX, as it is written in the HowTo of the minionpro package. My font's version is "Version 2.030;PS 2.000;hotconv 1.0.51;makeotf.lib2.0.1867. Than, I tried to ...
2
votes
1answer
1k views
How do I get XeLaTeX to use the bold Minion Pro typeface for Greek characters?
I can't for the life of me get XeTeX to give me bold lowercase greek symbols, even though I have checked, e.g., in a word processor, that the font has a corresponding bold typeface with the greek ...
3
votes
2answers
2k views
Installing Minion Pro on Windows
I have been searching on the Internet but so far there is no guide that works for me.
I tried the one from CTAN,
but there I have to run commands, and install the LCDF Typetools (which aren't ...
3
votes
2answers
1k views
How come Minion is such a hassle to use in pdfLatex when Palatino isn't?
Palatino (or some copy of it) is very easy to use in pdfLatex -- just use package mathpazo and you're set to go.
How come Minion doesn't have such an easy-to-use package? I tried to install it using ...
3
votes
2answers
365 views
the unthinkable: use of Metafont for greek minion letters in black board style
would it be possible to create our own greek letters in black board style from the Minion family using Metafont? It is just a matter of adding a vertical bar somewhere...
Thanks
5
votes
1answer
780 views
upright uppercase math letter with Minion and xelatex
just a quick question about Xelatex and Minion Pro. By default, uppercase letters as well as lowercase greek letters in math mode are italics. Can I get them upright by hand?
So far, I am using:
...

