Search found 3 matches

by Yashar
Mon Nov 19, 2012 4:04 am
Forum: Graphics, Figures & Tables
Topic: Graphics File in custom Folder not found
Replies: 4
Views: 3246

Graphics File in custom Folder not found

Thank you so much, I just changed \includegraphics{abc.pdf} to \includegraphics{myfiles/abc.pdf} and it worked! So simple! Thanks again, you are awesome!
by Yashar
Mon Nov 19, 2012 1:44 am
Forum: Graphics, Figures & Tables
Topic: Graphics File in custom Folder not found
Replies: 4
Views: 3246

Graphics File in custom Folder not found

Ok, the document is my thesis. All chapters (tex files) of the thesis with the abc.pdf file are in one folder called "myfiles" and this folder is in My Documents. The main tex file is outside of this folder but still in My Documents.
The main tex file looks something like this:

\documentclass[11pt ...
by Yashar
Sun Nov 18, 2012 7:02 pm
Forum: Graphics, Figures & Tables
Topic: Graphics File in custom Folder not found
Replies: 4
Views: 3246

Graphics File in custom Folder not found

Hi,

I'm using TeXnicCenter editor with MikTeX 2.9. I want to insert a PDF page, that I called "abc.pdf", in my PDF document. I opened a folder and called it "myfiles", this is where all my source files and "abc.pdf" are. The code related to "abc.pdf" is the following:
\makeatletter ...