Re: [NTG-context] xtables with lua

2018-09-30 Thread Aditya Mahajan
wanted to make a multiplication table instead of the addition table of your examples. I think the following modification might be necessary (here for the multiplication table): Thanks. I fixed this with a slightly different solution that does not require an extra if statement. Aditya

Re: [NTG-context] xtables with lua

2018-09-30 Thread Jeong Dal
, Dalyoung > > I wanted to make an observation about the last example in that page, which > does not typeset correctly as expected, and also it does not work well if one > wanted to make a multiplication table instead of the addition table of your > examples. I think the followi

[NTG-context] [***SPAM***] Re: Finetuning distances in cells

2013-04-16 Thread H. Özoguz
It is much easier to fine-tune details with Natural Tables. Each cell of a natural table is a frame, so you can use settings for frames to change the style. \startsetups table:setups \setupTABLE[align={lohi}, toffset=1pt, bottset=3pt, align=flushleft] \stopsetups \bTABLE[setup=table:setups

Re: [NTG-context] Supressing a heading from the table of contents

2013-04-27 Thread Wolfgang Schuster
Am 26.04.2013 um 18:07 schrieb Lance Larsen : > Can anyone tell me how to suppress individual numbered > chapter/section/subsection/etc. from the table of contents? The only reliable method at the moment is to create a clone of \chapter. > Also how do you set the last heading level

Re: [NTG-context] Supressing a heading from the table of contents

2013-04-28 Thread lance.c.lar...@gmail.com
Thanks Wolfgang. This is just what I needed. This will solve the issue. Much appreciated. -Lance > Can anyone tell me how to suppress individual numbered > chapter/section/subsection/etc. from the table of contents? The only reliable method at the moment is to create a cl

[NTG-context] Blank page when using natural table.

2013-05-04 Thread john Culleton
this is an annoyance rather than a deal breaker, but why does this file generate a blank page numbered one and then the table? - \setuppapersize[letter] \setuplayout{margin=0.5in,topspace=0.5in} \starttext \startstandardmakeup[doublesided=no] \bTABLE \setupTABLE

Re: [NTG-context] Replacement with a predefined table?

2013-09-11 Thread Hans Hagen
On 9/11/2013 7:10 PM, "H. Özoguz" wrote: Is the following possible in ConText? I want to define a table like this: 1: Hans 2: Wolfgang 3: Aditja 4: Marco in which I can look up by a function, which allows the following command: \name{number}. E.g. "This is \name{3}&quo

Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Wolfgang Schuster
Am 20.03.2011 um 22:08 schrieb Vedran Miletić: > Hi, > > the following code makes first footnote disappear. > > \starttext > \placetable{My table}{\bTABLE > \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] > \item First > \item S

Re: [NTG-context] Need help with the table of contents

2011-03-21 Thread Wolfgang Schuster
Am 21.03.2011 um 18:14 schrieb Julian Becker: > Hello everybody, > I have a little issue with the table of contents. The document I am writing > consists of several parts and now > my question is the following: > In the table of contents, the line corresponding to the star

Re: [NTG-context] Setting width of table column

2011-05-12 Thread Wolfgang Schuster
10cm)”. > > Many thanks Wolfgang. I've been using Context exclusively now for > several years, I'm amazed I never needed to tweak table settings before. When you need a certain layout for a table you should consider switching to natural tables but a few of the nice features

Re: [NTG-context] Splitting natural tables

2011-11-30 Thread Wolfgang Schuster
tor >>> % \floatcaptionparameter\c!suffix}} >>> \floatcaptionparameter\c!suffix >>> \floatcaptionparameter\c!suffixstopper}} >> >> sure > > I'm sorry to press the issue, but is there a quick fix for the numbering > issue? (w

[NTG-context] VORG and vmtx table in fontloader

2019-07-22 Thread Hironori KITAGAWA
Hello all, It seems that ConTeXt's fontloader (hence luaotfload's fontloader) skips to load the VORG table and topSideBearing in the vmtx table These informations are used to get the vertical origin of a glyph. > readers.vorg = function(f,fontdata,specification) > repo

[NTG-context] Converting a CSV file to a Lua table and Lua file

2020-07-04 Thread Otared Kavian
Hi all, I have a bash script which converts a CSV file into a Lua table, which is then used in ConTeXt. It works fine, but I wonder whether there is a code within LuaMetaTeX for doing this directly there (writing a new file which contains the Lua table). This would be more efficient and neater

