Difference between revisions of "User:Mbork"

From Wiki
Jump to navigation Jump to search
(My page)
 
(problems - multicolumn itemizations)
Line 1: Line 1:
My name is Marcin Borkowski.  Here is the link to my personal webpage (mostly in Polish, sorry;)), in case you are curious about me: http://atos.wmid.amu.edu.pl/~mbork/cgi-bin/wiki.cgi/About_me
+
My name is Marcin Borkowski.  Here is the link to my personal webpage (mostly in Polish, sorry;)), in case you are curious about me: http://atos.wmid.amu.edu.pl/~mbork/cgi-bin/wiki.cgi/About_me.
 +
 
 +
== ConTeXt problems ==
 +
Since I am a ConTeXt beginner, I have ''lots'' of problems using it.  I'm putting the unsolved ones here since this is easier to find than in the list archives.  (Also, maybe someone will help;)?)
 +
=== Multicolumn itemizations ===
 +
Some of them are connected with multicolumn itemizations, which seem to be somehow broken.  Maybe someone knows what's wrong with this?  The [intro] option doesn't work.
 +
<texcode>
 +
\starttext
 +
\dorecurse{12}{%
 +
  This is some intro (\recurselevel).
 +
  \startitemize[n,packed,joinedup,columns,two,intro]
 +
  \dorecurse{8}{\item This is an item.}
 +
  \stopitemize
 +
}%
 +
\stoptext
 +
</texcode>
 +
It works neither in MkII nor in MkIV, though the output is wring in two different ways (at least in the online ConTeXt as of 2008-11-05).
 +
 
 +
Also, is it possible to insert manually a column break in multicolumn itemizations?

Revision as of 10:42, 5 November 2008

My name is Marcin Borkowski. Here is the link to my personal webpage (mostly in Polish, sorry;)), in case you are curious about me: http://atos.wmid.amu.edu.pl/~mbork/cgi-bin/wiki.cgi/About_me.

ConTeXt problems

Since I am a ConTeXt beginner, I have lots of problems using it. I'm putting the unsolved ones here since this is easier to find than in the list archives. (Also, maybe someone will help;)?)

Multicolumn itemizations

Some of them are connected with multicolumn itemizations, which seem to be somehow broken. Maybe someone knows what's wrong with this? The [intro] option doesn't work.

\starttext
\dorecurse{12}{%
  This is some intro (\recurselevel).
  \startitemize[n,packed,joinedup,columns,two,intro]
  \dorecurse{8}{\item This is an item.}
  \stopitemize
}%
\stoptext

It works neither in MkII nor in MkIV, though the output is wring in two different ways (at least in the online ConTeXt as of 2008-11-05).

Also, is it possible to insert manually a column break in multicolumn itemizations?