ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* joinedup not working within footnote within itemize
@ 2019-05-08 20:23 Procházka Lukáš Ing.
  0 siblings, 0 replies; only message in thread
From: Procházka Lukáš Ing. @ 2019-05-08 20:23 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

Hello,

I need to have itemize with "joinedup" option inside footnote which comes within itemize:

----
\starttext
   A%
   \startitemize[][]
     \item ItemA%
       \footnote{%
         Some text
         \startitemize[joinedup][] % <<< "joinedup" doesn't work here <<<
           \item Item1
           \item Item2
         \stopitemize
       }

     \item ItemB%
   \stopitemize
\stoptext
----

Here, there is an unwanted blank line between "Item 1" and "Some text".
How to avoid or to remove the unwanted blank line?

(A solution for ConTeXt "pre-LMTX" would be preferred, due to the fact that I was not able (so far) to rebuild all Lua extensions (.dll) from 5.3 ("pre-LMTX" Ctx) to 5.4 (Ctx - "LMTX") version.)

Best regards,

Lukas


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

[-- Attachment #2: Itm.mkiv --]
[-- Type: application/octet-stream, Size: 254 bytes --]

\starttext
  A%
  \startitemize[][]
    \item ItemA%
      \footnote{%
        Some text
        \startitemize[joinedup][]
          \item Item1
          \item Item2
        \stopitemize
      }

    \item ItemB%
  \stopitemize
\stoptext

[-- Attachment #3: Itm.pdf --]
[-- Type: application/pdf, Size: 9461 bytes --]

[-- Attachment #4: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-08 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 20:23 joinedup not working within footnote within itemize Procházka Lukáš Ing.

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).