Hi all,
after installing
ftp://ftp.lyx.org/pub/lyx/bin/1.6.7/LyX-1.6.7-4-Installer-Bundle.exe (Lyx 1.6.7
+ MilTex 2.8)
i like to build my first presentation with powerdot.
Writing "Hello World!" in standard-format and pressing PDF i get two errors:
--------------------------------------------------------------
! Font U/psy/m/n/10.95=psyr at 10.95pt not loadable: Metric (TFM) file not foun
d.
<to be read again>
relax
l.64 {\Pifont{psy}
}
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
--------------------------------------------------------------
--------------------------------------------------------------
! LaTeX Error: Unknown graphics extension: .ps.
}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
--------------------------------------------------------------
The LaTex-Source:
% Quellcode vorschauen
%% LyX 1.6.7 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{powerdot}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}
\begin{document}
Hello World!
\end{document}
--------------------------------------------------------------
Any Hint to solve the problems?
Rabe...