ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Gregory Vanuxem" <g.vanuxem@wanadoo.fr>
Subject: RE: Re[2]: Re: layout of xsteps-p
Date: Fri, 14 Mar 2003 00:05:51 +0100	[thread overview]
Message-ID: <ADEEIKPBIEHIINPOFGAOMEJECHAA.g.vanuxem@wanadoo.fr> (raw)
In-Reply-To: <85803444.20030313235731@iol.it>

[-- Attachment #1: Type: text/plain, Size: 3685 bytes --]

I rebuild all possible format, mem...

\setupcolors[state=start]
\setupbackgrounds
   [page]
   [offset=3mm,
    background=page]

\defineoverlay
   [page]
   [\reuseMPgraphic{page}]

\startreusableMPgraphic{page}
   StartPage ;
     path p ; p :=
       ulcorner Page --
       llcorner Page --
       llcorner Page shifted (BackSpace-LeftMarginDistance,0) --
       ulcorner Page shifted (BackSpace-LeftMarginDistance,0) -- cycle ;
    fill
      (p enlarged PageOffset) rightenlarged -PageOffset
      withcolor \MPcolor{FillColor} ;
   StopPage ;
   setbounds currentpicture to boundingbox currentpicture enlarged
PageOffset ;
\stopreusableMPgraphic

%i use a dedicated head \Aspect{Bla bla}:

\definehead
   [Aspect]
   [subject]

\setuphead
   [Aspect]
   [command=\MakeAspect,
    color=lightgray,
    style=\bfb,
    before={\blank[2*big]},
    after={\blank[2*big]},]

\def\MakeAspect#1#2%
   {\hbox
      {\hskip-\marginwidth
       \hskip-\margindistance
       \framed
         [width=.5\textwidth,
          offset=2pt,
          frame=off,
          background=color,
          backgroundcolor=AspectColor]
         {\hskip.25cm#2\hfill}}}



\setupinteraction[state=start,
author={Reiser, Hans},
title=ReiserFS v.3 Whitepaper,
color=green,
style=bold
]
\setupindenting[1cm]
\setuppagenumbering[location={middle, footer}]
\setupoutput[pdftex]
\setupalign[hyphenated]
\setupsectionblock[after=\hskip 1cm]
\hyphenation{eco-no-mies}
\setupwhitespace[medium]
\def\fsection#1{\section{\bf #1}\hskip1cm\relax}
\starttext
\indenting[first]
\startstandardmakeup
\startalignment[middle]
\tfd ReiserFS v.3 Whitepaper\par
\stopalignment
\stopstandardmakeup
\completecontent
\page

\Aspect{test}
\fsection {Introduction}
The author is one of many OS researchers who are attempting to unify the
name spaces
in the operating system in varying ways
[e.g. Pike {\sl "The Use of Name Spaces in Plan9"} ].
None of us are well funded compared with the size of the task,
and I am far from an exception to this rule. The natural consequence is
that
we each have attacked one small aspect of the task.

Databases have traditionally used balanced tree algorithms to pack many
small
objects (fields) into a block. However, various efforts to implement
filesystems
on top of databases failed for performance reasons, leading to a
widespread belief
that balanced tree algorithms were somehow inherently too slow for use by
filesystems for traditional filesystem usage patterns, which would
of course imply that the status quo is well founded, and databases and
filesystems should be separate programs....
We suggest to the reader that it was just that better balanced tree based
storage layer
implementations were needed, and that in fact balanced trees offer better
performance
for traditional file system usage patterns than traditional file system
architectures.
We encourage perusal of our benchmarks.
\stoptext

> -----Message d'origine-----
> De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la
> part de Giuseppe Bilotta
> Envoye : jeudi 13 mars 2003 23:58
> A : ntg-context@ntg.nl
> Objet : Re[2]: [NTG-context] Re: layout of xsteps-p
>
>
> Thursday, March 13, 2003 Gregory Vanuxem wrote:
>
> GV> I remplace some old supp-pdf and supp-mis
> GV> now I can rebuild mptopdf format but I have
> GV> always this bug :
>
> Would you please provide a document showing the problem so that I
> can test it? In the mean time, have you tried updating your MiKTeX
> and/or regenerating the formats?
>
> --
> Giuseppe "Oblomov" Bilotta
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2043 bytes --]

  reply	other threads:[~2003-03-13 23:05 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-09 22:14 new version, new manuals, new files Hans Hagen
2003-03-10 14:22 ` Jens-Uwe Morawski
2003-03-10 21:45   ` Hans Hagen
2003-03-11  8:31   ` Hans Hagen
2003-03-10 16:01 ` layout of xsteps-p Gregory Vanuxem
2003-03-10 21:51   ` Hans Hagen
2003-03-11 20:18     ` Gregory Vanuxem
2003-03-12 10:05       ` Hans Hagen
2003-03-12 14:51         ` Gregory Vanuxem
2003-03-12 15:04           ` Hans Hagen
2003-03-12 15:29             ` Gregory Vanuxem
2003-03-12 20:30               ` Hans Hagen
2003-03-13  9:34                 ` Re[2]: " Giuseppe Bilotta
2003-03-13 12:55                 ` Gregory Vanuxem
2003-03-13 13:00                 ` Gregory Vanuxem
2003-03-13 16:01                   ` Hans Hagen
2003-03-13 20:36                     ` Gregory Vanuxem
2003-03-13 21:30                       ` Patrick Gundlach
2003-03-13 22:45                         ` Gregory Vanuxem
2003-03-13 22:57                           ` Re[2]: " Giuseppe Bilotta
2003-03-13 23:05                             ` Gregory Vanuxem [this message]
2003-03-13 23:14                               ` Re[4]: " Giuseppe Bilotta
2003-03-13 23:23                                 ` Gregory Vanuxem
2003-03-13 23:58                                   ` Re[6]: " Giuseppe Bilotta
2003-03-14  7:54                               ` Re[2]: " Hans Hagen
2003-03-14 10:49                                 ` Gregory Vanuxem
2003-03-12 17:55       ` Patrick Gundlach
2003-03-13 13:04         ` Gregory Vanuxem
2003-03-17  8:22         ` Hans Hagen
2003-03-10 19:30 ` new version, new manuals, new files Willi Egger
2003-03-11  8:52 ` Hans van der Meer
2003-03-13  6:33   ` Henning Hraban Ramm
2003-03-14  8:21     ` Hans Hagen
2003-03-14 19:40     ` Hans van der Meer
2003-03-14 21:48       ` Henning Hraban Ramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ADEEIKPBIEHIINPOFGAOMEJECHAA.g.vanuxem@wanadoo.fr \
    --to=g.vanuxem@wanadoo.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).