shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

Long filename support #127

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 114

I have a: "no rule to make target" when I use this path including in a figure:
'im/validation/transformations/abstraction/businessApplicationAbstraction'
But, if I change the name: 'businessApplicationAbstraction', by: 'test', it works.

It could be nice to manage long filename in the latex-makefile.

Reported by cedric.joffroy on 2011-02-18 16:14:26

shiblon commented 8 years ago
What version are you running?  There were bugs with long filenames in the past, but
all the ones that I knew about have been fixed.

Reported by shiblon@google.com on 2011-02-18 19:36:28

shiblon commented 8 years ago
I just take this file: latex-makefile-2.1.43.tar.gz and not the final release candidate...

It's for that. Now it's good. After I resolved some encoding problems.

But, another point is the fact that generated minitoc file (file.mtc1...) sometimes
are remove (with the make clean) sometimes are not. Is it normal?

Reported by cedric.joffroy on 2011-02-19 15:09:02

shiblon commented 8 years ago
So, what you're saying is that the final release candidate works with the long lines?
 If so, great!  If not, I'll fix it.

Regarding minitoc files - I haven't really dealt with those.  Do you have a minimal
.tex file that demonstrates the bug (and this should really be a separate issue in
the tracker, so that we don't get confused here).

Reported by shiblon on 2011-02-28 17:52:43

shiblon commented 8 years ago
Closing this out, because I think I understood you to mean that the latest version fixes
the long filename problem.  Let's create another issue for the minitoc cleanup problem.

Reported by shiblon on 2011-03-15 18:07:40