ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Otared Kavian <otared@gmail.com>
Subject: Simpleslides and LMTX
Date: Mon, 17 Jan 2022 14:59:02 +0100	[thread overview]
Message-ID: <DC4427A4-8972-4ABC-A9A7-3B6F615AE6EC@gmail.com> (raw)

Hi Aditya and Thomas,

Following the hint given by Thomas about fixing the behaviour of the visual counter in the simpleslides module, I tried all the possible styles and found that once the PageNumber is changed into RealPageNumber in the 
	s-simpleslides-*.tex
style files. All the styles work fine unless three of them which I describe below.
I don’t know how the modules are maintained on the wiki or elsewhere, but if you wish I can send you privately the files where I have changed PageNumber to RealPageNumber so that the simpleslides module can be used ot of the box with LMTX.

Best regards: Otared
PS: Here are the issues with the three styles which don’t work properly:

• BigNumber: for the style to be typeset,  one has to modify the part where BigNumberFont is defined

%\beginOLDTEX
%\loadmapfile[qhv-ec.map]
%\definefontsynonym  [BigNumberFont] [ec-qhvb] 
%\endOLDTEX
%
%\beginXETEX
%\loadmapfile[qhv-ec.map]
%\definefontsynonym  [BigNumberFont] [ec-qhvb] 
%\endXETEX
%
%\beginLUATEX
\definefontsynonym  [BigNumberFont] [name:texgyreherosbold]
%\endLUATEX

Then the file « example.tex » can be typeset, but the big numbers shown are always 1.

• Embossed: for the style to be typeset, one has to modify the part where EmbossedFont is defined

%\beginOLDTEX
%\loadmapfile[qhv-ec.map]
%\definefontsynonym [Embossed] [ec-qhvb] 
%\endOLDTEX
%
%\beginXETEX
%\loadmapfile[qhv-ec.map]
%\definefontsynonym [Embossed] [ec-qhvb] 
%\endXETEX
%
%\beginLUATEX
\definefontsynonym [Embossed] [name:texgyreherosbold]
%\endLUATEX

• SideToc: the file example.tex can be typeset with this style, but all pages come out in black… the text cannot be seen.

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

                 reply	other threads:[~2022-01-17 13:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=DC4427A4-8972-4ABC-A9A7-3B6F615AE6EC@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=otared@gmail.com \
    /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).