Re: [NTG-context] Best way to access casul fonts

2023-01-23 Thread Pablo Rodriguez via ntg-context
On 1/23/23 20:32, Mattias Märka via ntg-context wrote:
> Hi Pablo,
> 
> Yes, I want to mix casual with serif, sans-serif and so on. 
Hi Mattias (please, excuse my previous misspelling of your name),

here you have it:

  \definefontfamily[mainface][rm][TeX Gyre Pagella]
  \definefontfamily[mainface][ss][TeX Gyre Heros]
  \definefontfamily[mainface][tt][TeX Gyre Cursor]
  \definefontfamily[mainface][hw][Lucida Casual]
  \definefontfamily[mainface][cg][Lucida Casual]
  \setupbodyfont[mainface]
  \starttext
  \doloopoverlist{\rm,\ss,\tt,\hw,\cg}
{{\recursestring%
  The quick brown fox jumps over the lazy dog.\par}}
  \stoptext

Lucida Casual is handwriting and calligraphy in the sample. But you only
need one of them.

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://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] ConTeXt features in pandoc 3

2023-01-23 Thread Saša Janiška via ntg-context
On Mon, 23 Jan 2023 08:22:46 +0100
juh via ntg-context  wrote:

> At work at my cooperative Hostsharing eG we use the way Markdown -->
> Pandoc --> ConTeXt and we are quite happy with the results. Sadly I
> don't have time to document it in full up to now.

OK. thanks.

> For my own writing I was using Markdown --> Pandoc --> ConTeXt for
> quite a while and was happy with it, too. Recently I switched to
> Org-Mode as I started to use org-roam to organize my Zettelkasten and
> want to make use of the org-mode TODO workflow states to organize the
> writing process. I use org-pandoc to export from org-mode/emacs to
> context. 

Interesting. I'm also into Zettelaksten, but consider to just use index cards. 
:-)

> I can also use ox-context but I have difficulties to
> customize it to my needs. 

I see...

> The main problem is that both org-pandoc and ox-context are developed
> by very few people. My lisp knowledge is very limited so I have to
> stick with what is there.

Here I am with you. ;)

> 
> Having a solid pipe from the first ideas to the print pdf would be
> nice. For now I would say that the exports from org-mode are the weak
> element in the chain. But if they fail I can export to Markdown and
> do the last steps via Markdown --> Pandoc.

Consdidering that either way, iow. both for Markdown or org-mode, I bet that 
some work is to be done on the exported markup before producing PDF, I wonder 
if you write/tweak ConTeXt markup in Emacs?

For that purpose I also played a bit with digestif...

> That said I have to confess that I do more sophisticated layout things
> like flyers in pure ConTeXt as it is much faster.  

I can imagine, but I've a long way before mastering ConTeXt...still I'm 
confident that for producing a book it is better option than fiddling with 
LaTex - I did two books long ago using it along with LyX - but for preparing 
the content, it could be easier to do it using markdown/org-mode.


Sincerely,
Saša

-- 
A person is considered still further advanced when he regards honest
well-wishers, affectionate benefactors, the neutral, mediators, the
envious, friends and enemies, the pious and the sinners all with an
equal mind.


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2023-01-23 Thread Cron Daemon via ntg-context
receiving incremental file list
 general/manuals/
 general/manuals/s-math-repertoire.pdf
 
 sent 106 bytes  received 7,246,796 bytes  2,898,760.80 bytes/sec
 total size is 456,538,939  speedup is 63.00
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Best way to access casul fonts

2023-01-23 Thread Mattias Märka via ntg-context

Hi Pablo,

Yes, I want to mix casual with serif, sans-serif and so on. Sorry, I wasn't 
clear in my original message.

What Garulfo suggested is what I've been doing.

Mattias


--- Original Message ---
On Monday, January 23rd, 2023 at 9:10 PM, Pablo Rodriguez via ntg-context 
 wrote:


> 
> 
> 
> On 1/23/23 19:04, Mattias Märka via ntg-context wrote:
> 
> > Hi,
> > 
> > I'm trying to access Lucida Casual.
> 
> 
> Hi Matthias,
> 
> With a relatively recent version of ConTeXt (LMTX or MkIV), the
> following should work:
> 
> \definefontfamily[myserif][rm][Lucida Casual]
> \starttext
> The quick brown fox jumps over the lazy dog.
> 
> \setupbodyfont[myserif]
> The quick brown fox jumps over the lazy dog.
> \stoptext
> 
> This is the easiest way to access it.
> 
> Another question would be how to mix a casual font with serif,
> sans-serif and mono typefaces.
> 
> Just in case it might help,
> 
> Pablo
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : https://www.pragma-ade.nl / http://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Best way to access casul fonts

2023-01-23 Thread Pablo Rodriguez via ntg-context
On 1/23/23 19:04, Mattias Märka via ntg-context wrote:
> Hi,
> 
> I'm trying to access Lucida Casual.

Hi Matthias,

