[NTG-context] preventing column break after section title

2024-04-18 Thread Peter Münster
Hi, How could I prevent a column break after the second section title please? Minimal example: \starttext \startcolumns[n=2] \section{title 1} \dorecurse{22}{bla\par} \section{title 2} % Here starts a new column. \startitemize \dorecurse{15}{\item bla} \stopitemize \stopcolumns

[NTG-context] Re: Visually balanced columns

2024-03-27 Thread Wolfgang Schuster
to disable gridfitting for startcolumns, but it produces a completely distorted output. The pagecolumns environment supports bottom aligned content. \setupwhitespace[medium] \setupalign[depth] \starttext \startpagecolumns \dorecurse{20}{\samplefile{jojomayer}\par} \stoppagecolumns \stoptext Wolfgang

[NTG-context] Visually balanced columns

2024-03-27 Thread Alexey Kryukov
there are in each column and how exactly they are aligned. If I understand correctly, that's how the multicols environment in LaTeX works, and that's how old-multicolumns worked -- but this module seems to be no longer supported in lmtx. I tried to disable gridfitting for startcolumns, but it produces

[NTG-context] Re: ck hyphenation in old German orthography

2024-03-18 Thread Hraban Ramm
\mainlanguage[deo] \setuplanguage[deo][    hyphenmin=4,    lefthyphenmin=2,    righthyphenmin=2, ] \starttext \hyphenatedfile{aesop-de} \startcolumns Funktioniert die Trennung? Heckeneckenzecken \samplefile{aesop-de} \stopcolumns \stoptext Just as a start, the languages manual provides more

[NTG-context] Re: ck hyphenation in old German orthography

2024-03-17 Thread Wolfgang Schuster
][   hyphenmin=4,   lefthyphenmin=2,   righthyphenmin=2, ] \starttext \hyphenatedfile{aesop-de} \startcolumns Funktioniert die Trennung? Heckeneckenzecken \samplefile{aesop-de} \stopcolumns \stoptext Just as a start, the languages manual provides more details about hyphenation. \startexceptions[de

[NTG-context] ck hyphenation in old German orthography

2024-03-17 Thread Hraban Ramm
, ] \starttext \hyphenatedfile{aesop-de} \startcolumns Funktioniert die Trennung? Heckeneckenzecken \samplefile{aesop-de} \stopcolumns \stoptext ___ If your question is of interest to others as well, please add

[NTG-context] Re: \startcolumns and \startcolumnset

2024-02-09 Thread Jeong Dal via ntg-context
Dear Otared, Thank you for testing. I run the sample after changing the column command to ‘\startsimplecolumns … \stopsimplecolumns’. I got the same result as your output. And it is same as the result using \startcolumns … \stopcolumns. If ‘\vfill’ works, then it is OK for me, but it isn’t

[NTG-context] Re: \startcolumns and \startcolumnset

2024-02-08 Thread Otared Kavian
first item located at the end of the page.However, \vfill works, so I managed the items evenly spaced vertically.If I use “\startcolumns”, then I have the following problems: 1. \vfill doesn’t works, but \blank[] works. So, it isn’t easy to locate the items evenly spaced vertically.Here are sampl

[NTG-context] \startcolumns and \startcolumnset

2024-02-08 Thread Jeong Dal via ntg-context
works, so I managed the items evenly spaced vertically.If I use “\startcolumns”, then I have the following problems: 1. \vfill doesn’t works, but \blank[] works. So, it isn’t easy to locate the items evenly spaced vertically.Here are sample code and its outputs of two cases for comparison.Any

[NTG-context] Footnotes on the bottom of the column's current page, instead of the columns' end

2023-10-25 Thread Juliano David Hilario
eargument] \setupnotation[question][counter=] \startdocument \startcolumns[n=2, balanced] \dorecurse{19}{ \question{1. This is a question for discussion. I wished it was on the current page instead of the end} \input{knuth} } \stopcolumns \stopdocument mwe.pdf Description: Adobe PDF

[NTG-context] Problems with line numbered program listings

2023-10-04 Thread Bruce Horrocks
is created. \definetyping[MyTyping][style=\tt] \typefile[MyTyping][numbering=line]{three_lines.txt} Still works if used in a column \startcolumns \typefile[MyTyping][numbering=line]{three_lines.txt} \column :-) \stopcolumns \blank But doesn't work if used in tabulate \starttabulate[|p|p|] \NC \typefil

[NTG-context] Bug? Text following columns at end of page goes into footer not next page

2023-09-30 Thread Bruce Horrocks
Two column text that ends near the foot of a page can push the next line into the footer rather than starting a new page. MWE for ConTeXt ver: 2023.09.26 18:19 LMTX :- \setuppapersize [A4] \showframe \starttext Knuth in knolumns \dorecurse{30}{\crlf} \startcolumns \input knuth \stopcolumns

