Re: [NTG-context] Google Chart URL

2011-04-18 Thread Reviczky, Adam
> Do you have “\enabledirectives[schemes.cleanmethod=md5]” in your preamble? Silly me, I've forgot that. Thanks again for your help! Adam ___ If your question is of interest to others as well, please add an entry to t

Re: [NTG-context] rules with different thickness

2011-04-18 Thread Wolfgang Schuster
Am 19.04.2011 um 03:18 schrieb Reviczky, Adam: > Hi > > I stumbled upon this while making a table with rules, where I wanted to have > a particular row highlighted with a thicker border: > http://www.mail-archive.com/ntg-context@ntg.nl/msg33678.html > > Since this was posted more then two year

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Wolfgang Schuster
Am 19.04.2011 um 03:05 schrieb Reviczky, Adam: > Thanks, that looks really nice, but somehow it doesn't work with my url: > http://chart.apis.google.com/chart?chs=350x220&cht=p3&chd=s:G99p&chdl=2|1|1|6|2|0|52|52|2|2|1|1|2|2|2|2|2|1|1|2|2|1|1|1|2|1|1&chdlp=b&chp=0.1&chl=fsharp|gettext|gettext-base

[NTG-context] rules with different thickness

2011-04-18 Thread Reviczky, Adam
Hi I stumbled upon this while making a table with rules, where I wanted to have a particular row highlighted with a thicker border: http://www.mail-archive.com/ntg-context@ntg.nl/msg33678.html Since this was posted more then two years ago, I just wanted to know if anything changed on this front

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Reviczky, Adam
> \asciimode can be overkill because it makes also “%” a normal character, > better you define a command which change the catcodes. > > \def\googlechart > {\begingroup >\setcatcodetable\vrbcatcodes >\dodoubleempty\dogooglechart} > > \def\dogooglechart[#1][#2]% > {\endgroup >\exte

Re: [NTG-context] OT: drawing graphs: Asymptote, Gnuplot, MetaFun, …

2011-04-18 Thread Mojca Miklavec
On Mon, Apr 18, 2011 at 22:20, Paul Menzel wrote: > Dear ConTeXt folks, > > I need to plot some random walks similar to [1], but for example I need > to emphasize certain sections of the plot and put labels and notes in > there. > > Could you recommend a tool to easily accomplish that goal with eas

Re: [NTG-context] OT: drawing graphs: Asymptote, Gnuplot, MetaFun, …

2011-04-18 Thread Pontus Lurcock
On Mon 18 Apr 2011, Paul Menzel wrote: > I only have little experience using Gnuplot and I have never used > Asymptote or MetaFun. These three seem to be well integrated with > ConTeXt and I guess in the end I could just create the image files > and include these in to my ConTeXt source. If you d

Re: [NTG-context] Displaying text on a page in several steps

2011-04-18 Thread Hans Hagen
On 18-4-2011 9:11, Cecil Westerhof wrote: I want to have several points on a page, but have them displayed one after the other. For example, the complete page is: MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point Initially you see: MY POINTS 1. The first p

[NTG-context] OT: drawing graphs: Asymptote, Gnuplot, MetaFun, …

2011-04-18 Thread Paul Menzel
Dear ConTeXt folks, I need to plot some random walks similar to [1], but for example I need to emphasize certain sections of the plot and put labels and notes in there. Could you recommend a tool to easily accomplish that goal with easily. I guess it can be done with any of those as seen by the

Re: [NTG-context] two problems with natural tables

2011-04-18 Thread Hans Hagen
On 18-4-2011 7:16, Wolfgang Schuster wrote: \def\floatcaptionattribute {\iflocation \ifnofloatnumber \else \ifnofloatcaption \else \ifinsidesplitfloat \else attr \destinationattribute \currentfloatattribute \fi \fi \fi \fi} ok, patched

[NTG-context] Displaying text on a page in several steps

2011-04-18 Thread Cecil Westerhof
I want to have several points on a page, but have them displayed one after the other. For example, the complete page is: MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point Initially you see: MY POINTS 1. The first point After giving space you see: MY POINTS

Re: [NTG-context] How to produce a dotless i with ConTeXt?

2011-04-18 Thread Wolfgang Schuster
Am 18.04.2011 um 19:00 schrieb John Haltiwanger: > LuaTeX has total unicode representation in terms of content (are unicode > characters possible for macro declarations? this is unclear at this point but > clearly useful..) Yes but they need catcode 11. \definehead[Überschrift][section] \sta

Re: [NTG-context] two problems with natural tables

2011-04-18 Thread Wolfgang Schuster
Am 10.04.2011 um 18:40 schrieb Florian Wobbe: > Hi, > > 1) I tried the following minimal example from > http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html > > \placetable[split]{Test} > {\bTABLE[split=yes] > \dorecurse{60}{ > \bTR \bTD hello \eTD \eTR > } > \eTABLE} > >

Re: [NTG-context] How to produce a dotless i with ConTeXt?

2011-04-18 Thread John Haltiwanger
LuaTeX has total unicode representation in terms of content (are unicode characters possible for macro declarations? this is unclear at this point but clearly useful..) So, the last thing you need to do is abstract your special characters. Just input them according to how you would normally make t

Re: [NTG-context] Google Chart URL

2011-04-18 Thread Wolfgang Schuster
Am 16.04.2011 um 21:49 schrieb Aditya Mahajan: > On Sat, 16 Apr 2011, Reviczky, Adam wrote: > >> Hmm >> >> I still have some problems with this. How would it look like for this URL? >> I've tried asciimode and \letterbar + \letterpercent, but no luck. >> >> http://chart.apis.google.com/chart?c

Re: [NTG-context] Google Chart URL

