Re: [NTG-context] In-Margin Title + whitespace/indent bug

2018-02-20 Thread Wolfgang Schuster



Wolfgang Schuster 
19. Februar 2018 um 21:28



This is a shortened version of the original question with a section title
in the margin (\setuphead[...][alternative=margintext]) where \noindent
is part of the code (strc-ren.mkiv).

Wolfgang
Hans Hagen 
19. Februar 2018 um 22:05

ok, so there we need to use \noindentation then



There is still a empty line when parskip is zero.


\setuplayout
  [backspace=2in,
   width=middle]

\setuphead
  [section]
  [alternative=margintext,
   style=]

%\setupwhitespace[line]

\showframe[text][leftmargin,text]

\starttext

\section{Lorem ipsum dolor sit amet \unknown}
\input lorem

\stoptext


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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] In-Margin Title + whitespace/indent bug

2018-02-19 Thread Hans Hagen

On 2/19/2018 9:28 PM, Wolfgang Schuster wrote:




Brian Hunt 
18. Februar 2018 um 13:48
Hi all,

I reported a curiosity on tex.stackexchange.com 
 and a user noted that it appears to be 
a bug / regression that should be reported as the issue occurs in the 
latest beta (2018.02.14 22:56) but not TL2017 (2017.05.15 21:48).  You 
can see the details here:


https://tex.stackexchange.com/questions/415332

I trust there is adequate detail there to reproduce but please advise 
if more information could assist.


Best,
Brian
--

/from the personal account of:/

*Brian M Hunt *mailto:brianmh...@gmail.com>>
Direct: +1-289-684-4677
LinkedIn:https://linkedin.com/in/brianmhunt

/This e-mail may contain information that is private, privileged, 
confidential and/or exempt from disclosure. Except as per this notice 
no waiver of any kind is intended by sending this e-mail, and this 
email is intended only for the named recipient(s) or the subscribers 
of a forwarding service the email is sent directly to and to which 
service you are an authorized recipient. Use, dissemination or copying 
without authorization is prohibited. Please notify the sender and 
destroy all copies of this e-mail if you have received this email in 
error./


___
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___
Wolfgang Schuster 
19. Februar 2018 um 20:33
I can’t provide a fix but I was able to create a minimal example which 
shows

the "disable" option for \blank produces the unwanted space.

\setuplayout
  [backspace=2in,
   width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


Hans Hagen 
19. Februar 2018 um 21:09
On 2/19/2018 8:33 PM, Wolfgang Schuster wrote:
I can’t provide a fix but I was able to create a minimal example 
which shows

the "disable" option for \blank produces the unwanted space.

\setuplayout
   [backspace=2in,
    width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


\noindentation doesn't have the side effects of \noindent


This is a shortened version of the original question with a section title
in the margin (\setuphead[...][alternative=margintext]) where \noindent
is part of the code (strc-ren.mkiv).

ok, so there we need to use \noindentation then


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] In-Margin Title + whitespace/indent bug

2018-02-19 Thread Wolfgang Schuster




Brian Hunt 
18. Februar 2018 um 13:48
Hi all,

I reported a curiosity on tex.stackexchange.com 
 and a user noted that it appears to be 
a bug / regression that should be reported as the issue occurs in the 
latest beta (2018.02.14 22:56) but not TL2017 (2017.05.15 21:48).  You 
can see the details here:


https://tex.stackexchange.com/questions/415332

I trust there is adequate detail there to reproduce but please advise 
if more information could assist.


Best,
Brian
--

/from the personal account of:/

*Brian M Hunt *mailto:brianmh...@gmail.com>>
Direct: +1-289-684-4677
LinkedIn:https://linkedin.com/in/brianmhunt

/This e-mail may contain information that is private, privileged, 
confidential and/or exempt from disclosure. Except as per this notice 
no waiver of any kind is intended by sending this e-mail, and this 
email is intended only for the named recipient(s) or the subscribers 
of a forwarding service the email is sent directly to and to which 
service you are an authorized recipient. Use, dissemination or copying 
without authorization is prohibited. Please notify the sender and 
destroy all copies of this e-mail if you have received this email in 
error./


___
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___
Wolfgang Schuster 
19. Februar 2018 um 20:33
I can’t provide a fix but I was able to create a minimal example which 
shows

the "disable" option for \blank produces the unwanted space.

\setuplayout
  [backspace=2in,
   width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


Hans Hagen 
19. Februar 2018 um 21:09
On 2/19/2018 8:33 PM, Wolfgang Schuster wrote:
I can’t provide a fix but I was able to create a minimal example 
which shows

the "disable" option for \blank produces the unwanted space.

\setuplayout
   [backspace=2in,
width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


\noindentation doesn't have the side effects of \noindent


This is a shortened version of the original question with a section title
in the margin (\setuphead[...][alternative=margintext]) where \noindent
is part of the code (strc-ren.mkiv).

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] In-Margin Title + whitespace/indent bug

2018-02-19 Thread Hans Hagen

On 2/19/2018 8:33 PM, Wolfgang Schuster wrote:

I can’t provide a fix but I was able to create a minimal example which shows
the "disable" option for \blank produces the unwanted space.

\setuplayout
   [backspace=2in,
    width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


\noindentation doesn't have the side effects of \noindent


Brian Hunt 
18. Februar 2018 um 13:48
Hi all,

I reported a curiosity on tex.stackexchange.com 
 and a user noted that it appears to be 
a bug / regression that should be reported as the issue occurs in the 
latest beta (2018.02.14 22:56) but not TL2017 (2017.05.15 21:48).  You 
can see the details here:


https://tex.stackexchange.com/questions/415332

I trust there is adequate detail there to reproduce but please advise 
if more information could assist.


Best,
Brian
--

/from the personal account of:/

*Brian M Hunt *mailto:brianmh...@gmail.com>>
Direct: +1-289-684-4677
LinkedIn:https://linkedin.com/in/brianmhunt

/This e-mail may contain information that is private, privileged, 
confidential and/or exempt from disclosure. Except as per this notice 
no waiver of any kind is intended by sending this e-mail, and this 
email is intended only for the named recipient(s) or the subscribers 
of a forwarding service the email is sent directly to and to which 
service you are an authorized recipient. Use, dissemination or copying 
without authorization is prohibited. Please notify the sender and 
destroy all copies of this e-mail if you have received this email in 
error./


___
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___




___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] In-Margin Title + whitespace/indent bug

2018-02-19 Thread Wolfgang Schuster

I can’t provide a fix but I was able to create a minimal example which shows
the "disable" option for \blank produces the unwanted space.

\setuplayout
  [backspace=2in,
   width=middle]

\setupindenting [yes,medium]
\setupwhitespace[line]

\starttext

\noindent\inmargin{Ward}%
\directcheckedvspacing{disable}%
\input ward

\stoptext

Wolfgang


Brian Hunt 
18. Februar 2018 um 13:48
Hi all,

I reported a curiosity on tex.stackexchange.com 
 and a user noted that it appears to be 
a bug / regression that should be reported as the issue occurs in the 
latest beta (2018.02.14 22:56) but not TL2017 (2017.05.15 21:48).  You 
can see the details here:


https://tex.stackexchange.com/questions/415332

I trust there is adequate detail there to reproduce but please advise 
if more information could assist.


Best,
Brian
--

/from the personal account of:/

*Brian M Hunt *mailto:brianmh...@gmail.com>>
Direct: +1-289-684-4677
LinkedIn:https://linkedin.com/in/brianmhunt

/This e-mail may contain information that is private, privileged, 
confidential and/or exempt from disclosure. Except as per this notice 
no waiver of any kind is intended by sending this e-mail, and this 
email is intended only for the named recipient(s) or the subscribers 
of a forwarding service the email is sent directly to and to which 
service you are an authorized recipient. Use, dissemination or copying 
without authorization is prohibited. Please notify the sender and 
destroy all copies of this e-mail if you have received this email in 
error./


___
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___