|
LinuxTex /
TroubleshootingThis file lists some questions together with their solutions. Issues concerning use of certain latex syntax etc.Latex installation issuesQ: 1/3/2006 A:I think I had the same problem as you had. I got it working the following way:
I debugged the
$outmsgs = array();
exec(".. $cmd ..", $outmsgs);
for ($outmsgs as $line) echo "$line <br />\n";
which yielded: I can't find the format file `latex.fmt'! I googled and found two hints (http://www.karakas-online.de/mySGML/fatal-format-file-error.html(approve links) and http://www.karakas-online.de/mySGML/fatal-format-file-error.html(approve links)) of how to generate this format file, of which the second one worked: Execute fmtutil --all or fmtutil --byfmt=latex to build the file(s).
The command outputs the location where the file is placed. As latex then still did not find
the file, adding a command line option (This worked for a tetex distribution of latex.) ThomasP August 21, 2006, at 03:53 AM Some symbols are missing in the generated image file: ThomasP August 21, 2006, at 04:37 AM Graphical/stylesheet issuesTo adjust the image positions for a better alignment of the formula text baseline with the
wiki text baseline, I have used the following lines in the
margin-top: -0.0em;
position:relative;
top: -2px;
ThomasP August 21, 2006, at 04:21 AM |