The very bare minimum of latex to compile documents
Posted
by ldigas
on Super User
See other posts from Super User
or by ldigas
Published on 2010-05-12T22:29:05Z
Indexed on
2010/05/12
22:34 UTC
Read the original article
Hit count: 258
latex
I'm creating a relatively small console program which will be used by some other people as well. As part of its output it will be creating a tex file which will contain some two tables, a few rows of text and one plot.
Not, my program is pretty small - under a Mb. The problem is I can't count on my users to have latex installed, so I'd like to include the very bare minimum required files to create it (pdf). What would be a good place to start searching on that topic, or even better, does anyone know what I would need to include with it to accomplish that ?
I remember my last latex install being pretty ... well, gigantic.
Kind regards !
© Super User or respective owner