ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Kip Warner <kip@thevertigo.com>
To: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Letter module broken?
Date: Tue, 25 Jun 2024 17:12:37 -0700	[thread overview]
Message-ID: <445054a5ea586dbccb263ae744ca064b1ff4019a.camel@thevertigo.com> (raw)
In-Reply-To: <68777ad7e727721c8b483ce2df41f51f9c09da4b.camel@thevertigo.com>


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

Hello Wolfgang,

I've been using your letter module for many years, but I noticed since
upgrading to ConTeXt 2024.06.21 23:32 it seems to have stopped working.

I tried your sample here:

   https://wiki.contextgarden.net/Letter#Hraban.E2.80.99s_complicated_logo_and_address_setup

When I try to typeset it, I see the following:

   $ context minimal.tex 
   
   resolvers       | formats | executing runner 'run luametatex format': /home/kip/.local/non-fhs/context/tex/texmf-linux-64/bin/luametatex --jobname="./minimal.tex" --socket --shell-escape --fmt=/home/kip/.local/non-fhs/context/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt --lua=/home/kip/.local/non-fhs/context/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui  --c:currentrun=1 --c:fulljobname="./minimal.tex" --c:input="./minimal.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:texmfbinpath="/home/kip/.local/non-fhs/context/tex/texmf-linux-64/bin"
   system          > 
   system          > ConTeXt  ver: 2024.06.21 23:32 LMTX  fmt: 2024.6.21  int: english/english
   system          > 
   system          > 'cont-new.mkxl' loaded
   open source     > level 1, order 1, name '/home/kip/.local/non-fhs/context/tex/texmf-context/tex/context/base/mkxl/cont-new.mkxl'
   system          > beware: some patches loaded from cont-new.mkiv
   close source    > level 1, order 1, name '/home/kip/.local/non-fhs/context/tex/texmf-context/tex/context/base/mkxl/cont-new.mkxl'
   system          > files > jobname './minimal', input './minimal.tex', result './minimal'
   fonts           > latin modern fonts are not preloaded
   languages       > language 'en' is active
   open source     > level 1, order 2, name './minimal.tex'
   modules         > 'letter' is not found
   fonts           > preloading latin modern fonts (third stage)
   fonts           > 'fallback modern rm 10pt' is loaded
   tex error       > tex error on line 10 in file ./minimal.tex: Undefined control sequence
   
   <line 3.10> 
       \setupletteroptions
   
    1     \mainlanguage[nl]
    2     \usemodule[letter]
    3     
    4     \setuplanguage [nl] [date={year, –, mm, –, dd}] % ISO 8601 date
    5     
    6     \setupbodyfont    [rm, 10pt]
    7     \setupinterlinespace[3.0ex] % default: 2.8ex
    8     \setbreakpoints[compound] % break at / and -
    9     
   10 >>  \setupletteroptions
   11      [language=netherlands,
   12       bodyfont={rm,10pt},
   13       whitespace=1.5ex, %3ex
   14       ]
   15     
   16     \setuptabulate[distance=0pt]
   17     
   18     \setupletter[
   19        % Sender address in envelope window
   20        backaddress={Pragma ADE · H.\,Hagen · Riderstraat 27 · NL-8061 GH Hasselt}
   The control sequence at the end of the top line of your error message was never
   \def'ed. You can just continue as I'll forget about whatever was undefined.

Is the letter module no longer supported? If so, how do users
transition from \setuplettertext, \setuplettersection,
\setupletterlayer, \setupletterframe, \setupletteroptions,
\setupletter, and \setupletterdescription?

-- 
Kip Warner
OpenPGP signed/encrypted mail preferred
https://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 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
___________________________________________________________________________________

  reply	other threads:[~2024-06-26  0:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03  0:45 [NTG-context] Draft vertical text in margins Kip Warner
2024-06-03  7:50 ` [NTG-context] " Henning Hraban Ramm
2024-06-03  9:35 ` ai2472206007
2024-06-03 15:04   ` Wolfgang Schuster
2024-06-04  4:39     ` Kip Warner
2024-06-26  0:12       ` Kip Warner [this message]
2024-06-26  6:31         ` [NTG-context] Re: Letter module broken? Henning Hraban Ramm
2024-06-26 19:08           ` Kip Warner
2024-06-26 19:17             ` Wolfgang Schuster
2024-06-26 19:33               ` Kip Warner
2024-06-26 19:46                 ` Pablo Rodriguez via ntg-context
2024-06-26 22:47                   ` Kip Warner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=445054a5ea586dbccb263ae744ca064b1ff4019a.camel@thevertigo.com \
    --to=kip@thevertigo.com \
    --cc=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).