Hello,
The Letter module seems to also include a module for memos.
The following MWE fails with version 2021.10.10 23:43:
\usemodule[memo]
\setupmemo[
opening={People of Earth},
closing={Thanks for all the Fish,},
signature={The Dolphins}]
\startmemo
\startletter
We are writing to let you know that we are all leaving
\stopmemo
\stoptext
The following error is thrown by ConTeXt:
tex error > tex error on line 197 in file
/home/jason/.local/context/tex/texmf-modules/tex/context/third/letter/base/s-cor-02.mkvi:
Undefined control sequence \???memosectionrenderings
<argument>
\???memosectionrenderings
\v!head :\v!memo
<macro> \syst_setups_start_tex_two
#1#2#+\stopsetups ->\endgroup \dodoglobal \instance \defcsname
\??setup #1:#2
\endcsname #1{#3}
I made a mistake with the MWE for the mailing list, however, corrected
MWE gives same error:
\usemodule[memo]
\setupmemo[
name={Jason Ross},
opening={People of Earth},
closing={Thanks for all the Fish,},
signature={The Dolphins}]
\starttext
\startmemo
We are writing to let you know that we are all leaving
\stopmemo
\stoptext
tex error > tex error on line 197 in file
/home/jason/.local/context/tex/texmf-modules/tex/context/third/letter/base/s-cor-02.mkvi:
Undefined control sequence \???memosectionrenderings
<argument>
\???memosectionrenderings
\v!head :\v!memo
<macro> \syst_setups_start_tex_two
#1#2#+\stopsetups ->\endgroup \dodoglobal \instance \defcsname
\??setup #1:#2
\endcsname #1{#3}
Jason Ross via ntg-context schrieb am 16.10.2021 um 06:10:
I made a mistake with the MWE for the mailing list, however, corrected MWE gives same error:
\usemodule[memo]
\setupmemo[ name={Jason Ross}, opening={People of Earth}, closing={Thanks for all the Fish,}, signature={The Dolphins}] \starttext \startmemo We are writing to let you know that we are all leaving \stopmemo \stoptext
There is a new version of the module online which fixes the bug. Wolfgang
participants (3)
-
Floris van Manen
-
Jason Ross
-
Wolfgang Schuster