I have .plt plot from LTspice programme and would like to insert it into Tex, but have no idea how change .plt syntax into .tex syntax. I've checked this, but it seems that it doesn't work anymore.
[Transient Analysis]
{
Npanes: 2
{
traces: 2 {524290,0,"V(n001)"} {268959747,0,"V(n002)"}
X: (' ',1,0,0.5,5)
Y[0]: (' ',1,2.6,0.2,5)
Y[1]: ('_',0,1e+308,0,-1e+308)
Volts: (' ',0,0,3,2.6,0.2,5)
Log: 0 0 0
GridStyle: 1
},
{
traces: 1 {524291,0,"V(n002)"}
X: (' ',1,0,0.5,5)
Y[0]: (' ',4,2.7245,0.0005,2.7305)
Y[1]: ('_',0,1e+308,0,-1e+308)
Volts: (' ',0,0,4,2.7245,0.0005,2.7305)
Log: 0 0 0
}
}
EDIT:
Talking about link above Tex is giving

I've tried \begin{frame} and \begin{frame}[fragile] solution from here but it didn't work.
Also terminating lines with \\ doesn't seem to fix issue.
But still my main question is how am I supposed to convert .plt syntax into .tex syntax?
.emf, this is a vector format. Actually it is a mixed vector/bitmap format (similar to PDF that can also contain vector drawings and embedded bitmaps), but if LTspice is halfway decent it should use the vector part for such plots. EMF files can be converted to pdf or eps, retaining the vector representation. – Marijn Apr 04 '22 at 10:57.pltfile that you have but extract the actual datapoints from LTspice first in a.txtfile and plot those? Did you use the exact example document from the answer or did you try to incorporate it into your own document directly? – Marijn Apr 04 '22 at 11:08jfet_mixer2.txtcannot be found. Did you create that file in LTspice and then uploaded it into Overleaf? – Marijn Apr 04 '22 at 12:55.pltto a graphic --- simply the data is not there. You have to save the time to voltage/current data (you can see I am doing it in the screenshot) and then use it. The error you have in the compilation is because you did not export the real simulation data. – Rmano Apr 04 '22 at 13:05pdfcropto have a vector PDF file. – Rmano Apr 04 '22 at 13:11