Quelle est cette police ?

  • Créateur du sujet Créateur du sujet grün
  • Date de début Date de début
Bonsoir,
Juste après les remerciements l'auteur précise que corps du texte est en serif ? N'est ce pas la réponse ?
 
Chez moi, ça ressemble fortement à du Garamond (enfin, ça s'affiche comme ça chez moi :D).
Sinon, il est dit que ça a été réalisé avec LaTeX, tu peux regarder de ce coté.
 
Dernière édition:
Oui, c'est de la Minion Pro (c'est indiqué dans les polices includes au doc)… mais quand j'ai voulu vérifier, j'ai tapé Myriad Pro… et donc j'ai abandonné l'idée en me disant que ce n'était que pour une toute petite partie du texte :D
 
Bonsoir, merci pour vos suggestions. Vous avez raison, il s'agit bien de minion pro. J'avais pensé, en cherchant ici et là, qu'il s'agit de la fonte "Accanthis", mais la minion pro a une particularité : le e minuscule est incliné vers le haut légèrement. La police est disponible ici sous Latex : http://www.ctan.org/tex-archive/fonts/minionpro/

En revanche, je GALÈRE comme jamais pour installer le package qui va avec. Si vous avez des suggestions d'installation, voire un guidage pas-à-pas, je prends tout de suite. :rateau:

---------- Nouveau message ajouté à 00h10 ---------- Le message précédent a été envoyé Hier à 23h35 ----------

Re, en cherchant ici et là, mais surtout ICI, j'ai trouvé ceci : un "script" qui pilote l'installation de la fonte sur un mac (le faire soi-même relève de la torture). Quelqu'un peut-il me dire :

1) si ce "script" est correct (ne va-t-il pas installer sur mon ordi des scripts malicieux ?)
2) si ce script requiert le téléchargement préalable d'autres packages ?

Ce "script" est (assez) long à lire. Merci à celles et ceux qui m'accorderont un (tout petit) peu de leur temps :

#!/bin/sh
## Information
## http://carlo-hamalainen.net/blog/2007/12/11/installing-minion-pro-fonts/
## http://www.ctan.org/tex-archive/fonts/mnsymbol/

## 0.1: Install LCDF Typetools
## http://www.lcdf.org/type/
## If you use Homebrew (http://mxcl.github.com/homebrew/), then uncomment:
# brew install lcdf-typetools

## 0.2: If ~/tmp doesn't exist, create it.
# mkdir ~/tmp

## Destination. System wide:
# DEST=`kpsexpand '$TEXMFLOCAL'`
## Or single-user only:
DEST=~/Library/texmf

## Downloader:
DOWNLOAD="curl -L -O"

## Directory where minion fonts can be found:
#MINIONSRC=/Applications/Adobe\ Reader.app/Contents/Resources/Resource/Font/
#MINIONSRC=~/tmp/minionsrc
MINIONSRC=~/Library/Fonts

## Everything gets done in a temporary directory
cd ~/tmp

## 1: MnSymbol
## http://www.ctan.org/tex-archive/fonts/mnsymbol/
$DOWNLOAD http://mirror.ctan.org/fonts/mnsymbol.zip

unzip mnsymbol
cd mnsymbol/tex

## Generates MnSymbol.sty
latex MnSymbol.ins

mkdir -p $DEST/tex/latex/MnSymbol/ \
$DEST/fonts/source/public/MnSymbol/ \
$DEST/doc/latex/MnSymbol/

