Tagged Questions
5
votes
1answer
58 views
Set the width of every columns of a table in ConTeXt
Sometimes, I need such a table whose column widths should be equal with each other. Here is an example:
Name Email
John john1989@gmail.com
Bill bill1990@outlook.com
Tim ...
1
vote
0answers
185 views
How to float/wrap figures in ConTeXt?
I have a simple two column document in ConTeXt. I tried to float/wrap the figures within text with `placefigure`, but it inserts the figures exactly where they are. This will leave a empty space in ...
2
votes
1answer
119 views
How to place text between two columns and which breaks the rule dividing them in ConTeXt?
I have two paragraphs of instructions and I need to indicate to readers that they have a choice of one or another. I am using this code, to put the data into different columns, with a line between:
...
4
votes
0answers
92 views
Why is a page break added at the end of a column set in ConTeXt?
I have a document containing some 1-column and 2-column passages, mixed, e.g.:
This sentence has no column-
s.
This part of are balanced
the document such that t-
has two col- he lines are
...
3
votes
1answer
213 views
ConTeXt two columns two margins
I have two columns and I want to have some pictures in margin. I want in left column pictures in left margin and in right column pictures in right margin. It this possible in ConTeXt? This is minimal ...