ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Ulrike Fischer <news3@nililand.de>
To: ntg-context@ntg.nl
Subject: Re: Using ConTeXt with LuaTeX variants
Date: Fri, 6 Dec 2019 15:26:59 +0100	[thread overview]
Message-ID: <1bm44wsu8guhd$.dlg@nililand.de> (raw)
In-Reply-To: <CAKyqqaYSMfq2GAjhM=fzo+3b-q-tLHNo6=-GujGUqkM6taMJmw@mail.gmail.com>

Am Wed, 4 Dec 2019 20:10:13 -0500 schrieb Jairo A. del Rio:

> I want to know if it's possible use HarfTeX/LuaHBTeX with ConTeXt (MKIV),
...
> Although this is pretty easy with LaTeX:
> 
> \usepackage{harfload}
> \setmainfont{font}[RawFeature={mode=harf}]

unrelated to your question but this is no longer the recommended way
to use harf mode in latex. 

After some discussion the latex team decided to build lualatex next
year over luahbtex. For testing purpose lualatex-dev already now
uses luahbtex. harftex has been archived and its development has
stopped. The harfload code has been integrated into luaotfload.
Also fontspec has been updated and offers keys to activate harf
mode.

So your document should look like this:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{font}[Renderer=Harfbuzz] 
...

This requires a current luaotfload and you should use lualatex-dev
to compile it. 



-- 
Ulrike Fischer 
https://www.troubleshooting-tex.de/

___________________________________________________________________________________
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
___________________________________________________________________________________

  parent reply	other threads:[~2019-12-06 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05  1:10 Jairo A. del Rio
2019-12-05  2:01 ` Henri Menke
2019-12-06 14:26 ` Ulrike Fischer [this message]
2019-12-05 12:17 Jairo A. del Rio

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='1bm44wsu8guhd$.dlg@nililand.de' \
    --to=news3@nililand.de \
    --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).