diff --git a/tikz/bar-chart-simple/Makefile b/tikz/bar-chart-simple/Makefile index 65ea91a..51aafb8 100644 --- a/tikz/bar-chart-simple/Makefile +++ b/tikz/bar-chart-simple/Makefile @@ -1,14 +1,14 @@ SOURCE = bar-chart-simple DELAY = 80 DENSITY = 300 -WIDTH = 500 +WIDTH = 512 make: pdflatex $(SOURCE).tex -output-format=pdf make clean clean: - rm -rf $(TARGET) *.class *.html *.log *.aux + rm -rf $(TARGET) *.class *.html *.log *.aux *.data *.gnuplot gif: pdfcrop $(SOURCE).pdf @@ -25,8 +25,9 @@ transparentGif: make clean svg: - make #inkscape $(SOURCE).pdf --export-plain-svg=$(SOURCE).svg pdf2svg $(SOURCE).pdf $(SOURCE).svg # Necessary, as pdf2svg does not always create valid svgs: - inkscape $(SOURCE).svg --export-plain-svg=$(SOURCE).svg + #inkscape $(SOURCE)1.svg --export-width=$(WIDTH) --export-plain-svg=$(SOURCE)1.svg + #rsvg-convert -a -w 720 -f svg $(SOURCE)1.svg -o $(SOURCE).svg + #rm $(SOURCE)1.svg \ No newline at end of file diff --git a/tikz/bar-chart-simple/README.md b/tikz/bar-chart-simple/README.md new file mode 100644 index 0000000..0ed0d7b --- /dev/null +++ b/tikz/bar-chart-simple/README.md @@ -0,0 +1,3 @@ +Compiled example +---------------- +![Example](bar-chart-simple.png) diff --git a/tikz/bar-chart-simple/bar-chart-simple.png b/tikz/bar-chart-simple/bar-chart-simple.png new file mode 100644 index 0000000..3d766b1 Binary files /dev/null and b/tikz/bar-chart-simple/bar-chart-simple.png differ