Generalis there any limitation on nuber inclusion of eps figures

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
irfan
Posts: 2
Joined: Mon Aug 11, 2008 8:31 am

is there any limitation on nuber inclusion of eps figures

Post by irfan »

[/list]

Dear i want to know that is there any limit on how many number of eps figures that we can include in our latex file.

Or there is no limit.

waiting for answer.

regards
irfan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: is there any limitation on nuber inclusion of eps figures

Post by localghost »

Limitations are usually given by the memory size of the used machine. In documents with many included EPS files I never experienced any difficulties. I started on a machine with 512MB and currently have 2GB of RAM.


Best regards and welcome to the board
Thorsten¹
irfan
Posts: 2
Joined: Mon Aug 11, 2008 8:31 am

Re: is there any limitation on nuber inclusion of eps figures

Post by irfan »

Dear

I am facing a problem during compilation. The error message is


(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifx on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 655 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)
(\end occurred when \ifx on line 637 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)
(\end occurred when \ifnum on line 637 was incomplete)

I am not able to understand this problem. This is problem when i am includin the eps figures. Any suggestion

regards
Irfan
User avatar
T3.
Posts: 208
Joined: Fri Mar 14, 2008 12:58 pm

Re: is there any limitation on nuber inclusion of eps figures

Post by T3. »

Try to prepare a minimal example showing this error and if you don't find the source of error by then, post this example here and I'm sure someone will be able to assist you.

From the error messages it looks like you have some unclosed 'if' statements. Each of the 'if' statements (\if, \ifnum, \ifx) should be closed with \fi.

Cheers,

Tomek
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

is there any limitation on nuber inclusion of eps figures

Post by localghost »

As T3. already requested, you have to provide a minimal working example (MWE). Please, follow exactly the instructions on the site behind the link. The error doesn't seem to be caused by the EPS files themselves, but attach one file to your next post if necessary.
Post Reply