ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Inline itemize
@ 2012-01-05 19:27 Vianney le Clément
  2012-01-05 23:06 ` Wagner Macedo
  0 siblings, 1 reply; 6+ messages in thread
From: Vianney le Clément @ 2012-01-05 19:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

If I type

    Blabla. \startitemize[a,text] \item one \item two \stopitemize Blabla.

I get a linebreak before and after the itemize. Is this the intended
behaviour? How can I get a fully inline enumeration?

Thanks,
Vianney
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Inline itemize
  2012-01-05 19:27 Inline itemize Vianney le Clément
@ 2012-01-05 23:06 ` Wagner Macedo
  2012-01-05 23:25   ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Wagner Macedo @ 2012-01-05 23:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

As I know, yes, this is the intended behavior. You should be thinking in a
WYSIWYG way, but TeX, as most languages (except Python, that I know) works
apart you write every code in one line or write pretty indented.

I hope you understood.

--
Wagner Macedo


2012/1/5 Vianney le Clément <vleclement@gmail.com>

> If I type
>
>    Blabla. \startitemize[a,text] \item one \item two \stopitemize Blabla.
>
> I get a linebreak before and after the itemize. Is this the intended
> behaviour? How can I get a fully inline enumeration?
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Inline itemize
  2012-01-05 23:06 ` Wagner Macedo
@ 2012-01-05 23:25   ` Wolfgang Schuster
  2012-01-05 23:37     ` Wagner Macedo
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2012-01-05 23:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.01.2012 um 00:06 schrieb Wagner Macedo:

> As I know, yes, this is the intended behavior. You should be thinking in a WYSIWYG way, but TeX, as most languages (except Python, that I know) works apart you write every code in one line or write pretty indented.

No, this is a bug because with the “text” keyword you can create a inline item which doesn’t start a new paragraph.

Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Inline itemize
  2012-01-05 23:25   ` Wolfgang Schuster
@ 2012-01-05 23:37     ` Wagner Macedo
  2012-01-06  9:27     ` Vianney le Clément
  2012-01-07 13:25     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Wagner Macedo @ 2012-01-05 23:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Ah... sorry. I read the manual but I didn't remember this feature.

--
Wagner Macedo


On 5 January 2012 20:25, Wolfgang Schuster <schuster.wolfgang@googlemail.com
> wrote:

> No, this is a bug because with the “text” keyword you can create a inline
> item which doesn’t start a new paragraph.

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Inline itemize
  2012-01-05 23:25   ` Wolfgang Schuster
  2012-01-05 23:37     ` Wagner Macedo
@ 2012-01-06  9:27     ` Vianney le Clément
  2012-01-07 13:25     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Vianney le Clément @ 2012-01-06  9:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Jan 6, 2012 at 00:25, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
> No, this is a bug because with the “text” keyword you can create a inline item which doesn’t start a new paragraph.
>
> Wolfgang

Thanks for the confirmation. I hope it will be fixed soon.

Vianney
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Inline itemize
  2012-01-05 23:25   ` Wolfgang Schuster
  2012-01-05 23:37     ` Wagner Macedo
  2012-01-06  9:27     ` Vianney le Clément
@ 2012-01-07 13:25     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2012-01-07 13:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-1-2012 00:25, Wolfgang Schuster wrote:
>
> Am 06.01.2012 um 00:06 schrieb Wagner Macedo:
>
>> As I know, yes, this is the intended behavior. You should be thinking in a WYSIWYG way, but TeX, as most languages (except Python, that I know) works apart you write every code in one line or write pretty indented.
>
> No, this is a bug because with the “text” keyword you can create a inline item which doesn’t start a new paragraph.

fixed .. also a beter default for textdistance (not uploaded yet)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-07 13:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-05 19:27 Inline itemize Vianney le Clément
2012-01-05 23:06 ` Wagner Macedo
2012-01-05 23:25   ` Wolfgang Schuster
2012-01-05 23:37     ` Wagner Macedo
2012-01-06  9:27     ` Vianney le Clément
2012-01-07 13:25     ` Hans Hagen

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