From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: notest@hotmail.com (no) Newsgroups: gmane.emacs.help Subject: Latex source specials with files in sub directories Date: 7 Nov 2002 09:54:49 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <277e712a.0211070954.62717c9e@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1036692289 10744 80.91.224.249 (7 Nov 2002 18:04:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 18:04:49 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189r1J-0002mT-00 for ; Thu, 07 Nov 2002 19:04:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189r2X-0005D8-00; Thu, 07 Nov 2002 13:06:01 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: comp.text.tex,gnu.emacs.help,comp.emacs Original-Lines: 21 Original-NNTP-Posting-Host: 128.195.175.201 Original-X-Trace: posting.google.com 1036691689 23614 127.0.0.1 (7 Nov 2002 17:54:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 7 Nov 2002 17:54:49 GMT Original-Xref: shelby.stanford.edu comp.text.tex:235305 gnu.emacs.help:106819 comp.emacs:75674 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3373 Hi I have a directory/file structure like this main.tex contains a call include{subDir/file2.tex} now I view and compile main.tex with source specials enabled in Emacs. However, when I try to view the dvi, the command line generated by emacs is xdvi main.tex --sourceposition 100:file.tex instead of xdvi main.tex --sourceposition 100:subDir/file.tex the 1st command line does not work, however, the second one works (I verified that in a shell). I am using the latest beta latex and emacs 21.2.1 Got any idea how I can fix this ?