LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:
1.0
Content-Type:
text/plain; charset="us-ascii"
Date:
Fri, 28 Jul 2023 13:47:35 +0200
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
Content-Transfer-Encoding:
7bit
Message-ID:
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
From:
Ulrike Fischer <[log in to unmask]>
Parts/Attachments:
text/plain (36 lines)
Am Fri, 28 Jul 2023 13:28:48 +0200 schrieb LARONDE Thierry:

> Hello,
> 
> Apparently, somewhere between 2022 and 2023, you have changed the way
> the LaTeX \input macro, replacing the primitive, is behaving regarding
> the extension when brackets are used.
> 
> Now, when a tex file specifies:
> 
> \input{filename}
> 
> i.e.: "filename" without a ".tex" extension, the file is searched
> "as is" and if not found, the extension is not added. (This is for
> example the case in the bbold package, inside the .dtx for inclusion of
> docstrip.)
> 

No, that is not true. If I do \input{test-input} in a LaTeX document
it includes test-input.tex.

\documentclass{article}
\begin{document}

\input{test-input}
\end{document}

(./test-input.tex) 

You should be more specific here. 


-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

ATOM RSS1 RSS2