LyX ⇒ Windows/Kubuntu dual use
Windows/Kubuntu dual use
I'm currently writing my masters thesis in Lyx. The problem is that I have Windows XP installed on my pc at home but Kubuntu on my office pc. I write both at home and at the office. I want to know if there's a way to use "relative folder paths" when inserting images. (when i try and create a pdf on my Kubuntu machine it tries to find the images in C:/MScThesis/Images)
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Windows/Kubuntu dual use
welcome to the board!
You could for instance just use
Code: Select all
\includegraphics{subfolder/image}
Stefan