Skip to content
Snippets Groups Projects
Commit 6c615c46 authored by Goik Martin's avatar Goik Martin
Browse files

Modification of fig2dec .create file for correct xfig layer treatment

parent 3c0b9991
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
perl -i -pe's/(fig2dev\ \-L\ pstex\ \-D\ \+[0-9]+),([0-9]+)/$1:$2/' $*
#end
\ No newline at end of file
......@@ -439,7 +439,9 @@ function fnDoTexFig(szFileNameBase, szFigFile, szRangeList, iPdf,
szCommand = sprintf("%s -L pstex_p %s -p %s %s %s", cmdFig2dev, szRangeList, szTexInpPref, szFigFile, szTexInp);
debug("%s\n", szCommand);
system(szCommand);
createModifierCommand=sprintf("/ma/goik/createTexModifier.sh %s", szTexCreator);
debug("%s\n",createModifierCommand);
system(createModifierCommand);
szCommand = sprintf("./%s", szTexCreator);
debug("%s\n", szCommand);
system(szCommand);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment