Resources for “LaTeX Equations and Graphics in PHP”
March 1st, 2005 by Titus Barik in
TeX Converter, LatexRender: www.mayer.dial.pipex.com/tex.htm
textogif: www.fourmilab.ch/webtools/textogif/textogif.html
mimeTeX: www.forkosh.com/mimetex.html
A Guide To LaTeX, Third Edition, Addison-Wesley
PSTricks: www.pstricks.de
ImageMagick: www.imagemagick.org
MathML: What's in it for us?: tech.irt.org/articles/js081
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Jul-01-09
- Jun-29-09
Recently Popular
From the Magazine
July 2009, #183
News Flash: Linux Kernel 3.0 to include an on-the-go Expresso machine interface! Ok, maybe not, but Linux is definitely going mobile, from phones to e-readers. Find out more inside about Android, the Kindle 2, the Western Digital MyBook II, The Bug, and Indamixx (a portable recording studio). And if you've gone mobile and you been wanting more Emacs in your life then check out Conkeror.
To compliment the mobile we've got the stationary: parsing command line options with getopt, checking your Ruby code with metric_fu, and building a secure Squid proxy. How is this stationary you ask? What can we say? It's not. We just wanted to see if anybody actually read this part of the page :) .
All this and more, and all you have to do is get your hot sweaty hands on the latest copy of Linux Journal.
Delicious
Digg
StumbleUpon
Reddit
Facebook








can't find latex.fmt
On June 16th, 2006 andrew (not verified) says:
The artical is extremely useful. However when i am trying to do it on my linux apache server. i get the following error:
I can't find the format file `latex.fmt'!
I can use
latex --interaction=nonstopmode my.tex
under root, and other users. it is perfectly ok. but not with apache + php?
could anyone please help me out.
thanks.
I have also set the .../www/html/tmp mod to 777 (just for testing) but no luck.
Hi I had the same problem as
On December 1st, 2006 Anonymous (not verified) says:
Hi
I had the same problem as you. Try to copy latex.fmt from source directory to directory where apache is currently working. You will see :-)
LaTeX Equations and Graphics in PHP, source code
On March 24th, 2005 Hugo Coolens (not verified) says:
Is it possible to get the code fragments which appeared in the article?
I really would like to test it but I don't like to type in all the code.
regards,
Hugo
Better Bounding Box
On February 2nd, 2005 Arch Stanton (not verified) says:
Instead of playing around with invisible elements in
latexto compensate fordvips's unfriendly treatment of graphics when using the -E flag, you can letconverttrim the graphic for you. Simply remove the E option from thedvipscommand line, then use:convert -trim -density 120 -bordercolor white -border 5x5 my.ps my.pngThe
bordercolorandborderarguments can be omitted if you'd rather not have any padding built into the graphic.Post new comment