- when I see things like
+infile_base = '/home/username/Figure3a'
it make me remember that we have a problem with file names containing
single quotes. There are people who think that naming IJCAI'07.tex a
file for a conference is a good idea... Of course, LyX is not able to
import such a file, and I suspect our script has the same problem.

Python can handle this without a problem. As a matter of fact, I used

infile_base = '''/home/username/Figure3a'''

but later on considered it superfluous.

I will use triple quotes for now.

Bo

Reply via email to