Re: [NTG-context] Allow hyphenation after "underscore" (_)

2003-07-19 Thread Hans Hagen
At 23:31 17/07/2003 +0200, you wrote:
Hi,

I am processing documents from XML sources that contain
lots of words like BLABLA_VERY_LONG_COMPLICATED_WORD.
How can I (globally) enable hyphenation after underscores without
changing the source?
I know that I could replace underscores with some sort of XML
entity like &underscore; and map this to some TeX code using
\discretionary..., but I want to avoid using that.
test|\_|test

\defineXMLentity[underscore] {\discretionarycommand|\_|}

\startXMLdata
test&underscore;test
\stopXMLdata
-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Combining \inframed with \items

2003-07-19 Thread Hans Hagen
At 02:55 18/07/2003 +0100, you wrote:
Alternatively is it possible to get "horizontal" lists any other way?
\startitemize[text]
\item test \item test
\stopitemize
Hans
-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Broken links in LaTeX2ConTeXt guide fixed

2003-07-19 Thread Morten Høgholm
Berend de Boer wrote:
> 
> Hello All,
> 
> I've (finally) fixed the broken links in my LaTeX to ConTeXt
> guide. There is *no* new material.
> 
>   http://www.pobox.com/~berend/tex/LaTeXt2ConTeXt.pdf
> 
I guess you mean
  http://www.pobox.com/~berend/tex/LaTeX2ConTeXt.pdf
-- 
Morten Høgholm
Beware of my cheesy address!
http://www.student.cbs.dk/moho01ab

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


[NTG-context] Marginal notes in two-column setup

2003-07-19 Thread Gerben Wierda
Sorry for another newbie question (I am trying to learn ConTeXt and 
cannot always find what I want in the manual which I have permanently 
open)

I would like to do the following:

Have a two column text with the marginal notes from the left column 
appear on the left and the ones from the right column on the right. 
When I use 2-columns and I use \inmargin, I get them on the right where 
the marginal notes from the left column are on top of the right column 
(not good)

Is there a way to do this? Probably yes with something \if-like?

G

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


Re: [NTG-context] \setuparranging question

2003-07-19 Thread Gerben Wierda
On Saturday, Jul 19, 2003, at 11:36 Europe/Amsterdam, Henning Hraban 
Ramm wrote:

Am Freitag, 18.07.03, um 10:40 Uhr (Europe/Zurich) schrieb Gerben 
Wierda:

2 A5 pages printed on one landscape A4 page
Order:
	-1 0
	1 2
	3 4
	5 6
	7 8
or in other words, no order which makes it ready for cutting/folding 
but just two A5 pages per A4 landscape in normal order, the way you 
would get it when you copy a book on A4 landscape.

(Even better would be to have alternate A4 printed pages upside down 
so you can print doublesided and then bind it so you can flip the 
document without having to turn the printout.)
I think arranging mode "2UP" will fit your needs, apart from the 
rotation.
No it doesn't. It produces a booklet format also. I get
[3][0]
[1][2]
on a 4-page document. While I want:
[-1][0]
[1][2]
[3]
G

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


Re: [NTG-context] \setuparranging question

2003-07-19 Thread Gerben Wierda
On Friday, Jul 18, 2003, at 20:45 Europe/Amsterdam, Maarten Sneep wrote:

Hi,

Try the psnup program and friends.
Can't I want to use pdftex. I also want to have this produced during my 
texexec run.

G
--
"To be or not to be, that is the question" -- Parmenides
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \setuparranging question

2003-07-19 Thread Willi Egger
Hi Gerben,

From: "Henning Hraban Ramm" <[EMAIL PROTECTED]>

> Am Freitag, 18.07.03, um 10:40 Uhr (Europe/Zurich) schrieb Gerben
> Wierda:
>
> > 2 A5 pages printed on one landscape A4 page
> > Order:
> > -1 0
> > 1 2
> > 3 4
> > 5 6
> > 7 8
> > or in other words, no order which makes it ready for cutting/folding
> > but just two A5 pages per A4 landscape in normal order, the way you
> > would get it when you copy a book on A4 landscape.
> >
> > (Even better would be to have alternate A4 printed pages upside down
> > so you can print doublesided and then bind it so you can flip the
> > document without having to turn the printout.)
>
> I think arranging mode "2UP" will fit your needs, apart from the
> rotation.

"2UP" will produce a  booklet i.e. if your document would coutn 8 pages then
you get page 1 and 8 on the first sheet, 2 and 7 on the backside of the
first sheet

There is also 2*2 arranging, which should give you the requested result.

Willi


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


Re: [NTG-context] \setuparranging question

2003-07-19 Thread Henning Hraban Ramm
Am Freitag, 18.07.03, um 10:40 Uhr (Europe/Zurich) schrieb Gerben 
Wierda:

2 A5 pages printed on one landscape A4 page
Order:
	-1 0
	1 2
	3 4
	5 6
	7 8
or in other words, no order which makes it ready for cutting/folding 
but just two A5 pages per A4 landscape in normal order, the way you 
would get it when you copy a book on A4 landscape.

(Even better would be to have alternate A4 printed pages upside down 
so you can print doublesided and then bind it so you can flip the 
document without having to turn the printout.)
I think arranging mode "2UP" will fit your needs, apart from the 
rotation.

Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Broken links in LaTeX2ConTeXt guide fixed

2003-07-19 Thread Berend de Boer
Gerben Wierda <[EMAIL PROTECTED]> writes:

> That link was dead. But this one worked:
>
> http://www.berenddeboer.net/tex/LaTeX2ConTeXt.pdf

Oops, typo it should have been:

 http://www.pobox.com/~berend/tex/LaTeX2ConTeXt.pdf

(without the t after latex).

And it is indeed the same version: www.pobox.com/~berend is an alias
that should resolve to my current site.

-- 
Live long and prosper,

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


Re: [NTG-context] Broken links in LaTeX2ConTeXt guide fixed

2003-07-19 Thread Gerben Wierda
That link was dead. But this one worked:

http://www.berenddeboer.net/tex/LaTeX2ConTeXt.pdf

is that the same version?

Gerben

On Saturday, Jul 19, 2003, at 01:40 Europe/Amsterdam, Berend de Boer 
wrote:

Hello All,

I've (finally) fixed the broken links in my LaTeX to ConTeXt
guide. There is *no* new material.
  http://www.pobox.com/~berend/tex/LaTeXt2ConTeXt.pdf

I currently also have no plans for new material. But contributions
will always be accepted :-)
--
Live long and prosper,
Berend de Boer
___
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