LyXProblem with svg graphics from Matlab

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Problem with svg graphics from Matlab

Post by scottkosty »

Azergoth wrote:
scottkosty wrote:Can you run LyX from the command line with -dbg graphics? That might give you some clues of how the files are being converted in the background.
How do I do this? do you mean the LaTeX log?
I don't know on a Mac. On Ubuntu you just run the command. I think there is a "terminal" application or something on Mac but I remember that for some reason it's complicated. Maybe you have to put the full path to the lyx binary or something like that.

You could alternatively go to View > Messages Pane, then in settings click "selected", then choose "Graphics conversion and loading".

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Azergoth
Posts: 17
Joined: Thu Apr 16, 2015 10:12 am

Problem with svg graphics from Matlab

Post by Azergoth »

scottkosty wrote:
Azergoth wrote:
scottkosty wrote:Can you run LyX from the command line with -dbg graphics? That might give you some clues of how the files are being converted in the background.
How do I do this? do you mean the LaTeX log?
I don't know on a Mac. On Ubuntu you just run the command. I think there is a "terminal" application or something on Mac but I remember that for some reason it's complicated. Maybe you have to put the full path to the lyx binary or something like that.

You could alternatively go to View > Messages Pane, then in settings click "selected", then choose "Graphics conversion and loading".
Got it! (via View > Message pane... I'm not that "terminal-savvy" ;-) )

this is the code I get with the SVG images ;-)
Hope it helps :-)

I could try with other formats (EPS?)

Code: Select all

20:33:04.967: Previewing ...
20:33:04.979: (buffer-view: ⌘R)
20:33:05.015: python -tt "/Applications/LyX.app/Contents/Resources/scripts/convertDefault.py" "svg:/var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/29_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1a_weerstand.svg" "pdf:/var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/29_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1a_weerstand.pdf"insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1a_weerstand.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1a_weerstand.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1a_weerstand.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/29_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1a_weerstand.svg
	 from svg to pdf6
