Unrecognized strings
Posted: Tue Mar 26, 2013 7:51 am
Hi,
I have built a rather large code which I have run several times already and which used to recognize some strings bu does not anymore. The strangest thing is that it still runs. I elaborate on this with an example:
One of the strings I use for creating (very simple) graphs is
%graph_size = "(t=png)"
I reduced to the minimum what goes between the parenthesis for simplicity. When I tried to use the resulting graphs (up to 15 for 3 models) to use them in LaTeX, I realized the file type is not what I was asking for, but .emf. I started playing with the content of the string but it always showed the same unresponsiveness. I even commented the string, but the code still works! (I did erase the graphs and tables in the corresponding folder before using the code again). I would normally expect that once the string does not even exist the program would not even run (right?), but the program keeps on sending me .emf files.
Another thing is that the program does not recognize either the program mode, which I set as "quiet" but does it in "verbose" mode... there might be other unnoticed issues, but my model keeps on working. However, up to now, the main issue is that LaTeX (at least TexStudio) does not recognize .emf, and I have potentially lots of graphs I would have to convert to make it recognize them.
Any idea why this is so? Or, more importantly, any idea how I could overcome this issue?
Thanks in advance
I have built a rather large code which I have run several times already and which used to recognize some strings bu does not anymore. The strangest thing is that it still runs. I elaborate on this with an example:
One of the strings I use for creating (very simple) graphs is
%graph_size = "(t=png)"
I reduced to the minimum what goes between the parenthesis for simplicity. When I tried to use the resulting graphs (up to 15 for 3 models) to use them in LaTeX, I realized the file type is not what I was asking for, but .emf. I started playing with the content of the string but it always showed the same unresponsiveness. I even commented the string, but the code still works! (I did erase the graphs and tables in the corresponding folder before using the code again). I would normally expect that once the string does not even exist the program would not even run (right?), but the program keeps on sending me .emf files.
Another thing is that the program does not recognize either the program mode, which I set as "quiet" but does it in "verbose" mode... there might be other unnoticed issues, but my model keeps on working. However, up to now, the main issue is that LaTeX (at least TexStudio) does not recognize .emf, and I have potentially lots of graphs I would have to convert to make it recognize them.
Any idea why this is so? Or, more importantly, any idea how I could overcome this issue?
Thanks in advance