On 8/24/25 08:10, Seann Aswell via ntg-context wrote: > [...] > The issue: I modified the APA specification files, renamed them to > 'smp', and saved in the same directory (../tex/texmf-context/tex/ > context/base/mkiv/publ-imp-smp.{lua/mkiv}).
Hi Seann, if you add new files, you need to rebuild the database. The easiest way to do that would be to wipe out cache with this double command: `mtxrun --script cache --erase && mtxrun --generate`. Then you can compile your source file(s) again. First time you do it, it will also generate the format file, so this will first compilation will take longer. As for the location, I would advise to use other directory than `$where-context-is-installed/tex/texmf-context/`. Two options: 1. `$where-context-is-installed/tex/texmf-local/`. 2. `$HOME/texmf/texmf-local/`. `$where-context-is-installed` is (obviously) a pseudo-variable, since I don’t know the path where your ConTeXt (or TeX) distribution is installed. Since you use `/` as directory separation, I guess your OS may be Unix (Linux or macOS). If you use Windows, the `$HOME` variable reads `%USERPROFILE%` (as in `%USERPROFILE%\texmf\texmf-local\`). Remember that if you move files in ConTeXt, you need to run `mtxrun --script cache --erase && mtxrun --generate` again. I hope it helps, Pablo ___________________________________________________________________________________ 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 ___________________________________________________________________________________