General ⇒ Minion Pro
-
- Posts: 7
- Joined: Tue Oct 21, 2008 7:51 pm
Minion Pro
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Minion Pro
http://nablasquared.wordpress.com/2008/ ... -in-latex/
For maths, you also need the MnSymbol package.
If you want to test that, feel free to ask in case of difficulties. I join a pdf that shows what you may obtain with MinionPro.
B.A.
- Attachments
-
- arithmA1.pdf
- (251.6 KiB) Downloaded 1648 times
-
- Posts: 7
- Joined: Tue Oct 21, 2008 7:51 pm
Re: Minion Pro
Re: Minion Pro
http://www.lcdf.org/type/
Once installed, you have to use the script that will make the conversion of the otf files into a whole bunch ot type 1 fonts (the .pfb's), convert.sh or convert.bat according to whether you're under linux or windows. These .pfb's have to be placed in your local TeXMF directory, in .../fonts/type1/adobe/minonpro.
Then unzip
metrics-base.zip
enc-v2.000.zip
at the root of the local TeXMF directory.
Add the line
Map MinionPro.map
to your updmap.cfg. Refresh the file database and run updmap
Then, normally, you're done (don't forget to install mnsymbol, though).
I hope I was clear but if you need any further details, don't hesitate.
B.A.
-
- Posts: 7
- Joined: Tue Oct 21, 2008 7:51 pm
Re: Minion Pro
'cfftot1' is not recognized as an internal or external command, operable program or batch file.
I have the MinionPro series of OTF files in a folder in the same directory as convert.bat. After running, a folder called "pfb" is created, but it is empty. I'm sure I'm making some stupid mistake, so forgive my ineptitude.
Also, probably another strange question, but when you talk about the TeXMF directory, you mean the folders buried in my MikTeX folder, right? I found the path fonts/type1/adobe in there, so I just assumed that it was where I would place the .pfb files once I get them. Thanks again for all the help!
Re: Minion Pro
As to where to store the .pfb's, they should be in a LocalTeXMF directory, similar to MiKTeX 2.7, and having the same structure ; it will be used to store the files that you add locally (your own style files, for instance), and will not be overwritten when updating, MiKTeX 2.7 being used only by the MiKTeX distribution.
B.A.
-
- Posts: 7
- Joined: Tue Oct 21, 2008 7:51 pm
Re: Minion Pro
Re: Minion Pro
B.A.
-
- Posts: 7
- Joined: Tue Oct 21, 2008 7:51 pm
Re: Minion Pro
Sorry this is so tedious. I'm sure that if someone more knowledgeable than I was at my computer, it would be a 10 minute job. Thanks again!
Re: Minion Pro
lcdf/ contains:
convert.bat, cfftot1.exe, .....
and otf/ , which in turn contains :
MinionPro-Bold.otf, .....
After convert.bat is run, lcdf/ will also contain pfb/ , which will contains 8 .pfb files.
Hope I was clearer this time!
B.A.