ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Beginner problem with Itemize
@ 2004-07-15  1:20 Salman Khilji
  2004-07-15  1:34 ` Nikolai Weibull
  0 siblings, 1 reply; 3+ messages in thread
From: Salman Khilji @ 2004-07-15  1:20 UTC (permalink / raw)


I am trying to run the following example from the beginner's guide:

\starttext
Hasselt lies in.
\startitemize
\head kraamschudden \hfill (child welcoming)
      When a child is born
\head nabuurschap (naberschop) \hfill (neighbourship)
      Smaller communities.
\stopitemize
\stoptext



I get the following error:




systems        : begin file new at line 1
! Argument of \complexdoitemgrouphead has an extra }.
<inserted text>
                \par
<to be read again>
                   }
\doattributes ...A \csname #1#2\endcsname \fi {#4}
                                                  \dostopattributes
\complexdoitemgrouphead ...leur {\ignorespaces #2}
                                                  }\iftextitems 
\removeunwan...
l.11

?



salman@linux:~/Softdev/ConTeXt> pdftex --version
pdfTeX (Web2C 7.4.5) 3.14159-1.10b
kpathsea version 3.4.5

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

* Re: Beginner problem with Itemize
  2004-07-15  1:20 Beginner problem with Itemize Salman Khilji
@ 2004-07-15  1:34 ` Nikolai Weibull
  2004-07-15  7:34   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolai Weibull @ 2004-07-15  1:34 UTC (permalink / raw)


* Salman Khilji <skhilji@tampabay.rr.com> [Jul 15, 2004 00:30]:
Untested, but it should most definitely be a \par inbetween header an
text:

\starttext
Hasselt lies in.
\startitemize
\head kraamschudden \hfill (child welcoming) \par
      When a child is born
\head nabuurschap (naberschop) \hfill (neighbourship) \par
      Smaller communities.
\stopitemize
\stoptext

or

\starttext
Hasselt lies in.
\startitemize
\head kraamschudden \hfill (child welcoming)

      When a child is born
\head nabuurschap (naberschop) \hfill (neighbourship)

      Smaller communities.
\stopitemize
\stoptext

enjoy,
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

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

* Re: Re: Beginner problem with Itemize
  2004-07-15  1:34 ` Nikolai Weibull
@ 2004-07-15  7:34   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2004-07-15  7:34 UTC (permalink / raw)


Nikolai Weibull wrote:

> <>* Salman Khilji <skhilji@tampabay.rr.com> [Jul 15, 2004 00:30]:
> Untested, but it should most definitely be a \par inbetween header an
> text:

indeed, \head is \par terminated

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

end of thread, other threads:[~2004-07-15  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-15  1:20 Beginner problem with Itemize Salman Khilji
2004-07-15  1:34 ` Nikolai Weibull
2004-07-15  7:34   ` 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).