JuliaTeX / TreeView.jl

Draw Julia syntax trees as a graph
Other
82 stars 15 forks source link

pdf2svg failure #12

Closed dpsanders closed 6 years ago

dpsanders commented 6 years ago

I'm seeing

pdf2svg failure

upon doing @tree x^2 + y^2 in a Jupyter notebook.

Any suggestions @tawheeler ?

dpsanders commented 6 years ago
julia> versioninfo()
Julia Version 0.7.0
Commit a4cb80f3ed (2018-08-08 06:46 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin14.5.0)
  CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)
Environment:
  JULIA_EDITOR = atom
dpsanders commented 6 years ago
┌ Warning: `replace(s::AbstractString, pat, f)` is deprecated, use `replace(s, pat => f)` instead.
│   caller = latex_escape at display.jl:5 [inlined]
└ @ Core /Users/dpsanders/.julia/packages/TreeView/bM3Iz/src/display.jl:5
┌ Warning: `replace(s::AbstractString, pat, f)` is deprecated, use `replace(s, pat => f)` instead.
│   caller = latex_escape at display.jl:5 [inlined]
└ @ Core /Users/dpsanders/.julia/packages/TreeView/bM3Iz/src/display.jl:5
┌ Warning: Error saving as SVG
└ @ TikzPictures /Users/dpsanders/.julia/packages/TikzPictures/9Y3H0/src/TikzPictures.jl:314
dpsanders commented 6 years ago

Solved by brew upgrade pdf2svg