Re: [NTG-context] box width to fit longest line of text

2016-09-28 Thread Wolfgang Schuster
Csikos Bela 28. September 2016 um 23:36 Dear context users: I'd like to handle a block of text with 2 or more lines where the block width should be equal to the longest line in the block. I'd like the lines be center aligned in the block. Something like this:

[NTG-context] box width to fit longest line of text

2016-09-28 Thread Csikos Bela
Dear context users: I'd like to handle a block of text with 2 or more lines where the block width should be equal to the longest line in the block. I'd like the lines be center aligned in the block. Something like this: line1 second longerline another line In latex I can do it

[NTG-context] Bug in \usetikzlibrary{datavisualization}?

2016-09-28 Thread Florian Leupold
Dear list, when one tries to load the TikZ data visualization library, the documents does not compile anymore. The error is “.../tikzlibrarydatavisualization.code.tex: ! Missing number, treated as zero”. I have also tried this using ConTeXt online, to the same end:

Re: [NTG-context] Center a framedtext

2016-09-28 Thread Fabrice Couvreur
Hi Wolfgang, Thanks. Fabrice 2016-09-28 9:08 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 27. September 2016 um 22:02 > Hi Wolfgang, > Thank you for your suggestion, but I think I was not clear enough. In > fact, I want to place

[NTG-context] Looking for wiki master(s)

2016-09-28 Thread Mojca Miklavec
Hi, While discussing the state of the wiki during the ConTeXt conference, we came up with proposal to find a person (or a small group of people) whose task would be to: - extract the list of all existing wiki pages (you can get help with that) - group them in reasonable blocks (fonts, graphics,

[NTG-context] Letter module and letterhead

2016-09-28 Thread Roger Mason
Hello, Is it possible to use the letter module with letterhead? If so, is there an exaple somewhere? Thanks, Roger ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] cambria.ttc problem

2016-09-28 Thread Lutz Haseloff
Hi all, it seems that luatex 1.0.0 doesn't recognise the cambria normal from the ttc. I can only access the italic, bold, bolditalic and math. I use minimal context under win7 and win10, both x64. Greetings Lutz ___

[NTG-context] Taking extensible math accents from fallback font

2016-09-28 Thread Aditya Mahajan
Hi, Is it possible to take particular math accents from the fallback font. In praticular, I want to use NeoEuler as the math font, but want the \widehat and \widetilde accents to be taken from Pagella. This is because the widetilde accent of neo euler does not change the the size of the

Re: [NTG-context] Overfull boxes in bibliography

2016-09-28 Thread Wolfgang Schuster
Henri Menke 28. September 2016 um 13:43 Dear Alan, many thanks for the suggested fix for the overfull box. However, I am looking for a solution to fix the *missing display* of overfull boxes. What I want is that the black rectangle is shown in the margin when

Re: [NTG-context] Overfull boxes in bibliography

2016-09-28 Thread Henri Menke
Dear Alan, many thanks for the suggested fix for the overfull box. However, I am looking for a solution to fix the *missing display* of overfull boxes. What I want is that the black rectangle is shown in the margin when there is an overfull box in the bibliography. The overfull box in the

Re: [NTG-context] Overfull boxes in bibliography

2016-09-28 Thread Alan Braslau
Hello, It turns out that "alignment" of the bibliography lists does not take the document global settings, but rather, like in other cases such as a framed environment, alignment is reset to the default value: strict alignment does not give the best results for the bibliography list rendering,

Re: [NTG-context] stoptabulate undefined control sequence when used with placetable

2016-09-28 Thread Jan U. Hasecke
Am 28.09.2016 um 08:58 schrieb Wolfgang Schuster: > It’s a tabulate bug: > http://www.mail-archive.com/ntg-context%40ntg.nl/msg83290.html Argh, there was a voice in my head telling me that I've seen something about this. I should have browsed through my mails before making noise here. So let me

Re: [NTG-context] Center a framedtext

2016-09-28 Thread Wolfgang Schuster
Fabrice Couvreur 27. September 2016 um 22:02 Hi Wolfgang, Thank you for your suggestion, but I think I was not clear enough. In fact, I want to place the algorithm as the image. You need also "location=middle" for the framedtext. \defineframedtext

Re: [NTG-context] stoptabulate undefined control sequence when used with placetable

2016-09-28 Thread Wolfgang Schuster
Jan U. Hasecke 28. September 2016 um 08:31 Hi all, with LuaTeX 1.0.0 I get an undefined control sequence error when compiling an example from the wiki. It’s a tabulate bug: http://www.mail-archive.com/ntg-context%40ntg.nl/msg83290.html Wolfgang

[NTG-context] stoptabulate undefined control sequence when used with placetable

2016-09-28 Thread Jan U. Hasecke
Hi all, with LuaTeX 1.0.0 I get an undefined control sequence error when compiling an example from the wiki. \placetable[force,none]{}{% \starttabulate[|r|l|] \HL \NC I want this table \NC aligned in the center.\NC\NR \HL \stoptabulate } or