[NTG-context] EB Garamond works in TL2016 ConTeXt but not in latest ConTeXt

2019-05-19 Thread nyssus
In my source ConTeXt file I have the lines:

\usetypescriptfile[type-ebgaramond]
\setupbodyfont[ebgaramond,10pt]


ConTeXt from TL 2016 correctly formats the text in EB Garamond, as can
be shown by the prescence of

mkiv lua stats  > loaded fonts: 2 files: ebgaramond12-regular.otf,
texgyrebonum-math.otf

whereas the latest ConTeXt gives:

fonts   > defining > font with asked name 'EBGaramond12-Regular'
is not found using lookup 'file'
fonts   > defining > unknown font 'EBGaramond12-Regular',
loading aborted
fonts   > defining > unable to define 'EBGaramond12-Regular' as
'ebgaramond-10pt-rm-tf-0--0'

and typesets the text with TeX Gyre Bonum Math. I have the EBGaramond
fonts installed, set the OSFONTDIR path in setuptex, etc. What exactly
is wrong here?

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


Re: [NTG-context] Bibliography APS Style without unpublished

2019-05-16 Thread nyssus

On 16/05/2019 16:02, Jan U. Hasecke wrote:
> Am 16.05.19 um 16:12 schrieb nyssus:
>> Honestly, some way to use CSL files to style bibliography would be ideal
>> here, but that doesn't seem to currently exist
> Have a look at Pablos way to go from pandoc via xhtml to context:
>
>
That's good if you're trying to convert documents from Markdown to
ConTeXt, but not so good if you're used to writing documents in ConTeXt
(or LaTeX for that matter) directly, as it's rather cumbersome to edit
individual bibliographic entries outputted by pandoc compared to
citation commands.

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


Re: [NTG-context] Bibliography APS Style without unpublished

2019-05-16 Thread nyssus

On 16/05/2019 11:48, Denis Maier wrote:
> This is more tricky. I do very much like what ConTeXt has to offer for
> typesetting finished works, but I currently would not use it for writing a
> larger work in the Humanities. For smaller pieces I would probably write in
> Markdown, use pandoc to produce a context source file, and pandoc will me
> automatic citations via pandoc-citeproc (yet with a few glitches). For a
> longer work I currently don't have an alternative to biblatex. And I guess
> that is the point: Those with rather complex requirements for citations
> will either do them manually or use biblatex for this so it's not so easy
> to say if "there is a need". Having said that, I would really like being
> able to use ConTeXt here as well. So having a author-title style for the
> footnotes and the bibliographies would be more than welcome.
>
Honestly, some way to use CSL files to style bibliography would be ideal
here, but that doesn't seem to currently exist
___
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
___


Re: [NTG-context] XML roundtripping

2019-05-15 Thread nyssus

On 15/05/2019 15:35, Denis Maier wrote:
> Another option could be:
> - Typeset each article individually.
> - Get the last page number => in the next article, set the first page
> number to this + 1
> (So, we do not necessarily need to write the page numbers back to the XML,
> but we'll somehow need to pass the page number to the next article in the
> chain.)
Shouldn't products, components, and environments provide a way of doing
that from the ConTeXt side?
___
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
___