[NTG-context] Parallel columns using start/stop setups

2023-08-08 Thread Thangalin
with a general-purpose solution (i.e., the prose itself is not changed). Here are a few examples. In the first, a "concurrent" environment is created with two "timelines": % SOT \definestartstop[concurrent][ before={\startcolumns[n=2, align={verytolerant,stretch}, separator=rule]},

[NTG-context] error in column sets

2023-06-19 Thread Henning Hraban Ramm via ntg-context
} \stopcolumnset \stoptext Also I seem to remember that column sets would enforce grid mode, but they clearly don’t. (BTW the old \startcolumns mode works better than I remembered.) Hraban ___ If your question is of interest

[NTG-context] https://wiki.contextgarden.net/Enumerations problem

2023-04-15 Thread Jim via ntg-context
In https://wiki.contextgarden.net/Enumerations there is this example: % \setupwhitespace[big] \definesymbol[1][$\triangleright$] \startcolumns {\bf joinedup:}\par before \startitemize[joinedup] \item

[NTG-context] Bug in columns

2023-03-15 Thread 李延瑞
Hi, There are some footnotes in my text. When I use \startcolumns...\stopcolumns, the locations of footnotes are not right. Please see the followging sample: \starttext If there is a footnote here\footnote{It's a footnote!}. \startcolumns[n=2] \input knuth \column \input knuth \stopcolumns

[NTG-context] Indenting next multi paragraph description

2023-02-23 Thread Alex Leray via ntg-context
={\vskip-\parskip}, width=3em, hang=3, ] \definedescription[answer][ before={\vskip-\parskip}, after={\vskip-\parskip}, width=3em, hang=3, indenting={yes, 3em, next}, % Does nothing indentnext=yes, % Does nothing too ] \starttext \startcolumns[n=2] \startquestion{(T.C

Re: [NTG-context] Floating Figure in framed-environment

2022-10-19 Thread Oliver Sieber via ntg-context
er evolved or not. > > \placefigure > [][fig:church] > {Stephanus Church.} > {\externalfigure[ma-cb-24][width=.4\textwidth]} > > \stopprettyblock > \setupindenting[next] > Below, we have two separate columns; but up here, for the nonce, we have but > the one. > > \star

Re: [NTG-context] Floating Figure in framed-environment

2022-10-19 Thread Ursula Hermann via ntg-context
humans had ever evolved or not. \placefigure [][fig:church] {Stephanus Church.} {\externalfigure[ma-cb-24][width=.4\textwidth]} \stopprettyblock \setupindenting[next] Below, we have two separate columns; but up here, for the nonce, we have but the one. \startcolumns [n=2] Text, text, text \dots

Re: [NTG-context] [Bug] Two-column text: Larger top spacing in inline images

2022-06-27 Thread Max Chernoff via ntg-context
. Lorem ipsum. Lorem ipsum. Lorem ipsum. Lorem ipsum. \startMPcode draw fullcircle scaled 1cm; \stopMPcode\ Lorem ipsum. Lorem ipsum. Lorem ipsum.} \starttext \example \startcolumns[grid=off] \example \stopcolumns \stoptext -- Max

[NTG-context] [Bug] Two-column text: Larger top spacing in inline images

2022-06-26 Thread Marcin Ciura via ntg-context
. \startMPcode draw fullcircle scaled 1cm; \stopMPcode\ Lorem ipsum. Lorem ipsum. Lorem ipsum.} \starttext \example \startcolumns \example \stopcolumns \stoptext Best regards, Marcin Ciura ___ If your question

Re: [NTG-context] overfull gone?

2022-06-07 Thread Steffen Wolfrum via ntg-context
. >> Is this command (\version[temporary]) gone?? >> Please have a look at the example below: no overfull indicator ... >> Steffen >> --- >> \setuppapersize[A6] >> \setupexternalfigures[location={default}] >> %\version[temporary] >> \overfullrule3

Re: [NTG-context] overfull gone?

2022-05-28 Thread Hans Hagen via ntg-context
... Steffen --- \setuppapersize[A6] \setupexternalfigures[location={default}] %\version[temporary] \overfullrule30\points% < BLACK BOX? \starttext \startcolumns[n=3] % Overfull lines will have slugs in colum margins. \input linden % Underfull hboxes get no warning x \stopcolu

[NTG-context] overfull gone?

2022-05-28 Thread Steffen Wolfrum via ntg-context
[location={default}] %\version[temporary] \overfullrule30\points% < BLACK BOX? \starttext \startcolumns[n=3] % Overfull lines will have slugs in colum margins. \input linden % Underfull hboxes get no warning x \stopcolumns \stopt

[NTG-context] is \version[temporary] still alive?

