ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* The Context styles library.
@ 2003-04-14 19:08 John Culleton
  2003-04-14 19:28 ` Hans Hagen
  2003-04-14 20:15 ` Patrick Gundlach
  0 siblings, 2 replies; 12+ messages in thread
From: John Culleton @ 2003-04-14 19:08 UTC (permalink / raw)


I am going through the Context styles library (colo-ini.tex and friends)
to figure out what the various files do. A portion of them come with
sample demo code and a smaller portion of the demos work on my system.

Am I reinventing the wheel? Is there a document somewhere that says:
``This is what these examples are all about''? I know that there are
comments at the head of each file but these can be a bit terse.

Not a priority question :-)

John Culleton

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: The Context styles library.
  2003-04-14 19:08 The Context styles library John Culleton
@ 2003-04-14 19:28 ` Hans Hagen
  2003-04-14 20:15 ` Patrick Gundlach
  1 sibling, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2003-04-14 19:28 UTC (permalink / raw)


At 15:08 14/04/2003 -0400, you wrote:
>I am going through the Context styles library (colo-ini.tex and friends)
>to figure out what the various files do. A portion of them come with
>sample demo code and a smaller portion of the demos work on my system.
>
>Am I reinventing the wheel? Is there a document somewhere that says:
>``This is what these examples are all about''? I know that there are
>comments at the head of each file but these can be a bit terse.
>
>Not a priority question :-)


show-pre.pdf does tell you a bit

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: The Context styles library.
  2003-04-14 19:08 The Context styles library John Culleton
  2003-04-14 19:28 ` Hans Hagen
@ 2003-04-14 20:15 ` Patrick Gundlach
  2003-04-14 23:09   ` John Culleton
  2003-04-17 12:06   ` Columns Sytse Knypstra
  1 sibling, 2 replies; 12+ messages in thread
From: Patrick Gundlach @ 2003-04-14 20:15 UTC (permalink / raw)


John Culleton <john@wexfordpress.com> writes:

Hello John,

> I am going through the Context styles library (colo-ini.tex and friends)
> to figure out what the various files do. A portion of them come with
> sample demo code and a smaller portion of the demos work on my system.

If you just want to see the demos in these files, copy a specific
file to a new directory and run `texexec --module --pdf colo-ini.tex'
(and others). You need the nl interface for those documented modules.


Patrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: The Context styles library.
  2003-04-14 20:15 ` Patrick Gundlach
@ 2003-04-14 23:09   ` John Culleton
  2003-04-15  7:04     ` Patrick Gundlach
  2003-04-17 12:06   ` Columns Sytse Knypstra
  1 sibling, 1 reply; 12+ messages in thread
From: John Culleton @ 2003-04-14 23:09 UTC (permalink / raw)


On Monday 14 April 2003 04:15 pm, Patrick Gundlach wrote:
> John Culleton <john@wexfordpress.com> writes:
>
> Hello John,
>
> > I am going through the Context styles library (colo-ini.tex and friends)
> > to figure out what the various files do. A portion of them come with
> > sample demo code and a smaller portion of the demos work on my system.
>
> If you just want to see the demos in these files, copy a specific
> file to a new directory and run `texexec --module --pdf colo-ini.tex'
> (and others). You need the nl interface for those documented modules.
>
>
> Patrick

Now I am confused again. What is an "nl interface"? does that mean that
I must recreate Context to accept Dutch language? I think I did it that
way last time but I don't remember.

John C. 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: The Context styles library.
  2003-04-14 23:09   ` John Culleton
@ 2003-04-15  7:04     ` Patrick Gundlach
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick Gundlach @ 2003-04-15  7:04 UTC (permalink / raw)


John Culleton <john@wexfordpress.com> writes:

>> Hello John,

[...]

> Now I am confused again. What is an "nl interface"? does that mean that
> I must recreate Context to accept Dutch language? 

