Just a small reason :
I have something like 200 packages in /usr/share/texmf/tex/latex. And it's only _one_ (and not the biggest, I think) directory where the packages are.
So, it's difficult to include all the packages.
but I am thinking now that some "basic" math package are missing, and it's possible that I include some of there, later.
but (if I trust the debian deval-mailling list, and I trust them, because they're certainly better hacker than me) my plugin could introduce some security bugs. I think that I will try to implement a whitelist system.
So next version will have more basic packages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I get the amsmath package included?
ok don't mind.
I just changed in LaTeX.h
#define HEADER "\\documentclass[12pt]{article}\\usepackage[dvips]{graphicx}\\pagestyle{empty}"
to
#define HEADER "\\documentclass[12pt]{article}\\usepackage[dvips]{graphicx}\\pagestyle{empty}\\usepackage{amsfonts}\\usepackage{amsmath}\\usepackage{amssymb}\\usepackage{amsthm}"
Why isn't this default?
Just a small reason :
I have something like 200 packages in /usr/share/texmf/tex/latex. And it's only _one_ (and not the biggest, I think) directory where the packages are.
So, it's difficult to include all the packages.
but I am thinking now that some "basic" math package are missing, and it's possible that I include some of there, later.
but (if I trust the debian deval-mailling list, and I trust them, because they're certainly better hacker than me) my plugin could introduce some security bugs. I think that I will try to implement a whitelist system.
So next version will have more basic packages.
wonderful!
because without the basic math latex codes the plugin is pretty useless for me.
good work so far!