Re: [NTG-context] text flowing around images

2019-02-05 Thread Aditya Mahajan
On Tue, 5 Feb 2019, Wolfgang Schuster wrote: Am 2019-02-04 um 11:10 schrieb Henning Hraban Ramm : Ahoi, in my current project I must include a bunch of illustrations in my layout, and the text should flow around their irregular shapes (side placement in single text column only). I got the

Re: [NTG-context] text flowing around images

2019-02-05 Thread Alan Braslau
ike to > > avoid that (footnotes!). > > > > Best, Hraban > > > > Am 2019-02-04 um 11:10 schrieb Henning Hraban Ramm : > > > > > Ahoi, > > > > > > in my current project I must include a bunch of illustrations in my > > > layout,

Re: [NTG-context] text flowing around images

2019-02-05 Thread Wolfgang Schuster
, Hraban Am 2019-02-04 um 11:10 schrieb Henning Hraban Ramm : Ahoi, in my current project I must include a bunch of illustrations in my layout, and the text should flow around their irregular shapes (side placement in single text column only). I got the pictures as TIFFs with alpha channel, but

Re: [NTG-context] text flowing around images

2019-02-05 Thread Henri Menke
flow around their irregular shapes (side placement in >> single text column only). >> I got the pictures as TIFFs with alpha channel, but of course I can change >> that. >> >> I’m quite sure I remember that it was possible to let text flow around >> s

Re: [NTG-context] text flowing around images

2019-02-05 Thread Alan Braslau
; > > Ahoi, > > > > in my current project I must include a bunch of illustrations in my layout, > > and the text should flow around their irregular shapes (side placement in > > single text column only). > > I got the pictures as TIFFs with alpha channel,

Re: [NTG-context] text flowing around images

2019-02-05 Thread Henning Hraban Ramm
should flow around their irregular shapes (side placement in > single text column only). > I got the pictures as TIFFs with alpha channel, but of course I can change > that. > > I’m quite sure I remember that it was possible to let text flow around shapes > somehow, but I

[NTG-context] text flowing around images

2019-02-04 Thread Henning Hraban Ramm
Ahoi, in my current project I must include a bunch of illustrations in my layout, and the text should flow around their irregular shapes (side placement in single text column only). I got the pictures as TIFFs with alpha channel, but of course I can change that. I’m quite sure I remember that

Re: [NTG-context] Color a column (xtable, lua)

2019-01-27 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 27.01.19 um 00:59: Hi Henry, Thank you for your proposition. I tested both : the first work  but not the second. Fabrice Remove the empty line between the two arguments of the \defineoverlay command. Wolfgang __

Re: [NTG-context] Color a column (xtable, lua)

2019-01-26 Thread Fabrice Couvreur
t;, "J" } 20 local letters_2 = { "A", "0", "1", "1", "0", "", "", "", "", "" } 21 context.startxtable({"align={middle,lohi}, width=1.25cm,offset=0.8ex"}) 22 23 context.start

Re: [NTG-context] Color a column (xtable, lua)

2019-01-26 Thread Henri Menke
On 1/27/19 12:26 PM, Henri Menke wrote: > On 1/27/19 12:08 PM, Fabrice Couvreur wrote: >> Hi, >> How to color the first column as I did for the first line ? > > Stolen from Wolfgang's answer on TeX.SX. > https://tex.stackexchange.com/a/464771 > You could also ev

Re: [NTG-context] Color a column (xtable, lua)

2019-01-26 Thread Henri Menke
On 1/27/19 12:08 PM, Fabrice Couvreur wrote: > Hi, > How to color the first column as I did for the first line ? Stolen from Wolfgang's answer on TeX.SX. https://tex.stackexchange.com/a/464771 \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \startuseMPgraphic {tablebackground} fill

[NTG-context] Color a column (xtable, lua)

