ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jorge Manuel <desdechaves@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Third party modules in LMTX
Date: Mon, 9 Mar 2020 15:28:19 +0000	[thread overview]
Message-ID: <EC12C186-FB39-4765-BFCC-6C29443CE3B1@gmail.com> (raw)
In-Reply-To: <8d894841-aa2a-7ac7-a7af-144e72f2075a@gmail.com>


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


Attention: 

I tried to install TiKZ module in my macOS Catalina with this shell script and several folders in my system are deleted.  

My Context Folder is located at /Applications folder. 

Is there a safe way to install modules for LMTX.


Thanks.


> On 14 Feb 2020, at 07:48, Henri Menke <henrimenke@gmail.com> wrote:
> 
> On 2/12/20 5:10 PM, jdh wrote:
>> 
>> 
>> I would like to use Wolfgang's t-letter module, but need some help.
>> 
>> I found the following instructions:
>> 
>> "The ConTeXt suite only comes with Taco's t-bib module. If you want to install a new module, say Wolfgang's t-letter module, you can use
>> 
>> first-setup.sh --modules="t-letter"
>> 
>> 
>> BUT, the LMTX standalone does not have any "first-setup.sh"  shell script.
>> 
>> Is there another way to install the "t-letter" module for use with LMTX?
>> 
> 
> #!/bin/sh
> 
> # Install or update texmf-modules
> # Requires: awk, rsync
> 
> # Check whether LuaMetaTeX is available
> if ! command -v luametatex > /dev/null; then
>    echo "luametatex is not in PATH, so there likely won't be the correct mtxrun"
>    echo "Aborting..."
>    exit 1
> fi
> 
> # Make the texmf-modules directory, just in case
> TEXMFMODULES="$(mtxrun --resolve-path "\$TEXMFMODULES")"
> mkdir -p "${TEXMFMODULES}/"
> 
> # Sync with the Garden
> GARDENRSYNC="contextgarden.net <http://contextgarden.net/>::minimals/current/modules"
> for module in $(rsync "${GARDENRSYNC}/*" | awk '{print $NF}'); do
>    echo "Syncing ${module}"
>    rsync -rpztlv --delete "${GARDENRSYNC}/${module}/" "${TEXMFMODULES}/"
> done
> 
>> Any help is appreciated.
>> 
>> Thanks
>>  Darel
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to the Wiki!
>> 
>> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
>> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
>> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
>> wiki     : http://contextgarden.net <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 <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 30212 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
___________________________________________________________________________________

  reply	other threads:[~2020-03-09 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12  4:10 jdh
2020-02-14  7:48 ` Henri Menke
2020-03-09 15:28   ` Jorge Manuel [this message]
2020-03-09 16:24     ` Hans Hagen

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=EC12C186-FB39-4765-BFCC-6C29443CE3B1@gmail.com \
    --to=desdechaves@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).