hello all: I'm shure this is a silly question, but in this code, the second item [Fiesta] disappears -but the dot remains- and in the first item the text inside the brackets is ok. What is wrog? \starttext \startitemize[packed] \item Acto de Apertura [y muestra de emprendimientos]. \item [Fiesta]. \item Acto de cierre. \stopitemize \stoptext Thankyou in advance. -------------------- Horacio Suarez
items should be enclosed in { } ? -------------------- Horacio Suarez From: horaciosuarez@hotmail.com To: ntg-context@ntg.nl Date: Wed, 10 Nov 2010 20:51:48 +0000 Subject: [NTG-context] itemize and [] question hello all: I'm shure this is a silly question, but in this code, the second item [Fiesta] disappears -but the dot remains- and in the first item the text inside the brackets is ok. What is wrog? \starttext \startitemize[packed] \item Acto de Apertura [y muestra de emprendimientos]. \item [Fiesta]. \item Acto de cierre. \stopitemize \stoptext Thankyou in advance. -------------------- Horacio Suarez ___________________________________________________________________________________ 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 ___________________________________________________________________________________
On Wed, 10 Nov 2010, Horacio Suarez wrote:
hello all: I'm shure this is a silly question, but in this code, the second item [Fiesta] disappears -but the dot remains- and in the first item the text inside the brackets is ok. What is wrog? \starttext \startitemize[packed] \item Acto de Apertura [y muestra de emprendimientos]. \item [Fiesta]. \item Acto de cierre. \stopitemize
Item \in[Fiesta] was eaten.
\stoptext
\item takes an optional argument as a label for the reference. If you want to prevent that use either of these: \item \relax [Fiesta] \item {} [Fiesta] \item [] [Fiesta] Aditya
thankyou very much. -------------------- Horacio Suarez Editorial Antropofagia www.eantropofagia.com.ar
Date: Wed, 10 Nov 2010 16:14:53 -0500 From: adityam@umich.edu To: ntg-context@ntg.nl Subject: Re: [NTG-context] itemize and [] question
On Wed, 10 Nov 2010, Horacio Suarez wrote:
hello all: I'm shure this is a silly question, but in this code, the second item [Fiesta] disappears -but the dot remains- and in the first item the text inside the brackets is ok. What is wrog? \starttext \startitemize[packed] \item Acto de Apertura [y muestra de emprendimientos]. \item [Fiesta]. \item Acto de cierre. \stopitemize
Item \in[Fiesta] was eaten.
\stoptext
\item takes an optional argument as a label for the reference. If you want to prevent that use either of these:
\item \relax [Fiesta] \item {} [Fiesta] \item [] [Fiesta]
Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Am 10.11.2010 21:51, schrieb Horacio Suarez:
hello all: I'm shure this is a silly question, but in this code, the second item [Fiesta] disappears -but the dot remains- and in the first item the text inside the brackets is ok. What is wrog? \starttext \startitemize[packed] \item Acto de Apertura [y muestra de emprendimientos]. \item [Fiesta].
\item\relax [Fiesta]. otherwise it is taken as optional argument Herbert
participants (3)
-
Aditya Mahajan
-
Herbert Voss
-
Horacio Suarez