2019-01-26 Thread Fabrice Couvreur
Hi, How to color the first column as I did for the first line ? Thank you Fabrice \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] \starttext \startluacode local letters_1 = { "A", "B", "C", "D", "E", "F", &qu

Re: [NTG-context] Works and Doesn't Work

2019-01-18 Thread Wolfgang Schuster
variations of the \blank command which causes 'context' run to hang. The comment escape on them has to be removed to test them. The rightmost column contains result comments. Note that inbetween=\blank[.5mm] and \blank[small] cause context to hang . But, underbar'd comm

[NTG-context] Works and Doesn't Work

2019-01-17 Thread jdh
causes 'context' run to hang. The comment escape on them has to be removed to test them. The rightmost column contains result comments. Note that inbetween=\blank[.5mm] and \blank[small] cause context to hang . But, underbar'd command with a text string works as adver

Re: [NTG-context] \startcolumns and multi-line footnotes

2019-01-16 Thread Taco Hoekwater
eneral/manuals/pagecolumns.pdf > written by Hans in which he says that long footnotes and columns cannot be > treated correctly yet Which is a tad annoying, as my example worked in both mkii and mkiv just fine before the switch to the new mixed column system. It worked ok for decades, in fact.

[NTG-context] placing an MPGraphic/Lines over multiple table cells

2019-01-05 Thread Martin Althoff
he table with 4 rows, 3 columns has content in column one only, the other 2 columns should have the "Z". Placing the blocking "Z" into every cell is not an option due to formal requirements. What I attempted below a) seems very cumbersome b) doesn't work (the small &quo

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Peter Rolf
chrieb Wolfgang Schuster: >> Hi Peter, >> >> the new columnset mechanism accepts only two arguments for the >> \setupcolumnset command but you can load the old code with >> \usemodule[old-columnsets]. >> >> How you can apply backgrounds per column with t

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Peter Rolf
ld code with > \usemodule[old-columnsets]. > > How you can apply backgrounds per column with the new code is shown in a > example in the manual. > > Wolfgang > > > Peter Rolf schrieb am 09.11.18 um 17:23: >> Hi, >> >> I run into this error after updati

Re: [NTG-context] spacing

2018-11-10 Thread Wolfgang Schuster
Hans Hagen schrieb am 09.11.18 um 17:01: - the new mixed column code has been around for even longer (and always was default on my machine) btu the old code is available as module A big difference between the old columns environment and the new mixed columns code is that the new environment

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Wolfgang Schuster
Hi Peter, the new columnset mechanism accepts only two arguments for the \setupcolumnset command but you can load the old code with \usemodule[old-columnsets]. How you can apply backgrounds per column with the new code is shown in a example in the manual. Wolfgang Peter Rolf schrieb am

Re: [NTG-context] spacing

2018-11-09 Thread Hans Hagen
1999 and don’t expect my MkII code to work any more. I’m still kind of an evangelist for ConTeXt, but that doesn’t protect me from getting very frustrated at times. It seems to me that the replacement of the column layout code was premature, when it breaks heading setup, frame handling and can’t

Re: [NTG-context] spacing

2018-11-09 Thread Tomas Hala
;t update. # # Since when? # I started using ConTeXt in 1999 and don’t expect my MkII code to work any more. # I’m still kind of an evangelist for ConTeXt, but that doesn’t protect me from getting very frustrated at times. # # It seems to me that the replacement of the column layout code wa

Re: [NTG-context] spacing

2018-11-09 Thread Henning Hraban Ramm
more. I’m still kind of an evangelist for ConTeXt, but that doesn’t protect me from getting very frustrated at times. It seems to me that the replacement of the column layout code was premature, when it breaks heading setup, frame handling and can’t handle columns that don’t start at the top of

Re: [NTG-context] spacing

2018-11-08 Thread Henri Menke
nts=section:subsection] >>> >>> "1 Aufnahme" is a section, "1.1" is a subsection; I always use the >>> start/stop version. >>> >>> To get back to the old behaviour, I need to replace the \blank commands >>> with a negat

Re: [NTG-context] spacing

2018-11-08 Thread Henning Hraban Ramm
"1 Aufnahme" is a section, "1.1" is a subsection; I always use the >> start/stop version. >> >> To get back to the old behaviour, I need to replace the \blank commands with >> a negative vskip of font size! >> And then there’s still space inserted

Re: [NTG-context] spacing

2018-11-08 Thread Wolfgang Schuster
subsection; I always use the start/stop version. To get back to the old behaviour, I need to replace the \blank commands with a negative vskip of font size! And then there’s still space inserted if the heading starts at the top of a column. I tried to come up with a MWE – headingspacetest.tex

Re: [NTG-context] columnset regression

