Thanks, Pablo. I am assuming I need to have Utopia installed in my usual
font folder. I tried with Erewhon (I have otf files for that) and it works.
Thank you.
In a related note, is there any reasonable way to use the latex math font *Math
Times Pro 2* (https://www.pctex.com/mtpro2.html)? I know a latex user who
bought that font and I wonder if I can convince him to get on the ConTeXt
boat.
Andrés Conrado Montoya
http://chiquitico.org
El dom., 23 jun. 2019 a las 5:00,
Send ntg-context mailing list submissions to ntg-context@ntg.nl
To subscribe or unsubscribe via the World Wide Web, visit https://mailman.ntg.nl/mailman/listinfo/ntg-context or, via email, send a message with subject or body 'help' to ntg-context-request@ntg.nl
You can reach the person managing the list at ntg-context-owner@ntg.nl
When replying, please edit your Subject line so it is more specific than "Re: Contents of ntg-context digest..."
Today's Topics:
1. Re: is it useful to use the option "--fonts=all" when running first-setup-sh? (Pablo Rodriguez) 2. Re: crosswords puzzles (Wolfgang Schuster) 3. mkii to mkiv - section numbering with minimal example (Duncan Hothersall) 4. Re: mkii to mkiv - section numbering with minimal example (Hans Hagen)
----------------------------------------------------------------------
Message: 1 Date: Sat, 22 Jun 2019 12:03:38 +0200 From: Pablo Rodriguez
To: ntg-context@ntg.nl Subject: Re: [NTG-context] is it useful to use the option "--fonts=all" when running first-setup-sh? Message-ID: <9a3757f9-04d5-ae8b-655f-160c9bc91124@gmx.es> Content-Type: text/plain; charset=utf-8 On 6/20/19 10:39 PM, Andres Conrado Montoya wrote:
As the subject says. I've been experimenting with having a by-project context folder, so I can have a "frozen" version for each project. I see there's an option to install more fonts (including utopia, useful for a project I'm working on). However, I have no idea how to use these fonts. Are they available in mkiv? only for mkii? Do we have typescripts for those fonts? If so, how are they called? Are those fonts actually usable or are they just remains from a past era?
Hi Andrés,
this sample works fine with both MkIV and LMTX (no --fonts=all required):
\definefontfamily[mainface][rm][Utopia] \setupbodyfont[mainface] \starttext \input zapf \stoptext
Just in case it helps,
Pablo -- http://www.ousia.tk
------------------------------
Message: 2 Date: Sat, 22 Jun 2019 12:05:13 +0200 From: Wolfgang Schuster
To: mailing list for ConTeXt users , DesdeChaves Subject: Re: [NTG-context] crosswords puzzles Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" DesdeChaves schrieb am 22.06.2019 um 11:42:
Dear sirs,
Is there a way to make crosswords or word puzzles in context? In my hippocampus I have a vague idea that this has already been tried, but I can't find this code anymore. AFAIK there are only packages for LaTeX to create crossword but you can use natural or extreme tables to create them. For the input Lua can be a better choice because you can put your words (or numbers) in a Lua table and use a loop to create a table for TeX.
Wolfgang