Menu

#1248 tex: input files that have no extension [2.5]

closed
TeX (59)
2012-11-08
2005-05-04
No

Trying to input files that have no extension, e.g.

\input Makefile

MiKTeX tries to find a file named Makefile.tex', with the default extension.tex' appended; it does not try
to input the existing file `Makefile'. This works on
GNU/Linux systems with teTeX, for example. For reasons
of portability, this should be possible with MiKTeX also.

A workaround is possible:
\input Makefile.
(with a `.' at the end).

Discussion

  • Christian Schenk

    Logged In: YES
    user_id=67066

    Thanks for the report. This will be fixed in MiKTX 2.5.

     
  • Christian Schenk

    Logged In: YES
    user_id=67066

    This bug has been fixed in the MiKTeX 2.5 source repository.
    Please monitor the project page (www.miktex.org) in order to
    find out when MiKTeX 2.5 will be generally available.

     
  • Christian Schenk

    Logged In: YES
    user_id=67066

    I have just checked the current texk implementation
    (Web2C 7.5.4):

    Makefile.tex is tried before Makefile (no extension).

    I will (re)implement this behaviour in MiKTeX 2.5.