2018-10-29 Thread Henning Hraban Ramm
>> upper object. >> >> \definecolumnset[drei][n=3] >> \usemodule[visual] > > \usemodule[old-columnsets] > >> \starttext >> >> \framed[width=\textwidth,height=.3\textheight]{\ConTeXt} >> >> %\input knuth >> >> \startcolumnset[dr

Re: [NTG-context] columnset regression

2018-10-28 Thread Wolfgang Schuster
. \definecolumnset[drei][n=3] \usemodule[visual] \usemodule[old-columnsets] \starttext \framed[width=\textwidth,height=.3\textheight]{\ConTeXt} %\input knuth \startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset \stoptext Wolfgang

[NTG-context] columnset regression

2018-10-28 Thread Henning Hraban Ramm
\framed[width=\textwidth,height=.3\textheight]{\ConTeXt} %\input knuth \startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset \stoptext Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de

Re: [NTG-context] insert natural table at the top left of some png

2018-10-15 Thread Hans Hagen
) -- (20,0) ; drawarrow p withcolor \MPcolor{canaux} withpen pencircle scaled 2pt; \stopreusableMPgraphic \startbuffer \bTABLE[frame=off] \setupTABLE[column][1,3][align={middle,lohi}] \bTR \bTH 1) \eTH \bTH Le milieu \eTH \bTH 2) \eTH \bTH Les activités \eTH \eTR \bTR \bTD \externalfigure

[NTG-context] insert natural table at the top left of some png

2018-10-15 Thread Damien Thiriet
{canaux} withpen pencircle scaled 2pt; \stopreusableMPgraphic \startbuffer \bTABLE[frame=off] \setupTABLE[column][1,3][align={middle,lohi}] \bTR \bTH 1) \eTH \bTH Le milieu \eTH \bTH 2) \eTH \bTH Les activités \eTH \eTR \bTR \bTD \externalfigure[illustrations/zone_urbaine][height=12bp] \eTD

Re: [NTG-context] Text around a table (xtables)

2018-10-10 Thread Wolfgang Schuster
space below the table in your example is a wrong calculation of the cell height for the merged cells. The height is probably wrong because ConTeXt uses the width of the first column (and not of all merged cells) to determine the height. \starttext \startxtable[width=2cm]     \startxrow

Re: [NTG-context] table making ugly column sizes, how to fix?

2018-10-02 Thread David Walther
On Tue, Oct 02, 2018 at 12:28:44AM -0400, Aditya Mahajan wrote: ConTeXt MkIV 2018.09.30 What version are you using? My version is from 2017. Thank you for the confirmation; now I will file a bug report with Debian. David ___

Re: [NTG-context] table making ugly column sizes, how to fix?

2018-10-01 Thread Aditya Mahajan
On Mon, 1 Oct 2018, David Walther wrote: I looked at your example. I ran your example, and on my installation, it has the same problem as I described. I have included a PDF file of my original sample file, and also the PDF generated from your example. What version of ConTeXt are you using

Re: [NTG-context] table making ugly column sizes, how to fix?

2018-10-01 Thread David Walther
the section headers, I do this, and they look the way I want: \bTR\bTC 30. \eTC \bTC[nc=2,align=center,style=] \bf{Foo Bar} \eTC\eTR You can also use \bTC[nc=2, align=middle, style=bold] But then the regular lines have ugly line breaks and suddenly the column size of column 3 is squeezed. This

Re: [NTG-context] table making ugly column sizes, how to fix?

2018-09-30 Thread Aditya Mahajan
ction headers, I do this, and they look the way I want: \bTR\bTC 30. \eTC \bTC[nc=2,align=center,style=] \bf{Foo Bar} \eTC\eTR You can also use \bTC[nc=2, align=middle, style=bold] But then the regular lines have ugly line breaks and suddenly the column size of column 3 is squeezed. This shou

[NTG-context] tagged elements in tables (TABLE, tabulate, xtable)

2018-09-29 Thread Rik Kabel
in a table. The primary use is to manage text in sidebars (first or last column, moved by CSS to the correct position, for a two- or three-column one-row table). * When there are three tagged (or more) elements in the table, the table is not present in the resulting html export, nor is

Re: [NTG-context] align is reversed inside a table