With a relatively recent version of ConTeXt (LMTX or MkIV), the
following should work:

  \definefontfamily[myserif][rm][Lucida Casual]
  \starttext
  The quick brown fox jumps over the lazy dog.

  \setupbodyfont[myserif]
  The quick brown fox jumps over the lazy dog.
  \stoptext

This is the easiest way to access it.

Another question would be how to mix a casual font with serif,
sans-serif and mono typefaces.

Just in case it might help,

Pablo
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Best way to access casul fonts

2023-01-23 Thread Garulfo via ntg-context

Hi,

Following the instruction from : 
https://wiki.contextgarden.net/Use_the_fonts_you_want


mtxrun --script font --list --file -pattern=*casual*


gives :

familyname weight   style    width    variant   fontname 
  filename    subfont   fontweight


lucidacasual   normal   normal   normal   normal    lucidacasual 
  /home//.fonts/LucidaCasual.ttf




Then the following code should work :

\starttypescript [myserif]

  \definefontsynonym[LucidaCasual-Regular]    [file:LucidaCasual.ttf]

\stoptypescript

\starttypescript [myserif]

  \setups[font:fallback:serif]

  \definefontsynonym[Serif] [LucidaCasual-Regular] [features=default]

\stoptypescript

\starttypescript [myserif]

  \definetypeface [myserif] [rm] [serif] [myserif]    [default]

\stoptypescript

\setupbodyfont[12pt]

\starttext

The quick brown fox jumps over the lazy dog

\setupbodyfont[myserif]

The quick brown fox jumps over the lazy dog

\stoptext


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Best way to access casul fonts

2023-01-23 Thread Mattias Märka via ntg-context
Hi,

I'm trying to access Lucida Casual. I see in type-imp-lucida-typeone.mkiv that 
there is, indeed, a typescript for it, but I can't figure out how to switch to 
it. That is, I want to make some text be Lucida Casual.

I gather from a previous thread that I should be using \definefontstyle, but I 
don't know how to go about this.

Currently I'm just defining a new typescript and making Lucida Casual a synonym 
for Serif and then using \switchtobodyfont --- but this feel silly.

I searched the wiki and skimmed the reference manual, but to no avail. Perhaps 
I don't know what I should be looking for.

Any help would be appreciated. What's the easiest way to access a casual font? 
What's the cleanest way?

Thanks,
Mattias Märka
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Fwd: Lucida-1.901 (2023-01-21) available

2023-01-23 Thread Henning Hraban Ramm via ntg-context

https://tug.org/pipermail/lucida/2023-January/000921.html

A new version (1.901) of the Lucida OpenType fonts from TUG is
available.  As with previous updates, there's no additional charge if
you've already purchased licenses; you can use the same download
information sent to you at the time of purchase to get the new fonts.
(If you've lost the download info, you can email us at
lucida-admin at tug.org.)

I will append the changes for this release. The same information is also
online at https://tug.org/store/lucida/NEWS.txt.

To summarize, the most significant changes have been to the math fonts,
especially the regular-weight LucidaBrightMathOT. Many of these changes
were discussed in greater detail in the recent article about Lucida math
by Hans Hagen and Mikael Sundqvist:
  https://tug.org/TUGboat/tb43-3/tb135hagen-lucida.pdf

The four Lucida Sans fonts and the three specialized fonts (Blackletter,
Calligraphy, Handwriting) are not changed at all from the last release
(not even version numbers or dates). All other fonts were changed.

On behalf of TUG, I thank Hans, Mikael, and Michael Sharpe, who among
them did essentially all of the technical font editing for this
release. And we must thank Chuck Bigelow and Kris Holmes (they approved
this release, as always), without whom nothing could be done.

Bug reports and character/feature requests are welcome (email to this
list is best), though, as usual, we cannot promise any particular
timeline for the next release.

Happy typesetting,
Karl [Berry]
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] ConTeXt features in pandoc 3

2023-01-23 Thread luigi scarso via ntg-context
On Mon, 23 Jan 2023 at 08:30, juh via ntg-context 
wrote:

>
> For my own writing I was using Markdown --> Pandoc --> ConTeXt for quite
> a while and was happy with it, too. Recently I switched to Org-Mode as I
> started to use org-roam to organize my Zettelkasten and want to make use
> of the org-mode TODO workflow states to organize the writing process. I
> use org-pandoc to export from org-mode/emacs to context. I can also use
> ox-context but I have difficulties to customize it to my needs.
>
> The main problem is that both org-pandoc and ox-context are developed by
> very few people. My lisp knowledge is very limited so I have to stick
> with what is there.
>
> Having a solid pipe from the first ideas to the print pdf would be nice.
> For now I would say that the exports from org-mode are the weak element
> in the chain. But if they fail I can export to Markdown and do the last
> steps via Markdown --> Pandoc.
>
> That said I have to confess that I do more sophisticated layout things
> like flyers in pure ConTeXt as it is much faster.
>

It would be very nice to have a paper / wiki / whatever ... about
your workflow Markdown --> Pandoc --> ConTeXt using Org-Mode.
In these cases, having "a working workflow" to start with is much better
than nothing.

--
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___