ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Setup itemize
       [not found] <mailman.287.1257435221.22155.ntg-context@ntg.nl>
@ 2009-11-05 15:51 ` Vyatcheslav Yatskovsky
  2009-11-05 15:58   ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-11-05 15:51 UTC (permalink / raw)
  To: ntg-context

Sorry, Wolfgang, this trick does not work too and breaks other settings. :(
Do you have another idea, pls?

>> Actually, this does not work. Adding this option only adds blank 
>> lines between items, that is, breaks other options.
>>
>> \setupitemize[1, indenting=yes, packed, nowhite, intext]
>
> \setupitemize[1,packed,nowhite,intext][indenting=yes] 

Vyatcheslav
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Setup itemize
  2009-11-05 15:51 ` Setup itemize Vyatcheslav Yatskovsky
@ 2009-11-05 15:58   ` Wolfgang Schuster
       [not found]     ` <4AF2FAE0.8060801@gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2009-11-05 15:58 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: ntg-context


Am 05.11.2009 um 16:51 schrieb Vyatcheslav Yatskovsky:

> Sorry, Wolfgang, this trick does not work too and breaks other  
> settings. :(
> Do you have another idea, pls?

\setupitemize[1][1,packed,nowhite,text][indenting=yes]

or

\setupitemize[each][1,packed,nowhite,text][indenting=yes]

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] 8+ messages in thread

* Re: Setup itemize
       [not found]     ` <4AF2FAE0.8060801@gmail.com>
@ 2009-11-05 17:00       ` Wolfgang Schuster
       [not found]         ` <4AF3513C.5070909@gmail.com>
       [not found]         ` <4AF71E14.9030302@gmail.com>
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-11-05 17:00 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: mailing list for ConTeXt users


Am 05.11.2009 um 17:18 schrieb Vyatcheslav Yatskovsky:

> Thank you, Wolfgang, both work at last.
>
> But
> 1) the very first item is not indented
>
> 2) the indent width is not equal to indent in body text. (I use  
> \setupindenting[yes, big])
>
> What can I do with it, please?

Untested: \setupitemize[each][...][indenting={yes,first,big}]

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] 8+ messages in thread

* Re: Setup itemize
       [not found]         ` <4AF3513C.5070909@gmail.com>
@ 2009-11-06  5:19           ` Wolfgang Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-11-06  5:19 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: mailing list for ConTeXt users


Am 05.11.2009 um 23:27 schrieb Vyatcheslav Yatskovsky:

> Unfortunatelly, no. :(
>>
>> Untested: \setupitemize[each][...][indenting={yes,first,big}]

make a *small* example

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] 8+ messages in thread

* Re: fixme issue
       [not found]         ` <4AF71E14.9030302@gmail.com>
@ 2009-11-08 21:16           ` Wolfgang Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-11-08 21:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 08.11.2009 um 20:37 schrieb Vyatcheslav Yatskovsky:

> Hello Wolfgang,
>
> I use your fixme package (very useful, thanks). In my document with  
> mirrored margins, fixme does not take them into account, but uses  
> right margin only.
>
> On odd pages its ok, but on even ones the margin is too small and  
> unusable (see attachments). Can I setup fixme to use always *inner*  
> margin?

I uploaded a new version which should be available with the minimals  
till tomorrow
but you can get it also from http://bitbucket.org/wolfs/fixme/.

Usage:

\fixme[inner]{text}
\fixme[outer]{text}
\fixme[left]{text}
\fixme[right]{text}
\fixme[margin]{text}

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] 8+ messages in thread

* Re: Setup itemize
  2009-11-05 12:21   ` Wolfgang Schuster
@ 2009-11-05 13:20     ` R. Bastian
  0 siblings, 0 replies; 8+ messages in thread
From: R. Bastian @ 2009-11-05 13:20 UTC (permalink / raw)
  To: ntg-context

On Thu, 5 Nov 2009 13:21:31 +0100
Wolfgang Schuster <schuster.wolfgang@googlemail.com> scribit:

> 
> Am 05.11.2009 um 13:05 schrieb Vyatcheslav Yatskovsky:
> 
> > Hi Wolfgang,
> >
> > Actually, this does not work. Adding this option only adds blank  
> > lines between items, that is, breaks other options.
> >
> > \setupitemize[1, indenting=yes, packed, nowhite, intext]
> 
> \setupitemize[1,packed,nowhite,intext][indenting=yes]

what is the effect of "1,", "nowhite", "intext" ? I dont see any effect.
> 
> 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
> ___________________________________________________________________________________
> 


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org


___________________________________________________________________________________
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] 8+ messages in thread

* Re: Setup itemize
  2009-11-05 12:05 ` Setup itemize Vyatcheslav Yatskovsky
@ 2009-11-05 12:21   ` Wolfgang Schuster
  2009-11-05 13:20     ` R. Bastian
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2009-11-05 12:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.11.2009 um 13:05 schrieb Vyatcheslav Yatskovsky:

> Hi Wolfgang,
>
> Actually, this does not work. Adding this option only adds blank  
> lines between items, that is, breaks other options.
>
> \setupitemize[1, indenting=yes, packed, nowhite, intext]

\setupitemize[1,packed,nowhite,intext][indenting=yes]

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] 8+ messages in thread

* Re: Setup itemize
       [not found] <mailman.0.1257418801.17938.ntg-context@ntg.nl>
@ 2009-11-05 12:05 ` Vyatcheslav Yatskovsky
  2009-11-05 12:21   ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-11-05 12:05 UTC (permalink / raw)
  To: ntg-context

Hi Wolfgang,

Actually, this does not work. Adding this option only adds blank lines 
between items, that is, breaks other options.

\setupitemize[1, indenting=yes, packed, nowhite, intext]

> \setupitemize[indenting=yes]
>
> Wolfgang 

Minimal example:

\starttext
\setupitemize[1, indenting=yes, packed, nowhite, intext]

Some Text Some Text Some Text Some Text Some Text Some Text Some Text 
Some Text Some Text

\startitemize

\item {\it OpenGL }(Open Graphics Library) – найбільш розвитий і швидкий 
промисловий стандарт,

\item {\it Direсt3D –} використовується як убудована мова в операційних 
системах Windows,

\item {\it Heidi} – використовується в AutoCAD і інших програмах. 
використовується в AutoCAD і інших програмах.

\stopitemize

Some Text Some Text Some Text Some Text Some Text Some Text Some Text 
Some Text Some Text
\stoptext


Regards,
Vyatcheslav
___________________________________________________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2009-11-08 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.287.1257435221.22155.ntg-context@ntg.nl>
2009-11-05 15:51 ` Setup itemize Vyatcheslav Yatskovsky
2009-11-05 15:58   ` Wolfgang Schuster
     [not found]     ` <4AF2FAE0.8060801@gmail.com>
2009-11-05 17:00       ` Wolfgang Schuster
     [not found]         ` <4AF3513C.5070909@gmail.com>
2009-11-06  5:19           ` Wolfgang Schuster
     [not found]         ` <4AF71E14.9030302@gmail.com>
2009-11-08 21:16           ` fixme issue Wolfgang Schuster
     [not found] <mailman.0.1257418801.17938.ntg-context@ntg.nl>
2009-11-05 12:05 ` Setup itemize Vyatcheslav Yatskovsky
2009-11-05 12:21   ` Wolfgang Schuster
2009-11-05 13:20     ` R. Bastian

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