2018-09-29 Thread Rik Kabel
On 9/29/2018 20:29, David Walther wrote: Using this table as an example, when I do align=left, the column aligns right, and when I do align=right, it aligns left.  align=center works as expected.  Am I doing something wrong or is this a bug? I am using the version of context distributed with

Re: [NTG-context] align is reversed inside a table

2018-09-29 Thread Alan Braslau
On Sat, 29 Sep 2018 17:29:40 -0700 David Walther wrote: > Using this table as an example, when I do align=left, the column aligns right, > and when I do align=right, it aligns left. align=center works as expected. > Am > I doing something wrong or is this a bug? align=left mean

[NTG-context] align is reversed inside a table

2018-09-29 Thread David Walther
Using this table as an example, when I do align=left, the column aligns right, and when I do align=right, it aligns left. align=center works as expected. Am I doing something wrong or is this a bug? I am using the version of context distributed with Debian unstable: mtx-context | ConTeXt

[NTG-context] table making ugly column sizes, how to fix?

2018-09-29 Thread David Walther
way I want: \bTR\bTC 30. \eTC \bTC[nc=2,align=center,style=] \bf{Foo Bar} \eTC\eTR But then the regular lines have ugly line breaks and suddenly the column size of column 3 is squeezed. This shouldn't be, we have the whole page to work with. So, when I do my section headers this way, t

Re: [NTG-context] Itemize and natural tables

2018-09-23 Thread Jan Willem Flamma
g88877.html> >> >> A logical follow up questions is if itemize can be combined with natural >> tables that include modes like in the MWE below. >> >> MWE: >> >> \startsetups [table] >> \setupTABLE [start] [frame=off,rulethickness=0

Re: [NTG-context] Itemize and natural tables

2018-09-23 Thread Wolfgang Schuster
]     \setupTABLE [start] [frame=off,rulethickness=0pt,offset=0pt]     \setupTABLE [column] [1] [width=4cm,align=flushleft]     \setupTABLE [row]    [1] [toffset=5pt]     \setupTABLE [column] [2] [width=4cm,align=flushleft] \stopsetups \enablemode[test] \starttext \bTABLE [setups=table] \bTR    \bTC Item

[NTG-context] Itemize and natural tables

2018-09-23 Thread Jan Willem Flamma
he MWE below. MWE: \startsetups [table] \setupTABLE [start] [frame=off,rulethickness=0pt,offset=0pt] \setupTABLE [column] [1] [width=4cm,align=flushleft] \setupTABLE [row][1] [toffset=5pt] \setupTABLE [column] [2] [width=4cm,align=flushleft] \stopsetups \enablemode[test]

Re: [NTG-context] Modes in tables

2018-09-10 Thread Wolfgang Schuster
e\par but couldn’t get it to work. \starttext \startsetups [tablesetups] \setupTABLE [start] [frame=off,rulethickness=0pt,offset=0pt] \setupTABLE [column] [1] [width=6cm,align=flushleft] \setupTABLE [column] [2] [width=3cm,align=flushleft] \stopsetups Calculat

Re: [NTG-context] Construct tables column after column

2018-09-10 Thread Henri Menke
On 09/10/2018 10:47 PM, Jan Willem Flamma wrote: > Dear list members, > > Table are constructed row after row like in the code below: > > Building up a table row after row > \par > \bTABLE > \bTR > \bTC Row 1, Column 1 \eTC > \bTC Row 1, Colum

Re: [NTG-context] Construct tables column after column

2018-09-10 Thread Taco Hoekwater
the code below: > > Building up a table row after row > \par > \bTABLE >\bTR >\bTC Row 1, Column 1 \eTC >\bTC Row 1, Column 2 \eTC > \eTR >\bTR >\bTC Row 2, Column 1 \eTC >\bTC Row 2, Column 2 \eTC >\eTR > \eTABLE &g

[NTG-context] Construct tables column after column

2018-09-10 Thread Jan Willem Flamma
Dear list members, Table are constructed row after row like in the code below: Building up a table row after row \par \bTABLE \bTR \bTC Row 1, Column 1 \eTC \bTC Row 1, Column 2 \eTC \eTR \bTR \bTC Row 2, Column 1 \eTC \bTC Row 2, Column 2 \eTC

Re: [NTG-context] Modes in tables