Re: [NTG-context] page ends with a section title followed by a table

2020-11-10 Thread Sylvain Hubert
dorecurse{50}{a } > > \startsection[title=spec] > > \startxtable > Hi Sylvain, > > no fix is required when you allow the table to be split: > > \startxtable[split=yes] > > Pablo > Hi Pablo, Thanks for the suggestion, but unlike the MWE, in the o

[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 \e

Re: [NTG-context] Trouble with # character in TABLE environment...

2010-08-25 Thread Hans Hagen
On 25-8-2010 9:27, Jaroslav Hajtmar wrote: Hello, all Why is a problem with character # inside TABLE?? \type{#XXX} is without problem but inside TABLE is a problem with compilation It works: \bTABLE \bTR \bTD \type{\#patt}\eTD \eTR \eTABLE Isnt works: \bTABLE \bTR \bTD \type{#patt}\eTD \eTR

[NTG-context] Hyphenation in Natural Table

2011-12-28 Thread Vladimir Lomov
Hello, I want to clarify the topic: is it possible to enable hyphenation in Natural Table? Most of full-text examples in enattab.pdf are not hyphenated as in my (not minimal) example. \starttext \input tufte \bTABLE \bTR \bTD Topic\eTD \bTD Text\eTD \eTR \bTR \bTD Foo\crlf Bar\eTD \bTD

Re: [NTG-context] beta

2012-01-02 Thread Andreas Harder
1 for tex.getcount() >>> ! TeX capacity exceeded, sorry [input stack size=1]. >> >> fixed > > • \processxtablebuffer[…] > > \starttext > \startbuffer[table] > \startxtable > \startxrow \startxcell test \stopxcell \stopxrow > \stopxtable > \stop

Re: [NTG-context] Questions on Table of Contents

2012-02-08 Thread Kip Warner
add a title such as Contents at a > > Glance without the actual table of contents including that in the list > > it generates? > > Use a unnumbered heading like \title, e.g. > > \title{Table of contents} > > \placelist[chapter,section] Thanks Wolfgang and Pont. --

Re: [NTG-context] How to Turn off the Table of Contents Title

2012-03-09 Thread Emmanuel Asante
On Thu, Mar 8, 2012 at 3:41 PM, Marco wrote: > On 2012-03-08 Emmanuel Asante wrote: > > > How do I turn off the title on the top of the table of contents ie the > text > > "Content" that appears on top of the table? > > Use \placecontent instead of \complet

Re: [NTG-context] 2NUP, spreading a table on 2 pages

2009-01-20 Thread Wolfgang Schuster
booklet.tex Description: Binary data Am 20.01.2009 um 16:25 schrieb Antoine Junod: In fact my reply was a bit fast: in the example below the table is split on pages 2 and 3. But the lines of the table are not aligned. I'll dig the sources too see if it's possible to do that. But

[NTG-context] Group together figure and table

2009-04-06 Thread Michael Bynum
I am trying to find a way to group together a table which lists values in a figure that I have. I would also like to keep seperate references for each so I would rather not use a combination. I saw the \begingroup command while searching through the wiki, but I was unable to determine what it

[NTG-context] tables with notes

2009-05-13 Thread Bowen Alan C.
I have a dim recollection that this question has been asked before, but I have not been able to find the answer. So please excuse me if this goes over old ground. I have prepared a fairly complex table (using \starttables) that has notes to various entries. What I should like is to

[NTG-context] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
I need a table that has local notes, but have not been able to get them into the proper position (at the left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes

[NTG-context] white color turns black inside a table

2009-09-14 Thread Mojca Miklavec
Hello, I have problems with the following minimal example (I only want to typeset white labels inside the table), but maybe I'm the only one again: \setupcolors[state=start] \starttext \startcolor[white] \placetable[force]{none}{\starttable[|r|] \NC \color[red]{me} \AR \stop

Re: [NTG-context] \setupmathematics[lcgreek=normal] problem with default font

2009-11-09 Thread luigi scarso
t; in the font) >> >> fontforge ? >> ttx ? > > Let me rephrase. I am not motivated enough to learn how to check a MATH > table in a font :) # ttx -t MATH Asana-Math.otf Dumping "Asana-Math.otf" to "Asana-Math.ttx"... Dumping 'MATH' table.

[NTG-context] Number of rows in tables

