ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* margintext writes text out of range
@ 2010-12-05  2:55 Jonas Stein
  2010-12-06 13:15 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Stein @ 2010-12-05  2:55 UTC (permalink / raw)
  To: ntg-context

example here:
http://wiki.contextgarden.net/Reference/en/margintext

"is" is cut of. 
I saw the same in the documentation of the fixme module. [1]

[1] http://modules.contextgarden.net/fixme fixme.pdf page 3

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: margintext writes text out of range
  2010-12-05  2:55 margintext writes text out of range Jonas Stein
@ 2010-12-06 13:15 ` Hans Hagen
  2010-12-07  4:52   ` Jonas Stein
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2010-12-06 13:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jonas Stein

On 5-12-2010 3:55, Jonas Stein wrote:
> example here:
> http://wiki.contextgarden.net/Reference/en/margintext
>
> "is" is cut of.
> I saw the same in the documentation of the fixme module. [1]

probably because the margin is larger than the backspace

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: margintext writes text out of range
  2010-12-06 13:15 ` Hans Hagen
@ 2010-12-07  4:52   ` Jonas Stein
  2010-12-07 15:22     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Stein @ 2010-12-07  4:52 UTC (permalink / raw)
  To: ntg-context

>> example here:
>> http://wiki.contextgarden.net/Reference/en/margintext
>>
>> "is" is cut of.
>> I saw the same in the documentation of the fixme module. [1]
>
> probably because the margin is larger than the backspace

How should this be fixed in the wikipages?

...and how in own documents?

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: margintext writes text out of range
  2010-12-07  4:52   ` Jonas Stein
@ 2010-12-07 15:22     ` Wolfgang Schuster
  2010-12-07 19:07       ` Jonas Stein
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-12-07 15:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.12.2010 um 05:52 schrieb Jonas Stein:

>>> example here:
>>> http://wiki.contextgarden.net/Reference/en/margintext
>>> 
>>> "is" is cut of.
>>> I saw the same in the documentation of the fixme module. [1]
>> 
>> probably because the margin is larger than the backspace
> 
> How should this be fixed in the wikipages?
> 
> ...and how in own documents?

\setuplayout[margin=2cm]

or

\setuplayout[leftmargin=2cm]

or

\setuplayout
  [backspace=4cm,
   margin=3cm,
   ...]

The important part is to have a leftmargin which is narrower
than the backspace, you can do this by increasing the backspace
or decreasing the left margin.

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


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

* Re: margintext writes text out of range
  2010-12-07 15:22     ` Wolfgang Schuster
@ 2010-12-07 19:07       ` Jonas Stein
  0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2010-12-07 19:07 UTC (permalink / raw)
  To: ntg-context

>>>> example here:
>>>> http://wiki.contextgarden.net/Reference/en/margintext
>>>> 
>>>> "is" is cut of.
>>>> I saw the same in the documentation of the fixme module. [1]
>>> 
>>> probably because the margin is larger than the backspace
>> 
>> How should this be fixed in the wikipages?
>> 
>> ...and how in own documents?
>
> \setuplayout[margin=2cm]
>
> or
>
> \setuplayout[leftmargin=2cm]
>
> or
>
> \setuplayout
>   [backspace=4cm,
>    margin=3cm,
>    ...]
>
> The important part is to have a leftmargin which is narrower
> than the backspace, you can do this by increasing the backspace
> or decreasing the left margin.
>
> Wolfgang

Thank you. It works well now.
I have put your knowledge to the wiki too.


-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-07 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05  2:55 margintext writes text out of range Jonas Stein
2010-12-06 13:15 ` Hans Hagen
2010-12-07  4:52   ` Jonas Stein
2010-12-07 15:22     ` Wolfgang Schuster
2010-12-07 19:07       ` Jonas Stein

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