I have got a new problem. I did a Beamer theme and I am using a few graphical resources in it (logos or backgrounds). My wish is to place these resources in the miktex distribution folder near the .sty files of beamer:
c:\Program Files\MiKTeX 2.8\tex\latex\beamer\themes\resources
In the themes you may also find these folders:
color
font
inner
outer
themes
My sty files were placed in the corresponding folders (the outer sty file in the outer folder and so on) and I want to use a common folder called 'resources' for sharing all the graphics needed in the theme. I need to figure out how to set the path for the includegraphics command (relative path). If I use:
Code: Select all
\includegraphics[height=1cm]{../resources/logo.pdf}
If you have ever done something similar, please let me know.
Thank you very much!
R.