[NTG-context] Number in a circle

2024-05-26 Thread Kip Warner
. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If your question is of interest to others as well, please add an entry

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
, or54sp; but yours is a new one! I'll assume that you meant to say pt, for printer's55points. two letters. I'm not sure what it is referring to. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com s

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
Xt. I tried using the \utfchar{0x2460} but it just displays the number 1. I am assuming it needs a font that supports it, but I'm not sure how to switch to a supporting font just to typeset that character and then revert back. Is there some way to define a macro? -- Kip Warner OpenPGP

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
> \stoptext Hello Seyal, This does work but it's a bit annoying that I have to create an SVG of just a circle and store it somewhere. I'm fine with using MetaPost, especially if it makes this easier, but I just don't know how. -- Kip Warner OpenPGP signed/encrypted mail preferred

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
%radius=.5fw, >   radius=\dimexpr\framedwidth/2\relax, >   offset=none] > > \starttext > \dostepwiserecurse{0}{9}{1}{#1 = \textcircled{#1}\blank} > \stoptext Thank you kindly, Wolfgang. That worked perfectly. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.the

[NTG-context] BibTeX choking on comments in database

2024-05-27 Thread Kip Warner
/mkii/bibl-apa.tex' ... All that's present on the first few lines of the References.bib BibTeX database are comments that begin with the '%' character. Is there a different character that should be used for BibTeX databases when used with ConTeXt? -- Kip Warner OpenPGP signe

[NTG-context] Re: Number in a circle

2024-05-27 Thread Kip Warner
s how to set the colour of the circle to match the other text on my page. I currently do the following in my environment file: \definecolor[colour_text][r=0.754,g=0.516,b=0.324] \setupcolors[state=start,textcolor=colour_text,pagecolormodel=rgb] -- Kip Warner OpenPGP signed/encrypted mail

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
d as a comment? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If your question is of interest to others as well,

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
On Mon, 2024-05-27 at 20:15 +0200, vm wrote: > if you make width and hwight 1.4en instead of 1.5em, the characters > will align with the running text. Thank you. I will give that a try. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Descr

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
On Tue, 2024-05-28 at 08:17 +0200, Henning Hraban Ramm wrote: > Am 27.05.24 um 19:20 schrieb Kip Warner: > > On Mon, 2024-05-27 at 07:09 +0200, Ryszard Kubiak wrote: > > > Hi Kip, > > > > > > You may try characters with Unicode slots from U+2460 upto > >

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
suming that doesn't support the new unit. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If your question is

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
mbers \textcircled{1}, \textcircled{2}, and \textcircled{3}. And when used in formula, \math{\Sigma_{i^b x_{\textcircled{3}}^i}} \stoptext What I was hoping would happen there was the circled 3 in the formula would shrink to look like a subscript for the x variable. Any help appreciated. --

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
27;s not an appropriate comment character, is there any way to put comments in a BibTeX file? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed m

[NTG-context] Re: Number in a circle

2024-05-28 Thread Kip Warner
On Tue, 2024-05-28 at 15:02 -0700, Kip Warner wrote: > On Tue, 2024-05-28 at 17:38 +0200, Wolfgang Schuster wrote: > > Add > > > > framecolor=colour_text, > > > > to the frame settings. > > Thanks Wolfgang. That does work. > > But another prob

[NTG-context] Re: BibTeX choking on comments in database

2024-05-28 Thread Kip Warner
ht notice that is commented out with the % character. If that is not a valid comment character, is there no way to write a comment in the file? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed mes

[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Kip Warner
e database and its citations. If you have any suggestions I will try and incorporate them. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part __

[NTG-context] Re: Number in a circle

2024-05-30 Thread Kip Warner
On Thu, 2024-05-30 at 17:22 +0200, Henning Hraban Ramm wrote: > Am 28.05.24 um 23:50 schrieb Kip Warner: > > On Tue, 2024-05-28 at 17:47 +0200, Pablo Rodriguez wrote: > > > fw is a new dimensio unit only available in LMTX (not in LuaTeX). > > > > > > Just in

[NTG-context] Re: Number in a circle

2024-05-30 Thread Kip Warner
t as needed, and then you should be good. You can also set an automatic build recipe in the PPA so each commit to SCM results in a new nightly. You'll get a lot more people using and testing your newer release this way. Food for thought. -- Kip Warner OpenPGP signed/encrypted mail prefe

[NTG-context] Re: Number in a circle

2024-05-30 Thread Kip Warner
for this number: {\switchtobodyfont[circle_typeface] \utfchar{0x02460}} And back to normal text. \stoptext -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally sig

[NTG-context] Re: Number in a circle

2024-05-30 Thread Kip Warner
ng binary packages. After that it injects them into the APT repository (which is all a PPA is). -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___

[NTG-context] Draft vertical text in margins

2024-06-02 Thread Kip Warner
ays and I can't seem to get them to work correctly. This should be simple, but as with so many things with ConTeXt it's a bit enigmatic. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Kip Warner
rginframe{\rotate[rotation=270]{DRAFT}}] > > \framed has a orientation key but it's not so easy to use in this > case > because you have to set length for width and height, e.g. > > \defineframed >    [marginframe] >    [width=\textheight, >    

[NTG-context] Re: Number in a circle

2024-06-04 Thread Kip Warner
On Tue, 2024-06-04 at 18:19 +0100, Bruce Horrocks wrote: > 1) I installed Ubuntu 14.04 It comes with context pre-installed but > it's broken. Hey Bruce. Just an FYI, but Trusty Tahr (14.04) is over a decade old. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.the

