From cc34de45df950c29f044fcd917c841dd1571f31a Mon Sep 17 00:00:00 2001 From: gutmet Date: Mon, 23 Nov 2020 17:14:08 +0100 Subject: [PATCH] snippet latexpic --- latexpic | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 latexpic diff --git a/latexpic b/latexpic new file mode 100755 index 0000000..970828e --- /dev/null +++ b/latexpic @@ -0,0 +1,30 @@ +#!/bin/bash + +set -e + +color=$1 +input=$2 + +outpdf="/tmp/latexpic.pdf" +outpng="/tmp/latexpic.png" + +cat <