ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \showmathcharacters, mk ii, how can I get the list, is not working!!
@ 2021-02-16 14:07 Ursula Hermann
  2021-02-16 14:37 ` Hans Hagen
  2021-02-16 17:23 ` Otared Kavian
  0 siblings, 2 replies; 3+ messages in thread
From: Ursula Hermann @ 2021-02-16 14:07 UTC (permalink / raw)
  To: ntg-context


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

Dear List,
I would like to know, what i can do, to geht all Math macros with MkII : \showmathcharacters in my Editor: WinEdt. I tried to compile it, but there is a mistake. I tried with \starttext and \stoptext, didn't work.

Command Line:   context.exe --synctex=-1 "Math 2.tex"
Startup Folder: C:\Users\Administrator
resolvers       | formats | executing runner 'run luatex format': C:/texlive/2020/bin/win32/luatex --jobname="Math 2" --fmt=C:/texlive/2020/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.fmt --lua=C:/texlive/2020/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.lui cont-yes.mkiv --c:currentrun=1 --c:fulljobname="./Math 2.tex" --c:input="./Math 2.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:synctex="-1" --c:texmfbinpath="C:/texlive/2020/bin/win32"
This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX)
 system commands enabled.
open source     > level 1, order 1, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-yes.mkiv'
system          >
system          > ConTeXt  ver: 2020.03.10 14:44 MKIV beta  fmt: 2021.1.18  int: english/english
system          >
system          > 'cont-new.mkiv' loaded
open source     > level 2, order 2, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
system          > beware: some patches loaded from cont-new.mkiv
close source    > level 2, order 2, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
system          > files > jobname 'Math 2', input './Math 2', result 'Math 2'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
system          > synctex functionality is enabled, expect 5-10 pct runtime overhead!
open source     > level 2, order 3, name 'C:/Users/Administrator/Math 2.tex'

tex error       > tex error on line 1 in file C:/Users/Administrator/Math 2.tex: ! Undefined control sequence

l.1 \showmathcharacters


1 >>  \showmathcharacters

mtx-context     | fatal error: return code: 1


_____________________________________________________________________

 ConTeXt Compilation Report (Pages: 0)

 Errors: 1   Warnings: 0   Bad Boxes: 0
___________________________________________________________


Many thanks

Uschi Hermann

[-- Attachment #1.2: Type: text/html, Size: 3944 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] 3+ messages in thread

* Re: \showmathcharacters, mk ii, how can I get the list, is not working!!
  2021-02-16 14:07 \showmathcharacters, mk ii, how can I get the list, is not working!! Ursula Hermann
@ 2021-02-16 14:37 ` Hans Hagen
  2021-02-16 17:23 ` Otared Kavian
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2021-02-16 14:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Ursula Hermann

On 2/16/2021 3:07 PM, Ursula Hermann wrote:
> Dear List,
> I would like to know, what i can do, to geht all Math macros with MkII : 
> \showmathcharacters in my Editor: WinEdt. I tried to compile it, but 
> there is a mistake. I tried with \starttext and \stoptext, didn't work.

You need to do this before \starttext

\usemodule[s-math-coverage]


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

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

* Re: \showmathcharacters, mk ii, how can I get the list, is not working!!
  2021-02-16 14:07 \showmathcharacters, mk ii, how can I get the list, is not working!! Ursula Hermann
  2021-02-16 14:37 ` Hans Hagen
@ 2021-02-16 17:23 ` Otared Kavian
  1 sibling, 0 replies; 3+ messages in thread
From: Otared Kavian @ 2021-02-16 17:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Uschi,

Maybe you need to get all math commands which result in a special character: in this case you may use the following, and uncomment other commands below to see what they give you.

\usemodule[s-math-coverage]
% \setupbodyfont[lucidaot] % Put here the font you are going to use

\starttext

% \showmathalphabets  \page
% \showmathcharacters \page
% \showmathscripts    \page
% \showmathbold       \page
    
\showmathentities   \page

\stoptext

Best regards: Otared

> On 16 Feb 2021, at 15:07, Ursula Hermann <ursula.hermann@univie.ac.at> wrote:
> 
> Dear List, 
> I would like to know, what i can do, to geht all Math macros with MkII : \showmathcharacters in my Editor: WinEdt. I tried to compile it, but there is a mistake. I tried with \starttext and \stoptext, didn't work. 
> 
> Command Line:   context.exe --synctex=-1 "Math 2.tex"
> Startup Folder: C:\Users\Administrator
> resolvers       | formats | executing runner 'run luatex format': C:/texlive/2020/bin/win32/luatex --jobname="Math 2" --fmt=C:/texlive/2020/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.fmt --lua=C:/texlive/2020/texmf-var/luatex-cache/context/a86c089b384a3076dc514ba966a1fac9/formats/luatex/cont-en.lui cont-yes.mkiv --c:currentrun=1 --c:fulljobname="./Math 2.tex" --c:input="./Math 2.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:synctex="-1" --c:texmfbinpath="C:/texlive/2020/bin/win32"
> This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) 
>  system commands enabled.
> open source     > level 1, order 1, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-yes.mkiv'
> system          > 
> system          > ConTeXt  ver: 2020.03.10 14:44 MKIV beta  fmt: 2021.1.18  int: english/english
> system          > 
> system          > 'cont-new.mkiv' loaded
> open source     > level 2, order 2, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
> system          > beware: some patches loaded from cont-new.mkiv
> close source    > level 2, order 2, name 'C:/texlive/2020/texmf-dist/tex/context/base/mkiv/cont-new.mkiv'
> system          > files > jobname 'Math 2', input './Math 2', result 'Math 2'
> fonts           > latin modern fonts are not preloaded
> languages       > language 'en' is active
> system          > synctex functionality is enabled, expect 5-10 pct runtime overhead!
> open source     > level 2, order 3, name 'C:/Users/Administrator/Math 2.tex'
> 
> tex error       > tex error on line 1 in file C:/Users/Administrator/Math 2.tex: ! Undefined control sequence
> 
> l.1 \showmathcharacters
>                      
> 
> 1 >>  \showmathcharacters 
> 
> mtx-context     | fatal error: return code: 1
> 
> 
> _____________________________________________________________________
> 
>  ConTeXt Compilation Report (Pages: 0)
> 
>  Errors: 1   Warnings: 0   Bad Boxes: 0
> ___________________________________________________________
> 
> Many thanks
> Uschi Hermann 
> ___________________________________________________________________________________
> 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] 3+ messages in thread

end of thread, other threads:[~2021-02-16 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 14:07 \showmathcharacters, mk ii, how can I get the list, is not working!! Ursula Hermann
2021-02-16 14:37 ` Hans Hagen
2021-02-16 17:23 ` Otared Kavian

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