ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: nice friends-book with ConText - quite ready
Date: Fri, 14 Oct 2011 20:28:07 +0200	[thread overview]
Message-ID: <20111014202807.54c098bf@glyph> (raw)
In-Reply-To: <4E986D9F.4020503@gmx.de>

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

On 2011-10-14 Jan Heinen <JaHeinen@gmx.de> wrote:

> And here are my results: 
> http://www.imagebanana.com/view/8vq30irn/ContextLayers.png
> 
> There are only little things which could be improved: How??
> 1. where comes the frame around the foto from? How can I 
> switch it off?

You introduced one pair on brackets too much.

> 2. There is a thin white line between layer A and the 
> Infobox. How to rid of it?

I don't see a white line, neither on the image you
provided, nor when I compile it.

> 3. How can I get padding into the Infobox? top, botttom, 
> right and left

Maybe there's a cleaner solution, but I misuse the frame
itself for that (see example).

> And here is my code for everyone who likes the layout of my 
> friends-book ;-)

The layout is a matter of taste, but the code is
improvable. Here are some tips:

- Don't write everything in one line! Use indentation. If
  your code is ugly to read, it lowers the change of
  getting a response.

- Make the code compile. At least on my context (not
  really up-to-date) it throws an error.

- There are some images and text files included in the
  ConTeXt distribution. Check
  …texmf-context/tex/context/sample
  Use them (e.g. “cow”).


Regards

Marco Patzer

[-- Attachment #2: friendbook.tex --]
[-- Type: text/x-tex, Size: 1262 bytes --]

\definelayer [Kontaktdaten]
  [
    x=20mm,
    y=30mm,
    width=65mm,
    height=30mm,
    state=start
  ]

\setupbackgrounds [paper]
  [
    %setups=ALayer,
    % The setup ALayer is never defined
    background=Kontaktdaten,
    state=start
  ]

\starttext
\strut

\setlayerframed [Kontaktdaten]
  [
    background=color,
    backgroundcolor=lightgreen,
    width=10mm,
    height=130mm,
    frame=off,
    hoffset=-20mm,
    voffset=145mm,
    align=right
  ]{A}

\setlayerframed [Kontaktdaten]
  [
    background=color,
    backgroundcolor=darkgreen,
    width=10mm,
    height=60mm,
    frame=off,
    hoffset=-20mm,
    voffset=85mm,
    align=right
  ]{B}

\setlayerframed [Kontaktdaten]
  [
    background=color,
    backgroundcolor=lightgreen,
    width=60mm,
    height=175mm,
    frame=off,
    leftframe=on,
    framecolor=green,
    rulethickness=.5cm,
    hoffset=-10mm,
    voffset=100mm,
    align=right
  ]{%
\startlines
  Infobox:
  Peter
  New York
  0171/782801
  test@test.de
\stoplines}

\setlayerframed [Kontaktdaten]
  [
    width=30mm,
    height=40mm,
    %frame=\LayoutTest,
    frame=off,
    hoffset=-10mm,
    voffset=60mm,
    strut=no,
    %offset=overlay
  ]{%
  \externalfigure[cow][width=30mm,height=40mm]}

\page
\stoptext


[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2011-10-14 18:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-14 17:13 Jan Heinen
2011-10-14 18:28 ` Marco [this message]

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=20111014202807.54c098bf@glyph \
    --to=netuse@lavabit.com \
    --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).