Darrin Thompson <[EMAIL PROTECTED]> writes:
| Thanks,
|
| I finally figured out a simpler work around that works about half the
| time.
|
| Latex is trying to generate new font files and is having permission
| troubles. It just won't say permission denied or anything obvious like
| that. The thing to do is to take the lyx file and export it as latex.
| You run it through latex, manually AS ROOT! Then latex is free to make
| as many little meta font whatever files as it wants to. After that you
| can work with lyx all you want as a regular user and all the fonts are
| already there.
|
| It is a latex problem.
If it is a permission problem this should fix it:
cd /usr/share/
chmod -R a+rX texmf/
Lgb