ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A question about an algorithm environment
@ 2019-10-28 23:44 Fabrice Couvreur
  0 siblings, 0 replies; only message in thread
From: Fabrice Couvreur @ 2019-10-28 23:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 985 bytes --]

Hi Wolfgang,
Why in the first example, the indentation of my Python code that I wish is
not respected and that I have to do as the second example to have what I
want ?
Thank you.
Fabrice

 \defineframedtext
     [algorithmframe]
     [width=fit,
      location=middle,
 foregroundstyle={\tt\switchtobodyfont[11pt]},
      framecolor=darkblue,
      corner=round]

  \definelines
     [algorithm]
     [space=on,
      before=\startalgorithmframe,
      after=\stopalgorithmframe]

\starttext
\startlinecorrection[blank]
  \startmidaligned
    \startalgorithm
      {\blue def nom} (argument1, argument2,\unknown):
     \unknown
    {\orange return} résultat
    \stopalgorithm
  \stopmidaligned
\stoplinecorrection
\startlinecorrection[blank]
  \startmidaligned
    \startalgorithm
{\blue def nom} (argument1, argument2,\unknown):
     \unknown
    {\orange return} résultat
    \stopalgorithm
  \stopmidaligned
\stoplinecorrection
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 1837 bytes --]

[-- Attachment #2: 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-10-28 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 23:44 A question about an algorithm environment Fabrice Couvreur

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