[NTG-context] Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-15 Thread Kip Warner
ndargument \footnote{\cite[alternative=entry,#1][main::#2]}% \else \footnote{\cite[alternative=entry][main::#1]}% \fi} Any help appreciated! -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed me

[NTG-context] Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-17 Thread Kip Warner
ndargument    \footnote{\cite[alternative=entry,#1][main::#2]}%    \else    \footnote{\cite[alternative=entry][main::#1]}%    \fi} Any help appreciated! -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed me

[NTG-context] Re: Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-17 Thread Kip Warner
otnote{\cite[alternative=entry][main::#1]}% \fi} \starttext Some footnote here.\footnotecite[cicero-tuscu2011] \stoptext -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed

[NTG-context] Re: Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-18 Thread Kip Warner
elles Lettres. But on my machine which has ConTeXt 2023.05.05, I see the following: 1 internal()Cicéron, M. T. (2011). Tusculanes (G. Fohlen, Ed.) (J. Humbert, Trans.). (Vol. 1, 7e tirage ed.). Paris: Les Belles Lettres. isbn∶9782251010830 -- Kip Warner OpenPGP signed/encrypted mail pr

[NTG-context] Re: Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-19 Thread Kip Warner
; (i assume you use the installer) I use the Debian packages that ship with Ubuntu Noble (24.04). I'm a bit reluctant to install outside of the package manager's stewardship of the FHS, but might have to. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com sig

[NTG-context] URL in footnote citation

2024-06-19 Thread Kip Warner
ds of the Universe. ([Online; accessed 20-May-2024]) ...where "Sounds of the Universe" is linked to the URL in the BibTeX database. Is this possible to do? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a d

[NTG-context] Re: URL in footnote citation

2024-06-20 Thread Kip Warner
ly struggle with the ConTeXt documentation. If you have a minimal you could share, I'd be much obliged. -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digi

[NTG-context] Re: Upgrading from 2021.03.05.20230120 -> 2023.05.05.20230730 breaks BibTeX footnotes

2024-06-20 Thread Kip Warner
On Tue, 2024-06-18 at 18:28 -0700, Kip Warner wrote: > On Tue, 2024-06-18 at 18:48 +0200, Hans Hagen wrote: > > then use \alwayscite > > Hey Hans. I note that command is not documented (yet) so thank you > for providing that. Thank you Hans for documenting: https://wiki

[NTG-context] Letter module broken?

2024-06-25 Thread Kip Warner
The control sequence at the end of the top line of your error message was never \def'ed. You can just continue as I'll forget about whatever was undefined. Is the letter module no longer supported? If so, how do users transition from \setuplettertext, \setuplettersection, \set

[NTG-context] Re: Letter module broken?

2024-06-26 Thread Kip Warner
lation completes. Is there an argument that needs to be passed to ./install.sh perhaps? -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part

[NTG-context] Re: Letter module broken?

2024-06-26 Thread Kip Warner
ing? $ mtxrun --script install-modules --install --all -- Kip Warner OpenPGP signed/encrypted mail preferred https://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If your quest

[NTG-context] Re: Letter module broken?

2024-06-26 Thread Kip Warner
On Wed, 2024-06-26 at 21:46 +0200, Pablo Rodriguez wrote: > Hi Kip, > > you need the second option. > > Cheers, Thanks Pablo. I wonder if it might be helpful if the modules were installed by default since they're not that numerous or large in size? -- Kip Warner OpenPGP s

[NTG-context] Unequal width columns

2016-08-08 Thread Kip Warner
owing: \startcolumns[n=2,rule=on] ...left side contents... \column ...right side contents... \stopcolumns Is there no way to set the first column to, say, 0.33\textwidth ? Regards, -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signatur

Re: [NTG-context] Unequal width columns

2016-08-09 Thread Kip Warner
Pierre, That works wonderfully, except that for some reason all of the white space between paragraphs is gone in the second column. I'm not sure why since I have... \setupwhitespace[medium] \setupblank[big] -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail

[NTG-context] 2013.03.21 broken nightly?

2013-03-22 Thread Kip Warner
sf:\v!style :\v!serif }{rm} I hope that is helpful. PS Please cc me, as my subscription is not currently active. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed mes

Re: [NTG-context] 2013.03.21 broken nightly?

2013-03-22 Thread Kip Warner
s PPA. PS Please cc me, as my subscription is not currently active. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally

Re: [NTG-context] 2013.03.21 broken nightly?

2013-03-22 Thread Kip Warner
andafter \def \csname #1 \endcsname l.256 \setvalue{\sf:\v!style :\v!serif } {rm} E ? You want to edit file /usr/share/texmf/tex/context/third/simplefonts/t-simplefonts.mkvi at line 256 --

Re: [NTG-context] 2013.03.21 broken nightly?

2013-03-22 Thread Kip Warner
On Sat, 2013-03-23 at 00:52 +0100, Hans Hagen wrote: > On 3/23/2013 12:48 AM, Hans Hagen wrote: > > On 3/23/2013 12:04 AM, Kip Warner wrote: > >> On Fri, 2013-03-22 at 23:58 +0100, Hans Hagen wrote: > >>> It looks like something is messed up on t

Re: [NTG-context] 2013.03.21 broken nightly?

2013-03-23 Thread Kip Warner
t wait until it's resolved. I'm not in any rush and I can always roll back the deb I have installed. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally sig

[NTG-context] ! LuaTeX error [string "\directlua "]:1: invalid escape sequence

2013-04-18 Thread Kip Warner
013) (rev 4627). Thank you, PS Please cc me because my subscription is temporarily disabled. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___

Re: [NTG-context] ! LuaTeX error [string "\directlua "]:1: invalid escape sequence

2013-04-19 Thread Kip Warner
On Fri, 2013-04-19 at 09:07 +0200, Hans Hagen wrote: > use [[ ]] for passing strings and \letterpercent , of do: > > \ctxlua{context.setxvalue("BzrRevision",os.resultof("bzr revno | tr > -d > '\string\n'"))} Thanks Hans. That solved that problem.

[NTG-context] Issue with 2013.04.30 00:31

2013-05-05 Thread Kip Warner
.tex> I am using ConTeXt 2013.04.30 00:31, LuaTeX beta-0.77.0-2013042719 (TeX Live 2013/dev/Debian)(rev 4635), and LuajitTeX version beta-0.77.0-2013042721 (TeX Live 2013/dev/Debian)(rev 39). Regards, PS I am not a subscriber. Kindly cc me. -- Kip Warner -- Software Engineer OpenPGP encrypte

Re: [NTG-context] Issue with 2013.04.30 00:31

2013-05-06 Thread Kip Warner
On Sun, 2013-05-05 at 23:36 -0700, Kip Warner wrote: > Hey list, > > I am experiencing two issues in compiling my document. The first is a > non-fatal warning during compilation of my book: > > ... > (/usr/share/texmf/tex/context/base/s-abr-02.te

Re: [NTG-context] Issue with 2013.04.30 00:31

2013-05-07 Thread Kip Warner
Hey Luigi. Yes, I managed to solve this problem with an additional space between the tr command and its parameter as a macro in my environment file. Thanks a lot for your help. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.as

Re: [NTG-context] Issue with 2013.04.30 00:31

2013-05-07 Thread Kip Warner
eep the pound sign, what is the proper way to escape it in my BibTeX database? Thanks Hans. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part

[NTG-context] LuaJitTeX, \texenginename, and \texengineversion

2013-05-07 Thread Kip Warner
- unless I'm doing something wrong. I was careful to ensure I passed --engine=luajittex to context as well. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message

Re: [NTG-context] LuaJitTeX, \texenginename, and \texengineversion

2013-05-08 Thread Kip Warner
On Wed, 2013-05-08 at 09:32 +0200, luigi scarso wrote: > On Wed, May 8, 2013 at 2:49 AM, Kip Warner wrote: > > > Hey Luigi, > > > > I find the \texenginename and \texengineversion useful for retrieving > > the backend name and version. They work fine when using

[NTG-context] 2013.07.12 broken nightly?

2013-07-14 Thread Kip Warner
/usr/share/texmf/tex/context/base/node-ref.lua:542: in function 'injectreference' [string "\directlua "]:1: in main chunk. \ctxcommand #1^^@-\directlua {commands.#1} Respectfully, PS Please copy me if you remember, as I am not currently a subscrib

[NTG-context] Broken nightly? (2013.08.03)

2013-08-04 Thread Kip Warner
f you need further information, as I am not currently a subscriber. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___

[NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
ough the problem is buried in line 596 of font-syn.lua. For some reason s.angle is typed as a Lua string and not a number. local angle = f_a(s.angle or 0) -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Thu, 2013-09-19 at 14:25 -0700, Kip Warner wrote: > It looks as though the problem is buried in line 596 of font-syn.lua. > For some reason s.angle is typed as a Lua string and not a number. > > local angle = f_a(s.angle or 0) I tried patching the above with t

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote: > ok (fyi: these are new entries for wolfgang's module) Noted. > that is already fixed Thanks Hans. Let me know if there is anything else I can do. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail pre

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:45 +0200, Hans Hagen wrote: > On 9/20/2013 12:19 AM, Kip Warner wrote: > > On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote: > >> ok (fyi: these are new entries for wolfgang's module) > > > > Noted. > > > >> that is

[NTG-context] Broken nightly (2013.10.04)

2013-10-13 Thread Kip Warner
error... ! Undefined control sequence. \lim_ l.84 \lim_ {t\to\infty} P(t) = K. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message

Re: [NTG-context] Broken nightly (2013.10.04)

2013-10-13 Thread Kip Warner
uild bots pick up the newer source. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part _

[NTG-context] [OT] Book complete and thank you

2013-12-10 Thread Kip Warner
o like to thank Adam Reviczky for his help in preparing debs for ConTeXt. <https://www.avaneya.com/#!/content/downloads/handbook.html> Without these peoples' help, it would have been more difficult to develop my project. Take care, -- Kip Warner -- Software Engineer Ope

Re: [NTG-context] [OT] Book complete and thank you

2013-12-12 Thread Kip Warner
w fixed and uploaded. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If your questi

Re: [NTG-context] CV / Resume examples

2014-06-29 Thread Kip Warner
ey Martin. Thanks a lot for sharing! -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ If y

Re: [NTG-context] 'excursion' and MkIV/LuaTeX

2014-06-29 Thread Kip Warner
On Sun, 2014-06-29 at 11:09 +0200, Hans Hagen wrote: > my collegue is working on that Hey Hans. Where can we learn more about the progress of the physical book? Do you have a rough time frame, as in 3+ years or sometime within the next few months? -- Kip Warner -- Senior Software Engin

[NTG-context] Scientific paper boiler plate

2014-09-12 Thread Kip Warner
anyone have a sample source I could take a look at as a starting point? I will need to typeset some figures, pseudo code, references, etc. and this all takes much less time when someone much more clever than I, like Wolfgang or Hans already has a similar environment file and such setup. Respectfu

Re: [NTG-context] Scientific paper boiler plate

2014-09-15 Thread Kip Warner
u say, still be not useful for this type of situation. Thanks a lot anyways for the offer. Respectfully, -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc

[NTG-context] Resume source

2014-10-26 Thread Kip Warner
or the source of this everywhere, including in the book's, but I can't seem to find it. Can anyone help me? -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a dig

[NTG-context] Error with \prevdepth

2015-01-25 Thread Kip Warner
error > error on line 32 in file Handbook/Handbook.tex: ! You can't use `\prevdepth' in restricted horizontal mode Any help appreciated. -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Des

Re: [NTG-context] Error with \prevdepth

2015-01-26 Thread Kip Warner
I have... % Font to use for main text... \setmainfont[Ubuntu] \setupbodyfont[11pt] -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Descr

Re: [NTG-context] Error with \prevdepth

2015-01-26 Thread Kip Warner
u-font-family/UbuntuMono-BI.ttf If I look inside the PDF properties, I can see that the Ubuntu typeface is embedded, but it looks like it's just not being used anymore. -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Desc

Re: [NTG-context] Error with \prevdepth

2015-01-26 Thread Kip Warner
I wish ConTeXt was properly Debianized so all of this was automagically taken care of during postinst hook. -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message p

Re: [NTG-context] Error with \prevdepth

2015-01-27 Thread Kip Warner
> (if the cache is wiped all happens automatically anyway) Thanks Hans. -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a di

[NTG-context] Bad PDF to text crawlers

2015-08-19 Thread Kip Warner
sible layer that just contains some hidden text directing a user to the location to download the original high quality ConTeXt PDF. Any suggestions? -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: Di

Re: [NTG-context] Bad PDF to text crawlers

2015-08-20 Thread Kip Warner
e robots.txt. I'll give that some thought. Thank you. -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally si

[NTG-context] Unsupported Platform

2011-06-13 Thread Kip Warner
Xt mailing-list (ntg-context@ntg.nl) Take care, PS Please cc me if you need to contact me, as I'm not on the list. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally sign

[NTG-context] ConTeXt PPA

2011-06-13 Thread Kip Warner
Hey folks, Adam was very kind enough to provide us with an up-to-date PPA for ConTeXt which makes installation much easier for those of us running Ubuntu. https://launchpad.net/~reviczky/+archive/ppa Thanks again Adam! PS I am not on the list, so you'll have to cc me if you need to. --

Re: [NTG-context] Unsupported Platform

2011-06-13 Thread Kip Warner
any more than a few minutes of my time each month because I am pretty task saturated already. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: T

Re: [NTG-context] Unsupported Platform

2011-06-13 Thread Kip Warner
run this yourself, if you like. I haven't much time. If that is ok with you, please email me off the list. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part

Re: [NTG-context] Unsupported Platform

2011-06-14 Thread Kip Warner
know. > > Mojca Sounds good Mojca. The offer is still standing if you find more people who would like it ported as well. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Descr

[NTG-context] PDF Viewer Navigation Tree

2011-06-15 Thread Kip Warner
es one go about doing the same in ConTeXt? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___ I

[NTG-context] Itemizing from zero

2011-06-15 Thread Kip Warner
Hey folks, I noticed some other people had issues with \startitemize[n] counting starting from zero as a bug a while ago. In my case, I need a specific list to start counting from zero. Is there any way to do this? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http

Re: [NTG-context] Itemizing from zero

2011-06-16 Thread Kip Warner
again, Adam, and thanks again. That worked. I always seem to look in N-1 places, but you always remind me that it was in the Nth all along. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: Thi

Re: [NTG-context] PDF Viewer Navigation Tree

2011-06-17 Thread Kip Warner
luigi scarso gmail.com> writes: > pdfbookmarks ? > http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers Hey Luigi. The sample code in the link you gave me works fine if I compile it. If I put it in my own book, should the adjusted code be in the environment, project, or product file? I have o

[NTG-context] Problem with chem module

2011-06-17 Thread Kip Warner
statement found in one of my component files is: \chemical{CO_2,PLUS,H_2,PLUS,GIVES,PLUS,O_2,PLUS,CO} What am I doing wrong? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part

[NTG-context] Table Column Width

2011-06-17 Thread Kip Warner
c|c|c|] last field, but I can't figure out what from the documentation. The syntax is a little elusive. Thanks, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed me

Re: [NTG-context] PDF Viewer Navigation Tree

2011-06-18 Thread Kip Warner
s Wolfgang. For some reason, and I have absolutely no idea why, the index is showing today and I can't recall what I had changed. Oh well, as Scotty said, if it ain't broke, don't fix it. I'll also merge the project / product files together into one as you suggested. -- Kip

Re: [NTG-context] Table Column Width

2011-06-18 Thread Kip Warner
On Sat, 2011-06-18 at 19:12 +1200, Pontus Lurcock wrote: > Hope this helps, > > Pont Thanks Pontus. Natural tables did the trick. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signe

Re: [NTG-context] Table Column Width

2011-06-18 Thread Kip Warner
On Sat, 2011-06-18 at 11:27 +0200, Hans Hagen wrote: > replace c by p(4cm) Thanks Hans. I decided to migrate to the natural tables instead. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digita

Re: [NTG-context] Problem with chem module

2011-06-18 Thread Kip Warner
[\v!each] [\v!stopper] \setupsubpagenumber [\c!way=\v!by\v!chapter, \c!state=\v!start] \stopenvironment -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digit

[NTG-context] More chemic module woes

2011-06-18 Thread Kip Warner
and without the texlive-math-extra package installed. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message part ___

Re: [NTG-context] More chemic module woes

2011-06-20 Thread Kip Warner
k, I replaced \chemical with \inlinechemical in my code, along with replacing the GIVES with + signs and it came up working. Thank you for your help. =) -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail pref

Re: [NTG-context] More chemic module woes

2011-06-21 Thread Kip Warner
precated and to be replaced with some other currently experimental module? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally s

Re: [NTG-context] More chemic module woes

2011-06-21 Thread Kip Warner
On Tue, 2011-06-21 at 20:16 +0200, Hans Hagen wrote: > it's more like 'integrated' .. always present .. core stuff > > Hans Understood. Thank you. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.as

[NTG-context] ConTeXt support for DjVu backend

2011-06-22 Thread Kip Warner
Hey list, Are there any plans to eventually support the DjVu format as an additional backend alternative to PDF? DjVu is a free standard promoted as an alternative to PDF. It is allegedly a superior format. <https://secure.wikimedia.org/wikipedia/en/wiki/DjVu> -- Kip Warner -- So

Re: [NTG-context] ConTeXt support for DjVu backend

2011-06-22 Thread Kip Warner
stly for scanned documents. But since it is trying to be a replacement for PDF and it has most of the same features, I think it's more than just that now. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Descriptio

Re: [NTG-context] ConTeXt support for DjVu backend

2011-06-22 Thread Kip Warner
not matter for > many cases, and one could probably make a backend to produce something > reasonable but it's not worth the trouble I fear. As mentioned, it's > probably easier to convert the pdf into a djvu with a postprocessor. > > Hans Understood. Thanks. --

Re: [NTG-context] ConTeXt support for DjVu backend

2011-06-22 Thread Kip Warner
On Wed, 2011-06-22 at 23:36 +0200, Hans Hagen wrote: > btw, it would be interesting to have a good open source jbig2 > producer > (as that is natively supported in pdf) and it's a pretty efficient > compression (close to djvu) Interesting. -- Kip Warner -- Software Engineer

[NTG-context] Sanskrit Devanagari characters

2011-06-22 Thread Kip Warner
Hey list, I need to sprinkle my book with a few Sanskrit words written in the Devanagari script. I don't need to write complete paragraphs in it, but just a word or two inline. Can anyone show me the ConTeXt source to do such a thing, with, say "तरीकिन"? -- Kip Warner -- So

[NTG-context] Changing Body Font

2011-06-22 Thread Kip Warner
, \setupbodyfont[ubuntu,11pt][file:ubuntu-r][features=default] I also tried, \setupbodyfont[ubuntu,11pt] Any help would be appreciated. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digitally signed message

Re: [NTG-context] Sanskrit Devanagari characters

2011-06-23 Thread Kip Warner
u need a sample project to try it on, mine is of course available. Take care, -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a digita

Re: [NTG-context] Sanskrit Devanagari characters

2011-06-23 Thread Kip Warner
he resultant PDF as inline figure. > > Regards, > Khaled Hey Khaled, It's an inelegant, albeit workable solution - but perhaps the only way. Thanks for your help. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.

[NTG-context] bad argument #1 to 'gsub'

2011-06-23 Thread Kip Warner
mpleteindex \stopappendices \startbackmatter \stopbackmatter \stopproduct - /Source/Preface/Preface.tex - \startchapter{Preface} Foo - Any help would be mu

  1   2   3   4   5   >