delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Mon, 5 Jan 2004 16:26:47 -0500 |
From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: UNC paths in TeX |
Message-ID: | <20040105212647.GA18204@redhat.com> |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <uptdycdat DOT fsf AT gnu DOT org> |
Mime-Version: | 1.0 |
In-Reply-To: | <uptdycdat.fsf@gnu.org> |
User-Agent: | Mutt/1.4.1i |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
On Mon, Jan 05, 2004 at 04:10:02PM -0500, Sam Steingold wrote: >It appears that TeX does not support UNC paths while ls does. >This is strange (I expected that to be handled transparently by the dll) > >$ TEXINPUTS=//host/path:.: pdflatex gdm.tex >.... >! LaTeX Error: File `oubraces.sty' not found. >... >$ TEXINPUTS=/cygdrive/x/path:.: pdflatex gdm.tex >fine >$ ls //host/path >total 4 > 4 oubraces.sty >$ > >is this a known bug? >can I hope for a fix? Many UNIX utilities assume that repeated slashes can be compressed into one slash. There is nothing that cygwin can do about that. You could always use a UNIX-like solution and mount the UNC path: mount //foo/bar /bar and refer to /bar from then on. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |