Re: [NTG-context] Synchronization (.tex - .pdf)

2003-12-23 Thread Adam Lindsay
That would be the .pdfsync file. Clearly the specs have been made
available to some people, but I don't see them publically.

Attached is the one generated from the sync demo. It's not a very
transparent format, though.

Jérôme, where is the pdfsync specification?

adam

Hans Hagen said this at Tue, 23 Dec 2003 10:07:17 +0100:

At 19:49 22/12/2003, you wrote:

On Dec 22, 2003, at 10:32 AM, Hans Hagen wrote:

How is the position file that texshop wants formatted?

don't understand the question.

when you process a file, using the latex style file, how does the extra
fiel with porisions looks like? i suppose that a file is used to
communicate the locations, so there should be a file names jobname.whatever
that has the info

Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay  [EMAIL PROTECTED]
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

FrogKing.pdfsync
Description: Binary data


Re: [NTG-context] Synchronization (.tex - .pdf)

2003-12-23 Thread Hans Hagen
At 11:14 23/12/2003, you wrote:
That would be the .pdfsync file. Clearly the specs have been made
available to some people, but I don't see them publically.
Attached is the one generated from the sync demo. It's not a very
transparent format, though.
Jérôme, where is the pdfsync specification?
something

l ...
p ...
since a more compact format is possible i sent Richard a test file -)

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Nigel King
Hans,
I have read this manual.
Downloaded texsync.rb and put it into my personal bin location.
I have ruby. 
I have made texsync.rb executable chmod +x texsync.rb.
The commands still don't quite work as required - any hints.

Terminal listing

[Nigel-Kings-G4-Lap:~/bin] nigelk% which ruby
/usr/bin/ruby
[Nigel-Kings-G4-Lap:~/bin] nigelk% ruby --version
ruby 1.6.7 (2002-03-01) [powerpc-darwin6.0]
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync --update
texsync: Command not found.
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update
Running /Users/nigelk/.cshrc
: Command not found.
require: Command not found.
: Command not found.
print: Command not found.
: Command not found.
directives: Command not found.
helpinfo: Command not found.
default: Too many arguments.

So what am I doing wrong?

-- 
Nigel

 From: Hans Hagen [EMAIL PROTECTED]
 Subject: [NTG-context] new manual
 
 Hi,
 
  http://www.pragma-ade.com/general/manuals/mtexsync-p.pdf.pdf
  http://www.pragma-ade.com/general/manuals/mtexsync-s.pdf.pdf
 
 Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Hans Hagen
At 13:18 23/12/2003, you wrote:
Hans,
I have read this manual.
Downloaded texsync.rb and put it into my personal bin location.
I have ruby.
I have made texsync.rb executable chmod +x texsync.rb.
The commands still don't quite work as required - any hints.
Terminal listing

[Nigel-Kings-G4-Lap:~/bin] nigelk% which ruby
/usr/bin/ruby
[Nigel-Kings-G4-Lap:~/bin] nigelk% ruby --version
ruby 1.6.7 (2002-03-01) [powerpc-darwin6.0]
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync --update
texsync: Command not found.
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update
Running /Users/nigelk/.cshrc
: Command not found.
require: Command not found.
: Command not found.
print: Command not found.
: Command not found.
directives: Command not found.
helpinfo: Command not found.
default: Too many arguments.

So what am I doing wrong?
can you try

  ruby texsync.rb

Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Nigel King
Hans
ruby texsync.rb --update --tree=doc --force
--destination=/Users/Shared/Context/

Gets me the manuals

I think on UNIX the first line of the script should look like
#!/usr/bin/ruby

However I tried this and then
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb
texsync.rb: Command not found.

I am not sure what is reporting this because texsync.rb is executeable and
is in the path and anyway I am in that directory.

