364,111 Members | 2127 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

generating a latex file from php

pradeepjain
100+
P: 557
Hii guys,
I have a small requirement.I need to select the data from database and then convert it to a latex file from php .Is there any example which i can refer to.


thanks,
Pradeep
Sep 17 '08 #1
Share this Question
Share on Google+
2 Replies


Markus
Expert Mod 2.5K+
P: 4,422
Question: What is a 'latex' file?

If you know how to convert from PHP into this format, then all you need to do is (assuming you're using mysql) read through these mysql tutorials.

Cheers.
Sep 17 '08 #2

Atli
Expert Mod 2.5K+
P: 4,459
I was kind of wandering that myself. Never heard of a latex file format before, and the PHP manual doesn't seem to know it either.
Closest thing I found was this pear class.

In the end it doesn't even matter what a latex file is.

You will just have to know the *syntax* of that format well enough to be able to echo your data correctly. Just as you would a HTML page for a web-page.
Sep 17 '08 #3

Post your reply

Help answer this question



Didn't find the answer to your PHP question?

You can also browse similar questions: PHP php latex