[julia-users] Re: Passing an expression to a macro

2014-09-09 Thread cormullion
Thanks to you both, I now see where I went wrong - I'm going to back up and try again in a lower gear... :)

[julia-users] Passing an expression to a macro

2014-09-09 Thread cormullion
Just puzzling over this simple problem I'm having while learning about macros. Here's an expression: julia> e = quote a = 2 b = 3 end quote # none, line 2: a = 2 # line 3: b = 3 end If I go through this simply, I'll get a crack at each element of the args array:

[julia-users] Julia so far

2014-08-23 Thread cormullion
Hi. I was reading http://julialang.org/blog/2012/02/why-we-created-julia/: About two and a half years ago, we set out to create the language of > our greed. It’s not complete, but it’s time for a 1.0 release... and it's about two and a half years since then. (So, happy fifth birthday, Juli

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-06 Thread cormullion
On 6 Nov 2007, at 18:38, [EMAIL PROTECTED] wrote: On 6 Nov 2007, at 07:20, Trent Mick wrote: On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks! Although there were other problems as well, after this one went away. Not being a Python-eer, I'll leave it for now. As of revision

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-06 Thread cormullion
On 6 Nov 2007, at 07:20, Trent Mick wrote: On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks! Although there were other problems as well, after this one went away. Not being a Python-eer, I'll leave it for now. As of revision 85 markdown2.py should work with Python 2.3. Please

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-05 Thread cormullion
On 5 Nov 2007, at 10:13, Jacob Rus wrote: [EMAIL PROTECTED] wrote: for ch in '\\`*_{}[]()>#+-.!') Generator expressions were introduced in python 2.4 I believe. You'll want to add `[` and `]` on the inside of those parentheses, to make this a list comprehension inst

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-04 Thread cormullion
On 4 Nov 2007, at 22:21, Trent Mick wrote: Hi Trent. Is it possible to run this from the BBEdit Unix Filters menu? I've just dropped it into the right folder, but running it on a text selection gives this: Syntax error line 88. Invalid syntax: for ch in '\\`*_{}[]()>#+-.

Re: ANN: python-markdown2 -- another Python implementation of Markdown

2007-11-04 Thread cormullion
On 3 Nov 2007, at 00:12, Trent Mick wrote: I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) Hi Trent. Is it possible to run this from the BBEdit Unix Filters menu? I've just dropped it into the right folder, but running it on a text selection giv

Re: [NTG-context] semi-smart quotes in verbatim text?

2007-07-18 Thread cormullion
> On 2007-01-04, at 07:53, Hans Hagen wrote: > > So perhaps I should rephrase my question: how can I keep the > vertical > > ' that I type into typing sections without it getting converted to a > > curvy quote ’...? > non-trivial (we must make the ' always active then) ; in luatex we can > prep

Re: [NTG-context] page numbering in words?

2007-03-28 Thread cormullion
On 2007-03-28, at 16:49.0, Zhichu Chen wrote: > I modified Wolfgang's macro as the attached file. But I'm really > not a native American, so there must be some special rules that > I've ignored. Wish you good luck. Yes - this works great now. Thank you for sorting out the TeX code, which is

Re: [NTG-context] page numbering in words?

2007-03-28 Thread cormullion
Thanks, Wolfgang and Zhichu. I've managed to get it working. The only problem now is to work out how to modify the original macros. Numbering is OK up to 20. Then we get onetwenty, twotwenty, threetwenty (I did find out how to remove the 'und'). So that's another project! thanks again ___

Re: [NTG-context] page numbering in words?

2007-03-28 Thread cormullion
On 2007-03-26, at 17:39.0, [EMAIL PROTECTED] wrote: > is it possible to adjust options so as to get page numbering done in > words? Eg > > "one" "two" . "eighty-nine" ... "three hundred and sixty seven" ? I can't see how to do this in ConText. I can see that the first task - converting an i

Re: [NTG-context] page numbering in words?

2007-03-26 Thread cormullion
On 2007-03-26, at 19:40.0, Wolfgang Schuster wrote: > On Mon, 26 Mar 2007 17:39:38 +0100 > [EMAIL PROTECTED] wrote: > >> is it possible to adjust options so as to get page numbering done in >> words? Eg >> >> "one" "two" . "eighty-nine" ... "three hundred and sixty seven" ? >> >> Or does this

Re: [NTG-context] page numbering in words?

2007-03-26 Thread cormullion
On 2007-03-26, at 19:16.0, Wolfgang Schuster wrote: > On Mon, 26 Mar 2007 17:39:38 +0100 [EMAIL PROTECTED] wrote: > >> is it possible to adjust options so as to get page numbering done in >> words? > I don't think there is something like this in ConTeXt. > > You can try to make somthing by yourse

[NTG-context] page numbering in words?

2007-03-26 Thread cormullion
is it possible to adjust options so as to get page numbering done in words? Eg "one" "two" . "eighty-nine" ... "three hundred and sixty seven" ? Or does this require some more work/code? ___ ntg-context mailing list ntg-context@ntg.nl http://www.n

Re: [NTG-context] Newbie questions: integrating ruby/perl scripts into a document; changing line spacing for typed text only

2007-02-17 Thread cormullion
On 2007-02-17, at 18:45.0, Aditya Mahajan wrote: > Interesting. Just a couple of points. Do not use the prefix m- for > your modules. m- is reserved for modules in the core distribution. You > can use t- (third party) if you want to distribute your module, or p- > (personal) if you do not want to

Re: [NTG-context] Newbie questions: integrating ruby/perl scripts into a document; changing line spacing for typed text only

2007-02-17 Thread cormullion
On 2007-02-15, at 18:16.0, Vyatcheslav Yatskovsky wrote: > 1) How can I integrate ruby/perl scripts into a .tex document? (I > want to create a CD cataloguing tool and gonna use script for > reading CD file list). By coincidence I've just written something about this too. Not for ruby/perl,

Re: [NTG-context] Index formatting: column leaks over page margin

2007-01-23 Thread cormullion
On 2007-01-22, at 21:56.0, luigi scarso wrote: > On 1/15/07, luigi scarso <[EMAIL PROTECTED]> wrote: >> hmm line "map 17, 33, 52, 69, 70, 70, 70, 71, 71," is too much right? >> I've played with index settings some time ago: I will refresh my >> memories. >> luigi >> > Ok, I hope these can help

Re: [NTG-context] Keeping section heading with following text?

2007-01-18 Thread cormullion
On 2007-01-17, at 16:34.0, Willi Egger wrote: > The bigpreference will not insert a pagebreak unless the added penalty > makes tex to insert a pagebreak! You're right - I've been misreading the manual: "when possible, force page break" I read that as being "force a page break if you can" - whic

Re: [NTG-context] Keeping section heading with following text?

2007-01-16 Thread cormullion
On 2007-01-16, at 18:56.0, Henning Hraban Ramm wrote: > Am 2007-01-14 um 15:00 schrieb [EMAIL PROTECTED]: > >>> Insert a \page[bigpreference] before the mentioned subsection >>> command >> >> thanks Willi, that's useful to know. It would fix a single >> occurrence, but wouldn't be applicable to

Re: [NTG-context] Keeping section heading with following text?

2007-01-14 Thread cormullion
On 2007-01-13, at 16:29.0, Willi Egger wrote: > Insert a \page[bigpreference] before the mentioned subsection command thanks Willi, that's useful to know. It would fix a single occurrence, but wouldn't be applicable to all section and subsection headings... Still, it's useful to have a 'lay

Re: [NTG-context] Yet another math symbol

2007-01-14 Thread cormullion
On 2007-01-14, at 11:46.0, Oliver Buerschaper wrote: > I'm struggling to typeset the math symbol "identity" ... it looks > like a "1" but with double vertical lines. Hints very welcome ;-) > > What if we put together an extensive table of all math symbols > available in ConTeXt at some point? no

Re: [NTG-context] Index formatting: column leaks over page margin

2007-01-14 Thread cormullion
On 2007-01-13, at 17:59.0, luigi scarso wrote: > On 1/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> I have a tiny problem > Can you post an example ? Hi luigi - there's a draft at and there's an example of the

[NTG-context] Keeping section heading with following text?

2007-01-12 Thread cormullion
The other minor problem I had is that in one place i got a subsection heading at the bottom of one page and the text that follows it on the top of the next page. Is there some setting I can make which stops this happening? ___ ntg-context mailing li

[NTG-context] Index formatting: column leaks over page margin

2007-01-12 Thread cormullion
I have a tiny problem with the formatting of an index placed with \completeindex. When there are more than 14 or so page numbers for an entry and the entry is in the right hand column, the numbers leak over the page boundary. I haven't done any special formatting for these index pages - is

Re: [NTG-context] \externalcommand?

2007-01-05 Thread cormullion
On 2007-01-04, at 23:10.0, Aditya Mahajan wrote: > Perhaps the R module is easiest to understand. That method will > work for > most cases where you simply want to capture part of tex source and > write > it verbatim to a file, and then read the output back into tex. I'm really grateful for y

[NTG-context] \externalcommand?

2007-01-04 Thread cormullion
I think there's something in ConTeXt called \externalcommand. Can this be used to hand over a section of source text for processing by an external program during the ConTeXt-ing of a document? How does it work, exactly? thanks again for help... ___

Re: [NTG-context] Easy insertion of Unicode symbols?

2007-01-04 Thread cormullion
On 2007-01-04, at 19:42.0, Mojca Miklavec wrote: > On 1/4/07, [EMAIL PROTECTED] wrote: >>> The following example is not very ConTeXt-ish, but it should work >>> (if >>> you got the unicode glyph right): >>> >>> \font\astro='name of your font with astro symbols or unicode font' >>> \def\neptune{{

Re: [NTG-context] semi-smart quotes in verbatim text?

2007-01-04 Thread cormullion
On 2007-01-04, at 15:53.0, Hans Hagen wrote: > non-trivial (we must make the ' always active then) ; in luatex we can > preprocess verbatim lines, and/or remap characters so remind me in > half > a year Thanks Hans - I'm happy for it to be considered a problem - that's the first step towards

Re: [NTG-context] semi-smart quotes in verbatim text?

2007-01-04 Thread cormullion
On 2007-01-03, at 22:08.0, Hans Hagen wrote: [EMAIL PROTECTED] wrote: This is puzzling me. If i type this in a text editor: \starttext These are 'quotes'. \starttyping let a = 'quoted string' \stoptyping \stoptext I'm using dumb quotes (hex 27). ConText renders this as this: These are �quote

Re: [NTG-context] Easy insertion of Unicode symbols?

2007-01-04 Thread cormullion
Thanks - with all your help I can now do this. For the record: \starttext To insert the symbol for the planet Jupiter. using Martin Vogels Symbole font: \usesymbols[mvs] \setupsymbolset[astronomic] \symbol[Jupiter] using Roland Waldi Symbole font: \usesymbols[was] \setupsymbolset [wasy astron

Re: [NTG-context] Easy insertion of Unicode symbols?

2007-01-03 Thread cormullion
On 2007-01-03, at 20:01.0, Henning Hraban Ramm wrote: >> The symbol set reference was great - the planet symbols are >> accessible in: >> >> \usesymbols[mvs] >> \showsymbolset[astronomic] >> >> so I may not have to go to a unicode-font at all. > > The symbol set "was" (Roland Waldi's symbols AKA w

[NTG-context] semi-smart quotes in verbatim text?

2007-01-03 Thread cormullion
This is puzzling me. If i type this in a text editor: \starttext These are 'quotes'. \starttyping let a = 'quoted string' \stoptyping \stoptext I'm using dumb quotes (hex 27). ConText renders this as this: These are ’quotes’. let a = ’quoted string’ ie the quotes have been educated - although o

Re: [NTG-context] Easy insertion of Unicode symbols?

2007-01-03 Thread cormullion
On 2007-01-02, at 22:00.0, Henning Hraban Ramm wrote: > Am 2006-12-31 um 15:59 schrieb [EMAIL PROTECTED]: > >> I need to insert a few Unicode symbols...(Just the symbols for the >> solar system planets)... Is this going to be easy - doable inside >> ConTeXt with a few preparatory mystic runes, or

Re: [NTG-context] Making a verbatim file for another language

2006-12-31 Thread cormullion
On 2006-12-31, at 13:40.0, Mojca Miklavec wrote: > On 12/31/06, [EMAIL PROTECTED] wrote: >> What is the recommended way to install the latest Context version >> (MacOS X)? > > You have to install at least the following two packages: > - gwTeX based on TeX Live (texlive.ii2) > - gwTeX Support: ConT

[NTG-context] Easy insertion of Unicode symbols?

2006-12-31 Thread cormullion
I need to insert a few Unicode symbols...(Just the symbols for the solar system planets)... Is this going to be easy - doable inside ConTeXt with a few preparatory mystic runes, or will it require running scripts, moving files around, etc...? The wiki suggests: Use \enableregime[utf] in ord

Re: [NTG-context] Making a verbatim file for another language

2006-12-31 Thread cormullion
On 2006-12-30, at 21:24.0, Jarimatti Valkonen wrote: > /usr/local/teTeX/share/texmf.local/scripts/context/ruby/texmfstart.rb Unfortunately, I don't have a scripts directory here... Obviously my system is not correctly installed. What is the recommended way to install the latest Context version

Re: [NTG-context] Making a verbatim file for another language

2006-12-30 Thread cormullion
On 2006-12-30, at 09:22.0, Jarimatti Valkonen wrote: > Aditya Mahajan kirjoitti 28.12.2006 kello 19.09: > > [About ConTeXt and Vim module for syntax highlighting.] >> Let us know if you come across any problems. > > Works fine here. System: Mac OS 10.4.8, using default Vim (6.2: > yikes, thats ol

Re: [NTG-context] Making a verbatim file for another language

2006-12-29 Thread cormullion
On 2006-12-29, at 13:09.0, Mojca Miklavec wrote: > Which version of TeX/ConTeXt are you using? (Perhaps Hans has changed > something in the meantime, to make that work again.) Are you using > Gerben's i-Installer? In that case and if you have a chance, can you > please test the new TeXLive-based di

Re: [NTG-context] Making a verbatim file for another language

2006-12-29 Thread cormullion
On 2006-12-29, at 15:59.0, Aditya Mahajan wrote: > This is the perl version of texexec I do everything from TeXShop () and BBEdit so I have no idea where anything TeX-y is... I spent half an hour finding out how to 'enable write 18'... ;-) Poking around

Re: [NTG-context] Making a verbatim file for another language

2006-12-29 Thread cormullion
OK, I think vim works OK here, so this is what I tried: ... \setupcolors[state=start] \usemodule[vimsyntax] \definetypeVIMfile [typeRUBY] [syntax=ruby] \typeRUBY[typeRUBY]{fibo.rb} \defineVIMtyping[RUBY][syntax=ruby] \startRUBY # This is a ruby program puts "Hello World" \stopRUBY ... Error

Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
I've just discovered the command \showcharacters. It's not in the manuals, but useful for showing some of the characters available. ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Making a verbatim file for another language

2006-12-28 Thread cormullion
How does it find the .vim language syntax file for - say - Ruby? ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
On 2006-12-28, at 13:15.0, Mojca Miklavec wrote: > On 12/28/06, [EMAIL PROTECTED] wrote: >> >> This works great. But then I've got the following keywords: >> >> # ! | \ @ ^ + - * / % > > Just copied from Aditya's code :) > > \letterhash, \# > \letterexclamationmark > \letterbar > \letterbackslash

Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
I'm really struggling to get this working... I've got some keywords which i want to mark in the text with a special style: -- \starttext \usetypescript[adobekb][\defaultencoding] \setupbodyfont[pos,9pt] \setupcolors[state=start] \define[1]\Keyword{% {\startcolor[darkgreen]\bf{#1}\stopcol

Re: [NTG-context] Making a verbatim file for another language

2006-12-28 Thread cormullion
On 2006-12-27, at 21:41.0, Aditya Mahajan wrote: > If you have vim and are interested in testing, you can be the first > tester of the module :) Hi! Yes I can find a vim module, so if you can tell me which files to put where, I'll give it a try! thanks

Re: [NTG-context] Making a verbatim file for another language

2006-12-26 Thread cormullion
After looking at these files a bit more closely, I decided I didn't have a week to spare. Too much to learn and too few instructions. For now I'm sticking with plain old black verbatim code listings. Sometimes one has to set one's sights a little lower...! :-) But thanks again.

[NTG-context] Spacing after defined word: beginner's question

2006-12-25 Thread cormullion
This must be a beginner's question, but I can't find the answer to it in the manuals... Take this ConTeXt source: -- \def\Acme{% {\ss\sc ACME}} Welcome from \Acme. \Acme make fine products. -- When this is made into a PDF, it looks like this: -- Welcome from ACME. ACMEmake fine produ

Re: [NTG-context] Making a verbatim file for another language

2006-12-25 Thread cormullion
On 2006-12-25, at 10:38.0, Taco Hoekwater wrote: > [EMAIL PROTECTED] wrote: >> I'm going to try to make a 'verbatim- module' (don't know what the >> right word is) for another language. I've found: > > Good luck, Taco Thanks - I'll need it, I think. ;-) Your very helpful reply is most appreciat

[NTG-context] Making a verbatim file for another language

2006-12-25 Thread cormullion
I'm going to try to make a 'verbatim- module' (don't know what the right word is) for another language. I've found: /usr/local/teTeX/share/texmf.tetex/tex/context/base/verb-pl.tex and can probably have a go at making a version of this. Some questions occur: 1: where should i put my file? 2:

[NTG-context] List of special characters?

2006-12-25 Thread cormullion
Is there a list of special characters anywhere (eg \percent, \upperleftsingle6quote, etc) ? I'm trying to insert a "|", at the moment, but I can't find a list... ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-

Re: [NTG-context] Simple itemize format that eludes me

2005-02-19 Thread cormullion
Willi Egger <[EMAIL PROTECTED]> said on 2005-02-16, 20:14 (+0100 GMT): > may be not a very nice solution but ... > > \startitemize[none,packed] > \item LONG-UGLY-STRING-LIKE-THIS > > \startnarrower[left] > A few sentences, indented somewhat from the left margin, that > relate to

[NTG-context] Simple itemize format that eludes me

2005-02-16 Thread cormullion
This should be simple, but my brain is currently clogged from reading too many ConTeXt manuals, so please help! Iâm trying to make a simple format that Iâve used elsewhere. The first part of each item (a kind of \head) is not indented, but the remaining paragraph(s) of that item are. For exampl

Re: [NTG-context] Thumb indexes

2005-02-15 Thread cormullion
h h extern <[EMAIL PROTECTED]> said on 2005-02-13, 15:18 (+0100 GMT): > \unprotected \def\rawsectionnumber#1{\countervalue{\??se#1}} % will be in > kernel > [...] Awesome (and scary) stuff. Works great, too. > you may only read this answer if you also put it in the wiki OK, Iâll have a go. T

Re: [NTG-context] title, subject & table of contents

2005-02-13 Thread cormullion
VnPenguin <[EMAIL PROTECTED]> said on 2005-02-13, 1:02 (+0100 GMT): > > \setuphead > [chapter] > [number=no] > > and use \chapter instead of \title. So I can obtain the TOC. But I > dont why there is no clickable link in the

Re: [NTG-context] Thumb indexes

2005-02-13 Thread cormullion
Henning Hraban Ramm <[EMAIL PROTECTED]> said on 2005-02-13, 11:12 (+0100 GMT): > I guess you should define a "part"-based "logo" with an absolute, > calculated position via the "layers" mechanism. > - part: even if you don't use the "part" hierarchy for other use, it > would fit to chapter range

Re: [NTG-context] Thumb indexes

2005-02-12 Thread cormullion
Henning Hraban Ramm <[EMAIL PROTECTED]> said on 2005-02-12, 21:19 (+0100 GMT): > Perhaps describe a bit more exactly what you'd like to achieve. > As far as I understood: You want a black rectangle at the margin > that has no text in it, always same size, but moving position per > chapter? Yes.

Re: [NTG-context] Thumb indexes

2005-02-11 Thread cormullion
Henning Hraban Ramm <[EMAIL PROTECTED]> said on 2005-02-11, 23:43 (+0100 GMT): > Am 11.02.2005 um 23:19 schrieb cormullion: > > > My last question! :-) I would like to have the various âpartsâ of a > > book marked with black rectangles at the right side of each pag

[NTG-context] Thumb indexes

2005-02-11 Thread cormullion
My last question! :-) I would like to have the various âpartsâ of a book marked with black rectangles at the right side of each page, visible when the reader flips through the pages. I googled successfully to find âfancyhdrâ, but thatâs a LaTeX package, so I donât think it will work in ConTeXt.

Re: [NTG-context] Setting up header text

2005-02-11 Thread cormullion
Hans Hagen <[EMAIL PROTECTED]> said on 2005-02-11, 9:33 (+0100 GMT): > \setupheadertexts[{chapter: \getmarking[chapter]}] Perfect, thanks. ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Setting up header text

2005-02-10 Thread cormullion
Iâm trying to use \setupheadertexts to set up the headers to a specification. Is it possible to insert text between the various âchapter/sectionâ keys? What I want is something like this: | section âChapter â chapternumber â-â chapter | | âChapter â chapternumber â-â chapter

Re: [NTG-context] PDF bounding box problem?

2005-02-09 Thread cormullion
Hans Hagen <[EMAIL PROTECTED]> said on 2005-02-09, 18:20 (+0100 GMT): >> To my untutored eye it looks like the MediaBox is being >> used - at least, the graphic takes up an area about >> Letter size. Is there some setting Iâve missed that >> lets me get the bounds of the graphics rather than th

Re: [NTG-context] Active page numbers in contents?

2005-02-09 Thread cormullion
Hans Hagen <[EMAIL PROTECTED]> said on 2005-02-09, 18:03 (+0100 GMT): > > In the index I create, the page numbers are active > > (marked green as defined in \setupinteraction). In > > contents entries, only the chapter numbers are active. > > Can I make the page numbers active in contents? >

[NTG-context] PDF bounding box problem?

2005-02-09 Thread cormullion
Iâm trying to place a PDF created by Adobe Illustrator 10 using \externalfigure. But itâs coming in with loads of white space around it. Although Iâm new to ConTeXt, this reminds me of the old problem where there are different types of âboxâ specified in the PDF file: one possibly specifying a

[NTG-context] Active page numbers in contents?

2005-02-09 Thread cormullion
In the index I create, the page numbers are active (marked green as defined in \setupinteraction). In contents entries, only the chapter numbers are active. Can I make the page numbers active in contents? thanks ___ ntg-context mailing list ntg-contex

[NTG-context] Installing Bitstream fonts

2005-02-08 Thread cormullion
I found a font package called bitstream-vera4context on a website and downloaded it. Unfortunately I canât work out how to install them on my MacOS X system. Anyone care to give me the necessary mystic incantation? thanks ___ ntg-context mailing list

[NTG-context] List of special characters

2005-02-08 Thread cormullion
I canât find a definitive list of the special characters that I need to âescapeâ when used in a ConTeXt document. Iâm writing a short script that converts documents, and I need to catch some characters. Some of the TeX ones I tried didnât work. Couldnât see it in the manuals. Iâve done the obvi

Re: [NTG-context] Setting up layout - basic questions

2005-02-08 Thread cormullion
Vit Zyka <[EMAIL PROTECTED]> said on 2005-02-08, 9:31 (+0100 GMT): > \setuphead >[chapter] >[alternative=inmargin] Excellent - simple, really! :-) Thanks ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-con

[NTG-context] Setting up layout - basic questions

2005-02-07 Thread cormullion
Hi there. Iâm a newcomer to ConTeXt, and Iâm so far really impressed with the power and flexibility I now have access to. Iâd be grateful for a few tips - Iâve been reading the documentation over the last few days, and my headâs getting full. Please excuse me if these questions are obvious. I w

<    1   2