SysQuake for LaTeX: is fopen supported

11 views
Skip to first unread message

mee

unread,
Mar 29, 2008, 2:32:44 PM3/29/08
to Sysquake
Dear all,

SysquakeforLaTeX is an outstanding tool !

I met some problem with the use of fopen. I get the error message
"Undefined function or variable 'fopen'" : is it supported ?

Thanks in advance for helping.

mee

Yves Piguet

unread,
Apr 3, 2008, 10:46:40 AM4/3/08
to Sysquake
> 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

Reply all
Reply to author
Forward
0 new messages