Re: [NTG-context] Index

2005-11-14 Thread Duncan Hothersall
Hans, many thanks for the recent fixes on index sorting in the new ruby scripts. Can I offer another test file in which some errors still show up, in the hope that these too can be ironed out? The following shows two problems, culled from a much bigger project. It should be clear from the output

Re: [NTG-context] Index

2005-11-14 Thread Hans Hagen
Duncan Hothersall wrote: Hans, many thanks for the recent fixes on index sorting in the new ruby scripts. Can I offer another test file in which some errors still show up, in the hope that these too can be ironed out? The following shows two problems, culled from a much bigger project

Re: [NTG-context] Warning Trojan.Agent.EZ in texmfstart

2005-11-13 Thread Hans Hagen
of texmfstart.exe? Provided that there is nothing wrong with texmfstart.exe with the size of 596kB should I contact the Bitdefender developpers? this exe file is just the ruby dll + some ruby scripts in a self-unzipping (on a temp path) format; so, it's most is not really executable code

Re: [NTG-context] Index

2005-11-10 Thread Thomas A. Schmitz
script in turn. This has been texexec.pl (in texmf/scripts/context/perl/), but you can of course modify it so it runs another script. Hans has been toying with ruby lately, so we now have texmf/scripts/ruby/newtexexec.rb which, I suppose, will replace the old texexec in due time. But as you

Re: [NTG-context] Index

2005-11-09 Thread Hans Hagen
{This} This \index{and} and \index{That} That. \page \placeindex \stoptext can you play a bit with the following: (patch context/ruby/base/texutil.rb) def preset(shortcuts=[],expansions=[],reductions=[],divisions=[]) # maybe we should move this to sort-def.tex

Re: [NTG-context] Mini-survey -- Community

2005-11-08 Thread Hans Hagen
mails i get) - how many users expose themselves? i dunno: i use ruby, gs, etc and am not on any of the assiciated lists; - i don't keep track of downloads / website so no info from that - there are different kind of users (simple docs, no problem to get it running) or more advanced work; my

Re: [NTG-context] ConTeXt release of october 27.

2005-10-31 Thread Taco Hoekwater
how to use it soon, so that we can get cracking. I'd rather use Vim's Ruby highlighting than writing a verb-ruby.tex... nikolai ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Elided page numbers in registers

2005-10-06 Thread Vit Zyka
(generally noncontinuous) range. The same sad result you obtain if you use startregister...stopregister pair. If you know Perl it is not difficult to insert such stuff for one application. It is very difficult to create a general solution. I have no (positive and deep) experience with new ruby

Re: [NTG-context] DOC/RTF to ConTeXt via XML

2005-09-28 Thread Christopher Creutzig
a programmer who's good at ruby but would have to learn xslt first, the whole thing may not be big enough to warrant learning another language first. Unless that programmer wants to, which would be a very good sign. Learning a new language per year is not really a bad idea. We are all extremely

Re: [NTG-context] DOC/RTF to ConTeXt via XML

