ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
To: Angel M Alganza via ntg-context <ntg-context@ntg.nl>
Cc: Pablo Rodriguez <oinos@gmx.es>
Subject: Re: Missing letters and numbers in printout
Date: Thu, 29 Sep 2022 18:10:25 +0200	[thread overview]
Message-ID: <9d276ce2-fea9-df57-f5dc-bfd1fcf839d1@gmx.es> (raw)
In-Reply-To: <YzWjnQefMVI5yZX8@zombi.ugr.es>

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
___________________________________________________________________________________

  parent reply	other threads:[~2022-09-29 16:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26 14:06 Angel M Alganza via ntg-context
2022-09-26 14:54 ` Hans Hagen via ntg-context
2022-09-26 15:39   ` Angel M Alganza via ntg-context
2022-09-26 17:10 ` Pablo Rodriguez via ntg-context
2022-09-26 18:26   ` Angel M Alganza via ntg-context
2022-09-26 20:44     ` Hans Hagen via ntg-context
2022-09-26 21:04       ` Angel M Alganza via ntg-context
2022-09-26 21:13         ` Hans Hagen via ntg-context
2022-09-27 14:08         ` Pablo Rodriguez via ntg-context
2022-09-26 21:06     ` Hans Hagen via ntg-context
2022-09-27 14:03     ` Pablo Rodriguez via ntg-context
2022-09-27 17:45       ` Angel M Alganza via ntg-context
2022-09-28 13:30       ` Angel M Alganza via ntg-context
2022-09-28 13:59         ` Hans Hagen via ntg-context
2022-09-29 13:54           ` Angel M Alganza via ntg-context
2022-09-29 14:06             ` Hans Hagen via ntg-context
2022-09-29 16:10             ` Pablo Rodriguez via ntg-context [this message]
2022-09-28 15:10         ` Pablo Rodriguez via ntg-context
2022-09-28 15:20           ` Hans Hagen via ntg-context

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=9d276ce2-fea9-df57-f5dc-bfd1fcf839d1@gmx.es \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /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).