This commit is contained in:
Simon Christ 2019-11-26 13:30:04 +01:00
parent 9cdc72662f
commit 0b71f55b29

View File

@ -36,7 +36,7 @@ function pgfx_axes(pgfx_plot::PGFPlotsXPlot)
return gp isa PGFPlotsX.GroupPlot ? gp.contents : gp
end
function pgfx_preample(pgfx_plot::Plots.Plot{Plots.PGFPlotsXBackend})
function pgfx_preamble(pgfx_plot::Plot{PGFPlotsXBackend})
old_flag = pgfx_plot.attr[:tex_output_standalone]
pgfx_plot.attr[:tex_output_standalone] = true
fulltext = String(repr("application/x-tex", pgfx_plot))