Search found 6 matches
- Sat Dec 11, 2010 7:15 pm
- Forum: MiKTeX and proTeXt
- Topic: MikTeX on Linux
- Replies: 16
- Views: 26262
Re: MikTeX on Linux
There are several directories. I just found out that "~/Figures/" works recursively without the double forward slash under texlive/linux but when compiling through kile I have to use an absolute path rather than a path relative to my main tex file. Seems kind of strange that relative paths do not ...
- Sat Dec 11, 2010 6:17 pm
- Forum: MiKTeX and proTeXt
- Topic: MikTeX on Linux
- Replies: 16
- Views: 26262
Re: MikTeX on Linux
Thank you frabjous, installing the texlive-full package solved most of the errors but there still seems to be a portability problem when using graphicspath.
With miktex/windows using graphicspath, with the double forwardslash.
\graphicspath{{Figures//}}
would search recursively the ...
With miktex/windows using graphicspath, with the double forwardslash.
\graphicspath{{Figures//}}
would search recursively the ...
- Fri Dec 10, 2010 1:07 pm
- Forum: MiKTeX and proTeXt
- Topic: MikTeX on Linux
- Replies: 16
- Views: 26262
Re: MikTeX on Linux
I just tried to compile from the commandline it seems to complain about \SI which is from the siunitx package. Does kile/tex-live auto install packages? It also couldn't find any of my figures, maybe because I use graphicspath
\graphicspath{{Figures//}}
\graphicspath{{Figures//}}
- Thu Dec 09, 2010 8:54 pm
- Forum: MiKTeX and proTeXt
- Topic: MikTeX on Linux
- Replies: 16
- Views: 26262
Re: MikTeX on Linux
Sorry for raising an old thread but I too would like to install Miktex 2.9 through wine on Ubuntu 10.04 but it also fails at initexmf.
I understand that migrating to tex-live and kile is the logical thing to do but I cannot compile my pdf with kile either for some reason, even though it works with ...
I understand that migrating to tex-live and kile is the logical thing to do but I cannot compile my pdf with kile either for some reason, even though it works with ...
- Fri Sep 24, 2010 10:22 am
- Forum: Graphics, Figures & Tables
- Topic: \graphicspath
- Replies: 2
- Views: 2988
Re: \graphicspath
hmmm...still haven't found a solution to this, nobody knows why it doesn't work under linux?
- Sat Sep 18, 2010 5:23 am
- Forum: Graphics, Figures & Tables
- Topic: \graphicspath
- Replies: 2
- Views: 2988
\graphicspath
I´m fairly new to latex and I´m having trouble trying to understand how \graphicspath works. I work on multiple systems (Windows,Linux) and have my tex files on a network attached storage. From what I understand latex deals with relative paths. so say my main tex file is Main.tex with the path ...