~pablo-pie/tikztosvg

4fad2705760a6f9fa777cc026c184397ba9e348d — Pablo 3 years ago 79f7e05 master
Added pgfplot compatibility configuration to the preamble of the files
1 files changed, 1 insertions(+), 1 deletions(-)

M tikztosvg
M tikztosvg => tikztosvg +1 -1
@@ 186,7 186,7 @@ do
  printf '\\usetikzlibrary{%s}\n' "$library" >> "$tex_file"
done

printf '\\begin{document}\n' >> "$tex_file"
printf '\\pgfplotsset{compat=1.16}\n\\begin{document}\n' >> "$tex_file"


if ! cat "$input" >> "$tex_file"