2005-09-27 Thread Christopher Creutzig
, but ymmv. After all, the choice of tools always depends on many factors, including familiarity. (I've continued using perl instead of ruby for ages, until recently, for that reason.) for a streaming model you want a better suited language than XSLT. As I say, horses for courses. For article-length

Re: [NTG-context] ruby, Lua, Megapost, tcl, ...

2005-09-19 Thread Maurice Diamantini
Le 12 mai 05 à 09:01, Hans Hagen a écrit : luigi.scarso wrote: A little off-topic: why ruby and not python ? - i didn't like those tabs/indentation - ruby's reminded me of modula which i used a (real) lot in the past - ruby has a small footprint - i just like it Hans I agree

Re: [NTG-context] ruby, Lua, Megapost, tcl, ...

2005-09-19 Thread Hans Hagen
Maurice Diamantini wrote: What about Lua, Adding one more dependency to ConTeXt make it more difficult to install and maintain. So what is the advantage of luo in conTeXt instead of ruby? perl, python, ruby are 'huge', and distributing them with tex is a problem; lua is 'made for embedding

Re: [NTG-context] ruby, Lua, Megapost, tcl, ...

2005-09-19 Thread Hans Hagen
Maurice Diamantini wrote: What about Lua, Adding one more dependency to ConTeXt make it more difficult to install and maintain. btw, it's not a dependency: lua will be 'always pesent in the binary' and since we nowadays only have one binary ... also, my guess is that adding it to aleph is

Re: [NTG-context] ruby, Lua, Megapost, tcl, ...

2005-09-19 Thread Taco Hoekwater
Hi Maurice, Maurice Diamantini wrote: What about Lua, Adding one more dependency to ConTeXt make it more difficult to install and maintain. So what is the advantage of luo in conTeXt instead of ruby? Lua will not be 'in context', but 'in pdftex': the lua library will be integrated

Re: [NTG-context] ruby, Lua, Megapost, tcl, ...

2005-09-19 Thread luigi.scarso
Hans Hagen wrote: btw, it's not a dependency: lua will be 'always pesent in the binary' and since we nowadays only have one binary ... also, my guess is that adding it to aleph is easy ok, secret link: http://www.pragma-ade.com/general/manuals/luatex.pdf FANTASTIC!! It's what I want. I

Re: [NTG-context] lilypond inclusion + pdf crop (getting off-topic)

2005-09-18 Thread Hans Hagen
Giuseppe Bilotta wrote: Perl, Ruby, Lua ... what next? megapost (by Giuseppe Bilotta) lualeph (by Giuseppe Bilotta) i'm told that he will start with that when he finished his thesis -) (btw, could you do your thesis work without megapost? i thought that it was a prerequisite) Hans

Re[2]: [NTG-context] lilypond inclusion + pdf crop (getting off-topic)

2005-09-18 Thread Giuseppe Bilotta
Sunday, September 18, 2005 Hans Hagen wrote: Giuseppe Bilotta wrote: Perl, Ruby, Lua ... what next? megapost (by Giuseppe Bilotta) lualeph (by Giuseppe Bilotta) i'm told that he will start with that when he finished his thesis -) Who's this nutcase? ;) Seriously, as long

Re: [NTG-context] lilypond inclusion + pdf crop (getting off-topic)

2005-09-17 Thread Taco Hoekwater
luigi.scarso wrote: Henning Hraban Ramm wrote: wait till you see what a lua enhancec context can do (playing with it now) -) Oh no, not another language! TeX and MetaPost and PostScript, Perl and Ruby for ConTeXt, Guile for LilyPond, Perl, Python, PHP, Slang, VB and Shell for work

Re[2]: [NTG-context] lilypond inclusion + pdf crop (getting off-topic)

2005-09-17 Thread Giuseppe Bilotta
Friday, September 16, 2005 Hans Hagen wrote: Adam Lindsay wrote: This cuts very close to my day job, yet I never would have imagined ConTeXt could enable this for people... wait till you see what a lua enhancec context can do (playing with it now) -) Perl, Ruby, Lua ... what next

Re: [NTG-context] lilypond inclusion

2005-09-16 Thread Hans Hagen
similar to epstopdf (which is a trick sebastian rahtz posted to the pdftex list in the early days of pdftex); the texutil variant does a few more things (like removing interfering crap in the ps file) and the stand alone ruby variants know a few more tricks. Hans

Re: [NTG-context] lilypond inclusion + pdf crop (getting off-topic)

2005-09-16 Thread Henning Hraban Ramm
wait till you see what a lua enhancec context can do (playing with it  now) -) Oh no, not another language! TeX and MetaPost and PostScript, Perl and Ruby for ConTeXt, Guile for LilyPond, Perl, Python, PHP, Slang, VB and Shell for work, and now Lua - who will learn that lot? Your personal

Re: [NTG-context] new feature / manual

