Quelqu'un saurait-il comment créer un code JAVA qui permettrait de compiler automatiquement un fichier Tex? Merci pour votre aide
http://www.infos-du-net.com/forum/ [...] steme-java
try { Runtime.getRuntime().exec("latex fichier.tex" ); } catch (Exception e) { }
Peut-être ?
ouais, je vais essayer merci