2011-04-18 Thread mathew
On Sat, Apr 16, 2011 at 13:31, Reviczky, Adam wrote: > ! Undefined control sequence. > system          > tex > error on line 3 in file test.tex: Undefined control > sequence ... > > as far as I can tell it's the "|" symbol where it has problems. The | symbol is not allowed unescaped in URLs. As

Re: [NTG-context] Difference between texexec and context when using indent

2011-04-18 Thread Aditya Mahajan
On Mon, 18 Apr 2011, Wolfgang Schuster wrote: Am 18.04.2011 um 09:24 schrieb Cecil Westerhof: I did not know that it could be done with \setupblank. I was told that I needed to define a \myblank for it. It isn’t possible to control the indentation with \setupblank but for me it would be the

Re: [NTG-context] The appendices envrionment and title in toc

2011-04-18 Thread Wolfgang Schuster
Am 17.04.2011 um 12:57 schrieb seasoul: > I want to include appendices part in MKIV. The appendices should prefixed by > Appendix, like Appendix A, Appendix B. > > I use > \setuplabeltext [appendix=Appendix ] > \startappendices > \component chapters/appen-01 > \stopappendices > > appen-01.te

Re: [NTG-context] Difference between texexec and context when using indent

2011-04-18 Thread Wolfgang Schuster
Am 18.04.2011 um 09:24 schrieb Cecil Westerhof: > I did not know that it could be done with \setupblank. I was told that > I needed to define a \myblank for it. It isn’t possible to control the indentation with \setupblank but for me it would be the right command. The only way currently is to de

Re: [NTG-context] no line break in CJK text in footnotes

2011-04-18 Thread 李延瑞
2011/4/8 Li Yanrui (李延瑞) : > Hi Hans, > > At least for the beta 2011.04.03, the line break can not work for cjk > text in footnotes. See the following example: > > \definefontsynonym[Serif][name:adobesongstd] > \definetypeface[myfonts][rm][serif][myfonts][default] > \setscript[hanzi] > \setupbodyfo

Re: [NTG-context] section headings

2011-04-18 Thread Herbert Voss
no one has an idea? Am 09.04.2011 20:55, schrieb Herbert Voss: With the following code I get 1. Teil foo § 1 1 bar i baz but I need 1. Teil foo § 1 A. bar I. baz I cannot get the needed information from the wiki and the documentation. \def\PartNo#1{#1.\,Teil} \def\ChapterNo#1{§ \headnumber[

Re: [NTG-context] Widget and mandatory Rect field?

2011-04-18 Thread Reviczky, Adam
> 17 0 obj > << > /Type /Annot > /Q 0 /Subtype /Widget /Parent 16 0 R /DA (/rmtf 11.9552 Tf 1.1955 Ts 0 0 > 0 rg 0 0 0 RG) /MK << /CA () >> /F 4 > /Rect [0 14.4275 59.7758 26.3827] > >> > endobj > 18 0 obj > << > /Type /Annot > /Q 0 /Subtype /Widget /Parent 16 0 R /DA (/rmtf 11.9552 Tf 1.1955 Ts 0

Re: [NTG-context] How to produce a dotless i with ConTeXt?

2011-04-18 Thread Thomas Schmitz
On Mon, 18 Apr 2011 10:23:54 +0200 "Verhaag, G.C.H.M." wrote: Thanks for the answers! Only one suggestion doesn't work for me; inserting the ı (it looks like an HTML code not ConTeXt code!?) in my source file. Well, I prefer to use \dotlessi and \i, and don't like ı or \char"0131, becaus

Re: [NTG-context] Widget and mandatory Rect field?

2011-04-18 Thread Hans Hagen
On 18-4-2011 7:31, Reviczky, Adam wrote: Hi I have a PDF with widgets and everything's fine with it, and I'm testing it by opening it with Adobe Reader. Now I had a look again with other viewers and when I open it with evince (poppler based), then it gives me some strange errors like this: "E

Re: [NTG-context] How to produce a dotless i with ConTeXt?

2011-04-18 Thread Verhaag, G.C.H.M.
On 04/16/2011 11:42 AM, Thomas Schmitz wrote: On Sat, 16 Apr 2011 11:24:00 +0200 "Verhaag, G.C.H.M." wrote: I for example tried to generate the soft g, the g with the caron (inverted circumflex!) above it, using \gcaron, which just works fine. But I'm unable to generate a dotless i! So w

Re: [NTG-context] is this possbile ? \externalfigure[c:\test\test.pdf at page 5 (0, 0) (20, 20)]

2011-04-18 Thread Peter Münster
정진기 writes: > What I like to do is “getting certain area of certain page of a PDF > file” > using context command without saving to a separate JPG file. \clip[...]{\externalfigure[filename.pdf][page=X]} See also: http://wiki.contextgarden.net/Reference/en/externalfigure and http://wiki.contextg

Re: [NTG-context] Difference between texexec and context when using indent

2011-04-18 Thread Cecil Westerhof
2011/4/17 Wolfgang Schuster : >> With the following code: >> \setupindenting[yes,medium,next] >> >> \starttext >> >> \input knuth >> >> \blank >> >> \input knuth >> >> \stoptext >> >> When using texexec (MKII) the paragraph after the \blank is not >> indented. When using context (MKIV) it is. Why t

[NTG-context] Augmented matrix?

2011-04-18 Thread Alasdair McAndrew
How can I typeset an augmented matrix, that is, a matrix where some columns are separated by a vertical line? "\VL" doesn't seem to work within a formula. Thanks very much! cheers, Alasdair -- Blog: http://amca01.wordpress.com Web: http://bit.ly/Alasdair Facebook: http://www.facebook.com/alas