Loading
Home ›
Resources for “LaTeX Equations and Graphics in PHP”
Mar 01, 2005 By Titus Barik
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
______________________
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
25 min 3 sec ago - Sure the best distro is
1 hour 45 min ago - BeOS was the best
4 hours 28 min ago - I use Wireshark on a daily
8 hours 59 min ago - buena información
14 hours 6 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
15 hours 6 min ago - Gnome3 is such a POS. No one
1 day 34 min ago - Gnome 3 is the biggest POS
1 day 44 min ago - I didn't knew this thing by
1 day 6 hours ago - Author's reply
1 day 10 hours ago






Comments
can't find latex.fmt
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
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
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
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.