2022-05-22 Thread Steffen Wolfrum via ntg-context
successfully placed floats \placefigure[here][fig1]{First windmill}{ \externalfigure[mill][width=1cm] } \placefigure[here][fig2]{Second windmill}{ \externalfigure[mill][width=1cm] } \startcolumns[n=3] % Overfull lines will have slugs in colum margins. \input linden % Underful

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
supported by fund \recurselevel.}}} \endgraf Me\dorecurse{10}{\expanded{\email{\tt my.name@mailbox.\recurselevel.com }}\high{,}}\note[address][fst]\high{,}\note[address][snd]\high{,}\note[address][thd] \endgraf \placenotes[address] \blank[medium] \startcolumns\hyphenpenalty1000

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
still don't know why this \kern macro won't have any effect if it's inside a token or a \startsetup. On Wed, May 18, 2022 at 4:56 PM Ross wrote: > Hi Massi, > > You are a champion! > > On Wed, May 18, 2022 at 4:41 PM mf wrote: > >> I hope I got the point now: &g

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
Hi Massi, You are a champion! On Wed, May 18, 2022 at 4:41 PM mf wrote: > I hope I got the point now: > > ... > \startcolumns > > \the\titlefootnotes > > \kern-\rawcountervalue[address]\lineheight % dirty trick > > test\footnote{test} > > \input knuth > &

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread Ross via ntg-context
dress > > {\setnotetext[address][#1]{\namedaddressparameter{#1}{name}}} > > > > > > \starttext > > > > > > > > \defineaddress[fst][name={Name of Institute or Affiliation, City, > Country}] > > \defineaddress[snd][name={Name of Secondary Instit

Re: [NTG-context] Can I just put a footnote without marking in the main text?

2022-05-18 Thread mf via ntg-context
ntry}] \processcommacommand[fst,snd]\useaddress The Title\thanks{Work supported by somebody.} Me\email{myemail@some.where}\high{,}\note[address][fst]\high{,}\note[address][snd] \placenotes[address] \blank[medium] \startcolumns \the\titlefootnotes %\setcounter[footnote][0] % why it's neces

[NTG-context] Can I just put a footnote without marking in the main text?

2022-05-17 Thread Zhichu Chen via ntg-context
[snd] \placenotes[address] \blank[medium] \startcolumns \the\titlefootnotes %\setcounter[footnote][0] % why it's necessary to set the counter outside the token if I define [putjustnote] as [footnote]? test\footnote{test} \input knuth \stopcolumns \stop

[NTG-context] \placenotes ends up in wrong place when mixing one- and two- column layouts.

2022-05-10 Thread Zhichu Chen via ntg-context
) and the authors may have email addresses. If I use \note[thanks] and \note[email] to do that, only the markers are shown. That's expected. So I tried to put \postponenotes before the title and insert\placenotes[thanks] and \placenotes[email] after \startcolumns. The notes did show up

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
Dear Hans, I can use "\blank[9cm]” in column mode but I have to adjust the value to make space evenly. Since it was working well last December, I guess that there is something changed in \startcolumns … \stopcolumns after last December. Thank you. Best regards, Dalyoung > 2022. 4.

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
while it provides the same vertical spaces properly not in column mode. The following code is compiled well but no vertical spaces between items. If I comment out \startcolumns … \column … \stopcolumns, it provides the same vertical spaces for each items. \starttext \startco

Re: [NTG-context] right item marks for associative questions?

