Difference between revisions of "User:Mbork"

From Wiki
Jump to navigation Jump to search
(problems - multicolumn itemizations)
(→‎Multicolumn itemizations: motivation (& typos))
Line 4: Line 4:
 
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;)?)
 
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 ===
 
=== 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.
+
Some of them are connected with multicolumn itemizations, which seem to be somehow broken.  Maybe someone knows what's wrong with this?  The <code>[intro]</code> option doesn't work.
 
<texcode>
 
<texcode>
 
\starttext
 
\starttext
Line 15: Line 15:
 
\stoptext
 
\stoptext
 
</texcode>
 
</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).
+
It works neither in MkII nor in MkIV, though the output is wrong 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?
+
Also, is it possible to insert manually a column break in multicolumn itemizations? (This is needed e.g. when some of the items are taller than the other (math formulae!) and I get e.g. 3+1 items in two columns instead of 2+2)

Revision as of 10:44, 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 wrong 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? (This is needed e.g. when some of the items are taller than the other (math formulae!) and I get e.g. 3+1 items in two columns instead of 2+2)