Commit 9bc9f91b authored by Peter Jansweijer's avatar Peter Jansweijer

Added ohwr and article figures

parent 7d9fd5e7
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
@prompt $$$s
rem convert all commandline arguments that end in .svg to .pdf files using inkscape
for %%a in (*.svg) do call :do_convert %%a
goto donext
:do_convert
set PREFIX=%~n1
echo "Converting %1 to pdf"
start /wait inkscape -z -D --file=%1 --export-pdf=%PREFIX%.pdf
rem start /wait inkscape -z -D --file=%1 --export-eps=%PREFIX%.eps
goto :eof
:donext
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment