I´m not sure what you mean but if you think this would work:
\newcommand{\QJinclude}[3][]{%
\newwrite\myfile%
\immediate\openout\myfile=pythonjob.out%
\write\myfile{#3}% Data for the script to edit the pic
\closeout\myfile%
\newwrite\myfile%
\immediate\openout\myfile=QJfile.out%
\write ...
Search found 2 matches
- Tue Dec 28, 2010 9:30 pm
- Forum: General
- Topic: latex and pythonscript
- Replies: 2
- Views: 1934
- Mon Dec 27, 2010 3:07 pm
- Forum: General
- Topic: latex and pythonscript
- Replies: 2
- Views: 1934
latex and pythonscript
hello latex community
i wrote a package which provides a new command called \QJinclude. This command is to be used instead of \includegraphics when i actually do not want to include the original eps-graphic but the new eps graphic which is created by the script. This python script takes the ...
i wrote a package which provides a new command called \QJinclude. This command is to be used instead of \includegraphics when i actually do not want to include the original eps-graphic but the new eps graphic which is created by the script. This python script takes the ...