ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to install the ConTeXt-SBL module?
       [not found] <906790731.2530250.1653870641638.ref@mail.yahoo.com>
@ 2022-05-30  0:30 ` Joel via ntg-context
  2022-05-30  4:39   ` Joey McCollum via ntg-context
  2022-05-30  4:49   ` Max Chernoff via ntg-context
  0 siblings, 2 replies; 3+ messages in thread
From: Joel via ntg-context @ 2022-05-30  0:30 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: Joel


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

I had https://github.com/jjmccollum/context-sbl this module working fine, but ran and update, and somehow it deleted my extra files. I can't figure out how I was able to get it working in the first place--I had just copied all the files to a folder somewhere.
What is the correct way to install an unofficial ConTeXt module, such as this one?

--Joel
 

[-- Attachment #1.2: Type: text/html, Size: 814 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: How to install the ConTeXt-SBL module?
  2022-05-30  0:30 ` How to install the ConTeXt-SBL module? Joel via ntg-context
@ 2022-05-30  4:39   ` Joey McCollum via ntg-context
  2022-05-30  4:49   ` Max Chernoff via ntg-context
  1 sibling, 0 replies; 3+ messages in thread
From: Joey McCollum via ntg-context @ 2022-05-30  4:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Joey McCollum


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

While testing the module, I would copy the .mkiv and .lua files to my
ConTeXt MkIV directory (on Windows with the TeXLive distribution, this was
C:\texlive\2021\texmf-dist\tex\context\base\mkiv) and then run

context --make

to apply the updates.

If there is some other preferred way to do this, I'm sure someone can
correct me. Otherwise, I hope this helps!

On Mon, May 30, 2022 at 10:28 AM Joel via ntg-context <ntg-context@ntg.nl>
wrote:

> I had https://github.com/jjmccollum/context-sbl this module working fine,
> but ran and update, and somehow it deleted my extra files. I can't figure
> out how I was able to get it working in the first place--I had just copied
> all the files to a folder somewhere.
>
> What is the correct way to install an unofficial ConTeXt module, such as
> this one?
>
> --Joel
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2451 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: How to install the ConTeXt-SBL module?
  2022-05-30  0:30 ` How to install the ConTeXt-SBL module? Joel via ntg-context
  2022-05-30  4:39   ` Joey McCollum via ntg-context
@ 2022-05-30  4:49   ` Max Chernoff via ntg-context
  1 sibling, 0 replies; 3+ messages in thread
From: Max Chernoff via ntg-context @ 2022-05-30  4:49 UTC (permalink / raw)
  To: ntg-context; +Cc: Max Chernoff

 > What is the correct way to install an unofficial ConTeXt module

Right now with LMTX, the only way to install modules is to manually copy 
files. I believe that the typical location to store module files is 
"TEXMFMODULES", but "TEXMFLOCAL" or "TEXMFHOME" should also work.

To get the folder location, in a Unix shell run:

     mtxrun --variables | grep -A4 'lists | TEXMFMODULES'

or in PowerShell run:

     mtxrun --variables | sls 'lists \| TEXMFMODULES' -co 0,4

Then you should copy all of the module's files to the "res: " directory 
found above.

Make sure to run

     mtxrun --generate

after you copy over the files.

I haven't tested any of this specifically with the SBL module, but I've 
followed this procedure successfully with many other modules.

-- Max
___________________________________________________________________________________
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:[~2022-05-30  4:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <906790731.2530250.1653870641638.ref@mail.yahoo.com>
2022-05-30  0:30 ` How to install the ConTeXt-SBL module? Joel via ntg-context
2022-05-30  4:39   ` Joey McCollum via ntg-context
2022-05-30  4:49   ` Max Chernoff 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).