Different width of marginblocks and margindata
![](https://secure.gravatar.com/avatar/d39338246f50cca667c8256c313d7cfd.jpg?s=120&d=mm&r=g)
Hi, in the following example, why do marginblocks and margindata produce a different width when both are set to the same value? \setupmarginblocks [width=\rightmarginwidth] \setupmargindata [inright] [style=normal, width=\rightmarginwidth] \showframe \starttext \startmarginblock Text in paragraph. \stopmarginblock \input knuth \inright{Text in paragraph.} \input knuth \stoptext Marco
![](https://secure.gravatar.com/avatar/b79687264c3e06cba13b54d05b12a9f5.jpg?s=120&d=mm&r=g)
Am 03.05.2013 um 12:05 schrieb Marco Patzer
Hi,
in the following example, why do marginblocks and margindata produce a different width when both are set to the same value?
You have to set the “align=right” for margin texts. By default context tries to justify the margin text and TeX doesn’t hyphenate “paragraph” because the line won’t full enough when it does so. Wolfgang
participants (2)
-
Marco Patzer
-
Wolfgang Schuster