Est-ce que la conversion par dvips fonctionne bien avec le document en
classe article ?
La conversion fonctionne sans problème, il va falloir donner sa langue
au chat :-)
Si oui, je donne ma langue au chat et je me retourne
vers Michel. Michel ? Yououuuu ?
Dernier essai quand même. Avec le document suivant
%\documentclass{article} % un des deux seulement
\documentclass{beamer} % c'est plus sympa pour LaTeX
\usepackage{fourier}
\usepackage{tracefnt}
\begin{document}
\newlinechar=`^^J
\message{^^J**********************************^^J}
\message{***C'est parti pour la formule ***^^J}
\message{**********************************^^J}
$\dot t$
\message{^^J**********************^^J}
\message{***Fin de laformule***^^J}
\message{**********************^^J}
\end{document}
Avec la classe article, ça me dit ça :
**********************************
***C'est parti pour la formule ***
**********************************
LaTeX Font Info: Try loading font information for FML+futmi on input
line 11
.
(/home/jlamy/texmf/tex/latex/fourier/fmlfutmi.fd
File: fmlfutmi.fd 2004/10/30 Fontinst v1.926 font definitions for FML/futmi.
)
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 9.19998pt on input line 11.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 6.99199pt on input line 11.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 9.19998pt on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 6.99199pt on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 11.
**********************
***Fin de laformule***
**********************
Avec beamer, il me dit :
*********************************
***C'est parti pour la formule ***
**********************************
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <8.3> not available
(Font) size <8> substituted on input line 11.
LaTeX Font Info: Try loading font information for FML+futmi on input
line 11
.
(/home/jlamy/texmf/tex/latex/fourier/fmlfutmi.fd
File: fmlfutmi.fd 2004/10/30 Fontinst v1.926 font definitions for FML/futmi.
)
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 10.07397pt on input line 11.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 7.63599pt on input line 11.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 11.
LaTeX Font Info: Try loading font information for U+msa on input line 11.
(/usr/share/texmf/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Warning: Font shape `U/msa/m/n' in size <8.3> not available
(Font) size <8> substituted on input line 11.
LaTeX Font Info: Try loading font information for U+msb on input line 11.
(/usr/share/texmf/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Warning: Font shape `U/msb/m/n' in size <8.3> not available
(Font) size <8> substituted on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 10.07397pt on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 7.63599pt on input line 11.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 11.
LaTeX Font Warning: Font shape `T1/cmss/m/n' in size <8.3> not available
(Font) size <8> substituted on input line 11.
LaTeX Font Warning: Font shape `T1/cmss/m/it' in size <8.3> not available
(Font) size <8> substituted on input line 11.
**********************
***Fin de laformule***
**********************
Ce qui change (si je décrypte correctement)
* certaines mises à l'échelle diffèrent d'une fraction de point (je
suppose que ça n'a pas grand chose à voir avec le problème)
* Beamer utilise en plus la fonte OT1/cmss/m/n (premier Font Warning)
* Beamer utilise en plus les fontes AMS (messages avec U/msa et U/msb)
* Beamer utilise en plus les fontes Computer modern (messages avec
T1/cmss/m)
Entre temps, merci à J.-Y. Baudais pour sa solution.
--
Julien