2022-04-11 Thread śrīrāma via ntg-context
t,frame=off]{(#1)}} \defineenumeration [aitem] \setupenumeration [aitem] [text=, alternative=empty, headstyle=normal, width=fit, align=flushright, closesymbol={\getnumber[aitem]}, closecommand=\aitemcmd] \starttext \startcolumns[distance=1cm]

[NTG-context] Fwd: \vfill doesn't work in this example

2022-04-11 Thread Taco Hoekwater via ntg-context
> But this example doen’t add spaces after first item. > How to locate the two subitems evenly spaced in vertically? > > Thank you for reading. > > Best regards, > > Dalyoung > > > %% > \starttext > \startcolumns[n=2] > \startitemize[n] > \item

[NTG-context] intercolumn pull quotes typesetting

2022-03-13 Thread Garulfo via ntg-context
Hi all, what would be the prefered way to typeset pull quotes (with \startcolumns or even \startcolumnset if needed) between 2 columns. Examples: https://tex.stackexchange.com/questions/45709/how-do-you-create-pull-quotes https://www.societal.fr/sites/societal/files/old_site/societal-46-6

[NTG-context] intercolumn pull quotes typesetting

2022-03-13 Thread Garulfo via ntg-context
Hi all, what would be the prefered way to typeset pull quotes (with \startcolumns or even \startcolumnset if needed) between 2 columns. Examples: https://tex.stackexchange.com/questions/45709/how-do-you-create-pull-quotes https://www.societal.fr/sites/societal/files/old_site/societal-46-6

Re: [NTG-context] How to stop columns from splitting up items in a list?

2022-01-29 Thread Bruce Horrocks via ntg-context
list in three columns. The problem is, if there > is an item with a somewhat long description, it can be split across columns. > See the example below: > > \starttext > \startcolumns[n=3]% > \startitemize[1]% > \item pizza cutter >

[NTG-context] How to stop columns from splitting up items in a list?

2022-01-29 Thread Joel via ntg-context
be split across columns. See the example below: \starttext    \startcolumns[n=3]%    \startitemize[1]% \item pizza cutter \item a word processor (or notebook paper) \stopitemize% \stopcolumns%\stoptext In the example, it split the second item across

[NTG-context] What is the proper way to define many different list types in a document?

2022-01-24 Thread Joel via ntg-context
%prompt \definesymbol[bighand][{{☞}}] \define[1]\prompt{%     \setupitemize[symbol=bighand]     \startitemize         {\it #1}     \stopitemize }% \prompt{What did you learn about today?} %vocabulary \startcolumns[n=3]\startitemize[n] \item word1 \item word2 \item word3 \stopitemize\stopcolumns

Re: [NTG-context] local notes, "serried" (paragraph) or column style.

2022-01-03 Thread Youssef Cherem via ntg-context
\afiliação{asdf} Author 2\afiliação{asdf} \dorecurse{5}{\afiliação{Nota explicativa.}} \startcolumns[n=3] \placenotes[afiliação] \stopcolumns %} % end local notes \blank[big] This footnote will disapear completely if I use localnotes and don’t enclose them.\footnote{Where does it go

Re: [NTG-context] aligning Malayalam horizontally across column

2022-01-01 Thread Ajith R via ntg-context
a few > > rough edges for which I need help. This is the second problem I > > face. > > > > I have some 300 group of short sentences placed in five columns > > using \startcolumns[n=5] > > \input aCharTable.tex > > \stopcolumns > > > >

Re: [NTG-context] aligning Malayalam horizontally across column

2022-01-01 Thread Hans Hagen via ntg-context
sentences placed in five columns using \startcolumns[n=5] \input aCharTable.tex \stopcolumns The aCharTex generated by a shell script contains the 300 plus commands with the structure \tfa{ \bold{variable} \par (12 - 0.13) } \blank The problems are that - a) the group, with the two short paras

[NTG-context] aligning Malayalam horizontally across column

2021-12-31 Thread Ajith R via ntg-context
Hi, I am trying to prepare a moderate sized document in Malayalam using Context. Overall I have been successful. However, there are a few rough edges for which I need help. This is the second problem I face. I have some 300 group of short sentences placed in five columns using \startcolumns[n=5

Re: [NTG-context] local notes, "serried" (paragraph) or column style.

2021-12-29 Thread Youssef Cherem via ntg-context
for text notes (they do work for notes at the bottom). > > > > […] > > > > \placelocalnotes[afiliação] > > Maybe this helps: > > \startcolumns [n=3] > \placelocalnotes[afiliação] > \stopcolumns > > Marco > > __

Re: [NTG-context] local notes, "serried" (paragraph) or column style.

2021-12-29 Thread Marco Patzer via ntg-context
to > work for text notes (they do work for notes at the bottom). > > […] > > \placelocalnotes[afiliação] Maybe this helps: \startcolumns [n=3] \placelocalnotes[afiliação] \stopcolumns Marco ___ If your

[NTG-context] \startcolumnset ... \stopcolumnset fatal error: return code 11

2021-12-16 Thread Jeong Dal via ntg-context
ure[directory={/Users/graph/Documents/figures,}] \headTitle{2021. 12. 9.}{Set Theory}{Final Exam} \usemodule[newcolumnsets] \starttext %\startcolumns[rule=on,n=2,leftframe=on] \startcolumnset[exam] \startitemize[n] \item The first problem. \vfill \column \item The second problem. \vf

[NTG-context] inserts and columns

2021-12-10 Thread Henning Hraban Ramm via ntg-context
I stumbled upon a curious problem: """ \starttext Some text\footnote{with a footnote} \startcolumns \samplefile{knuth} \samplefile{knuth} \stopcolumns \samplefile{knuth} \stoptext """ The footnote is typeset after the columns, not at the bottom of the page,

[NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
Dear all, I made an exam form by the help of the experts in this list. However, it was not working after recent update. Here is a code which I made for the test. If I use “\startcolumns \stopcolumns”, then it has no problem. But using “\startcolumnset[exam] … \stopcolumnset” produces error

Re: [NTG-context] Incorrect rendering in Devanagari forms in some fonts

2021-09-01 Thread kauśika cittūr via ntg-context
egular] > [features=devanagari-two] > \definefontsynonym > [SerifBold] > [name:shobhikabold] > [features=devanagari-two] > \stoptypescript > > \starttypescript [shobhika] > \definetypeface [shobhika] [rm] [serif] [shobhika] > \stoptypesc

[NTG-context] Incorrect rendering in Devanagari forms in some fonts

2021-09-01 Thread kauśika cittūr via ntg-context
] \stoptypescript Below is the test file I am using to demonstrate the problem: \setupbodyfont[shobhika] \starttext \startcolumns ट्रा ट्रि ट्री ट्रु द्रू ट्रे ट्रै ट्रो ट्रौ ठ्रा ठ्रि ठ्री ठ्रु ठ्रू ठ्रे ठ्रै ठ्रो ठ्रौ ड्रा ड्रि ड्री ड्रु ड्रू ड्रे ड्रै ड्रो ड्रौ ढ्रा ढ्रि ढ्री ढ्रु ढ्रू ढ्रे ढ्रै ढ्रो

[NTG-context] Bug with mathalignment and columns

2021-08-23 Thread Jack Hill via ntg-context
Hi, When a mathalignment is started at the end of a multi-column page ConTeXt places it at the start of the previous second column instead of placing it on a new page. Here's my code to test: \starttext \startcolumns[n=4] \startluacode lorum = "Lorum ipsum dolor sit amet. " for i

Re: [NTG-context] Footnotes in columns

2021-08-12 Thread Henning Hraban Ramm via ntg-context
> with fresh LMTX footnotes are still missing in \startcolumns as Clyde > reported: > > \starttext > \startcolumns > \input knuth\footnote{D. E. Knuth} > \stopcolumns > \stoptext > > Tried columnsets. Footnotes are overlapping text and some text at the co

[NTG-context] How to place text before a table inside a column environment

2021-07-22 Thread Michael Guravage
][2][width=3cm, align=middle] \setupTABLE[c][each][frame=off] \stopsetups \switchtobodyfont[10pt] \starttext \doifmode{title}{\title{Rooster}} \startcolumns[n=2] \bTABLE[split=yes, setups=tablesettings] \dorecurse{75}{\bTR \bTD 25 \eTD \bTD aug, wo \eTD \bTD Lecture \eTD \eTR

[NTG-context] dictionary example

2021-06-12 Thread jbf
] \starttext \startsubject[title={A}] \startsubsubject[marking={Term 1}] \startcolumns \startdes{term 1}1. bla. 2. bla bla 3. bla bla bla. {\em adjective}. \textbullet\hskip 2pt \input weisman \rightarrow {\bf something else}. \stopdes \stopsubsubject \startsubsubject[marking={Term 2}] \startdes

[NTG-context] Expanding a figure into the second column

2021-05-16 Thread Jeroen
I have the following MWE whereby the figure nicely fits the first column. If I now have a picture with more details and want to expand it partially into the second column, it will not work with width=1.5\textwidth , is there a simple way to achieve this? \starttext \startcolumns[n=2] \input

Re: [NTG-context] clubs and widows in columns

2021-04-27 Thread Jano Kula
st. > > > > \setuppapersize[A7] > > \starttext > > \startcolumns[separator=rule, > >align={right,nothyphenated}] > > \dorecurse{12}{→ one two three four five\par} > > \stopcolumns > > \stoptext > > > > For a different task:

Re: [NTG-context] clubs and widows in columns

2021-04-26 Thread mf
Il 25/04/21 22:19, Jano Kula ha scritto: Dear list, is there a way to avoid clubs and widows in columns? I don't know, how it would be implemented, if the task is splitting typeset vertical list. \setuppapersize[A7] \starttext \startcolumns[separator=rule,               align={right

[NTG-context] clubs and widows in columns

2021-04-25 Thread Jano Kula
Dear list, is there a way to avoid clubs and widows in columns? I don't know, how it would be implemented, if the task is splitting typeset vertical list. \setuppapersize[A7] \starttext \startcolumns[separator=rule, align={right,nothyphenated}] \dorecurse{12}{→ one two three four

[NTG-context] Multiple Layouts

2021-03-13 Thread Jeroen
in een geautomatiseerd gegevensbestand en/of openbaar gemaakt in enige vorm of op enige wijze, hetzij elektronisch, mechanisch, door fotokopieën, opnamen of op enige andere manier zonder voorafgaande schriftelijk bevestigde toestemming van Publisher. \stopalignment \stopmakeup \startcolumns[2

[NTG-context] (no subject)

2021-03-13 Thread Jeroen
in een geautomatiseerd gegevensbestand en/of openbaar gemaakt in enige vorm of op enige wijze, hetzij elektronisch, mechanisch, door fotokopieën, opnamen of op enige andere manier zonder voorafgaande schriftelijk bevestigde toestemming van Publisher. \stopalignment \stopmakeup \startcolumns[2

Re: [NTG-context] Footnotes in columns

2021-03-06 Thread Jano Kula
Hello Hans, with fresh LMTX footnotes are still missing in \startcolumns as Clyde reported: \starttext \startcolumns \input knuth\footnote{D. E. Knuth} \stopcolumns \stoptext Tried columnsets. Footnotes are overlapping text and some text at the column break disappeared: \starttext

[NTG-context] Is old-multicolumns module still supported?

2021-02-03 Thread Martin Bruchanov (BruXy)
Hi guys, I have updated to the mtx-context to the current version: 2021.02.02 15:49 and startcolumns is throwing errors about not defined (>> \startcolumns[n=2]) I have found m-old-multicolumns.mkiv in the ConTeXt directory. Not sure if it is deprecated, but if yes, my motivation

[NTG-context] Footnotes in columns

2021-01-25 Thread Clyde Johnston
I can no longer print the footnotes when I using columns in LTMX. If I remove the \{start|stop}columns, it works fine. This works on my old MKIV 2018.07.02 14:39 version. \setupcolumns[n=2,rule=off,balance=no] \starttext \startcolumns \input ward\footnote{A small footnote here

[NTG-context] Tables in multiple columns?

2020-11-16 Thread Bruce Horrocks
There's an example in the Wiki on how to put a table into multiple columns that no longer works in LMTX (version 2020.11.05 23:01). <https://wiki.contextgarden.net/TABLE#Tables_in_multiple_columns> \starttext \startcolumns[n=3] \bTABLE \dorecurse{21} {\bTR \bTD a\eTD \bTD b \eTD \eTR} \

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Hans Hagen
On 10/14/2020 6:58 PM, Jan U. Hasecke wrote: Hi, how can I get a graphic that floats left or right from the text in columns or columnsets? \starttext \startcolumns[2] \placefigure[left, high, none]{} {\externalfigure[dummy][width=3em]} \input ward \input ward \stopcolumns

[NTG-context] text surrounding graphic in columns

2020-10-14 Thread Jan U. Hasecke
Hi, how can I get a graphic that floats left or right from the text in columns or columnsets? \starttext \startcolumns[2] \placefigure[left, high, none]{} {\externalfigure[dummy][width=3em]} \input ward \input ward \stopcolumns \blank \placefigure[left, high, none

[NTG-context] columns yet again

2020-09-13 Thread Thomas A. Schmitz
% needed, otherwise last line is not indented correctly \stoplinenumbering \column Two \stopcolumnset \stoptext 3. Same example without the first line: line numbers, but width is ignored; both columns are of width 0.5\textwidth. 4. page columns: always start at new page. 5. \startcolumns: like 3

Re: [NTG-context] Column not Balancing, Footnote is Missing

2020-09-08 Thread Wolfgang Schuster
. % \usemodule[ipsum] \setupfootnotes[location=page,rule=on,bodyfont=8.5pt] \setupcolumns [n=2,balance=yes,blank=line] \starttext \chapter{Footnote Test — \contextversion} \startcolumns \ipsum Cursus metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Id aliquet risus

[NTG-context] Column not Balancing, Footnote is Missing

2020-09-07 Thread Art Chimes
[location=page,rule=on,bodyfont=8.5pt] \setupcolumns [n=2,balance=yes,blank=line] \starttext \chapter{Footnote Test — \contextversion} \startcolumns \ipsum Cursus metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Id aliquet risus feugiat in ante metus dictum at tempor.\footnote

Re: [NTG-context] white-space after section-head in columns

2020-07-15 Thread Lukas/ConTeXt
Hello Peter, playing with "grid" option within \setuplayout and \setuphead might help - see: \setuplayout[grid=no] \setuphead[section][grid=no] \starttext \startsection[title=Space is ok here] \input tufte \stopsection \blank \startcolumns[n=2] \startsection

Re: [NTG-context] white-space after section-head in columns

2020-07-15 Thread Wolfgang Schuster
is ok here] \input tufte \stopsection \startcolumns[n=2] \startsection[title=Too much white-space here] \input tufte \stopsection \setuphead[section][after=\vskip-2ex] \startsection[title=Space is ok here with workaround] \input tufte \stopsection \stopcolumns \stoptext --8<-

[NTG-context] white-space after section-head in columns

2020-07-15 Thread Peter Münster
Hi, What is the right way please to get normal white-space after a section in columns, i.e. not too much? Example, that shows the problem: --8<---cut here---start->8--- \starttext \startsection[title=Space is ok here] \input tufte \stopsection \startc

[NTG-context] Bug in lmtx or wrong setup?

2020-06-09 Thread Jan U. Hasecke
Hi all, I encountered a very strange problem. I want to have section headlines expanding the whole textarea, but the following copy text of the section shall be typeset in columns. I have this setup and it works fine. \setuphead [section] [ insidesection=\startcolumns, aftersection

[NTG-context] Columns: rule=on not working?

2020-05-22 Thread context
Hello, the following code doesn't produce vertical rule between columns: \starttext \startsimplecolumns[n=2,rule=on] \input knuth \stopsimplecolumns \blank \startcolumns[rule=on] \input knuth \column \input knuth \stopcolumns \stoptext My fault? Bug? Best

Re: [NTG-context] Text to be placed into the free space after columns and end of the page

2020-05-22 Thread context
bellow is a minimalistic version ("abcd" stands for colofon). Best regards, Lukas On 2020-05-20 16:38, cont...@vivaldi.net wrote: Hello, suppose the minimal example: \showboxes \starttext \startcolumns[n=2,balance=no,] \input knuth \stopcolumns \vfill abcd

Re: [NTG-context] Columns: rule=on not working?

2020-05-22 Thread Wolfgang Schuster
cont...@vivaldi.net schrieb am 22.05.2020 um 14:54: Hello, the following code doesn't produce vertical rule between columns: \starttext   \startsimplecolumns[n=2,rule=on]     \input knuth   \stopsimplecolumns   \blank   \startcolumns[rule=on]     \input knuth     \column

Re: [NTG-context] Text to be placed into the free space after columns and end of the page

2020-05-21 Thread context
version ("abcd" stands for colofon). Best regards, Lukas On 2020-05-20 16:38, cont...@vivaldi.net wrote: Hello, suppose the minimal example: \showboxes \starttext \startcolumns[n=2,balance=no,] \input knuth \stopcolumns \vfill abcd \stoptext This produce

Re: [NTG-context] Text to be placed into the free space after columns and end of the page

2020-05-21 Thread Aditya Mahajan
; and the code presented bellow is a minimalistic version ("abcd" stands for colofon). Best regards, Lukas On 2020-05-20 16:38, cont...@vivaldi.net wrote: Hello, suppose the minimal example: \showboxes \starttext \startcolumns[n=2,balance=no,] \input knuth \stopcolumn

[NTG-context] Text to be placed into the free space after columns and end of the page

2020-05-20 Thread context
Hello, suppose the minimal example: \showboxes \starttext \startcolumns[n=2,balance=no,] \input knuth \stopcolumns \vfill abcd \stoptext This produces two page document with columns on the first page and text "abcd" on the second. But - I want the

Re: [NTG-context] Styling of included buffers or files

2020-05-18 Thread Wolfgang Schuster
now that I can do something like this: \startcolumns \getbuffer[Muenchen] \stopcolumns Or do something with \defineparagraph Is it somehow possible to apply styles to all buffers that gets included via \getbuffer by defining a special getbuffer-style? \setupbuffer has before and after keys

Re: [NTG-context] Styling of included buffers or files

2020-05-17 Thread Marco Patzer
that I can do something like this: > > \startcolumns > \getbuffer[Muenchen] > \stopcolumns > > Or do something with \defineparagraph > > Is it somehow possible to apply styles to all buffers that gets > included via \getbuffer by defining a special getbuffer-style? \setupbuff

[NTG-context] Styling of included buffers or files

2020-05-17 Thread Jan U. Hasecke
Hi all, I am currently writing a text where I want to include text snippets either by including files or including buffers. What is the best way to style all these included buffers? I know that I can do something like this: \startcolumns \getbuffer[Muenchen] \stopcolumns Or do something

[NTG-context] unwanted vertical spaces after sectionhead in column layout

2020-05-02 Thread Damien Thiriet
\startcolumns [n=3] \startsubject[title={blabla}] \input knuth \stopsubject \stopcolumns \stoptext Greetings, Damien Thiriet (missing BachoTeX) ___ If your question is of interest to others as well, please add an entry

[NTG-context] balance=yes eats up footnote in one-line column

2020-04-22 Thread Joey McCollum
example demonstrating this follows: \starttext \startcolumns[n=2] A single line of text with balancing.\footnote{Footnote dropped in column balancing.} \stopcolumns \stoptext I typeset this using ConTeXt version 2020.03.10 (from the TeXLive 2020 distribution). Clearly, the situation I described

Re: [NTG-context] LMTX running on macOS Catalina; fuzzy paragraphs; unwanted whitespace

2020-03-23 Thread T. Kurt Bond
dy appears when I put \startcolumns[n=2] before the > > body text and \stopcolumns after it. Here's the MWE, just slightly > > modified from your example: > > > > begin example > > [...] > > end example > > The old columns environment was replaced a w

Re: [NTG-context] LMTX running on macOS Catalina; fuzzy paragraphs; unwanted whitespace

2020-03-23 Thread Wolfgang Schuster
T. Kurt Bond schrieb am 23.03.2020 um 16:50: It turns out that the extra whitespace before and after the section headers in the body appears when I put \startcolumns[n=2] before the body text and \stopcolumns after it.  Here's the MWE, just slightly modified from your example: begin

Re: [NTG-context] LMTX running on macOS Catalina; fuzzy paragraphs; unwanted whitespace

2020-03-23 Thread T. Kurt Bond
It turns out that the extra whitespace before and after the section headers in the body appears when I put \startcolumns[n=2] before the body text and \stopcolumns after it. Here's the MWE, just slightly modified from your example: begin example \setuphead [chapter,section,subsection

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2020-01-07 Thread Hans Hagen
On 1/7/2020 1:26 PM, Oliver von Criegern wrote: Using \definepagecolumns[xyz][n=2] instead of \setupcolumns[n=2] and \startpagecolumns[xyz] etc. instead of \startcolumns etc. seems to do what I want, except that the columns of the last page aren't balanced any more. Anyway, pagecolumns seems

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2020-01-07 Thread Oliver von Criegern
Using \definepagecolumns[xyz][n=2] instead of \setupcolumns[n=2] and \startpagecolumns[xyz] etc. instead of \startcolumns etc. seems to do what I want, except that the columns of the last page aren't balanced any more. Anyway, pagecolumns seems to be experimental. The manual says "Don't use

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2019-12-18 Thread Oliver von Criegern
\startcolumns \startlinenumbering \marking[Test]{ONE}ONE \dorecurse{12}{\getbuffer}\par \marking[Test]{TWO}TWO \dorecurse{29}{\getbuffer}\par \marking[Test]{THREE}THREE \dorecurse{12}{\getbuffer}\par \stoplinenumbering \stopcolumns \stoptext In the result, the header of the first page reads &quo

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2019-12-09 Thread Oliver von Criegern
,     method=page,     align=flushright,     ] \definemarking[Test] \setupheadertexts[{\fetchmark[Test][top] -- \fetchmark[Test][bottom]}] \startbuffer \dorecurse{12}{words } \stopbuffer \starttext \startcolumns \startlinenumbering \marking[Test]{ONE}ONE \dorecurse{12}{\getbuffer}\par \marking

[NTG-context] Line numbering in two column layout conflicts with marking

2019-12-02 Thread Oliver von Criegern
[{\fetchmark[Test][top] -- \fetchmark[Test][bottom]}] \startbuffer \dorecurse{12}{words } \stopbuffer \starttext \startcolumns \startlinenumbering \marking[Test]{ONE}ONE \dorecurse{12}{\getbuffer}\par \marking[Test]{TWO}TWO \dorecurse{29}{\getbuffer}\par \marking[Test]{THREE}THREE \dorecurse{12}{\getbuffer

Re: [NTG-context] Cross references to column numbers

2019-11-15 Thread Taco Hoekwater
enting this, but I am afraid it does not work properly, at >> least not if there are several targets following one after another. >> >> Consider this example: >> >> >> \setupcolumns[ >> n=2, >> ] >> \setuplinenumbering[ >> step=5, &g

Re: [NTG-context] Cross references to column numbers

2019-11-15 Thread Oliver von Criegern
, ] \def\Lab#1{% \pagereference[#1]% \pagereference[column:#1]% \someline[#1]% } \def\Ref#1{ page \at[#1], column \doifelsereferencefound{column:#1}{\number\referencecolumnnumber}{}, line \inlinerange[#1]. } \starttext \startcolumns \startlinenumbering REFERENCES:\par A: \Ref{A}\par B: \Ref{B}\par C

Re: [NTG-context] no vertical line between columns

2019-11-15 Thread Wolfgang Schuster
Floris van Manen schrieb am 15.11.2019 um 13:57: Using the latest nov 14 version of context i get now separating line between columns. \startcolumns[n=2,rule=on] \input knuth \stopcolumns Has the syntax changed? Use separator=rule, the columns environments uses since a few months

[NTG-context] no vertical line between columns

2019-11-15 Thread Floris van Manen
Using the latest nov 14 version of context i get now separating line between columns. \startcolumns[n=2,rule=on] \input knuth \stopcolumns Has the syntax changed? mtx-context | main context file: /home/vm/data/context/tex/texmf-context/tex/context/base/mkiv/context.mkxl mtx-context

Re: [NTG-context] Cross references to column numbers

2019-11-12 Thread Oliver von Criegern
\at[#1], column \doifelsereferencefound{column:#1}{\number\referencecolumnnumber}{}, line \inlinerange[#1]. } \starttext \startcolumns \startlinenumbering REFERENCES:\par A: \Ref{A}\par B: \Ref{B}\par C: \Ref{C}\par D: \Ref{D}\par E: \Ref{E}\par F: \Ref{F}\par \input lorem TARGETS: \Lab{A} A, \Lab{B

Re: [NTG-context] Custom Footertext

2019-09-29 Thread Jeroen
pcombinedlist[content][level=1] \setupexternalfigures[directory={images}] \startdocument[ metadata:title={MkIV Context Notes}, metadata:subtitle={}, metadata:subject={MkIV Context}, affiliation=Context] \starttext \startfrontmatter \title{MkIV \CONTEXT\ Notes.} \startcolumns[n=2] \input zapf \st

  1   2   3   4   5   6   7   >