Re: [NTG-context] texexec --pdfselection with selection range

2004-01-29 Thread K.H. Wesseling
--selection=1,2,3:50,52:90 does it here. Karel.


> Hello,
> 
> how I can use TeXExec --pdfselection with a selection range?
> If I try --selection=3-50,52-90 I get an error. It works if I write
> --selection=3,4,5,6,7,... but this is quite labourous and one needs to
> make sure that one has not forgot a single number.
> 
> (I try to cut out the colour pages to save some paper (60 sheets)
> while
>  printing to the b/w printer.)
> 
> Tobias
> ___
> 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] JPEG file couldn't be read

2004-01-29 Thread Hartmut Henkel
On Thu, 29 Jan 2004, Johannes Hüsing wrote:

> Certainly: http://www.panix.com/~derwisch/elmar/finger.jpg

gives no problems here, e. g. in plain pdfetex 1.11b this works without
any warning or error:

\pdfximage{finger.jpg}
\setbox0=\hbox{\pdfrefximage\pdflastximage}
\showthe\wd0
\showthe\ht0
\showthe\dp0
\box0
\bye

gives 1284.8pt/963.6pt/0.0pt

And it looked like your error came right out of pdfetex. This Exif-JPEG
format is _tolerated_ by pdf(e)tex since 1.10a, and no change in the
code since then. Do you happen to use an older pdfetex version? But why
is Hans' texexec giving problems?

> I have sidestepped the problem by converting the images with help of
> ImageMagick. The resulting JPEG images are processed without problems.

...which has most likely removed the Exif header.

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


Re: [NTG-context] spaces in bibliographic list

2004-01-29 Thread Maurice Diamantini
Le 29 janv. 04, à 16:08, Taco Hoekwater a écrit :

Thank you very much, it does work!

I don't yet have in head all the genericity of context,
(although that's why I began to use it :-)

(almost) all of ConTeXt's normal list settings (\setuplist) apply to 
the publication list.
So,

	\setuppublicationlist[before=\blank]

should do the trick.

Greetings, Taco

-- Maurice

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


Re: [NTG-context] basic formatting in ConTeXt

2004-01-29 Thread Alan C . Bowen
Hans—

This is very helpful indeed. Thank you very much.

Alan

On Jan 27, 2004, at 3:53 PM, Hans Hagen wrote:

At 12:42 27/01/2004, Alan C.Bowen wrote:
I am new to ConTeXt and have what are doubtless some very basic 
questions. I have checked the manuals and the archives of this list 
and of the TeX on Mac OS X list the, but have not found what I am 
looking for yet. What I need is
(a) to set up the footers and headers in a book so that there is only
a footer on the first page and only a header on subsequent pages,
(b) to define the first page number
(c) to set the color of a page in its entirety.

Any pointers to documents, solutions, or worked examples in ConTeXt 
will be very much appreciated. I have some idea of how to do these 
things in Plain TeX, but should really like to migrate to ConTeXt.
\setupoutput[pdftex]

\setupcolors[state=start,textcolor=red]

\definetext[chapterstart][footer][\pagenumber]

\setupheadertexts[\pagenumber]

\setuphead[chapter][header=high,footer=chapterstart]

\starttext

\chapter{Zapf}

\dorecurse{20}{\input zapf\relax}

\stoptext

Along these lines ...

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] spaces in bibliographic list

2004-01-29 Thread Taco Hoekwater

Hi,

(almost) all of ConTeXt's normal list settings (\setuplist) apply to the publication 
list.
So,

\setuppublicationlist[before=\blank]

should do the trick.

Greetings, Taco

On Wed, 28 Jan 2004 14:02:22 +0100, Maurice wrote:

> 
> Bonjour à tous,
> 
> I have not enought spaces between bibliographic elements
> (but too much spaces between two lines inside every bibliographic
> element)
> 
> Is there any way for ajusting these spaces?
> 
> Thank you very much in avance!
> 
> I have the following configuration for my biblio
> 
>  \usemodule[bib]
>  \setuppublications[
>  refcommand=num,
>  numbering=yes,
>  numbercommand=\myNumberCommand
>  ]
>  \def\myNumberCommand#1{[#1]}
>  ...
> 
> \starttext
> ...
> \section{Bibliographie}
> \placepublications
> 
> ...
> \stoptext
> 
> Maurice Diamantini
> http://www.ensta.fr/~diam
> 
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

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