right. You probably know it, but just for the sake of completeness:
`texexec --make (--alone) nl' does the trick.  

Patrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Columns
  2003-04-14 20:15 ` Patrick Gundlach
  2003-04-14 23:09   ` John Culleton
@ 2003-04-17 12:06   ` Sytse Knypstra
  2003-04-17 12:28     ` Columns Patrick Gundlach
  1 sibling, 1 reply; 12+ messages in thread
From: Sytse Knypstra @ 2003-04-17 12:06 UTC (permalink / raw)


Hi,

I am using two columns, but the command \column which should force a 
transition to the next column does not work.
Here is a small example (in dutch):

\steluitvoerin[pdftex]
\stelkolommenin[n=2]
\starttekst
\startkolommen
Tekst 1.
\kolom
Tekst 2.

Tekst 3.
\stopkolommen
\stoptekst

Regards,

Sytse Knypstra

S.Knypstra@eco.rug.nl

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Columns
  2003-04-17 12:06   ` Columns Sytse Knypstra
@ 2003-04-17 12:28     ` Patrick Gundlach
  2003-04-17 13:43       ` Columns Sytse Knypstra
  0 siblings, 1 reply; 12+ messages in thread
From: Patrick Gundlach @ 2003-04-17 12:28 UTC (permalink / raw)


Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:

Hello,

> I am using two columns, but the command \column which should force a
> transition to the next column does not work.
> Here is a small example (in dutch):

[...example...]



that looks OK here:


Tekst 1.                   Tekst 2.
                           Tekst 3.



Isn't this what you want to get?

(ConTeXt  ver: 2003.3.17  fmt: 2003.3.18  int: dutch  mes: dutch)



Patrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Columns
  2003-04-17 12:28     ` Columns Patrick Gundlach
@ 2003-04-17 13:43       ` Sytse Knypstra
  2003-04-17 13:54         ` Columns Patrick Gundlach
  2003-04-17 15:07         ` Columns Hans Hagen
  0 siblings, 2 replies; 12+ messages in thread
From: Sytse Knypstra @ 2003-04-17 13:43 UTC (permalink / raw)



At 4/17/2003 02:28, you wrote:
>Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:
>
>Hello,
>
> > I am using two columns, but the command \column which should force a
> > transition to the next column does not work.
> > Here is a small example (in dutch):
>
>[...example...]
>
>
>
>that looks OK here:
>
>
>Tekst 1.                   Tekst 2.
>                            Tekst 3.
>
>
>
>Isn't this what you want to get?
>
>(ConTeXt  ver: 2003.3.17  fmt: 2003.3.18  int: dutch  mes: dutch)


Yes, that's what I would like to get, but in fact I get:

Tekst 1.                       Tekst 3.
Tekst 2.

And if I use: balance=no, I get:

Tekst 1.
Tekst 2.
Tekst 3.

>(ConTeXt  ver: 2002.8.23  fmt: 2002.11.25  int: dutch  mes: dutch)

Maybe there have been relevant changes since august last year?