2005-09-21 Thread Otared KAVIAN
Hi everyone, In the process of learning the table mechanism I followed the discussions on the list, but could not figure out whether it is possible to create a table with a given number of rows. For instance, is it possible to add something to Mojca's solution for cells with backgrounds

Re: [NTG-context] Title page of french phd thesis

2006-01-03 Thread Renaud AUBIN
Hi, What is "this", i.e. where's your problem? How to format the title page? -- You could use a table. Of course but my question is in fact: Is it better to use a ConTeXt table or TeX primitives for a title page ? Do you need the "jobs" multilingual? -- use \tra

Re: [NTG-context] table-caption: centred or not??

2006-03-09 Thread Taco Hoekwater
Hi Peter, I see no easy solution. ConTeXT does different things depending on whether or not the caption is wider than the table itself, and that code is creating the problem in the first 'not ok'. Greetings, Taco Peter Münster wrote: > Hello, > how are the rules, that determin

Re: [NTG-context] \synchronizeoutput does not help here...

2006-04-20 Thread Peter Münster
On Wed, 19 Apr 2006, Hans Hagen wrote: > > \starttext > > \section{bla} > > \subsection{bla} > > \startitemize > > \dorecurse{21}{\item bla} > > \stopitemize > > \placetable{a table}{\vbox to 8cm{bla}} > > > > \section{bla} > > \subs

Re: [NTG-context] TABLE 'last line' tag?

