I'd like to pass shortcuts to \includegraphics.
I have the following project structure
/project/report/main.tex
/project/report/myplotshortcut
/project/code/r/output/myplot.pdf
And file:
% main.tex
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\inlcudegraphics{myplotshortcut}
\end{docuemnt}
where myplotshortcut is a shortcut to myplot.pdf.
Things work fine when I pass myplot.pdf directly. The shortcut seems to break things. There's no mention of a "pass shortcut" option in the graphicx manual. HOWEVER, in my post Project directory organization: where does the output go it was mentioned that I should include dynamic links. My understanding is that (basically) symlinks are to Linux as shortcuts are to Windows.
Q: Does what I've posted above work fine with symlinks (as suggested in that linked post)?
Q: If it does, how can I set up a similar architecture using Windows shortcuts?
UPDATE: I figured out how to make an actual symlink using the mklink function from the command line. Still no dice. Doesn't seem to make a difference.
graphicxpackage to/project/code/r/output/by using the\graphicspath{}command? – Alan Munn Mar 03 '11 at 02:46main.texto only call on files from within its working directory (as suggested in that post I linked). However, what the responder suggested doesn't seem to work. – lowndrul Mar 03 '11 at 03:01*.lnkfiles) are interpreted by the GUI shell and correspond to*.desktopfiles often found on Linux desktop environments (e.g. Gnome or KDE). – Philipp Mar 03 '11 at 13:12