* [NTG-context] \placeinitial inside \framed?
@ 2023-05-15 16:18 Gerben Wierda via ntg-context
2023-05-16 22:41 ` [NTG-context] \placeinitial doesn't work inside \framedtext (or \framed) Gerben Wierda via ntg-context
0 siblings, 1 reply; 3+ messages in thread
From: Gerben Wierda via ntg-context @ 2023-05-15 16:18 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Gerben Wierda
[-- Attachment #1.1: Type: text/plain, Size: 678 bytes --]
I'd like to use a drop cap inside a \framed, but it doesn't work.
Minimal example:
%==========================
\starttext
\setupinitial[n=2,text=Knuth]\placeinitial\input knuth
\framed[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth }
\stoptext
%==========================
The first drop cap works, the second is empty.
Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon <https://newsie.social/@gctwnl>)
R&A IT Strategy <https://ea.rna.nl/> (main site)
Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>
[-- Attachment #1.2: Type: text/html, Size: 2816 bytes --]
[-- Attachment #2: Type: text/plain, Size: 496 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] \placeinitial doesn't work inside \framedtext (or \framed)
2023-05-15 16:18 [NTG-context] \placeinitial inside \framed? Gerben Wierda via ntg-context
@ 2023-05-16 22:41 ` Gerben Wierda via ntg-context
2023-05-16 23:57 ` Li Yanrui (李延瑞) via ntg-context
0 siblings, 1 reply; 3+ messages in thread
From: Gerben Wierda via ntg-context @ 2023-05-16 22:41 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Gerben Wierda
[-- Attachment #1.1: Type: text/plain, Size: 2252 bytes --]
I did a simple thing, replace a \framed by \framedtext to get \placeinitial working but that doesn't seem to work automatically:
%==========================
\starttext
\setupinitial[n=2,text=Knuth]\placeinitial\input knuth
\framed[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth }
\framedtext[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth }
\stoptext
%==========================
Is there a way I can get a working \placeinitial inside a \framed or \frametext?
ConTeXt ver: 2023.02.23 21:26 LMTX fmt: 2023.2.25 int: english/english
Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon <https://newsie.social/@gctwnl>)
R&A IT Strategy <https://ea.rna.nl/> (main site)
Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>
> On 15 May 2023, at 18:18, Gerben Wierda via ntg-context <ntg-context@ntg.nl> wrote:
>
> I'd like to use a drop cap inside a \framed, but it doesn't work.
>
> Minimal example:
>
> %==========================
> \starttext
> \setupinitial[n=2,text=Knuth]\placeinitial\input knuth
>
> \framed[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth }
> \stoptext
> %==========================
>
> The first drop cap works, the second is empty.
>
> Gerben Wierda (LinkedIn <https://www.linkedin.com/in/gerbenwierda>, Mastodon <https://newsie.social/@gctwnl>)
> R&A IT Strategy <https://ea.rna.nl/> (main site)
> Book: Chess and the Art of Enterprise Architecture <https://ea.rna.nl/the-book/>
> Book: Mastering ArchiMate <https://ea.rna.nl/the-book-edition-iii/>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
[-- Attachment #1.2: Type: text/html, Size: 8756 bytes --]
[-- Attachment #2: Type: text/plain, Size: 496 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [NTG-context] \placeinitial doesn't work inside \framedtext (or \framed)
2023-05-16 22:41 ` [NTG-context] \placeinitial doesn't work inside \framedtext (or \framed) Gerben Wierda via ntg-context
@ 2023-05-16 23:57 ` Li Yanrui (李延瑞) via ntg-context
0 siblings, 0 replies; 3+ messages in thread
From: Li Yanrui (李延瑞) via ntg-context @ 2023-05-16 23:57 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Li Yanrui (李延瑞)
[-- Attachment #1.1: Type: text/plain, Size: 752 bytes --]
Gerben Wierda via ntg-context <ntg-context@ntg.nl> 于2023年5月17日周三 06:42写道:
> I did a simple thing, replace a \framed by \framedtext to get
> \placeinitial working but that doesn't seem to work automatically:
>
> %==========================
> \starttext
> \setupinitial[n=2,text=Knuth]\placeinitial\input knuth
>
> \framed[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth
> }
>
> \framedtext[align=flushleft]{\setupinitial[n=2,text=Knuth]\placeinitial\input knuth
> }
>
> \stoptext
> %==========================
>
>
There is a workaround:
\startframedtext
\starthanging[left,n=2]{\scale[lines=2]{\bf Knuth}}
\input knuth
\stophanging
\stopframedtext
--
Best regards,
Li Yanrui
[-- Attachment #1.2: Type: text/html, Size: 1331 bytes --]
[-- Attachment #2: Type: text/plain, Size: 496 bytes --]
___________________________________________________________________________________
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
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-16 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 16:18 [NTG-context] \placeinitial inside \framed? Gerben Wierda via ntg-context
2023-05-16 22:41 ` [NTG-context] \placeinitial doesn't work inside \framedtext (or \framed) Gerben Wierda via ntg-context
2023-05-16 23:57 ` Li Yanrui (李延瑞) via ntg-context
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox