[NTG-context] bug in hyphenation?

2014-08-29 Thread Pablo Rodriguez
Dear list, the following sample shows bad hyphenation in the first body line and in many linenotes: \showframe \definepapersize[HippPaper][width=6in, height=9in] \setuppapersize[HippPaper] \setupnote[linenote][rule=off, paragraph=yes, split=verystrict, scope=text, inbetween=\hskip1.5em, compress=

Re: [NTG-context] Strange behavior in a table.

2014-08-29 Thread Fabrice
Sorry for the mistake. To the eye, I thought the distance chosen was sufficient, and I did not think to change it. In any case, your help is wonderful, thank you. ___ If your question is of interest to others as well,

Re: [NTG-context] hyperlinks with special characters

2014-08-29 Thread Prashanth N Rao
On Friday 29 August 2014 21:52:33 Hans Hagen wrote: > On 8/29/2014 7:48 PM, Prashanth N Rao wrote: > > I have already asked this question on Stackexchange. It appears that no one > > who has seen the question knows an answer. I figure I'll ask here too, just > > to cover all bases. > > > > I nee

Re: [NTG-context] Strange error with bookmarks

2014-08-29 Thread Hans Hagen
On 8/26/2014 1:45 PM, Michał Goliński wrote: While trying to make a longer document with ConTeXt I stumbled into a strange error with the latest beta (I spotted it for the first time some time ago). For the following file: \setupinteraction[state=start,focus=standard] \placebookmarks[part,chapte

Re: [NTG-context] hyperlinks with special characters

2014-08-29 Thread Hans Hagen
On 8/29/2014 7:48 PM, Prashanth N Rao wrote: I have already asked this question on Stackexchange. It appears that no one who has seen the question knows an answer. I figure I'll ask here too, just to cover all bases. I need to link to some online resources in my PDF file. Based on the official

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Otared Kavian
Hi Fabrice, Actually with both solutions you can control the distance of the framed material to the frame by the key « offset=SomeMeasure » For instance you can say: \startframedtext[ width=\textwidth, offset=.5em, corner=06, frame=on, framecolor=

[NTG-context] Problem with embedding code TikZ code

2014-08-29 Thread Fabrice Couvreur
In the code below, I do not understand why the label "Arbre 2" does not have the color you want, that is to say the same as the label "Arbre 1". Thank you. \usemodule[tikz] \usetikzlibrary[calc] \definecolor[A2][c=0.60, m=0.00, y=0.00, k=0.10] \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]

[NTG-context] hyperlinks with special characters

2014-08-29 Thread Prashanth N Rao
I have already asked this question on Stackexchange. It appears that no one who has seen the question knows an answer. I figure I'll ask here too, just to cover all bases. I need to link to some online resources in my PDF file. Based on the official documentation, I have written: > \useURL[dbd

Re: [NTG-context] Strange behavior in a table.

2014-08-29 Thread Wolfgang Schuster
Am 29.08.2014 um 19:34 schrieb Fabrice Couvreur : > Everything is in the title, thank you. What do you expect, the cells in the first column are too small for the text you’re trying to put in. There are also two things you should change: (1) As you use the same setup for each table create

[NTG-context] Strange behavior in a table.

2014-08-29 Thread Fabrice Couvreur
Everything is in the title, thank you. \starttext \`A l'aide du graphique, compléter les tableaux de correspondance suivants. \blank[small] {\setupTABLE[row][even][height=0.6cm] \setupTABLE[row][odd][height=0.6cm] \setupTABLE[1][1,2][width=3.2cm] \setupTABLE[column][2,3,4,5,6,7][width=0.14\textwid

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Fabrice
Thank you for your answers, I continue to learn. However, the solution should Otared me better because the numbering is less near the edge of the frame. ___ If your question is of interest to others as well, please a

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Wolfgang Schuster
Am 29.08.2014 um 15:55 schrieb Otared Kavian : > Hi, > > It looks fine, but you can as well use \startframedtext, as in: > > \starttext > \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] > \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00] > \starttext > \startframedtext[ > width=\text

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Otared Kavian
Hi, It looks fine, but you can as well use \startframedtext, as in: \starttext \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00] \starttext \startframedtext[ width=\textwidth, corner=06, frame=on, framecolor=H1pr

[NTG-context] Itemize and framed

2014-08-29 Thread Fabrice Couvreur
Hi, Is this the best way to insert a list in a frame ? thank you, Fabrice \setupcolors[state=start] \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00] \starttext \framed[corner=06,frame=on,framecolor=H1prime,location=middle,background=color,backg

Re: [NTG-context] E-books and XML.

2014-08-29 Thread Hans Hagen
On 8/29/2014 1:46 PM, Henning Hraban Ramm wrote: Am 2014-08-29 um 16:17 schrieb Hans Hagen : Thank you for caring, the tag hierarchy is good now, but why did you leave out the locations now? I need some connection between register entry and the origin to be able to create a link. I can’t use t

Re: [NTG-context] E-books and XML.

2014-08-29 Thread Henning Hraban Ramm
Am 2014-08-29 um 16:17 schrieb Hans Hagen : >> Thank you for caring, the tag hierarchy is good now, but why did you leave >> out the locations now? >> I need some connection between register entry and the origin to be able to >> create a link. >> I can’t use the page numbers, since they don’t exi

Re: [NTG-context] Startparagraph oddities

2014-08-29 Thread Hans Hagen
On 8/29/2014 12:22 AM, Rik Kabel wrote: There appears to be an inconsistency in the implementation of \startparagraph. When it is used with one argument (or two by my reading of the source) it defines \stopparagraph with a terminal \endgraf, yet with no arguments this is not done. Strangely (to m

Re: [NTG-context] E-books and XML.

2014-08-29 Thread Hans Hagen
On 8/29/2014 8:33 AM, Henning Hraban Ramm wrote: Am 2014-08-28 um 23:39 schrieb Hans Hagen : I just recognized there’s a problem with references, esp. register: Erinnerung Erinnerung 4 Vor meinem inn’ren Auge schweben Namen