Dear list, I'm trying to have indentation inside a framed text, but I do not succeed. Test file below, and result after compiling with latest standalone. Is this the intended behavior? Best regards, Mikael \setupindenting[yes,medium] \defineframedtext [MyFrame] [ frame=on, width=broad, indenting=yes, ] \starttext Indenting works here: \input knuth \startMyFrame But indenting does not work here: \input knuth \stopMyFrame \stoptext
On 5/10/2017 1:39 PM, Mikael P. Sundqvist wrote:
Dear list,
I'm trying to have indentation inside a framed text, but I do not succeed. Test file below, and result after compiling with latest standalone. Is this the intended behavior?
Best regards, Mikael
\setupindenting[yes,medium]
\defineframedtext [MyFrame] [ frame=on, width=broad, indenting=yes, ]
\starttext
Indenting works here: \input knuth
\startMyFrame But indenting does not work here: \input knuth \stopMyFrame
\stoptext
\defineframedtext [MyFrame] [frame=on, width=broad, indenting={yes,medium}, ] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, May 10, 2017 at 2:40 PM, Hans Hagen
On 5/10/2017 1:39 PM, Mikael P. Sundqvist wrote:
Dear list,
I'm trying to have indentation inside a framed text, but I do not succeed. Test file below, and result after compiling with latest standalone. Is this the intended behavior?
Best regards, Mikael
\setupindenting[yes,medium]
\defineframedtext [MyFrame] [ frame=on, width=broad, indenting=yes, ]
\starttext
Indenting works here: \input knuth
\startMyFrame But indenting does not work here: \input knuth \stopMyFrame
\stoptext
\defineframedtext [MyFrame] [frame=on, width=broad, indenting={yes,medium}, ]
----------------------------------------------------------------- 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 ___________________________________________________________________________________
Ah, many thanks! I don't know why I thought it would suffice with "yes" at this point when it does not in the \setupindenting command. I think I have had "indenting=yes" in my documents for years without really bothering to ask why it has not worked... Thanks again. /Mikael
participants (2)
-
Hans Hagen
-
Mikael P. Sundqvist