margintext writes text out of range
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
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 -----------------------------------------------------------------
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
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
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
participants (3)
-
Hans Hagen
-
Jonas Stein
-
Wolfgang Schuster