> SysquakeforLaTeX is an outstanding tool !
Thanks!
> I met some problem with the use of fopen. I get the error message
> "Undefined function or variable 'fopen'" : is it supported ?
No, sorry. It might cause nasty security concerns. A version of fopen
limited to where libraries are stored (such as the location of
the .tex
file itself) should be added to next release. In the meantime, if you
generate data files yourself, you could write them as a library file
with
a function header and load them with "use":
function data = loadData
data =
[
<your data>
];
Hope this helps,
Yves