2018-09-10 Thread Jan Willem Flamma
start] [frame=off,rulethickness=0pt,offset=0pt] \setupTABLE [column] [1] [width=6cm,align=flushleft] \setupTABLE [column] [2] [width=3cm,align=flushleft] \stopsetups Calculate the hydrostatic pressure of the following fluid. \par% <-- can I get rid of this par? \bTABLE [setups=tab

Re: [NTG-context] Modes in tables

2018-09-07 Thread Wolfgang Schuster
,rulethickness=0pt,offset=0pt] 2. In both cases column widths of 6cm and 3 cm have been set. Yet, the results show a difference in column width (not sure which one is correct) Tabulate adds extra space between the columns but it can be disabled. \starttabulate[|lw(6cm)j0|i0lw(3cm)|p|] 3. The

Re: [NTG-context] Modes in tables

2018-09-07 Thread Jan Willem Flamma
solve this. How can I get the text in the table to align with the regular text? 2. In both cases column widths of 6cm and 3 cm have been set. Yet, the results show a difference in column width (not sure which one is correct) 3. The vertical space between the regular text and the start of the

Re: [NTG-context] Modes in tables

2018-09-06 Thread Wolfgang Schuster
You can’t do this with tabulate but it’s possible with natural tables. %\enablemode [BL] \starttext \startsetups [tablesetups]     \setupTABLE [start]  [frame=off]     \setupTABLE [column] [1] [width=6cm,align=flushleft]     \setupTABLE [column] [2] [width=2cm,align=flushleft] \stopsetups

[NTG-context] Modes in tables

2018-09-06 Thread Jan Willem Flamma
Dear list members I would like to disable to third column in the question when mode BL is not enabled. When mode BL is enabled (using the toggle), the third column should of course appear again. How can I achieve this? Regards, Jan Willem MWE: \starttext %Toggles %\enablemode[BL

Re: [NTG-context] Emacs + latest beta

2018-08-30 Thread Fabrice Couvreur
tree: > > texmf-linux-64 > > mkiv lua stats > used engine: luatex version 1.08 with functionality > level > > 6731, banner: this is luatex, version 1.08.0 (tex live 2018) > > mkiv lua stats > control sequences: 46536 of 65536 + 10 > > mkiv lua stats >

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Vladimir Lomov
ort for LaTeX and ConTeXt file (a limited one). > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they

Re: [NTG-context] Emacs + latest beta

2018-08-29 Thread Fabrice Couvreur
ot; "#66" "#ccaa8f" "#f6f3e8"]) '(custom-enabled-themes (quote (leuven))) '(package-selected-packages (quote (yasnippet-snippets auto-complete-auctex context-coloring nova-theme auctex))) '(tab-width 4)) (custom-set-faces ;; custom-set-fac

Re: [NTG-context] index with more than one column?

2018-08-26 Thread Wolfgang Schuster
dex]%[n=3] \stoptext Hans van der Meer schrieb am 26.08.18 um 17:37: How do I produce an index with more than one column? This produces one column only: \startchapter[title=\mytitle{Register}] \startcolumns[n=2] \placeregister[index] \stopcolumns Nor did \placeregister[index][n=2] or \place

Re: [NTG-context] index with more than one column?

2018-08-26 Thread Wolfgang Schuster
column? This produces one column only: \startchapter[title=\mytitle{Register}] \startcolumns[n=2] \placeregister[index] \stopcolumns Nor did \placeregister[index][n=2] or \placeindex[n=2], with or without the columns envirenment, produce the result wanted. The \startsimplecolumns[n=2] environment

[NTG-context] index with more than one column?

2018-08-26 Thread Hans van der Meer
How do I produce an index with more than one column? This produces one column only: \startchapter[title=\mytitle{Register}] \startcolumns[n=2] \placeregister[index] \stopcolumns Nor did \placeregister[index][n=2] or \placeindex[n=2], with or without the

Re: [NTG-context] future versions - synctex

2018-08-21 Thread Hans Hagen
, ConTeXt should know which is the "deepest - currently read" source file, the line, moreover the column - and that position could result into "pick-and-go" position. only partly ... you don't know where a macro comes from (or what lua code generated something) and it

Re: [NTG-context] future versions - synctex