[NTG-context] Pagebreak in columns

2004-01-29 Thread Michal Kvasnicka
Good evening.

I typeset a document in two columns on a grid. Sometimes a page is one 
row longer than it should be. How can I make it not to do it? (I don't 
care for widows and things like that, I can correct them manually). I 
know this was disscussed before but I can find the text of the thread in 
any archive, just the link. Any hint?

Many thanks for any hint. Your sincerely
Michal Kvasnicka
I set it approximately like this (just major setting mentioned):

\setuplayout
   [topspace=1cm, height=19cm, lines=43,
   backspace=1cm, width=128mm,
   header=0pt, headerdistance=0pt,
   footer=2\baselineskip, footerdistance=0pt,
   grid=yes]
\setupcolumns
   [n=2, tolerance=tolerant, distance=1em]
\widowpenalty=0\relax
\clubpenalty=0\relax
\brokenpenalty=0\relax
\normalbottom
\starttext
\startcolumns
   ...
\stopcolumns
\stoptext
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] texexec --pdfselection with selection range

2004-01-29 Thread Tobias Burnus
Hello,

how I can use TeXExec --pdfselection with a selection range?
If I try --selection=3-50,52-90 I get an error. It works if I write
--selection=3,4,5,6,7,... but this is quite labourous and one needs to
make sure that one has not forgot a single number.

(I try to cut out the colour pages to save some paper (60 sheets) while
 printing to the b/w printer.)

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


Re: [NTG-context] \fillinrules with backgroundcolor

2004-01-29 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hans Hagen <[EMAIL PROTECTED]> writes:

>>This is the effect I like to see:
>>
>>   Name: [   ]
>>   Address: []
>>   [ ]
>>
>>Where [...] is a colored back ground.

> \definetextbackground[berend][state=start,location=text]

OK, just use tabulate instead of fillinrules. Thanks Hans!

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iD8DBQFAGNIvIyuuaiRyjTYRAk5LAJsHA8BAjyribtcAK6FVJeFiPXY14QCfU6o8
8DKXLB3N2LRIHde3juJDGbk=
=tH1C
-END PGP SIGNATURE-

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


Re: [NTG-context] is display=new the way to open links in new windows?

2004-01-29 Thread Hans Hagen
At 18:26 28/01/2004, you wrote:
and looked more, and found a depressing answer in the adobe forum: there 
is no way to open a new window from inside the plugin. :-)
it also differs per os: a real new window or a window inside the main 
window i.e. covering the old one

it's also influenced by settings the preferences (open ... in new window)

Hans  

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


Re: [NTG-context] JPEG file couldn't be read

2004-01-29 Thread Hans Hagen
At 07:05 29/01/2004, you wrote:
Hartmut Henkel <[EMAIL PROTECTED]> [Wed, Jan 28, 2004 at 10:40:59PM CET]:
> On Tue, 27 Jan 2004, Johannes Hüsing wrote:
>
> > Error: pdfetex (file ./rimg0016.jpg): reading JPEG image failed
>
> Seems there are only a few error possibilities in some function
> read_jpg_info(). Could you put the image online for checking?
>
Certainly: http://www.panix.com/~derwisch/elmar/finger.jpg

I have sidestepped the problem by converting the images with help
of ImageMagick. The resulting JPEG images are processed without
problems.
On windows this produced a stand alone pdf graphic:

  \starttext \startTEXpage \externalfigure[finger.jpg] \stopTEXpage \stoptext

For the brave, the next also works:

  \starttext \startTEXpage 
\externalfigure[http://www.panix.com/\string~derwisch/elmar/finger.jpg] 
\stopTEXpage \stoptext

However, texexec --pdf --fig=c finger.jpg faisl because texutil cannot read 
the jpg banner, so there is something with the file.

On the other hand,

  identify.rb finger.jpg

gives me:

  http://www.pragma-pod.com/downloads/whatever/graphics.pdf

anyhow, you can use

  http://www.pragma-pod.com/downloads/whatever/finger.pdf

in your doc (also faster)

Hans  

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