ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: "ntg-context@ntg.nl >> mailing list for ConTeXt users"
	<ntg-context@ntg.nl>
Subject: Re: LMTX deeptextcommand issue
Date: Tue, 2 Apr 2019 23:13:06 +0200	[thread overview]
Message-ID: <345b4db2-c902-9ba0-30c6-b2fcf8ab9c3d@xs4all.nl> (raw)
In-Reply-To: <000801d4e983$c26c44d0$4744ce70$@email.cz>

On 4/2/2019 8:41 PM, Jan Tosovsky wrote:
> Dear All,
> 
> my document ends with the index
> 
> \startbackmatter
> \chapter{Rejstřík jmenný}
> \start
> \switchtobodyfont[8pt]
> \placeindexname
> \stop
> \stopbackmatter
> \startbackmatter
> \chapter{Rejstřík věcný}
> \start
> \switchtobodyfont[8pt]
> \placeindexsubject
> \stop
> \stopbackmatter
> 
> At the beginning there is a condition for one word (kind of manual column
> balancing) - but according to the log, see below, this seems to be an issue:
> \newconditional\IndexState
> \define[1]\IndexInternalCommand
>   
> {\doifelse{#1}{Dolsko}{\global\settrue\IndexState}{\global\setfalse\IndexSta
> te}#1}
> 
> \define[1]\IndexCommand
>    {\setfalse\IndexState
>     \setbox\scratchbox\hbox{#1}%
>     \ifconditional\IndexState
>       \column
>     \fi
>     \box\nextbox}

does

\unexpanded\def\IndexCommand#1%
   {....

work?

> \defineregister[indexname][indexnames]
> \setupregister[indexname][command=\Word, textcommand=\IndexCommand,
> deeptextcommand=\IndexInternalCommand]
> 
> \defineregister[indexsubject][indexsubjects]
> \setupregister[indexsubject][command=\Word]
> \setupheadtext[indexname=Rejstřík jmenný]
> \setupheadtext[indexsubject=Rejstřík věcný]
> 
> 
> This worked in luatex 1.0.1, but in LMTX I am getting:
> 
> structures      > begin of sectionblock 'backpart'
> structure       > sectioning > chapter @ level 2 : 0.1 -> Rejstřík jmenný
> fonts           > defining > font 'palab', feature 'locl', script 'latn', no
> language 'dflt'
> 
> tex error       > tex error on line 25 in file
> D:/context-lmtx/tex/texmf-context/tex/context/base/mkiv/page-run.mkiv: ?
> 
> <argument> [internal expandable lua function call]
>                                         
> \IndexInternalCommand ...\setfalse \IndexState }#1
>                                                    
> \IndexCommand ...ate \setbox \scratchbox \hbox {#1
>                                                    }\ifconditional
> \IndexStat...
> \doapplyregisterentrycommand ...extcommand {#2}}}}
>                                                    \dostoptagged
> \registerentry ...plyregisterentrycommand {#2}{#5}
>                                                    \fi \else \let
> \currentreg...
> l.25 }
>      
> ...l.11633 \stop
>             
> 
> 15
> 16     \registerctxluafile{page-run}{}
> 17
> 18     \unprotect
> 19
> 20     \unexpanded\gdef\showprint{\dotripleempty\page_layouts_show_print}
> 21
> 22     \gdef\page_layouts_show_print[#1][#2][#3]% only english
> 23       {\setbuffer[crap]%
> 24           \unprotect
> 25 >>          \definepapersize[X][\c!width=4em, \c!height=6em]
> 26             \definepapersize[Y][\c!width=12em,\c!height=14em]
> 27             \setuppapersize[X,#1][Y,#2]
> 28             \setuplayout[#3]
> 29             \setuplayout[\v!page]
> 30             \framed
> 31               [\c!offset=\v!overlay,\c!strut=\v!no,
> 32                \c!width=\paperwidth,\c!height=\paperheight]
> 33               {\ss ABC\par DEF}%
> 34           \protect
> 35        \endbuffer
> 
> 
> When I've seen that 'crap' and weird page dimensions, I thought it is part
> of the April fool, like all that LMTX announcement.
> 
> This issue is not urgent, I was just curious how different the output is.
> 
> Thanks,
> 
> Jan
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           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 / 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:[~2019-04-02 21:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02 18:41 Jan Tosovsky
2019-04-02 21:13 ` Hans Hagen [this message]
2019-04-02 22:35   ` Jan Tosovsky
2019-04-02 22:42     ` Hans Hagen

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=345b4db2-c902-9ba0-30c6-b2fcf8ab9c3d@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /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).