Re: [NTG-context] Missing letters and numbers in printout

2022-09-29 Thread Pablo Rodriguez via ntg-context
On 9/29/22 15:54, Angel M Alganza via ntg-context wrote:
> On Wed, Sep 28, 2022 at 03:59:07PM +0200, Hans Hagen via ntg-context wrote:
> [...]
>> but lmtx is and will stay as default
>
> Too bad the default won't work as expected (it did before or, at least
> with TeXLive distribution,) sometimes, for some people or for some of
> their files.

Hi Ángel,

there is nothing that prevents this to be fixed (as far as I know).

TeXLive is still using LuaTeX as default for ConTeXt. This will be
hopefully changed in next release of TeX Live (according to
https://mailman.ntg.nl/pipermail/ntg-context/2022/106829.html by Hans
himself).

The following code relates to an issue I had with ConTeXt myself:

  \setuppapersize[A5][A4, landscape]
  \doifmodeelse{broken-printer}
{\setuparranging[2UP,doublesided]
 \setupinteractionscreen[option={portrait, paper}]}
{\setuparranging[2UP]
\setupinteractionscreen[option={landscape, paper}]}
  \starttext
  \dorecurse{32}
{\input knuth\par}
  \stoptext

In a copyshop I used to go (more than four years ago), they had a
printer that didn’t understand duplex printing when pages were in
landscape orientation.

The guy of the copyshop was a really nice person, but I didn’t want to
bother him with
https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf#search=DuplexFlipShortEdge.

The printout was wrong, since page was flipped on the long edge. Only
the other duplex printing option (besides Simplex) worked with that printer.

The bug was clear on the printer interpreter. I thought of writing to
the printer manufacturer so that they fix their printers. But it wasn’t
worth the effort.

In your case, I don't know why LMTX generated documents misbehave with
the PDF interpreter from your printer. It might be that font embedding
is flawed, or that the interpreter is at fault.

But unless you find out which code is wrong here, you may experience
issues, but there is nothing to fix in this case.

Sorry for repeating myself, but you know way better than mine that this
is code and it requires (a lot of) analysis to find the cause here.

Just in case 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] Missing letters and numbers in printout

2022-09-29 Thread Hans Hagen via ntg-context

On 9/29/2022 3:54 PM, Angel M Alganza via ntg-context wrote:


No, alas I do not.  Could you please point me to where I could download
the latest greatest for 32bits OpenBSD from.  I remember a discussion a
few months ago to eliminated 32bits OpenBSD if nobody used it, where I
asked to keep publising it if it was possible.  I don't know if it has
finally been removed or not, but I can't find it anywhere.
openbsd is tricky in the sense that ervery update means that we need to 
install a new vm


what you can try is to download the installation from git 
(contextgarden) and then compile yuourself (not that hard); ther eis a 
smake script that should move the bin to the right spot (nice test case 
for Mojca who made that setup)


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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] Missing letters and numbers in printout

2022-09-29 Thread Angel M Alganza via ntg-context

On Wed, Sep 28, 2022 at 03:59:07PM +0200, Hans Hagen via ntg-context wrote:


changed to have 'context file.txt' to compile using luatex instead of
LuaMetaTeX?

top line:

% engine=luatex


Thank you, I'll add that to my source files from now on.


but lmtx is and will stay as default


To bad the default won't work as spected (it did before or, at least
with Texlive distribution,) sometimes, for some people or for some of
their files.


(btw, you don't run the latest greatest)


No, alas I do not.  Could you please point me to where I could download
the latest greatest for 32bits OpenBSD from.  I remember a discussion a
few months ago to eliminated 32bits OpenBSD if nobody used it, where I
asked to keep publising it if it was possible.  I don't know if it has
finally been removed or not, but I can't find it anywhere.

Cheers,
Ángel
___
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] Suboptimal German hyphenation

2022-09-29 Thread Arthur Rosendahl via ntg-context
On Thu, Sep 29, 2022 at 06:49:23AM +0200, Henning Hraban Ramm via ntg-context 
wrote:
> Thank you, Leah, Max and Wolfgang! I changed that immediately in all of my
> ongoing projects, but I don’t think we should change the default after all
> these years.

  Are you sure that the default in ConTeXt has *not* changed in all
these years? :-)

Arthur
___
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] Suboptimal German hyphenation

2022-09-29 Thread Henning Hraban Ramm via ntg-context

Am 29.09.22 um 08:27 schrieb Arthur Rosendahl:

On Thu, Sep 29, 2022 at 06:49:23AM +0200, Henning Hraban Ramm via ntg-context 
wrote:

Thank you, Leah, Max and Wolfgang! I changed that immediately in all of my
ongoing projects, but I don’t think we should change the default after all
these years.


   Are you sure that the default in ConTeXt has *not* changed in all
these years? :-)


jag vet inte

Hraban

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