2018-08-21 Thread Procházka Lukáš Ing .
nTeXt should know which is the "deepest - currently read" source file, the line, moreover the column - and that position could result into "pick-and-go" position. In this approach - "boxes" generated by Lua-in-ConTeXt should "jump" on \startluacode, \ctxlua,

Re: [NTG-context] columns unexpected (odd) results

2018-08-02 Thread Hans Hagen
second page gets a wrong interline space (between the third and the fourth item from the first column). quick hack: \unprotect \unexpanded\def\page_otr_synchronize_page_indeed {\ifx\currentoutputroutine\s!multicolumn\else\clf_synchronizepage\fi \glet\page_otr_synchronize_page

Re: [NTG-context] columns unexpected (odd) results

2018-08-02 Thread Wolfgang Schuster
(e.g. by adding \par to finish the paragraph) without the misuse the lines environment fixes the problem as well. Wolfgang, as Florian reported, this doesn’t solve the issue. On the second page, interline space between the third and fourth lines from the first column is wrong. I saw only the

Re: [NTG-context] columns unexpected (odd) results

2018-08-02 Thread Pablo Rodriguez
e.g. by adding \par to finish the paragraph) >> without the misuse the lines environment fixes the problem as well. Wolfgang, as Florian reported, this doesn’t solve the issue. On the second page, interline space between the third and fourth lines from the first column is wrong. The

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
rtlines >>> Testing 1971-04-26 >>> \startcolumns[n=3] >>> \dorecurse{200}{+ 17271 \rightarrow\ 2018-08-08 >>> } >>> \stopcolumns >>>\stoplines >>>\stoptext >>>

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Wolfgang Schuster
is on the same line, the plus sign is misplaced in the last item. With the previous sample, the second page gets a wrong interline space (between the third and the fourth item from the first column). Pablo -- http://www.ousia.tk

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
ame line, the plus sign is >> misplaced in the last item. >> >> With the previous sample, the second page gets a wrong interline space >> (between the third and the fourth item from the first column). >> >> Pablo >> -- >> http://www.ousia.tk &

Re: [NTG-context] column-spanning floats

2018-08-01 Thread Dr. Thomas Möbius
externalfigure that was wider > > than the column width, the figure would automatically be moved to > > the top of _both_ columns on the next page. > > > > That was a bit tricky sometimes, but worked fine. However, when I > > run with the current mkiv beta, the figure

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Taco Hoekwater
mns >\stoplines >\stoptext > > If the closing parenthesis is on the same line, the plus sign is > misplaced in the last item. > > With the previous sample, the second page gets a wrong interline space > (between the third and

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Pablo Rodriguez
ird and the fourth item from the first column). Pablo -- http://www.ousia.tk ___ 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

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Henri Menke
get the linespacing correct when using columns ? The first page works as expected, but all the following pages have an unexpected mis-alignment  in the first column The document itself is plain vanilla: \starttext \startlines Testing 1971-04-26 \startcolumns[n=3] + 17271 \rightarrow

[NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
Has anyone a solution / hint as how to get the linespacing correct when using columns ? The first page works as expected, but all the following pages have an unexpected mis-alignment in the first column The document itself is plain vanilla: \starttext \startlines Testing 1971-04-26

Re: [NTG-context] column-spanning floats

2018-07-31 Thread Taco Hoekwater
> On 31 Jul 2018, at 13:57, Taco Hoekwater wrote: > > Hi all, > > It used to be that in an example like the one attached where you were using > \startcolumns and used an \externalfigure that was wider than the column > width, > the figure would automatically be mo

[NTG-context] column-spanning floats

2018-07-31 Thread Taco Hoekwater
Hi all, It used to be that in an example like the one attached where you were using \startcolumns and used an \externalfigure that was wider than the column width, the figure would automatically be moved to the top of _both_ columns on the next page. That was a bit tricky sometimes, but

Re: [NTG-context] TABLE setups

2018-07-30 Thread Henning Hraban Ramm
o override the \tt in the second column? \setupTABLE[2][4][style=\ss\bf] i.e. \setupTABLE[column][row][...] Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.d

Re: [NTG-context] TABLE setups

2018-07-30 Thread kaddour kardio
here is an example of mine \startsetups table:width \setupTABLE[align={hyphenated,normal}] \setupTABLE[column][1][width=0.3\textwidth] \setupTABLE[column][2][width=0.4\textwidth] \setupTABLE[column][3][width=0.3\textwidth] \stopsetups % table des patients \startsetups table:style

Re: [NTG-context] xtables setup

2018-07-29 Thread Henning Hraban Ramm
ple? >> The commented lines below are wrong. Is there another way? > Did you read the manual? Yes, but I found only how to format each item (cell, row, column, group) within the table, not in advance, except as styles. But I don’t want to format e.g. each header cell of each table with a

Re: [NTG-context] Disproportion in initializing user counters

2018-07-15 Thread Hans Hagen
example: \definecounter[mycounter] \def\getmycounter{\incrementcounter[mycounter]\getnumber[mycounter]} \startbuffer[groups]     \startxrow     \startxcell \getmycounter\stopxcell     \startxcell Content of column\stopxcell \stopxrow \stopbuffer \starttext %\setcounter[mycounter][0

[NTG-context] Disproportion in initializing user counters

2018-07-15 Thread Jaroslav Hajtmar
\getmycounter{\incrementcounter[mycounter]\getnumber[mycounter]} \startbuffer[groups] \startxrow \startxcell \getmycounter\stopxcell \startxcell Content of column\stopxcell \stopxrow \stopbuffer \starttext %\setcounter[mycounter][0] % initializing at this point not working (the counter is

Re: [NTG-context] loading hyphenation patterns (again)

2018-07-10 Thread Hans Hagen
why English cannot have extra hyphenation patterns, while ancient Greek allows them. Have I hit a bug or am I missing something? Sorry for insisting, but I get weird results with column balancing (registers). there are no patterns 'en', just 'us' and 'uk&#

[NTG-context] loading hyphenation patterns (again)

2018-07-10 Thread Pablo Rodriguez
, while ancient Greek allows them. Have I hit a bug or am I missing something? Sorry for insisting, but I get weird results with column balancing (registers). Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] The best command for parallel texts

2018-07-04 Thread Hans Hagen
27;ve tried paragraphs, tabulate, table and column environments.The best result of these options gives the tabulate.Unfortunately, it does not respect alignment - many \hbox errors in all environments except columns :(.What should I use and set up? None of the table environments use the global alignment s

Re: [NTG-context] The best command for parallel texts

2018-07-03 Thread Idris Samawi Hamid ادريس سماوي حامد
olumns. I've tried paragraphs, tabulate, table and column environments.The best result of these options gives the tabulate.Unfortunately, it does not respect alignment - many \hbox errors in all environments except columns :(.What should I use and set up? None of the table environments use

Re: [NTG-context] The best command for parallel texts

2018-07-03 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Martin, Wolfgang, On Mon, 02 Jul 2018 14:41:31 -0600, Wolfgang Schuster wrote: Martin Hasoň <mailto:martin.ha...@gmail.com> 1. Juli 2018 um 12:18 Hi all, I need to type parallel text on double columns. I've tried paragraphs, tabulate, table and column environments.The bes

Re: [NTG-context] The best command for parallel texts

2018-07-02 Thread Wolfgang Schuster
Martin Hasoň <mailto:martin.ha...@gmail.com> 1. Juli 2018 um 12:18 Hi all, I need to type parallel text on double columns. I've tried paragraphs, tabulate, table and column environments.The best result of these options gives the tabulate.Unfortunately, it does not respect align

[NTG-context] The best command for parallel texts

2018-07-01 Thread Martin Hasoň
Hi all, I need to type parallel text on double columns. I've tried paragraphs, tabulate, table and column environments. The best result of these options gives the tabulate. Unfortunately, it does not respect alignment - many \hbox errors in all environments except columns :(. What should

Re: [NTG-context] 6-sided letter fold (TRYPTICHON) with unequal page size

2018-06-27 Thread Marco Patzer
On Wed, 27 Jun 2018 18:42:40 +0200 Henning Hraban Ramm wrote: > I'd not try that with pages and imposition, but just use two A4 pages > and place my content on them - using layers or maybe column sets. > http://wiki.contextgarden.net/Layers > http://wiki.contextgarden.net/Co

Re: [NTG-context] 6-sided letter fold (TRYPTICHON) with unequal page size

2018-06-27 Thread Henning Hraban Ramm
my content on them - using layers or maybe column sets. http://wiki.contextgarden.net/Layers http://wiki.contextgarden.net/Columns#Column_Sets Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de

Re: [NTG-context] roadmap

2018-05-15 Thread Joseph Canedo
i have no clue what you refer to ... afaik most is configureable > >> - columnsets, the new ones have considerably fewer features than the >> old ones. > > like ... but adding some is no problem (only predictable stuff) .. no > column handler suits all (we now also have page column

Re: [NTG-context] roadmap

2018-05-15 Thread Henri Menke
hm. i have no clue what you refer to ... afaik most is configureable - columnsets, the new ones have considerably fewer features than the old ones. like ... but adding some is no problem (only predictable stuff) .. no column handler suits all (we now also have page columns btw) - rowwise setups in xta

Re: [NTG-context] roadmap

2018-05-14 Thread Hans Hagen
grate with the existing mechanisms. hm. i have no clue what you refer to ... afaik most is configureable - columnsets, the new ones have considerably fewer features than the old ones. like ... but adding some is no problem (only predictable stuff) .. no column handler suits all (we now also

Re: [NTG-context] Vertical alignment in tabulate

2018-05-10 Thread Alexey Kryukov
text in the second column bottom-aligned. -- Regards, Alexey Kryukov Moscow State University Faculty of History ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-con

[NTG-context] \startplacetable in \startcolumnset

2018-04-19 Thread Jeong Dal
Hi, I used the following exam format well which was set by the help of Wolfgang long time ago. Recently I got a strange output when I used \startplacetable or \placetable in the \startcolumnset … \stopcolumnset. There is a strange number first and table in the next column. The output is OK if

Re: [NTG-context] Question about paragraphs and hanging punctuation

2018-04-18 Thread Tomas Hala
p paragraphs # > # > (tested on TL2017, current CTX). # > # > Unfortunately, inside the paragraph environment the hanging # > # > punctuation settings is ignored.> Moreover, it seems that attributes inner= and command= works only for # > # > the first paragraph (column). # &

Re: [NTG-context] next beta

2018-04-17 Thread Otared Kavian
Hi Hans, Thanks for the new feature for row backgrounds, which I tested: it works (though see below) and it is another great feature! I wanted to add the information on the wiki, but thought it would be better to explain the meanings of \ND and \NL: is the following correct: \NC = New Column

Re: [NTG-context] columnset + floats = bad

2018-04-17 Thread Henri Menke
[threecolumn]   \input lorem \column   \input zapf\par   \startplacefigure[title={\input zapf\par}] \externalfigure[dummy][width=\columnwidth]   \stopplacefigure   \input hawking\par \column   \input Douglas\par   \input bryson\par   \startplacefigure[title={\input bryson\par

Re: [NTG-context] columnset + floats = bad

2018-04-16 Thread Alan Braslau
0] > \setupbodyfont[sans,25pt] > > \usemodule[newcolumnsets] > > \definecolumnset >   [threecolumn] >   [n=3] > > \setupcolumnset >   [threecolumn] >   [distance=3cm] > > \starttext > > \startcolumnset[threecolumn] > >   \input lorem > >

[NTG-context] columnset + floats = bad

2018-04-16 Thread Henri Menke
] \setupbodyfont[sans,25pt] \usemodule[newcolumnsets] \definecolumnset   [threecolumn]   [n=3] \setupcolumnset   [threecolumn]   [distance=3cm] \starttext \startcolumnset[threecolumn]   \input lorem \column   \input zapf\par   \startplacefigure[title={\input zapf\par}] \externalfigure[dummy][width

Re: [NTG-context] newcolumnsets: Why are settings only applied on left pages?

2018-04-14 Thread Hans Hagen
\definepagegrid[example][n=3,distance=.05\makeupwidth] \setuppagegrid[example:1][width=.4\makeupwidth] \setuppagegrid[example:2][width=.25\makeupwidth] \setuppagegrid[example:3][width=.25\makeupwidth] \starttext \startpagegrid[example]   \dorecurse{6}{\fakewords{50}{75}\column} \stoppage

[NTG-context] newcolumnsets: Why are settings only applied on left pages?

2018-04-13 Thread Henri Menke
id[example]   \dorecurse{6}{\fakewords{50}{75}\column} \stoppagegrid \stoptext test.pdf Description: Adobe PDF document ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : n

<    1   2   3   4   5   6   7   8   9   10   >