ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] error: Control sequence expected instead of undefined
@ 2023-12-25 15:09 Jeong Dal via ntg-context
  2023-12-25 15:57 ` [NTG-context] " Willi Egger
  2023-12-25 16:45 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Jeong Dal via ntg-context @ 2023-12-25 15:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jeong Dal


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

Hi,

I got an error message as following:

Control sequence expected instead of undefined

If I comment out the “\externalfigure[][]” line, then there is no error message.

I don’t know what is wrong in the sample code.
Please check the code.

Thank you for reading.

Best regards,

Dalyoung

%%%*********************
\starttext
\in{figure}[fig:kruskal1] is my point.

\startplacefigure[location=,reference=fig:kruskal1,title={}]
\externalfigure[cow][width=.5\makeupwidth]
\stopplacefigure
\stoptext
%%%%%

[-- Attachment #1.2: Type: text/html, Size: 2710 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: error: Control sequence expected instead of undefined
  2023-12-25 15:09 [NTG-context] error: Control sequence expected instead of undefined Jeong Dal via ntg-context
@ 2023-12-25 15:57 ` Willi Egger
  2023-12-25 16:45 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Willi Egger @ 2023-12-25 15:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I just copied your example code and run it on version 2023-09-26. It compiled just fine. 

Cheers

Willi

> On 25 Dec 2023, at 16:09, Jeong Dal via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Hi,
> 
> I got an error message as following:
> 
> Control sequence expected instead of undefined
> 
> If I comment out the “\externalfigure[][]” line, then there is no error message.
> 
> I don’t know what is wrong in the sample code.
> Please check the code.
> 
> Thank you for reading.
> 
> Best regards,
> 
> Dalyoung
> 
> %%%*********************
> \starttext
> \in{figure}[fig:kruskal1] is my point.
> 
> \startplacefigure[location=,reference=fig:kruskal1,title={}]
> \externalfigure[cow][width=.5\makeupwidth]
> \stopplacefigure
> \stoptext
> %%%%%
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: error: Control sequence expected instead of undefined
  2023-12-25 15:09 [NTG-context] error: Control sequence expected instead of undefined Jeong Dal via ntg-context
  2023-12-25 15:57 ` [NTG-context] " Willi Egger
@ 2023-12-25 16:45 ` Wolfgang Schuster
  2023-12-25 22:45   ` Jeong Dal via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2023-12-25 16:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Jeong Dal via ntg-context


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

Jeong Dal via ntg-context schrieb am 25.12.2023 um 16:09:
> Hi,
>
> I got an error message as following:
>
> Control sequence expected instead of undefined
>
> If I comment out the “\externalfigure[][]” line, then there is no 
> error message.
>
> I don’t know what is wrong in the sample code.

The problem was mentioned a while ago

     https://www.mail-archive.com/ntg-context@ntg.nl/msg106078.html

and Hans provided a fix until a new binary is online

     https://www.mail-archive.com/ntg-context@ntg.nl/msg106095.html

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1453 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: error: Control sequence expected instead of undefined
  2023-12-25 16:45 ` Wolfgang Schuster
@ 2023-12-25 22:45   ` Jeong Dal via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Jeong Dal via ntg-context @ 2023-12-25 22:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jeong Dal


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

Dear Willi and Wolfgang,

Thank you for the answer.

After adding the fix, no error messages.
I’ll wait the upload of new version.

Best regards,

Dalyoung




> 2023. 12. 26. 오전 1:45, Wolfgang Schuster <wolfgang.schuster.lists@gmail.com> 작성:
> 
> Jeong Dal via ntg-context schrieb am 25.12.2023 um 16:09:
>> Hi,
>> 
>> I got an error message as following:
>> 
>> Control sequence expected instead of undefined
>> 
>> If I comment out the “\externalfigure[][]” line, then there is no error message.
>> 
>> I don’t know what is wrong in the sample code.
> 
> The problem was mentioned a while ago
> 
>     https://www.mail-archive.com/ntg-context@ntg.nl/msg106078.html <https://www.mail-archive.com/ntg-context@ntg.nl/msg106078.html>
> 
> and Hans provided a fix until a new binary is online
> 
>     https://www.mail-archive.com/ntg-context@ntg.nl/msg106095.html <https://www.mail-archive.com/ntg-context@ntg.nl/msg106095.html>
> 
> Wolfgang
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 3576 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-12-25 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-25 15:09 [NTG-context] error: Control sequence expected instead of undefined Jeong Dal via ntg-context
2023-12-25 15:57 ` [NTG-context] " Willi Egger
2023-12-25 16:45 ` Wolfgang Schuster
2023-12-25 22:45   ` Jeong Dal 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).