Confused
-- 
Nigel

 From: Hans Hagen [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Tue, 23 Dec 2003 13:39:37 +0100
 To: [EMAIL PROTECTED]
 Subject: Re: [NTG-context] new manual
 
 At 13:18 23/12/2003, you wrote:
 Hans,
 I have read this manual.
 Downloaded texsync.rb and put it into my personal bin location.
 I have ruby.
 I have made texsync.rb executable chmod +x texsync.rb.
 The commands still don't quite work as required - any hints.
 
 Terminal listing
 
 [Nigel-Kings-G4-Lap:~/bin] nigelk% which ruby
 /usr/bin/ruby
 [Nigel-Kings-G4-Lap:~/bin] nigelk% ruby --version
 ruby 1.6.7 (2002-03-01) [powerpc-darwin6.0]
 [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync --update
 texsync: Command not found.
 [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update
 Running /Users/nigelk/.cshrc
 : Command not found.
 require: Command not found.
 : Command not found.
 print: Command not found.
 : Command not found.
 directives: Command not found.
 helpinfo: Command not found.
 default: Too many arguments.
 
 So what am I doing wrong?
 
 can you try
 
  ruby texsync.rb
 
 Hans
 
 ___
 ntg-context mailing list
 [EMAIL PROTECTED]
 http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Hans Hagen
At 14:16 23/12/2003, you wrote:
Hans
ruby texsync.rb --update --tree=doc --force
--destination=/Users/Shared/Context/
Gets me the manuals

I think on UNIX the first line of the script should look like
#!/usr/bin/ruby
However I tried this and then
[Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb
texsync.rb: Command not found.
I am not sure what is reporting this because texsync.rb is executeable and
is in the path and anyway I am in that directory.
Confused
one option is to make a file

texsync

with in it the line

ruby texmxstart.rb texsync.rb

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Tobias Burnus
Hello,

On Tue, Dec 23, 2003 at 12:18:26PM +, Nigel King wrote:
 [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update
 Running /Users/nigelk/.cshrc
 : Command not found.

 So what am I doing wrong?
Nothing, but ... The problem is that the shbang line (#!/usr/bin/ruby)
doesn't work if you have a \r\n instead of \n.

Try `dos2unix texsync.rb` then it should work.


Regards and a merry christmas,

Tobias
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Janko Hauser
On Tue, 23 Dec 2003 13:16:58 +
Nigel King [EMAIL PROTECTED] wrote:

 Hans
 ruby texsync.rb --update --tree=doc --force
 --destination=/Users/Shared/Context/
 
 Gets me the manuals
 
 I think on UNIX the first line of the script should look like
 #!/usr/bin/ruby
 
Ab better way for most normal unices is to use

#!/usr/bin/env ruby

But that does not seem to be your problem

 However I tried this and then
 [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb
 texsync.rb: Command not found.

Here is the question if the local directory is part of your path

To run commands savely from a local directory use

./texsync.rb

HTH,
__Janko

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Nigel King
 one option is to make a file
 
 texsync
 
 with in it the line
 
 ruby texmxstart.rb texsync.rb
 
texmxstart.rb is not found. It presumably reads the original command line?
Google doesn't find it either?

-- 
Nigel


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] texexec --arrange and texexec --noarrange

2003-12-23 Thread Willi Egger
Hi Contexters,

Recently I tried to arrange pages of a document with
   texexec --arrange  jobname
In my environment file I setup the following:

\setuppapersize[A5,portrait][A4,landscape]
\setuppagenumbering[alternative=doublesided,location={footer}]
% Arranging:
\setuparranging[2UP]
Of course I can comment the line of the arranging and just uncomment it 
for a single run hereafter to produce a PDF-file with arranged pages.
When using texexec --arrange this should happen automatically. I 
realize, that the system is halted after

systems: end file jobname at line 47
textblocks: writing textblocks to jobname.tub
It looks like texexec is waiting for an input

An identical situation occurs when issueing  texexec --noarrange jobname

Am I doing something wrong or is there a bug in texexec?

Kind regards Willi
texexec --noarrange
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] new manual

2003-12-23 Thread Hans Hagen
At 16:20 23/12/2003, you wrote:
 one option is to make a file

 texsync

 with in it the line

 ruby texmxstart.rb texsync.rb

texmxstart.rb is not found. It presumably reads the original command line?
Google doesn't find it either?
sorry, texmfstart.rb -)

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context