ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* OT: typo-fun
@ 2007-08-30 11:53 frantisek holop
  2007-08-30 12:13 ` Wolfgang Schuster
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: frantisek holop @ 2007-08-30 11:53 UTC (permalink / raw)
  To: ntg-context

hi there,

is it possible to achieve this somehow?:
http://www.smashingmagazine.com/images/404-2/book.png

:)

-f
-- 
the perfect guest is one who makes his host feel at home.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 11:53 OT: typo-fun frantisek holop
@ 2007-08-30 12:13 ` Wolfgang Schuster
  2007-08-30 12:37 ` Hans Hagen
  2007-08-30 19:57 ` Stephan Hennig
  2 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2007-08-30 12:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/30, frantisek holop <minusf@obiit.org>:
> hi there,
>
> is it possible to achieve this somehow?:
> http://www.smashingmagazine.com/images/404-2/book.png

\starttext

\startpostponing[404]
\startstandardmakeup[align=left]
The page\crlf
cannot be found
\stopstandardmakeup
\stoppostponing

\dorecurse{420}{\dontleavehmode\page}

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 11:53 OT: typo-fun frantisek holop
  2007-08-30 12:13 ` Wolfgang Schuster
@ 2007-08-30 12:37 ` Hans Hagen
  2007-08-30 12:43   ` frantisek holop
  2007-08-30 19:57 ` Stephan Hennig
  2 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2007-08-30 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

frantisek holop wrote:
> hi there,
> 
> is it possible to achieve this somehow?:
> http://www.smashingmagazine.com/images/404-2/book.png
> 
> :)

\starttext

\dorecurse{100}{\input tufte \par}

\startpostponing
\vbox to \vsize \bgroup \vfill
     \definedfont[Serif at 40pt] \setupinterlinespace
     \raggedleft Who Took \endgraf This Page? \par
\vfill \egroup
\stoppostponing

\dorecurse{100}{\input linden \par}

\stoptext


-)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 12:37 ` Hans Hagen
@ 2007-08-30 12:43   ` frantisek holop
  2007-08-30 14:31     ` Aditya Mahajan
  0 siblings, 1 reply; 9+ messages in thread
From: frantisek holop @ 2007-08-30 12:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hmm, on Thu, Aug 30, 2007 at 02:37:02PM +0200, Hans Hagen said that
> frantisek holop wrote:
> > hi there,
> > 
> > is it possible to achieve this somehow?:
> > http://www.smashingmagazine.com/images/404-2/book.png

i am sorry, i wasn't specific enough.

what i meant was, to have a book in context, any book,
check if we are on page 404, output the joke, continue
normally.

> \starttext
> 
> \dorecurse{100}{\input tufte \par}
> 
> \startpostponing
> \vbox to \vsize \bgroup \vfill
>      \definedfont[Serif at 40pt] \setupinterlinespace
>      \raggedleft Who Took \endgraf This Page? \par
> \vfill \egroup
> \stoppostponing
> 
> \dorecurse{100}{\input linden \par}
> 
> \stoptext

-- 
never test for an error you don't know how to handle.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 12:43   ` frantisek holop
@ 2007-08-30 14:31     ` Aditya Mahajan
  0 siblings, 0 replies; 9+ messages in thread
From: Aditya Mahajan @ 2007-08-30 14:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 30 Aug 2007, frantisek holop wrote:

> hmm, on Thu, Aug 30, 2007 at 02:37:02PM +0200, Hans Hagen said that
>> frantisek holop wrote:
>>> hi there,
>>>
>>> is it possible to achieve this somehow?:
>>> http://www.smashingmagazine.com/images/404-2/book.png
>
> i am sorry, i wasn't specific enough.
>
> what i meant was, to have a book in context, any book,
> check if we are on page 404, output the joke, continue
> normally.

Wolfgang's solution does exactly that. \startpostponing[404] will put 
the material on page 404.

Aditya

>> \starttext
>>
>> \dorecurse{100}{\input tufte \par}
>>
>> \startpostponing
>> \vbox to \vsize \bgroup \vfill
>>      \definedfont[Serif at 40pt] \setupinterlinespace
>>      \raggedleft Who Took \endgraf This Page? \par
>> \vfill \egroup
>> \stoppostponing
>>
>> \dorecurse{100}{\input linden \par}
>>
>> \stoptext
>
> --
> never test for an error you don't know how to handle.
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
>
>

-- 
Aditya Mahajan | EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam | Ph: 734.262.4008
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 11:53 OT: typo-fun frantisek holop
  2007-08-30 12:13 ` Wolfgang Schuster
  2007-08-30 12:37 ` Hans Hagen
@ 2007-08-30 19:57 ` Stephan Hennig
  2007-08-31  9:33   ` Wolfgang Schuster
  2007-08-31 21:50   ` Martin Schröder
  2 siblings, 2 replies; 9+ messages in thread
From: Stephan Hennig @ 2007-08-30 19:57 UTC (permalink / raw)
  To: ntg-context

frantisek holop schrieb:

> http://www.smashingmagazine.com/images/404-2/book.png

Shouldn't page 404 be a left-hand page?

Best regards,
Stephan Hennig

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 19:57 ` Stephan Hennig
@ 2007-08-31  9:33   ` Wolfgang Schuster
  2007-08-31 21:50   ` Martin Schröder
  1 sibling, 0 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2007-08-31  9:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/30, Stephan Hennig <mailing_list@arcor.de>:
> frantisek holop schrieb:
>
> > http://www.smashingmagazine.com/images/404-2/book.png
>
> Shouldn't page 404 be a left-hand page?
>
> Best regards,
> Stephan Hennig

maybe a hidden joke:-)

\setuppagenumbering[alternative=doublesided]
\setuppagenumber[number=2]
\starttext
\page[410]
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-30 19:57 ` Stephan Hennig
  2007-08-31  9:33   ` Wolfgang Schuster
@ 2007-08-31 21:50   ` Martin Schröder
  2007-09-01 10:37     ` Stephan Hennig
  1 sibling, 1 reply; 9+ messages in thread
From: Martin Schröder @ 2007-08-31 21:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/30, Stephan Hennig <mailing_list@arcor.de>:
> Shouldn't page 404 be a left-hand page?

Maybe the book is written in a right-to-left language? :-)

Best
   Martin
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: OT: typo-fun
  2007-08-31 21:50   ` Martin Schröder
@ 2007-09-01 10:37     ` Stephan Hennig
  0 siblings, 0 replies; 9+ messages in thread
From: Stephan Hennig @ 2007-09-01 10:37 UTC (permalink / raw)
  To: ntg-context

Martin Schröder schrieb:
> 2007/8/30, Stephan Hennig <mailing_list@arcor.de>:
>> Shouldn't page 404 be a left-hand page?
> 
> Maybe the book is written in a right-to-left language? :-)

Ha, on a close look it's ordinary "lorem ipsum".

Best regards,
Stephan Hennig

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-09-01 10:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-30 11:53 OT: typo-fun frantisek holop
2007-08-30 12:13 ` Wolfgang Schuster
2007-08-30 12:37 ` Hans Hagen
2007-08-30 12:43   ` frantisek holop
2007-08-30 14:31     ` Aditya Mahajan
2007-08-30 19:57 ` Stephan Hennig
2007-08-31  9:33   ` Wolfgang Schuster
2007-08-31 21:50   ` Martin Schröder
2007-09-01 10:37     ` Stephan Hennig

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).