2006-04-20 Thread Johannes Graumann
float {\placetable[\XMLpar{table}{location}{here}][\XMLpar{table}{label {unknown}]{\XMLflush{caption}}} { \setupTABLE[row][1][rulethickness=0.30pt,topframe=on] \setupTABLE[row][last][rulethickness=0.30pt,bottomframe=on] \bTABLE[frame=off,split=repeat,splitmethod=b,distance=

Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-29 Thread Wolfgang Schuster
TABLE > > \dorecurse{10}{\line} > > \eTABLE > > Amazing! But it uses a table writing program I hadn't heard of before. I am > printing out a wiki page on natural tables. Is there a manual somewhere? > > -- > John Culleton > Able Indexing and Typesetting &g

Re: [NTG-context] vertical stretch for TABLE ?

2007-02-14 Thread Steffen Wolfrum
#x27;.tex > Can you made an example ? See attached table.tex, please. It's quick and dirty and it contains several tables. But it should make the goal clear: By chance on page 8 the bottom-line of the table sits on the bottom-line of the frame. I want to have this also on the other p

Re: [NTG-context] Why does every new \setupTABLE add more whitespace to the left of table?

2007-07-04 Thread Wolfgang Schuster
2007/7/4, Hamid Kamrani <[EMAIL PROTECTED]>: > This is what I meant: > > \starttext > \startbuffer \startsetups table > \setupTABLE[c][1][align=right] > \setupTABLE[c][1][align=right] > \setupTABLE[c][1][align=right] > \setupTABLE[c][1][align=right] > \setupTABLE

Re: [NTG-context] nested tables?

2008-01-03 Thread Yvon Henel
Le mercredi 2 janvier 2008, vous avez écrit : > tables (starttables...stoptables) cannot be nested. Table does some > automatic checking of number of columns, and that counting is global. So, > nested tables messes the count. Here is an example: [cut] > This, of course, will not work

Re: [NTG-context] Problem with math item in table of contents

2003-08-14 Thread Hans Hagen
At 15:41 01/08/2003 +0200, you wrote: Hi, I would like to use this: \completecontent \chapter{$a|b$} \bye the problem is that the bar "|" causes problems in the table of contents. Any ideas how I can still have it in the table? either patch supp-lan: \def\fakecompoundhyphen

Re: [NTG-context] border widths with TABLE

2005-04-12 Thread Hans Hagen
Henning Hraban Ramm wrote: Am 12.04.2005 um 22:20 schrieb Hans Hagen: As far as I know, this is not possible in an easy way. Have a look about the booktabs dicussions some days ago. That's really too bad. You can do so much else with TABLE. what are booktabs That refers to the "bookt

Re: [NTG-context] strange behaviour with \scale

2005-07-02 Thread Hans Hagen
llo \NC\AR} \stoptables \stoptext the meaning of ~ chances inside a table and the last pages are flushed when the table is already typeset; a solution is: \let\normalactivetilde~ \let\normalactivebar | \appendtoks\let~\normalactivetilde\to\everypagebody \appendtoks\let|\normalactivebar \to\eve

Re: [NTG-context] TABLE + \rotate problem

2006-04-27 Thread Peter Münster
On Thu, 27 Apr 2006, Karsten Heymann wrote: > Additionally: How can I align it to the lower end of the table? \bTD[nr=7,align=low] Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mail

Re: [NTG-context] Re: Need more documentation on tables

2005-09-19 Thread Giuseppe Bilotta
Thursday, September 15, 2005 Patrick Gundlach wrote: > [...] >> Should I write some documentation about TaBlE preambles and >> commands (for the Wiki), > Giuseppe, please do so. Done http://wiki.contextgarden.net/Table -- Giuseppe

[NTG-context] repeated headers in the TABLE environment

2003-10-15 Thread Lutz Haseloff
Hi all, how can i get repeated headers for a splitted TABLE? I tried to define \setupTABLE[split=yes] and have \bTH \eTH in my header row. up-008-s.pdf didn't help further. Greetings Lutz ___ ntg-context mailing list [EMAIL PROTECTED]

[NTG-context] Exporting highlights

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
timlines+verbatimlines { display: block ; margin-top : 1em ; } verbatimline { display : block ; white-space : pre-wrap ; } verbatim { white-space : pre-wrap ; color : rgb(60%,60%,0%) ; font-family : "Lucida Console", "DejaVu Sans Mono", monospace ; } /* lines : display

Re: [NTG-context] local footnotes and captions

2022-06-16 Thread Hans Hagen via ntg-context
    % The caption     {A breakfast table.\footnote{asdf}}     % the table     \placelegend     {\starttable[|l|r|]     \HL     \VL Spam \footnote {lovely} \VL Bacon \footnote {wonderful} \VL\FR     \VL Eggs \footnote {wonderful} \VL Spam \footnote {lovely} \VL\LR

[NTG-context] Different Horizontal Lines with Tabulate

2013-03-29 Thread Malte Stien
Hello, I have a table in which I have to group a number of rows together. Let's say I have a table with two columns, the first is an item ID and the second a multi-line description for that item. Say I have ten items in the table and I need to group Item 1 and 2, 3 and 4, 5 and 6 and

Re: [NTG-context] Problem in natural tables with nc= and alignmentcharacter

2014-06-23 Thread Rik Kabel
On 2014-06-23 15:03, Rik Kabel wrote: When a wide-ish column precedes a character-aligned column and a column span is in place, the table is set improperly. With the following example, the first two columns overlap. When the first column is moved to the right side of the table there is no

[NTG-context] Using TABLE in a definition etc.

2014-08-16 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, I'm trying to setup a definition that uses a natural table and could use some guru help. Here is what I have so far: === \def\Glyphbox{% \setupframed[frame=off,align=middle,offfset=none] \framed{\cbox{ \bTABLE[align=middle] \bTR \bTD \gulistan#1 \fontchar{#2} \eTD

Re: [NTG-context] t-rst: Unicode character not printed (was: t-filter: no table created when Unicode characters are included)

2011-05-20 Thread Philipp Gesang
ackgroundcolor=gray:2] \setupbodyfontenvironment [default] [em=italic] \starttext There will be a table here. \startRST = ===== testtable = = α b c d = = \stopRST There was a table before

[NTG-context] beta

2011-10-28 Thread Hans Hagen
Hi, I uploaded a new beta. The biggest new thing is that there is yet another table mechanism: extreme tables. There is a manual too: http://www.pragma-ade.com/general/manuals/xtables-mkiv.pdf It says in the introduction: >> This is a short introduction to yet another table mechanism

Re: [NTG-context] issue splitting tables and horizontal mode

2019-10-20 Thread Wolfgang Schuster
forgot to mention. \dontleavehmode is required to center the table when \startmakeup[standard][align=center]. You can use the float environment and disable the counter. \starttext \startplacefigure [location={none,split}]     \startxtable     \dorecurse{100}    {\startxrow

Re: [NTG-context] More table questions

2020-09-22 Thread Denis Maier
can get this behavior using any of table mechanism. The wiki has an example when using the (now deprecated) TaBlE macros https://wiki.contextgarden.net/Table#Booktabs The same effect is rather easy to achieve when using natural tables as well. \startsetups booktabs \setupTABLE[each][each

Re: [NTG-context] imbalanced columns

2010-07-15 Thread Aditya Mahajan
equally on all involved columns. but table macros in tex are really ugly. you need tons of bookkeeping data for maxima, styles, multi-column|row, whatever. and tex has no data types for bookkeeping (like a programming language), so you have to store all the data in macros, dimens... it's a comple

Re: [NTG-context] Exist any table environment flag?

2010-11-22 Thread Jaroslav Hajtmar
o run inside or outside the \bTABLE .. \eTABLE environment? Or do I have two similar versions of my macros (one for the table environment and the other for normal environment) \ifintable but this is not available for tabulate, another alternative is to use \iftrialtypesetting Explan

Re: [NTG-context] simple question on kerning activation

2012-11-26 Thread Wolfgang Schuster
Am 26.11.2012 um 23:04 schrieb Pablo Rodríguez : > On 26/11/12 21:39, Hans Hagen wrote: >> On 11/26/2012 8:01 PM, Pablo Rodríguez wrote: >>> Sorry for the stupid question: isn't it font kerning (not kern OT table, >>> but traditional non-OT kerning) en

Re: [NTG-context] 2NUP, spreading a table on 2 pages

2009-01-20 Thread Antoine Junod
Hi, Wolfgang Schuster writes: > Am 20.01.2009 um 09:20 schrieb Antoine Junod: > >> Hello List, >> >> I'm trying to design a little booklet on the form two A5 pages on a A4 >> sheet. It's not hard to do as it is well documented. >> >> The p

[NTG-context] Unable to generate fonts

2009-04-20 Thread Thomas A. Schmitz
I've been running into trouble in both the alpha and beta versions of Mark IV when trying to work with the fonts script: $ mtxrun --script fonts --list MTXrun | font table: accessing the data table failed MTXrun | font table: accessing the data table failed ...text/tex/texmf-context/tex/co

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit] \starttabulatehead \HL \NC {Column A} \NC {Column B} \NC\SR \HL \stoptabulatehead \starttabulate[|p(11.5pc)|p(11.5pc)|] \NC {1[4

Re: [NTG-context] Natural table header mystery.

2007-02-21 Thread Wolfgang Schuster
Hi John, 2007/2/20, John R. Culleton <[EMAIL PROTECTED]>: The table runs ok with the headers omitted. There are 8 columns. But when I add these headers it gives me an error. Here are the headers: - \bTAB

Re: [NTG-context] Grid-keeping table

2007-03-29 Thread luigi scarso
On 3/27/07, Johannes Kuester <[EMAIL PROTECTED]> wrote: > Dear all, > > I'm trying to typeset a rather simple list or table where each line > should keep the overall grid of my page design. > For this I tried "tabulate", "table", and "TABLE"

Re: [NTG-context] Booktabs equivalent in Context

2007-08-04 Thread Patrick Gundlach
ooks very, very good! So many thanks for that! I once had to typeset a huge table, with huge in the sense of 'lots of rows and lots of columns' on a A4 single page. This would not have been possible without the help of \cmidrule which is a rule between two rows but restricted to a number of c

Re: [NTG-context] Newbie wants to make long tables

2003-09-12 Thread Nigel King
Hans, I have been looking at core-ntb (dangerous bend for me) and I found [b|e]TABLEhead, [b|e]TABLEbody and [b|e]TABLEfoot. I then put 2 + 2 together and made 5. It doesn't work as I expected. Are Table heads and foots available? TABLEbody gives no output and TABLEhead and TABLEfoot just

Re: [NTG-context] paragraphs in starttables

2005-02-14 Thread Peter Münster
es\footnote{a footnote} > > \VL \AR > > \VL \SomeText \VL > > \TWO\JustLeft{\vtop{\setupinterlinespace\hsize 14em Better, but I need to > > calculate the hsize, and there are other workarounds for correct > > vertical > > spacing. Furthermore, the footnote

Re: [NTG-context] Problems with table and Division Line

2003-11-19 Thread Bernd Militzer
Hi Willi, > > It is quite tricky to get the dummy columns right! > > If you withdraw one of the \DC in the line which causes the error, the > table compiles just fine. thanks for help! Bernd ___ ntg-context mailing list [EMAIL

[NTG-context] Re: midaligned tabulate?

2004-01-08 Thread Patrick Gundlach
Hello Willi, > I would try to place this in the \placefloat environment hmm, but I don't want it to float nor do I need a caption. > \placetable[here,middle][] > {centered table} > {\starttabulate > your actual table ... > \stoptabulate} Patrick

[NTG-context] Re: pb reset table setup

2004-10-19 Thread olivier Turlier
you need to use grouping: \start \stop an alternative is to move the \setupTABLE to directly after \bTABLE[...] Thank you Hans for your answer. I've found grouping this morning by enclosing a whole table between { }. -- olivier Turlier ___ ntg-co

Re: [NTG-context] tables, etc.

2005-06-23 Thread luigi.scarso
Jörg Hagmann wrote: Dear list members, I have the following questions: 1) I want a table at textwidth. The contents of the boxes don't fit on one line. When I See http://contextgarden.net/Tables_Overview maybe TABLE (natural tables) can help you.

Re: [NTG-context] XML: calculations on attribute values before output

2022-05-05 Thread Duncan Hothersall via ntg-context
s here too. Thanks again. Duncan On Thu, 5 May 2022 at 08:21, Taco Hoekwater wrote: > > > > On 4 May 2022, at 22:10, Duncan Hothersall via ntg-context < > ntg-context@ntg.nl> wrote: > > > > Hi. > > > > I'm processing an XML table and need to set a

[NTG-context] [***SPAM***] Re: [***SPAM***] How to reduce vertical spacing after this table

2013-07-08 Thread d.henman
. Wolfgang Schuster wrote: > > Am 06.07.2013 um 11:09 schrieb hwit...@gmail.com: > > > > > I'Ve been trying dozens of combinations to try to reduce the vertical space > > between the a table and the local footer to some items in the table, but > &

Re: [NTG-context] Bug: Messy results when using "table" in head and multi-page "tables" in text

2008-01-20 Thread Wolfgang Schuster
On Sun, 20 Jan 2008 12:37:13 +0100 Carsten Fechtmann <[EMAIL PROTECTED]> wrote: > > Dear ConTeXt experts, > > I have setup a page layout where I use "table" in the page-head for > formatting quite a bit of stuff. (The example below is just a simple >

Re: [NTG-context] Bug? numberstopper in references

2018-01-16 Thread Otared Kavian
Hi Bernard, Transposing your table to an example given by Wolfgang Schuster some time ago I obtain the correct behavior, but I don’t know where the problem in your example comes from… Please see whether the following gives what you want and comapre with the PDF I get here with ConTeXt

Re: [NTG-context] Working with layers ... with example

2013-06-24 Thread Wolfgang Schuster
Am 25.06.2013 um 01:23 schrieb Sander Maijers : > At http://ideone.com/D6Mmj3 there is the title page for my document. I want > to place the table in the middle of the A4 page (horizontally and vertically) > and the logo beneath it, preferably at the bottom of the page. > > W

Re: [NTG-context] Side-by-Side tables

2011-08-24 Thread Aditya Mahajan
27;t do what I would like for it to do. before and after go on the top and the bottom of the combination block, inbetween goes between the figure/table and the caption. One possibility to simplify measurement is to abuse figurecollections (Please wikify). \startbuffer[table:1] \startTABLE \N

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Wolfgang Schuster
meter\c!spaceafter}{\blank[\floatcaptionparameter\c!spaceafter]}} \starttext This is some text with a reference to a table named \about[tab:table]. \placetable[here][tab:table]{My caption.}{...} \setupcaptions[textcommand=\groupedcommand{}{.}] This is some text with a reference to a table named \a

Re: [NTG-context] XML ConTeXt

2010-11-02 Thread Jano Kula
On 11/02/2010 10:59 PM, Daniel Grycman wrote: Hi Wolfgang and list, I already used this multipage table. But the result showed a header for every entry of the xml-source. Is there an option which I missed? No option, you want to set up the header only once, hence you need to typeset it in

[NTG-context] Nested floats

2012-03-09 Thread Prashanth
Hi, I need to create some small tables that are (possibly) next to each other. Though I could make text flow around tables and appear to the left or to the right of the table, I could not manage something like this

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
[3] no longer works (c) how to avoid getting the label for the table on the first page (d) how to get a decent page break. I have checked Hans' MAPs article as we all as the wiki. There is reference to a new tabulate module that you were working on, but the link goes nowhere. I can work arou

Re: [NTG-context] def with if..else fails in TABLE

2005-10-18 Thread Peter Rolf
Henning Hraban Ramm wrote: > Am 2005-10-18 um 10:23 schrieb Peter Rolf: > >>> I tried to write a macro for a TABLE line: >>> >>> \def\TestCmd{\dodoubleempty\doTestCmd} >>> \def\doTestCmd[#1][#2]#3{\bTR\bTD #3 >>> \iffirstargument\hfill

[NTG-context] Tables & localfootnote alignment

2007-06-14 Thread Dave
Hi all, I am trying to add footnotes to a table but need for them to be aligned on the left (flush) edge of the table. I've tried everything I can think of but I'm stuck (with deadlines looming). Below is a quick example Many thanks, Dave %%% % TeXExec | context source date:

[NTG-context] Table of contents not appearing.

2023-04-20 Thread Fabrice Couvreur via ntg-context
Hi, I don't see why the table of contents does not appear. On the other hand, the 12 chapters are present. Thanks Fabrice \startproduct[terminale-manual] \project[terminale-environment] \startfrontmatter \setuppagenumbering [location=] \definefont [ChapterText

Re: [NTG-context] Urdu with NotoNastaliqUrdu-Regular.ttf

2015-11-28 Thread Deepak Jois
; Tried to look into the spec regarding GPOS lookups: https://www.microsoft.com/typography/otspec/gpos.htm … To access GPOS information, clients should use the following procedure: 1. Locate the current script in the GPOS ScriptList table. 2. If the language system is known, search the script fo

Re: [NTG-context] numbering problem

2016-02-09 Thread Wolfgang Schuster
us for example instead of "table 1.4" I am seeing "Table 4". How can I keep the numbering at 3 levels instead of 4 in still have tables inside subsubsections numbered as "Table 1.4"? Use "incrementnumber=no" (unnumbered) or "incrementnum

Re: [NTG-context] Table index is nil

2016-04-18 Thread Wolfgang Schuster
Brian Ballsun-Stanton <mailto:denub...@gmail.com> 18. April 2016 um 03:59 I'm getting (suddenly) an error: ...ext/tex/texmf-context/tex/context/base/mkiv/font-hsh.lua:124: table index is nil And I have a bunch of tables: \placetable[here][tab01]{Kazanlak site numbers, aggrega

[NTG-context] Thick border of one side of TR/TD

2016-05-17 Thread Procházka Lukáš Ing .
Hello, what is the easiest way to border table row along ONE side? In my example - first row bottom and last row top? All being typeset as TABLE (i.e. \bTABLE ... \bTR ... \bTD ...). I played a bit with rulethickness for TD and/or TR but in all attempts the WHOLE border thickness is affected

Re: [NTG-context] splitting table cells/rows

2016-06-07 Thread Erik Margraf
Thanks, this works quite good for me! Will the other table environments get this feature too? Erik On Tue, Jun 7, 2016 at 11:23 AM, Wolfgang Schuster < schuster.wolfg...@gmail.com> wrote: > Erik Margraf > 7. Juni 2016 um 10:34 > Dear list, > > does context split table c

[NTG-context] xtable align

2016-07-18 Thread John Kitzmiller
In the first table, the lohi of align works, but the middle does not have any effect. Putting the content in a frame gives the desired result as in the second table. This is not a problem, I just wondered if it is supposed to work in the first table. Thanks, John \useMPlibrary[dum

[NTG-context] keeping together \subject and a table without a page break

2018-05-03 Thread Robert Zydenbos
I am looking for a way to keep a subject header and a following table together on one page, without a page break. Something like: ---snippet begins--- \subsubject{Personal suffixes for the present tense} \starttabulate [|w(.1\textwidth)|p(.2\textwidth)|pI(.2\textwidth)|p(.2\textwidth)|pI(.2

[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] Adjusting interlinespace in a table

2019-02-06 Thread Wolfgang Schuster
Mari Voipio schrieb am 05.02.19 um 09:21: Hello all! This may be a really stupid question, but wiki wasn't helpful: Is there a way of adjusting interlinespace in a table? A \setupTABLE command would work as I want to change the line height throughout the table to make it smaller (have the

Re: [NTG-context] Line break in a cell of a table

2013-04-16 Thread Aditya Mahajan
\stoptext That is, line break after "First Entry", but without leaving the first cell (first row, first column). The code does not work, how to? Use p column instead of l column \starttable[|p|l|] ... \stoptable BTW, I think that it is better to use Natural Table or tabula

Re: [NTG-context] table formatting mystery

2013-04-26 Thread Wolfgang Schuster
Am 25.04.2013 um 17:02 schrieb Lance Larsen : > I created the following table, but I am running into a mysterious > problem. When I include the text 'Geometry Calulations' in row 2, the > table row expands as if this text takes up lines of text. However the > text fit

Re: [NTG-context] Auto selecting optical sizes for a font

2013-06-23 Thread Georg Duffner
Am 22.06.2013 16:57, schrieb Hans Hagen: We have no feature 'size' (or I must have forgotten about it). As there is no consistency in designsizes and there is always some esthetic choice involved no automatic mechanism is (and will be) build in. Hi, There is a 'size' tab

Re: [NTG-context] Unable To Render Table With Over 3000 Rows

2014-05-30 Thread Wolfgang Schuster
Am 28.05.2014 um 18:34 schrieb Neal Lester : > When I attempt to render a table with more than about 3000 rows I get the > following error. Searching the archives I found one message suggesting that > [save size] is hard coded and cannot be increased. > > The applicati

Re: [NTG-context] keeping TABLE in hmode

2014-08-21 Thread Wolfgang Schuster
x27;\dontleavehmode' over and over... Thanks in advance and There is no option to force horizontal mode at the begin of the table but you can use the following two methods to center the table. \startbuffer \bTABLE \bTR \bTD text \eTD \bTD text \eTD \eTR \eTABLE \stopbuffer

[NTG-context] [Fwd: problem with context]

2008-05-28 Thread Hans Hagen
| www.pragma-pod.nl - --- Begin Message --- Dear collegues, I have a problem with a table and I hope you can help me on. I would like to rotate a table by 90 degree. I found the command \rotate[]{}, but it doesn't

Re: [NTG-context] Custom Section / Table of contents inside a table

2008-08-11 Thread Wolfgang Schuster
On Sat, Aug 9, 2008 at 10:18 AM, Taco Hoekwater <[EMAIL PROTECTED]> wrote: > Demian Gutierrez wrote: >> >> So when I use the >> >> \fieldNameSection{*\getvalue{CrudCampo:NombreCampoGUIVAL}*} > >> in the previous code I get nothing but an empty entry in t

Re: [NTG-context] rules with different thickness

2011-04-20 Thread Wolfgang Schuster
Am 20.04.2011 um 10:36 schrieb Reviczky, Adam: > Thanks so much for this, it looks really nice (booth the implementation and > the output). > I've added this to the TABLE wiki since this example above is a table, > however I suspect this would work for any "frame".

[NTG-context] Problem centernig a table by Lua

2011-05-13 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'm typesetting a centered (middaligned) 1-cell table by Ctx - no problem. When I rewrite the same code to Lua, the table is always moved to the right; see or try the attached files. --- \starttext % By TeX \centerline{ \starttable[|c|] \HL \VL 5 \VL\AR

[NTG-context] Side-by-Side tables

2011-08-24 Thread Troy Henderson
I am trying to place two tables side-by-side one another with equal spacing between the margin and each table and between tables. That is, I would like the layout to be like --- A --- B --- where A and B are tables and --- represents an equal amount of spacing on the left of table A, between

[NTG-context] Table cell colo(u)rs

2011-11-17 Thread Pavneet Arora
Hello, I am trying to do a simple cell background shading in a table using the example at the wiki: http://wiki.contextgarden.net/Table Unfortunately, I get an "Undefined control sequence ..." error: ! Undefined control sequence. system > tex > error on line 4

Re: [NTG-context] Can I caption a table without using something that makes it float?

2020-12-05 Thread T. Kurt Bond
Oh, after looking at some examples I found that \startplacetable[location=force,title={Caption Text}] places the table without the extra vertical space, as long as there wasn't a \setupalign[line] ! On Sat, Dec 5, 2020 at 11:01 PM T. Kurt Bond wrote: > If I use \placetable or startpl

[NTG-context] After rotation, interaction does no longer work

2010-03-15 Thread berend
Hi All, I've a document that is typeset in A5, and then arranged with 2SIDE. Interaction is enabled. Everything works, I can click on registers and table of contents to jump to the particular piece. However, if I add "rotated": \setuparranging [2SIDE,rotated] interactio

<    4   5   6   7   8   9   10   11   12   13   >