[NTG-context] BUG? Strange behavior (vertical space added!!!) with accentuated letters (was \inmargin / full textwidth line interaction)

2010-11-26 Thread Renaud AUBIN
Hi Wolfgang,

First, thank you!

Now, if I use some accentuated letters in title (the É just after the
second subsection and before \input zapf), there is an unwanted vertical
space… Bug, feature or misuse???
Could you confirm the bug? (the resulting pdf:
http://dl.dropbox.com/u/5289718/testWolfgang.pdf)

I use the latest minimals on debian 64.

Test −−
\setupbodyfont[10pt]

\setuplayout
  [leftedge=0mm,
   leftmargin=45mm,
   rightedge=0mm,
   rightmargin=0mm,
   backspace=60mm,
   topspace=10mm,
   bottomspace=10mm,
   header=0mm,
   headerdistance=0mm,
   footer=0mm,
   footerdistance=0mm,
   margindistance=0mm,
   height=middle,
   width=middle,
   grid=yes]

\setuppagenumbering[state=stop]

\setuphead[section]   [style=,command=\SectionCommand]
\setuphead[subsection][style=,command=\SubsectionCommand]

\define[2]\SectionCommand
  {\inleftmargin{\leftaligned{\structuretitle}}%
   \blackrule
 [ width=\textwidth,
  height=+.3\lineheight,
   depth=-.2\lineheight]}

\define[2]\SubsectionCommand
   {\vbox\bgroup
  \inleftmargin{\leftaligned{\em\structureuservariable{date}}}%
  {\bfa\structuretitle}\wordright{\tfx\structureuservariable{topic}}
%  \blank
  {\em\structureuservariable{info}}%
\egroup}

\starttext

\startsection[title={A Section}]

\startsubsection
  [title={The detailled topic (which takes more than one line)}]
  [date={The date},topic={Knuth’s topic},info={some text}]

\input knuth

\stopsubsection

\startsubsection
  [title={Éhe detailled topic (which takes more than one line)}]
  [date={Another date},topic={Zapf},info={some text}]

É
\input zapf

\stopsubsection

\startsubsection
  [title={The detailled topic (which takes more than one line)}]
  [date={Another date},topic={Zapf},info={some text}]

\input zapf

\stopsubsection

\stopsection

\startsection[title={Section}]

\startsubsection
  [title={Some details}]
  [date={A date},topic={Tufte}]

\input tufte

\stopsubsection

\stopsection

\stoptext

−



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


Re: [NTG-context] BUG? Strange behavior (vertical space added!!!) with accentuated letters (was \inmargin / full textwidth line interaction)

2010-11-26 Thread Renaud AUBIN
Ok, that seems to be due to grid=yes…

Le 26/11/2010 20:25, Renaud AUBIN a écrit :
> \setupbodyfont[10pt]
>
> \setuplayout
>   [leftedge=0mm,
>leftmargin=45mm,
>rightedge=0mm,
>rightmargin=0mm,
>backspace=60mm,
>topspace=10mm,
>bottomspace=10mm,
>header=0mm,
>headerdistance=0mm,
>footer=0mm,
>footerdistance=0mm,
>margindistance=0mm,
>height=middle,
>width=middle,
>grid=yes]
>
> \setuppagenumbering[state=stop]
>
> \setuphead[section]   [style=,command=\SectionCommand]
> \setuphead[subsection][style=,command=\SubsectionCommand]
>
> \define[2]\SectionCommand
>   {\inleftmargin{\leftaligned{\structuretitle}}%
>\blackrule
>  [ width=\textwidth,
>   height=+.3\lineheight,
>depth=-.2\lineheight]}
>
> \define[2]\SubsectionCommand
>{\vbox\bgroup
>   \inleftmargin{\leftaligned{\em\structureuservariable{date}}}%
>   {\bfa\structuretitle}\wordright{\tfx\structureuservariable{topic}}
> %  \blank
>   {\em\structureuservariable{info}}%
> \egroup}
>
> \starttext
>
> \startsection[title={A Section}]
>
> \startsubsection
>   [title={The detailled topic (which takes more than one line)}]
>   [date={The date},topic={Knuth’s topic},info={some text}]
>
> \input knuth
>
> \stopsubsection
>
> \startsubsection
>   [title={Éhe detailled topic (which takes more than one line)}]
>   [date={Another date},topic={Zapf},info={some text}]
>
> É
> \input zapf
>
> \stopsubsection
>
> \startsubsection
>   [title={The detailled topic (which takes more than one line)}]
>   [date={Another date},topic={Zapf},info={some text}]
>
> \input zapf
>
> \stopsubsection
>
> \stopsection
>
> \startsection[title={Section}]
>
> \startsubsection
>   [title={Some details}]
>   [date={A date},topic={Tufte}]
>
> \input tufte
>
> \stopsubsection
>
> \stopsection
>
> \stoptext

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


Re: [NTG-context] BUG? Strange behavior (vertical space added!!!) with accentuated letters (was \inmargin / full textwidth line interaction)

2010-11-27 Thread Otared Kavian
Thanks to Wolfgang and Renaud for sharing all this…

However, Renaud, I didn't notice what you says about having « É » in the title: 
it seems that everything works as expected: see
http://dl.dropbox.com/u/4316076/inmargin-fullwidth-1.pdf

(using, ConTeXt  ver: 2010.11.26 22:49 MKIV, on MacOS 10.6.5).
Best regards: OK

On 26 nov. 2010, at 20:25, Renaud AUBIN wrote:

> Hi Wolfgang,
> 
> First, thank you!
> 
> Now, if I use some accentuated letters in title (the É just after the
> second subsection and before \input zapf), there is an unwanted vertical
> space… Bug, feature or misuse???
> Could you confirm the bug? (the resulting pdf:
> http://dl.dropbox.com/u/5289718/testWolfgang.pdf)
> 
> I use the latest minimals on debian 64.
> 
> Test −−
> \setupbodyfont[10pt]
> 
> \setuplayout
>  [leftedge=0mm,
>   leftmargin=45mm,
>   rightedge=0mm,
>   rightmargin=0mm,
>   backspace=60mm,
>   topspace=10mm,
>   bottomspace=10mm,
>   header=0mm,
>   headerdistance=0mm,
>   footer=0mm,
>   footerdistance=0mm,
>   margindistance=0mm,
>   height=middle,
>   width=middle,
>   grid=yes]
> 
> \setuppagenumbering[state=stop]
> 
> \setuphead[section]   [style=,command=\SectionCommand]
> \setuphead[subsection][style=,command=\SubsectionCommand]
> 
> \define[2]\SectionCommand
>  {\inleftmargin{\leftaligned{\structuretitle}}%
>   \blackrule
> [ width=\textwidth,
>  height=+.3\lineheight,
>   depth=-.2\lineheight]}
> 
> \define[2]\SubsectionCommand
>   {\vbox\bgroup
>  \inleftmargin{\leftaligned{\em\structureuservariable{date}}}%
>  {\bfa\structuretitle}\wordright{\tfx\structureuservariable{topic}}
> %  \blank
>  {\em\structureuservariable{info}}%
>\egroup}
> 
> \starttext
> 
> \startsection[title={A Section}]
> 
> \startsubsection
>  [title={The detailled topic (which takes more than one line)}]
>  [date={The date},topic={Knuth’s topic},info={some text}]
> 
> \input knuth
> 
> \stopsubsection
> 
> \startsubsection
>  [title={Éhe detailled topic (which takes more than one line)}]
>  [date={Another date},topic={Zapf},info={some text}]
> 
> É
> \input zapf
> 
> \stopsubsection
> 
> \startsubsection
>  [title={The detailled topic (which takes more than one line)}]
>  [date={Another date},topic={Zapf},info={some text}]
> 
> \input zapf
> 
> \stopsubsection
> 
> \stopsection
> 
> \startsection[title={Section}]
> 
> \startsubsection
>  [title={Some details}]
>  [date={A date},topic={Tufte}]
> 
> \input tufte
> 
> \stopsubsection
> 
> \stopsection
> 
> \stoptext
> 
> −
> 
> 
> 
> ___
> 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
> ___

%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 aveue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: otared.kav...@math.uvsq.fr



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