X-Git-Url: https://code.communitydata.science/ml_measurement_error_public.git/blobdiff_plain/b52b4f7daaba8a877b041ddb24c8f36b466ddc5b:/charts/example_3_dag/Makefile..d0c5766bdf867a81a2477d2cac1d40812110af90:/charts/Makefile diff --git a/charts/example_3_dag/Makefile b/charts/Makefile similarity index 81% rename from charts/example_3_dag/Makefile rename to charts/Makefile index 4bcb5ad..4288d05 100644 --- a/charts/example_3_dag/Makefile +++ b/charts/Makefile @@ -6,8 +6,7 @@ all: $(patsubst %.tex,%.svg,$(wildcard *.tex)) $(patsubst %.tex,%.png,$(wildcard convert -density 300 -transparent white $< $@ %.svg: %.pdf - /usr/bin/inkscape $< --export-plain-svg=$@ - + /usr/bin/inkscape $< --export-plain-svg --export-type=svg --export-filename=$@ %.pdf: %.tex latexmk -f -pdf $< @@ -18,6 +17,7 @@ clean: rm -f vc rm *.svg + viewpdf: all evince *.pdf