Hi,
I produce the graphics using "Export" command as pdf format and I use "\includegraphics" to put the file in my LATEX's document.
funs = {Sin[x], Normal[Sin[x] + O[x]^8]};
g = Plot[Evaluate[funs], {x, 0, 2 Pi}, AxesLabel -> {"x", "Sin"}, PlotLegends -> funs, BaseStyle -> {FontSize -> 10}, Frame -> True]
Export[NotebookDirectory[] <> "figure.pdf", Show[g]]
But I don't like the quality of the labels, legends, axes, ... and I have many problems (in the example the axeslabel is no correct,...).
Attachments: