fix typo
This commit is contained in:
parent
9cdc72662f
commit
0b71f55b29
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user