cp MnSymbol.sty $DEST/tex/latex/MnSymbol/MnSymbol.sty
cd .. # we were in mnsymbol/tex
cp source/* $DEST/fonts/source/public/MnSymbol/
cp MnSymbol.pdf README $DEST/doc/latex/MnSymbol/

mkdir -p $DEST/fonts/map/dvips/MnSymbol \
$DEST/fonts/enc/dvips/MnSymbol \
$DEST/fonts/type1/public/MnSymbol \
$DEST/fonts/tfm/public/MnSymbol
cp enc/MnSymbol.map $DEST/fonts/map/dvips/MnSymbol/
cp enc/*.enc $DEST/fonts/enc/dvips/MnSymbol/
cp pfb/*.pfb $DEST/fonts/type1/public/MnSymbol/
cp tfm/* $DEST/fonts/tfm/public/MnSymbol/

## I believe that this is not strictly needed if DEST is in the home
## tree on OSX, but might be needed otherwise
sudo mktexlsr
updmap --enable MixedMap MnSymbol.map

# $DOWNLOAD http://carlo-hamalainen.net/blog/myfiles/minionpro/mnsymbol-test.tex
# pdflatex mnsymbol-test.tex

## 2: MinionPro
mkdir -p ~/tmp/minionpro
cd ~/tmp/minionpro

$DOWNLOAD http://mirrors.ctan.org/fonts/minionpro/enc-2.000.zip
$DOWNLOAD http://mirrors.ctan.org/fonts/minionpro/metrics-base.zip
$DOWNLOAD http://mirrors.ctan.org/fonts/minionpro/metrics-full.zip
$DOWNLOAD http://mirrors.ctan.org/fonts/minionpro/scripts.zip

## This will make the otf directory, among other things.
unzip scripts.zip

cp $MINIONSRC/Minion*otf otf/

## Generate the pfb files
## This step requires that the LCDF type tools are installed. Get them here:
## http://www.lcdf.org/type/
./convert.sh

## Copy the pfb files to where they belong:
mkdir -p $DEST/fonts/type1/adobe/MinionPro
cp pfb/*.pfb $DEST/fonts/type1/adobe/MinionPro

SRC=`pwd`
cd $DEST
unzip $SRC/enc-2.000.zip
unzip $SRC/metrics-base.zip
unzip $SRC/metrics-full.zip
cd $SRC

sudo mktexlsr
updmap --enable MixedMap MinionPro.map

## Test:
# $DOWNLOAD http://carlo-hamalainen.net/blog/myfiles/minionpro/minionpro-test.tex
# pdflatex minionpro-test.tex
 
Pour ceux qui ont Acrobat pro, il y a un excellent outil qui permet de savoir ça en 5 secondes (si le PDF n'est pas une vieille merde en pixel, évidemment).

Diagnostic : Minion Pro, en effet :



Et sinon, il existe toujours les bons vieux outils de reconnaissance de fonte (whatTheFont, whatFontIS, Fonts by appearance, etc.)
 
Il ne semble pas… Le package propose juste les outils nécessaires pour convertir la police OpenType en police Adobe Type1, comme requis par LaTeX.

This package provides support for the Minion Pro fonts from Adobe. (Note that the font family itself is only available under commercial terms from Adobe.)[…]
The base font is the Open Type version of Minion Pro; scripts are provided to convert the Open Type to Adobe Type 1 format. (Minion Pro is commercially available, and copies are bundled with Acrobat Reader.) The font is not bundled with this package.

Source : http://www.ctan.org/tex-archive/fonts/minionpro/

En revanche, peut-être as-tu déjà cette fonte ? (Par exemple, lorsque tu as téléchargé Adobe Reader.)

++++++++++++

Pour ceux qui ont Acrobat pro, il y a un excellent outil qui permet de savoir ça en 5 secondes (si le PDF n'est pas une vieille merde en pixel, évidemment).
Le très simple Adobe Reader le permet aussi facilement comme indiqué ci-dessus par Tucpasquic…
Cmd-D > onglet Polices.
 
Dernière édition:
Tu galères pour quoi exactement ? Installer la typo ? :rolleyes:

Bonjour, oui, je ne parviens pas à comprendre la démarche. Voilà pourquoi je me demandais si le script plus haut ne m'aurait pas permis d'économiser un peu de temps.

... mais peut-être y a-t-il une police similaire que je pourrais utiliser. Quelqu'un en connaît-il une ?
 
Dernière édition: