ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \sciteinlinebuffer inherits margin properties
@ 2022-06-04 12:11 Pablo Rodriguez via ntg-context
  2022-06-04 14:13 ` Otared Kavian via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-06-04 12:11 UTC (permalink / raw)
  To: ConTeXt users; +Cc: Pablo Rodriguez

Dear list,

I have my third sample with scite:

  \usemodule[scite]
  \setuptyping[margin=yes]
  \starttext
  \startbuffer[b]b\stopbuffer
  \startTEXpage[offset=1em]
  a \sciteinlinebuffer[none][b] a\par
  a \typeinlinebuffer[b][option] a
  \stopTEXpage
  \stoptext

I’m on Linux64 and using current latest from 2022.05.11 11:36.

For some strange reason, \sciteinlinebuffer inherits the margin option
from \setuptyping and it indents the whole paragraph.

Could anyone confirm the issue?

Many thanks for your help,

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

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

* Re: \sciteinlinebuffer inherits margin properties
  2022-06-04 12:11 \sciteinlinebuffer inherits margin properties Pablo Rodriguez via ntg-context
@ 2022-06-04 14:13 ` Otared Kavian via ntg-context
  2022-06-04 17:54   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Otared Kavian via ntg-context @ 2022-06-04 14:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian

Hi Pablo,

Typesetting your two examples, I can reproduce on MacOS and Context version 2022.05.11 11:36 what you are reporting.

Best regards: Otared

> On 4 Jun 2022, at 14:11, Pablo Rodriguez via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Dear list,
> 
> I have my third sample with scite:
> 
>  \usemodule[scite]
>  \setuptyping[margin=yes]
>  \starttext
>  \startbuffer[b]b\stopbuffer
>  \startTEXpage[offset=1em]
>  a \sciteinlinebuffer[none][b] a\par
>  a \typeinlinebuffer[b][option] a
>  \stopTEXpage
>  \stoptext
> 
> I’m on Linux64 and using current latest from 2022.05.11 11:36.
> 
> For some strange reason, \sciteinlinebuffer inherits the margin option
> from \setuptyping and it indents the whole paragraph.
> 
> Could anyone confirm the issue?
> 
> Many thanks for your help,
> 
> Pablo
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

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

* Re: \sciteinlinebuffer inherits margin properties
  2022-06-04 14:13 ` Otared Kavian via ntg-context
@ 2022-06-04 17:54   ` Pablo Rodriguez via ntg-context
  2022-06-04 20:47     ` Otared Kavian via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-06-04 17:54 UTC (permalink / raw)
  To: Otared Kavian via ntg-context; +Cc: Pablo Rodriguez

On 6/4/22 16:13, Otared Kavian via ntg-context wrote:
> Hi Pablo,
>
> Typesetting your two examples, I can reproduce on MacOS and Context
> version 2022.05.11 11:36 what you are reporting.
Many thanks for your help, Otared.

Would you be so kind to confirm the first issue I reported earlier
(https://mailman.ntg.nl/pipermail/ntg-context/2022/105918.html)?

Many thanks for your help again,

Pablo

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

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

* Re: \sciteinlinebuffer inherits margin properties
  2022-06-04 17:54   ` Pablo Rodriguez via ntg-context
@ 2022-06-04 20:47     ` Otared Kavian via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Otared Kavian via ntg-context @ 2022-06-04 20:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian

Hi Pablo,

The example you gave in your first message about the Scite module, that is:

  \usemodule[scite]
  \starttext
  \startXML ñ\stopXML
  \stoptext

gives an error on my machine (MacOS 11.6.5 and Context version 2022.05.11 11:36), with Context saying: « The file ended when scanning an argument.»

I don’t know where the error comes from…

Best regards: OK

> On 4 Jun 2022, at 19:54, Pablo Rodriguez via ntg-context <ntg-context@ntg.nl> wrote:
> 
> On 6/4/22 16:13, Otared Kavian via ntg-context wrote:
>> Hi Pablo,
>> 
>> Typesetting your two examples, I can reproduce on MacOS and Context
>> version 2022.05.11 11:36 what you are reporting.
> Many thanks for your help, Otared.
> 
> Would you be so kind to confirm the first issue I reported earlier
> (https://mailman.ntg.nl/pipermail/ntg-context/2022/105918.html)?
> 
> Many thanks for your help again,
> 
> Pablo
> 
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

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

end of thread, other threads:[~2022-06-04 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04 12:11 \sciteinlinebuffer inherits margin properties Pablo Rodriguez via ntg-context
2022-06-04 14:13 ` Otared Kavian via ntg-context
2022-06-04 17:54   ` Pablo Rodriguez via ntg-context
2022-06-04 20:47     ` Otared Kavian via ntg-context

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