20:33:05.330: python -tt "/Applications/LyX.app/Contents/Resources/scripts/convertDefault.py" "svg:/var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/30_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1b_std.svg" "pdf:/var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/30_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1b_std.pdf"insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{29_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1a_weerstand.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1b_std.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1b_std.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef1b_std.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/30_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1b_std.svg
	 from svg to pdf6
20:33:05.774: pdflatex  "TextSVG.tex"insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{30_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef1b_std.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef2_ruisDistr.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef2_ruisDistr.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef2_ruisDistr.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/31_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef2_ruisDistr.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{31_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef2_ruisDistr.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef3a_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef3a_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef3a_ruisOpSpanningEnStroom.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/32_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_Oef3a_ruisOpSpanningEnStroom.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{32_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_Oef3a_ruisOpSpanningEnStroom.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3b_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3b_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3b_ruisOpSpanningEnStroom.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/33_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_OEf3b_ruisOpSpanningEnStroom.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{33_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_OEf3b_ruisOpSpanningEnStroom.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3c_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3c_ruisOpSpanningEnStroom.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/OEf3c_ruisOpSpanningEnStroom.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/34_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_OEf3c_ruisOpSpanningEnStroom.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{34_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma____Saved_Figures_OEf3c_ruisOpSpanningEnStroom.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef4_keuze_indep_var.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef4_keuze_indep_var.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef4_keuze_indep_var.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/35_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___feningen_Saved_Figures_Oef4_keuze_indep_var.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{35_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___feningen_Saved_Figures_Oef4_keuze_indep_var.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef14_alias.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef14_alias.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef14_alias.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/36_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef14_alias.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{36_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef14_alias.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef15_leakage.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef15_leakage.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef15_leakage.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/37_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef15_leakage.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{37_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef15_leakage.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef16_nonintperiods.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef16_nonintperiods.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef16_nonintperiods.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/38_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___efeningen_Saved_Figures_Oef16_nonintperiods.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{38_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___efeningen_Saved_Figures_Oef16_nonintperiods.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef17_intperiods.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef17_intperiods.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef17_intperiods.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/39_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef17_intperiods.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{39_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef17_intperiods.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef18_doublemeastime.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef18_doublemeastime.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef18_doublemeastime.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/40_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___feningen_Saved_Figures_Oef18_doublemeastime.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{40_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___feningen_Saved_Figures_Oef18_doublemeastime.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19a_IFFT.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19a_IFFT.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19a_IFFT.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/41_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef19a_IFFT.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{41_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef19a_IFFT.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19b_IFFT.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19b_IFFT.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef19b_IFFT.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/42_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef19b_IFFT.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{42_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef19b_IFFT.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_3multisines.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_3multisines.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_3multisines.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/43_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef20_3multisines.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{43_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef20_3multisines.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_crestFactors.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_crestFactors.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef20_crestFactors.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/44_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef20_crestFactors.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{44_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef20_crestFactors.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef21_sweptsine.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef21_sweptsine.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef21_sweptsine.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/45_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef21_sweptsine.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{45_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef21_sweptsine.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef34a_FRF.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef34a_FRF.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef34a_FRF.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/46_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef34a_FRF.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\columnwidth]{46_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef34a_FRF.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef35_FRF_sine_steady.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef35_FRF_sine_steady.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef35_FRF_sine_steady.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/47_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___eningen_Saved_Figures_Oef35_FRF_sine_steady.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{47_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___eningen_Saved_Figures_Oef35_FRF_sine_steady.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36_FRF_met_multisine.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36_FRF_met_multisine.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36_FRF_met_multisine.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/48_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___ingen_Saved_Figures_Oef36_FRF_met_multisine.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{48_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___ingen_Saved_Figures_Oef36_FRF_met_multisine.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36b_FRF_ruis_multisine.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=0.75\textwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=0.75\textwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36b_FRF_ruis_multisine.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef36b_FRF_ruis_multisine.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/49_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___gen_Saved_Figures_Oef36b_FRF_ruis_multisine.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=0.75\textwidth]{49_Users_antoine_Dropbox_EhB_MA1_Masterproef_Ma___gen_Saved_Figures_Oef36b_FRF_ruis_multisine.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_1.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_1.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_1.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/50_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_1.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{50_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_1.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_2.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_2.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_2.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/51_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_2.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{51_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_2.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_3.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_3.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_3.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/52_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_3.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{52_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_3.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_4.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_4.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77a_4.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/53_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_4.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{53_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77a_4.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_1.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_1.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_1.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/54_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_1.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{54_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_1.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_2.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_2.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_2.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/55_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_2.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{55_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_2.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_3.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_3.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_3.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/56_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_3.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{56_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_3.pdf}
insets/InsetGraphics.cpp (754): insetgraphics::latex: Filename = /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_4.svg
insets/InsetGraphics.cpp (774): 	Message = ""
insets/InsetGraphics.cpp (789): 	Opts = width=1\columnwidth
insets/InsetGraphics.cpp (796): 	Before = \includegraphics[width=1\columnwidth]
	after = 
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
Format.cpp (399): filetools(getFormatFromContents)
	Couldn't find a known format!
Format.cpp (493): 	will guess format from file extension: svg -> svg
insets/InsetGraphics.cpp (109): findTargetFormat: PDF mode
insets/InsetGraphics.cpp (676): 	 we have: from svg to pdf6
insets/InsetGraphics.cpp (682): 	the orig file is: /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_4.svg
insets/InsetGraphics.cpp (731): 	The original file is /Users/antoine/Dropbox/EhB/MA1/Masterproef/Matlab Oefeningen/Saved Figures/Oef77b_4.svg
	A copy has been made and convert is to be called with:
	file to convert = /var/folders/bk/yl_h5t8d69b59bmw0_0n4d1r0000gn/T/lyx_tmpdir.wPlPdCBCm711/lyx_tmpbuf2/57_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_4.svg
	 from svg to pdf6
insets/InsetGraphics.cpp (808): InsetGraphics::latex outputting:
\includegraphics[width=1\columnwidth]{57_Users_antoine_Dropbox_EhB_MA1_Masterproef_Matlab_Oefeningen_Saved_Figures_Oef77b_4.pdf}
20:33:06.132: This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
20:33:06.133:  restricted \write18 enabled.
20:33:06.141: entering extended mode
20:33:06.162: (./TextSVG.tex
20:33:06.178: LaTeX2e <2011/06/27>
20:33:06.179: Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
20:33:06.180: rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
20:33:06.180: c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
20:33:06.181: h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
20:33:06.181: h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
20:33:06.182: ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
20:33:06.182: rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
20:33:06.183: kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
20:33:06.184:  polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
20:33:06.184: lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, 
20:33:06.185: welsh, loaded.
20:33:06.185: 
20:33:06.953: makeindex -s nomencl.ist "TextSVG.nlo" -o TextSVG.nls
20:33:07.297: This is makeindex, version 2.15 [TeX Live 2012] (kpathsea + Thai support).
20:33:07.305: Scanning style file /usr/local/texlive/2012/texmf-dist/makeindex/nomencl/nomencl.ist..........done (10 attributes redefined, 3 ignored).
20:33:07.332: Scanning input file TextSVG.nlo...done (0 entries accepted, 0 rejected).
20:33:07.332: Nothing written in TextSVG.nls.
20:33:07.333: Transcript written in TextSVG.ilg.
20:33:07.333: pdflatex  "TextSVG.tex"
20:33:07.656: This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
20:33:07.659:  restricted \write18 enabled.
20:33:07.684: entering extended mode
20:33:07.699: (./TextSVG.tex
20:33:07.700: LaTeX2e <2011/06/27>
20:33:07.700: Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
20:33:07.700: rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
20:33:07.701: c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
20:33:07.702: h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
20:33:07.702: h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
20:33:07.702: ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
20:33:07.703: rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
20:33:07.703: kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
20:33:07.704:  polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
20:33:07.704: lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, 
20:33:07.705: welsh, loaded.
20:33:07.705: 
20:33:08.396: pdflatex  "TextSVG.tex"
20:33:08.740: This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
20:33:08.741:  restricted \write18 enabled.
20:33:08.749: entering extended mode
20:33:08.769: (./TextSVG.tex
20:33:08.770: LaTeX2e <2011/06/27>
20:33:08.771: Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
20:33:08.771: rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
20:33:08.772: c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
20:33:08.772: h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
20:33:08.773: h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
20:33:08.773: ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
20:33:08.774: rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
20:33:08.774: kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
20:33:08.775:  polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
20:33:08.775: lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, 
20:33:08.776: welsh, loaded.
20:33:08.776: 
20:33:09.539: Successful preview of format: PDF (pdflatex)
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Re: Problem with svg graphics from Matlab

Post by scottkosty »

Can you try installing the program rsvg-convert and using that as a converter? After you install it, go to Reconfigure in the LyX menus, then restart LyX and try to compile.

If that doesn't work, can you make sure that the converter command you are using is indeed the one that LyX is using (look through the log that you posted, or change the command to something you know should fail and see if it fails).
Azergoth
Posts: 17
Joined: Thu Apr 16, 2015 10:12 am

Problem with svg graphics from Matlab

Post by Azergoth »

scottkosty wrote:Can you try installing the program rsvg-convert and using that as a converter? After you install it, go to Reconfigure in the LyX menus, then restart LyX and try to compile.

If that doesn't work, can you make sure that the converter command you are using is indeed the one that LyX is using (look through the log that you posted, or change the command to something you know should fail and see if it fails).
I tried to find and install, but did not find it... I'm a little afraid to screw everything up.

The strange thing is that some svg files are displayed correctly... could it be a font related error? or from Matlab?

Anyways, I found a (temporary?) solution: converting the svg to pdf using illustrator. :lol: maybe not the most efficient way :| but does the job...
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Problem with svg graphics from Matlab

Post by scottkosty »

Azergoth wrote:
scottkosty wrote:Can you try installing the program rsvg-convert and using that as a converter? After you install it, go to Reconfigure in the LyX menus, then restart LyX and try to compile.

If that doesn't work, can you make sure that the converter command you are using is indeed the one that LyX is using (look through the log that you posted, or change the command to something you know should fail and see if it fails).
I tried to find and install, but did not find it... I'm a little afraid to screw everything up.

The strange thing is that some svg files are displayed correctly... could it be a font related error? or from Matlab?

Anyways, I found a (temporary?) solution: converting the svg to pdf using illustrator. :lol: maybe not the most efficient way :| but does the job...
OK. If you had inkscape installed (an alternative to illustrator), LyX would use that as the converter.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Problem with svg graphics from Matlab

Post by Stefan Kottwitz »

In the screenshot on the previous page, there was epstopdf listed as converter, not Inkscape's convert program.

Ok, I mark the thread as solved then. I chose the final post by scottkosty with the pointer to Inkscape, thanks, as this is probably the best one.

Stefan
LaTeX.org admin
Post Reply