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 |
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- The Linux RAID-1, 4, 5 Code
- Python for Android
- RSS Feeds
- Gnome 3 is the biggest POS
1 min 28 sec ago - I didn't knew this thing by
6 hours 5 min ago - Author's reply
9 hours 30 min ago - Link to modlys
10 hours 36 min ago - I use YNAB because of the
10 hours 48 min ago - Search
15 hours 51 min ago - Question
16 hours 14 min ago - for the record
16 hours 17 min ago - That's disappointing. Thanks
18 hours 40 min ago - Well spotted. I've corrected
20 hours 9 min 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.