<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Installing the current KileOnWindows version (based on the Git repository of Kile), I found that it works already quite well. Except LivePreview. Searching with Google I found a lot of  reports concerning this bug.</div><div><br></div><div>When I studied this problem, I found that the TEXINPUTS variable was set absolutely wrong, when starting the LivePreview. This variable should contain at least the temporary LivePreview directory and the directory, which contains the TEX file. So using Windows it should look like</div><div><br></div><div><span style="font-family: 'Courier New', courier, monaco, monospace, sans-serif;">TEXINPUTS=directory1;directory2</span></div><div><br></div><div>But it looks like</div><div><br></div><div><span style="font-family: 'Courier New', courier, monaco,
 monospace, sans-serif;">TEXINPUTS=directory1:directory2</span></div><div><br></div><div>In a real example, this environment variable was set to</div><div><br></div><div><span style="font-family: 'Courier New', courier, monaco, monospace, sans-serif;">TEXINPUTS=C:/Users/fritz/AppData/Roaming/.kde/share/apps/kile/livepreview/preview-iIhaaa/:C:/Users/fritz/Documents:</span></div><div><br></div><div>You see, that not ';' is taken as separator using Windows, but ':'. So the TEX file couldn't be found by Kile's LivePreview.</div><div><br></div><div>I attached a fix, which solves this problem. I also sent this patch to the maintainer of Kile, but didn't get an answer so far.</div><div><br></div><div><br></div></div></body></html>