ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* errors in margindata?
@ 2020-06-07  9:50 Hans van der Meer
  2020-06-07 10:12 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Hans van der Meer @ 2020-06-07  9:50 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 586 bytes --]

I gues there are errors in \margindata. See the minimal example. The contextversion is fresh loaded just before this test.

(1) \margindata{test} gives an error. The log message is:
	tex error > tex error on line 9 in file ./margindata.tex: ! Use of \typo_margins_data_yes doesn't match its definition l.9 \margindata{ text1}% 
One has to use \margindata[]{test} to avoid the error.

(2) \margindata[]{test} has spurious whitespace,  \margindata[]{test}% must be used to avoid that.

Below the minimal example and the output.

met vriendelijke groet
dr. Hans van der Meer


[-- Attachment #1.2.1: Type: text/html, Size: 1887 bytes --]

[-- Attachment #1.2.2: margindata.tex --]
[-- Type: application/octet-stream, Size: 1099 bytes --]

\starttext
contextversie = \contextversion\blank
\type{\margindata{text}} gives een error.\blank
\type{\margindata[]{text1}}\letterpercent\ behaves as should be.\blank
\type{\margindata[]{text2}} does not but gives spurious whitespace.\blank
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
\margindata{text1}%
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
\margindata[]{text2}
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
Tekst that will get data in the margin with \tex{margindata}.
\stoptext

[-- Attachment #1.2.3: Type: text/html, Size: 208 bytes --]

[-- Attachment #1.2.4: margindata.pdf --]
[-- Type: application/pdf, Size: 13969 bytes --]

[-- Attachment #1.2.5: Type: text/html, Size: 226 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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] 2+ messages in thread

* Re: errors in margindata?
  2020-06-07  9:50 errors in margindata? Hans van der Meer
@ 2020-06-07 10:12 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2020-06-07 10:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans van der Meer schrieb am 07.06.2020 um 11:50:
> I gues there are errors in \margindata. See the minimal example. The 
> contextversion is fresh loaded just before this test.
> 
> (1) \margindata{test} gives an error. The log message is:
> tex error > tex error on line 9 in file ./margindata.tex: ! Use of 
> \typo_margins_data_yes doesn't match its definition l.9 \margindata{ 
> text1}%
> One has to use \margindata[]{test} to avoid the error.

\margindata expects the name of the instance (e.g [inmargin]) as first 
argument which is missing in your example. This means

     \inmargin{...}

is the same as

     \margindata[inmargin]{...}

> (2) \margindata[]{test} has spurious whitespace,  \margindata[]{test}% 
> must be used to avoid that.

This is normal because when you use \marigindata within a paragraph you 
create something similar to this:

\starttext

text text

text {} text

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

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

end of thread, other threads:[~2020-06-07 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07  9:50 errors in margindata? Hans van der Meer
2020-06-07 10:12 ` Wolfgang Schuster

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