2005-09-15 Thread Thomas A. Schmitz
bin there, done that (with the file you posted yesterday: #!/bin/sh ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ texmfstart.rb texexec.pl $@ Is that the right method? Thomas On Sep 15, 2005, at 1:35 PM, Hans Hagen wrote: then you should replace your stub file

Re: [NTG-context] new feature / manual

2005-09-15 Thread Hans Hagen
Thomas A. Schmitz wrote: bin there, done that (with the file you posted yesterday: #!/bin/sh ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ texmfstart.rb texexec.pl $@ not texexex.pl but just texexec

Re: [NTG-context] new feature / manual

2005-09-15 Thread Thomas A. Schmitz
OK, works like a charm!! On Sep 15, 2005, at 2:38 PM, Hans Hagen wrote: Thomas A. Schmitz wrote: bin there, done that (with the file you posted yesterday: #!/bin/sh ruby /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ texmfstart.rb texexec.pl $@ not texexex.pl but just

Re: [NTG-context] free keycaps font

2005-09-13 Thread Hans Hagen
for other languages can be constructed; I guess that a simple perl/ruby script can construct the virtual font. Nice initiative Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061

Re: [NTG-context] lgrind...

2005-09-13 Thread Taco Hoekwater
could be wrong. Side note: I looked at the source of lgrind and it looks rather simple, so it may be possible to replace the lgrind executable with a perl (or ruby) script that can be targeted at ConTeXt as well as LaTeX. Taco ___ ntg-context mailing list

Re: [NTG-context] lgrind...

2005-09-13 Thread Andre van der Vlies
Taco Hoekwater said: Side note: I looked at the source of lgrind and it looks rather simple, so it may be possible to replace the lgrind executable with a perl (or ruby) script that can be targeted at ConTeXt as well as LaTeX. Mkee, but I'll need to know what to produce (even the LaTeX

[NTG-context] towards some more consistency in regimes unicode support

2005-09-13 Thread Mojca Miklavec
thinks that it's more appropriate, please feel free to continue the discussion on context-dev. I. in regi-utf it would be fine to add: \defineregimesynonym[utf-8][utf] \defineregimesynonym[utf8][utf] II. After a long time I finally decided to write my first ruby script. I took UnicodeData.txt

Re: [NTG-context] lgrind...

2005-09-13 Thread Brooks Moses
! The lgrind documentation does refer to an earlier tgrind which worked in Plain TeX; this might also work in ConTeXt. Side note: I looked at the source of lgrind and it looks rather simple, so it may be possible to replace the lgrind executable with a perl (or ruby) script that can be targeted

[NTG-context] kpse

2005-08-16 Thread Hans Hagen
Hi, The latest distribution has an experimental ruby kpse class in kpsefast.rb (expects updates -). As far as i can measure it's not slower than native kpse and once loaded in a ruby prog it's faster of than reinvoking kpse each time; it can (optionaly) dump the database in a home/temp path

Re: [NTG-context] alpha version

2005-08-09 Thread Vit Zyka
'newtexexec' (ruby reimplementation of texexec), which uses the texutil module/class instead of the program (faster). The reimplementation of texutil permits user plugins and such (more about that later). I need more info on sort order about for instance czech and german and ... Hans

[NTG-context] alpha version

2005-08-08 Thread Hans Hagen
to the language. Sort orders are defined in sort-lan.tex. You need to run 'newtexexec' (ruby reimplementation of texexec), which uses the texutil module/class instead of the program (faster). The reimplementation of texutil permits user plugins and such (more about that later). I need more info

Re: [NTG-context] Scite spelling support

2005-08-01 Thread Hans Hagen
ruby binaries+scripts+somelibs Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma

[NTG-context] Sparklines to be in ConTeXt?

2005-07-31 Thread Tobias Wolf
in ConTeXt's framework (say MetaPost, XML, Scripting and so on. There's even some kind of Ruby implementation³). - Tobias ² http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001ORtopic_id=1 ³ http://redhanded.hobix.com/inspect/sparklinesForMinimalists.html

[NTG-context] Regimes to be supported; Comments?

2005-07-29 Thread Mojca Miklavec
Hello, Some time ago there was a discussion about extending support for different regimes in ConTeXt. The list of (to-be-)supported regimes probably depends strongly on the implementation (ruby+iconv?). I collected a preliminary list of candidate regimes and possible synonyms (some synonyms

Antwort: Re: [NTG-context] Update to the newest ConTeXt version

2005-07-27 Thread Jessica Holle
/local/teTeX/share/texmf/scripts/context/ruby/texmfstart.rb and a softliink to mktexlsr - /usr/local/teTeX/bin/i686-pc-linux-gnu/mktexlsr because when I'm doing fmtutil-sys --edit like in the doku explained, this was expected. The scripts in the folders /usr/local/teTeX/share/texmf/scripts/context

Re: [NTG-context] Basic question on Unicode and ConTeXt

2005-07-22 Thread Christopher Creutzig
Mojca Miklavec wrote: A1.) prepare the files to be used as a source of transformation from any character set to utf and prepare a list of synonyms for encodings In my point of view, that should only be a fallback. We already have Iconv in ruby and can, if we know that ISO-8859-2

Re: [NTG-context] Basic question on Unicode and ConTeXt

2005-07-22 Thread Mojca Miklavec
Christopher Creutzig wrote: We already have Iconv in ruby and can, if we know that ISO-8859-2 is a single byte coding system, simply say conv = Iconv.new(UTF-16, ISO-8859-2) 255.times { |i| puts lookup[conv.iconv(%c % i)] } to get the whole list, assuming we've filled the lookup hash

[NTG-context] Re: some beta software (fontinstaller)

2005-07-20 Thread Patrick Gundlach
Hello again, finally a follow-up. I have been working on my font installer for the last few (insert your favourite time period here). It has come to a state where it is actually usable. Although not very fancy yet. For those who don't know: it is a set of ruby libraries to create a font

Re: [NTG-context] Basic question on Unicode and ConTeXt

2005-07-20 Thread Christopher Creutzig
the unicode vectors stored in a format easily parsed by an external ruby script and create the regi-* files from that, using the conversion tables provided by your operating system or iconv or wherever ruby gets them from. regards, Christopher ___ ntg

Re: [NTG-context] Basic question on Unicode and ConTeXt

2005-07-20 Thread Mojca Miklavec
be really easy to implement): Have the unicode vectors stored in a format easily parsed by an external ruby script and create the regi-* files from that, using the conversion tables provided by your operating system or iconv or wherever ruby gets them from. Yes, I had something different in mind

Re: [NTG-context] Some gardening

2005-07-02 Thread Taco Hoekwater
anyway, so I can make it do whatever texshow-web does without much extra effort (esp. since it will also become a ruby script). The ability to add commands is already there I think (I have never tried it out yet). What about adding commands for (official and third-party) modules? It should

[NTG-context] texsync

2005-06-23 Thread Stuart Jansen
Is the newest version available through texsync? I performed: ruby /data/tex/texmf-local/scripts/context/ruby/texsync.rb --force --update --tree=tex --destination=/data/tex/ ruby /data/tex/texmf-local/scripts/context/ruby/texsync.rb --force --update --tree=linux-64 --destination=/data/tex/ ruby

Re: [NTG-context] texsync

2005-06-23 Thread Hans Hagen
Stuart Jansen wrote: Is the newest version available through texsync? I performed: ruby /data/tex/texmf-local/scripts/context/ruby/texsync.rb --force --update --tree=tex --destination=/data/tex/ ruby /data/tex/texmf-local/scripts/context/ruby/texsync.rb --force --update --tree=linux-64

Re: [NTG-context] tcsh

2005-06-09 Thread Adam Lindsay
in TeXShop (or possibly gwTeX). ConTeXt does not deal with tcsh, all included scripts are driven by either perl or ruby. From the website I understand that perhaps you have to update TeXShop for 10.4, but I'm only guessing... It's because you installed fink once and it is no longer installed. (I hate

Re: [NTG-context] How do Windows users call texexec etc.

2005-06-09 Thread John R. Culleton
Ruby? Or is there an exe available that just runs? I am reading the Steve Peter paper which seems to imply that Ruby is required. -- John Culleton The answers to all your publishing questions are found in the excellent books listed in the word-famous shortlist! http://wexfordpress.com/tex

Re: [NTG-context] new version

2005-05-26 Thread Adam Lindsay
Hans Hagen said this at Wed, 25 May 2005 17:34:24 +0200: the next (main) release will probably have a new texexec (ruby version, smoother, faster, more clever, no ini file etc) Hmm. I hand-updated to the latest, and now texexec wants to rebuild the format on every run. I'm not used to seeing

Re: [NTG-context] new version

2005-05-26 Thread Hans Hagen
Adam Lindsay wrote: the next (main) release will probably have a new texexec (ruby version, smoother, faster, more clever, no ini file etc) what does texmfstart newtexexec --make --all do? Hans

[NTG-context] new version

2005-05-25 Thread Hans Hagen
Hi, I posted a new version of context. There are a few new things, like pattern snow being part of the zip, and runtime graphic conversions (more about that when i have more time); the next (main) release will probably have a new texexec (ruby version, smoother, faster, more clever, no ini

Re: [NTG-context] ruby

2005-05-12 Thread luigi.scarso
Hans Hagen wrote: Hi, when pondering about some ruby to bin for unix and googling a bit, A little off-topic: why ruby and not python ? i ran into: http://www.erikveen.dds.nl/ruby.html amazing stuff, not only rubyscript2exe (cross platform)! bookmarked luigi

Re: [NTG-context] ruby

2005-05-12 Thread Hans Hagen
luigi.scarso wrote: A little off-topic: why ruby and not python ? - i didn't like those tabs/indentation - ruby's reminded me of modula which i used a (real) lot in the past - ruby has a small footprint - i just like it Hans

Re: [NTG-context] ruby

2005-05-11 Thread Nikolai Weibull
Hans Hagen, May 11: when pondering about some ruby to bin for unix Why would you want to do that? because ruby is not always installed (for some reason distribution do install tons of useless games and all kind of progs whose name i instantly forget, but no forget to install a recent

Re: [NTG-context] INstalling a new version of context

2005-05-09 Thread John R. Culleton
/texexec --make --all then it can't find Ruby. Also, the setuptex program as distributed is not marked as executable. If i mark it as executable and execute it the execution is in the blink of an eye. I am not sure it actually does anything. When I do set |less the value of TEXROOT does not show up

Re: FW: [NTG-context] install help

2005-05-02 Thread Skip Collins
texhash and saw that it updated ~/texmf/ls-R. ctxtools --make --all(ruby script) To invoke ctxtools, I ran ruby ~/texmf/scripts/context/ruby/ctxtools.rb --make --all Nothing happened except the following output: CtxTools | version 1.2.2 - 2004/2005 - PRAGMA ADE/POD CtxTools

Re: [NTG-context] install help

2005-05-01 Thread h h extern
confused. The contextgarden wiki could be updated with more complete instructions. I would be happy to help with this if I could only figure out the correct recipe. if you download the latest alpha release, the engine subpath stuff should work; if not, run: ctxtools --make --all(ruby script

[NTG-context] OT: german Ruby book

2005-04-23 Thread Henning Hraban Ramm
[If you can't read German this won't be of any interest for you.] Ich habe ein Buch zu verschenken: David Thomas / Andrew Hurt: Programmieren mit Ruby Addison-Wesley 2002 siehe http://www.amazon.de/exec/obidos/ASIN/382731965X/ Da ConTeXt ja teilweise Ruby-Skripte einsetzt, würde ich es gerne einem

Re: [NTG-context] Re: [dev-context] Re: new beta Re: Context index and sorting question

2005-04-22 Thread Hans Hagen
deviations? For an example I attache brief Czech sorting rules overview (please see section 3). indeed sorting is on the agenda, but i want to do it in ruby; once i've redone texutil (most is actually already redone) i will implement a sorting mechanims where language dependent methods can be hooked

Re: [NTG-context] texexec in a shell script

2005-04-19 Thread Hans Hagen
: texmfstart texexec ... alternative you can replace texexec in you bin path by: #!/bin/sh texmfstart texexec.pl $@ first of all, texmfstart only depends on ruby, and more important, it knows how to locate things in the texmftree (the tds structure occasionally changes and texmfstart can adapt

Re: [NTG-context] new beta

2005-04-18 Thread Hans Hagen
by texexec. i've rewritten the make code in ruby and will do some testing asap Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69

RE: [NTG-context] chancery font

2005-04-03 Thread Idris Samawi Hamid
, with optical scaling and all; if that complicated set of typefaces could work, any Latin font should work. But debugging this sort of thing may take time, which can be frustrating. Qt4.0 will be gpl, I'd love to see e.g., an elegant crossplatform Qt/Ruby application that does this:-) Best Idris

Re: [NTG-context] chancery font

2005-04-03 Thread Rob Ermers
work, any Latin font should work. But debugging this sort of thing may take time, which can be frustrating. Qt4.0 will be gpl, I'd love to see e.g., an elegant crossplatform Qt/Ruby application that does this:-) Best Idris Professor Idris Samawi Hamid

[NTG-context] Problem with the bib module (yeah, so what else is new)

2005-03-30 Thread Nikolai Weibull
: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: minimalistic.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl

[NTG-context] Problem with \type in captions

2005-03-29 Thread Nikolai Weibull
::: ::: page: minimalistic.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problem with \type in captions

2005-03-29 Thread Nikolai Weibull
::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: minimalistic.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http

Re: [NTG-context] OT: metapost question

2005-03-28 Thread Nikolai Weibull
-- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: minimalistic.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97

[NTG-context] Title-page overlay

2005-03-20 Thread Nikolai Weibull
the pdfTeX user manual document does it [1], nikolai [1] http://www.pragma-ade.com/pdftex/pdftex-a.pdf -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: minimalistic.org :: fun atm: gf,lps,ruby

Re: [NTG-context] Re: Title-page overlay

2005-03-20 Thread Nikolai Weibull
: minimalistic.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Re: book on context?

2005-03-15 Thread Nikolai Weibull
. I'd pay dearly for a well-written book on ConTeXt, nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021

Re: [NTG-context] acrobat reader for linux

2005-03-15 Thread Nikolai Weibull
::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] \raggedright?

2005-03-12 Thread Nikolai Weibull
::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] ConTeXt equivalent for \ensuremath?

2005-03-11 Thread Nikolai Weibull
of doing this? \mathematics{...}, nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux

Re: windows installation, was [NTG-context] Language issues

2005-03-07 Thread Mari Voipio
and ruby were missing, at least. Once he installed ruby (perl he had already) and got the system running, he's been very happy with editing ConTeXt with Scite on the stand-alone. (Hans, I'd suggest including a small readme.txt in these windows zips for us dummy users which tell us about the system

Re: [NTG-context] Which version is best for MSWindows users.?

2005-02-19 Thread Matthew Huggett
tree, it shouldn't be anymore challenging than MikTeX. Also, I think it's easier to stay in sync with Hans' development of ConTeXt using the minimal windows distribution and updating via the texsync script. Although, using texsync would also entail installing Ruby and Cygwin (to get the Rsync

[NTG-context] Right aligned caption text.

2005-02-12 Thread Nikolai Weibull
-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl

[NTG-context] Fonts, Fonts, Fonts

2005-02-08 Thread Nikolai Weibull
: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Installing Bitstream fonts

2005-02-08 Thread Nikolai Weibull
: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] permissions in texmf/scripts/context/*

2005-02-06 Thread VnPenguin
. The same for ruby :) ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] permissions in texmf/scripts/context/*

2005-02-06 Thread Thomas A . Schmitz
permission 755? Not need IMHO if you run the script by using perl script.pl. The same for ruby :) ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context ___ ntg-context

[NTG-context] texsync

2005-02-01 Thread Matthew Huggett
Hi, A question about the texsync script: running ruby -S texsync.rb --force --list gives me TeXSync | TeXSync | fetching list of trees from 'www.pragma-ade.com' rsync: failed to connect to www.pragma-ade.com: Connection refused (111) rsync error: error in socket

[NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
message /usr/bin/env: ruby: No such file or directory at this point I thought I had best stop stumbling around and ask for help. My base system is Slackware LInux 10.0. -- John Culleton Short list of publishing/marketing books: http://wexfordpress.com/tex/shortlist.pdf Book packagers/coaches

Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Sun, 30 Jan 2005, John Culleton wrote: /usr/bin/env: ruby: No such file or directory at this point I thought I had best stop stumbling around and ask for help. My base system is Slackware LInux 10.0. There should be a package named ruby or similar on Slackware, and that has

Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread John Culleton
On Sunday 30 January 2005 12:24, Peter Münster wrote: On Sun, 30 Jan 2005, John Culleton wrote: /usr/bin/env: ruby: No such file or directory at this point I thought I had best stop stumbling around and ask for help. My base system is Slackware LInux 10.0. There should be a package

Re: [NTG-context] Using capsule versoion of TeX from Pragma.

2005-01-30 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Sun, 30 Jan 2005, John Culleton wrote: If Ruby is necessary to make the minimal linux package offered on Pragma functional it would be helpful to specify that in the readme. I thought the Pragma Linux TeX package was self-contained. It would also be helpful if a fmtutil.cnf file were

[NTG-context] Yet another nath problem

2005-01-24 Thread Nikolai Weibull
. -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97

Re: [NTG-context] ruby in TeX ?

2005-01-24 Thread Taco Hoekwater
luigi scarso wrote: Almost 1 year ago, Nagy Bence posted at comp.tex.pdftex a email with subject Ruby in TeX where he wrote The pdtex mailing list, yes? I assume you are talking about this thread: http://www.tug.org/pipermail/pdftex/2004-February/004762.html and it's parent: http

Re: [NTG-context] ruby in TeX ? Ok

2005-01-24 Thread luigi scarso
It's seem useful as starting point. Many thanks, taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] dictionary for TeX,/ConTeXt

2005-01-15 Thread Nikolai Weibull
::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] next version

2005-01-06 Thread Nikolai Weibull
: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] NTG-Context, Robots and Privacy ..

2004-12-17 Thread Nikolai Weibull
,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] \placetable and \starttables ... \stoptables

2004-12-13 Thread Nikolai Weibull
: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-12 Thread Nikolai Weibull
::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl

[NTG-context] [BUG] \type... not working

2004-12-09 Thread Nikolai Weibull
\starttext \type... \stoptext It doesn't seem to see the end delimiter, nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3

[NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-09 Thread Nikolai Weibull
-- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97

Re: [NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-09 Thread Nikolai Weibull
: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] scite does not build output

2004-12-03 Thread Wolfgang Zillig
for MSWin32-x86-multi-thread ruby: C:\temp\contperl -v This is perl, v5.8.4 built for MSWin32-x86-multi-thread thanks for your help Wolfgang Zillig here output of cmd: C:\temp\conttexmfstart texexec.pl --pdf test.tex unknown file type: texmfscripts TeXExec 5.0 - ConTeXt / PRAGMA ADE 1997-2004 unknown

Re: [NTG-context] Phonetic Symbols

2004-12-02 Thread Nikolai Weibull
:: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Recommended Books on Typesetting

2004-11-28 Thread Nikolai Weibull
/ aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http

[NTG-context] Greek Font Problem SOLVED

2004-11-20 Thread Alan Bowen
of teTeX had become corrupted 4. in Terminal execute ruby /usr/local/teTeX/share/texmf.tetex/scripts/context/ruby/textools.rb --fixtexmftrees ~/Library/texmf 5. copy cont-sys.tex into /usr/local/teTeX/share/texmf.local/tex/context/user/ 6. move the file greek.map into ~/Library/texmf/fonts/map

Re: [NTG-context] Re: the url color problem

2004-11-19 Thread Nikolai Weibull
}% \doexternaldocument[#1][#2][{\url[#3]}]% \egroup} Seems to work fine, thanks. nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby

Re: [NTG-context] \mathstrut in \underbrace and nath

2004-11-19 Thread Nikolai Weibull
:: loc atm: Gothenburg, Sweden::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);} ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg

<    7   8   9   10   11   12   13   14   >