Sytse

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Columns
  2003-04-17 13:43       ` Columns Sytse Knypstra
@ 2003-04-17 13:54         ` Patrick Gundlach
  2003-04-17 15:07         ` Columns Hans Hagen
  1 sibling, 0 replies; 12+ messages in thread
From: Patrick Gundlach @ 2003-04-17 13:54 UTC (permalink / raw)


Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:

Hi,

>>(ConTeXt  ver: 2002.8.23  fmt: 2002.11.25  int: dutch  mes: dutch)
>
> Maybe there have been relevant changes since august last year?

You must be joking! 

(Seriously; I have no idea what the changes were since last August;
 you should really try a recent ConTeXt version.)

Patrick

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Columns
  2003-04-17 13:43       ` Columns Sytse Knypstra
  2003-04-17 13:54         ` Columns Patrick Gundlach
@ 2003-04-17 15:07         ` Hans Hagen
  2003-04-22  8:48           ` Sytse Knypstra
  1 sibling, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2003-04-17 15:07 UTC (permalink / raw)


At 15:43 17/04/2003 +0200, Sytse Knypstra wrote:

>At 4/17/2003 02:28, you wrote:
>>Sytse Knypstra <S.Knypstra@eco.rug.nl> writes:
>>
>>Hello,
>>
>> > I am using two columns, but the command \column which should force a
>> > transition to the next column does not work.
>> > Here is a small example (in dutch):
>>
>>[...example...]
>>
>>
>>
>>that looks OK here:
>>
>>
>>Tekst 1.                   Tekst 2.
>>                            Tekst 3.
>>
>>
>>
>>Isn't this what you want to get?
>>
>>(ConTeXt  ver: 2003.3.17  fmt: 2003.3.18  int: dutch  mes: dutch)
>
>
>Yes, that's what I would like to get, but in fact I get:
>
>Tekst 1.                       Tekst 3.
>Tekst 2.
>
>And if I use: balance=no, I get:
>
>Tekst 1.
>Tekst 2.
>Tekst 3.
>
>>(ConTeXt  ver: 2002.8.23  fmt: 2002.11.25  int: dutch  mes: dutch)
>
>Maybe there have been relevant changes since august last year?

indeed, there has been some changes to the \column command:

\column
\column[yes]
\column[preference]

(you may try, in your version:

\def\column
   {\par
    {\testrulewidth\zeropoint\ruledvskip\teksthoogte}
    \penalty-200
    \vskip-\teksthoogte
    \prevdepth-\thousandpoint} % signals top of column

which equals yes)

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Columns
  2003-04-17 15:07         ` Columns Hans Hagen
@ 2003-04-22  8:48           ` Sytse Knypstra
  2003-04-22  9:18             ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Sytse Knypstra @ 2003-04-22  8:48 UTC (permalink / raw)



Thank you Hans. This works OK.

 >> Maybe there have been relevant changes since august last year?

In order to eliminate misunderstanding: here I meant relevant with respect 
to the \column command.
I did not mean to underestimate the enormous work Hans and others are doing.

Sytse


 > indeed, there has been some changes to the \column command:
 >
 > \column
 > \column[yes]
 > \column[preference]
 >
 > (you may try, in your version:
 >
 > \def\column
 >    {\par
 >     {\testrulewidth\zeropoint\ruledvskip\teksthoogte}
 >     \penalty-200
 >     \vskip-\teksthoogte
 >     \prevdepth-\thousandpoint} % signals top of column
 >
 > which equals yes)
 >
 > Hans

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Columns
  2003-04-22  8:48           ` Sytse Knypstra
@ 2003-04-22  9:18             ` Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2003-04-22  9:18 UTC (permalink / raw)


At 10:48 22/04/2003 +0200, Sytse Knypstra wrote:

>Thank you Hans. This works OK.
>
> >> Maybe there have been relevant changes since august last year?
>
>In order to eliminate misunderstanding: here I meant relevant with respect 
>to the \column command.
>I did not mean to underestimate the enormous work Hans and others are doing.

ah, no misunderstanding here; as long as i don't keep up with manuals ...

i'll post a preliminary manual on columnsets later this day

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-04-22  9:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-14 19:08 The Context styles library John Culleton
2003-04-14 19:28 ` Hans Hagen
2003-04-14 20:15 ` Patrick Gundlach
2003-04-14 23:09   ` John Culleton
2003-04-15  7:04     ` Patrick Gundlach
2003-04-17 12:06   ` Columns Sytse Knypstra
2003-04-17 12:28     ` Columns Patrick Gundlach
2003-04-17 13:43       ` Columns Sytse Knypstra
2003-04-17 13:54         ` Columns Patrick Gundlach
2003-04-17 15:07         ` Columns Hans Hagen
2003-04-22  8:48           ` Sytse Knypstra
2003-04-22  9:18             ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).