Re: [NTG-context] Sections, cross-references and separators

2008-03-31 Thread Taco Hoekwater
Duncan Hothersall wrote: > What I am aiming for is a style where: > Parts are labelled A, B, C [done], > Chapters are labelled A1, A2, A3 [done, but...], > Cross-references to Chapters call them A1, A2, A3 [not done: I'm > getting A.1] > Figures are labelled A1.1, A1.2 [not done; I

[NTG-context] t-bib: URL and '%'; spacing between number

2008-03-31 Thread Michael Green
I hit a problem in the same area. Taco's solution then worked for me, though I can't tell if it's the same as your problem. Here's the address of his answer to my question. http://archive.contextgarden.net/message/ 20070705.071416.5171d178.en.html __

Re: [NTG-context] New Member Introductory Rant

2008-03-31 Thread Mojca Miklavec
On Mon, Mar 31, 2008 at 5:46 PM, Andrea Valle wrote: > Thanks Aditya > > > > Sorry, I have no idea of how things work on a Mac, but it seems strange to > hide the entire tex tree > > simply, the whole usr folder is hidden OK, but when you install Windows, the whole C:\ directory is hidden as well

Re: [NTG-context] Different os, different output (and other)

2008-03-31 Thread Aditya Mahajan
On Tue, 1 Apr 2008, Diego Depaoli wrote: > Hi all, > compiling these instructions > \defineenumeration[parte][location=left,text=Titolo,headstyle=bold,stopper=.,width=broad,number=yes,conversion=Romannumerals] > \defineenumeration[articolo][location=left,text=Articolo,stopper=.,width=broad,number=

[NTG-context] Different os, different output (and other)

2008-03-31 Thread Diego Depaoli
Hi all, compiling these instructions \defineenumeration[parte][location=left,text=Titolo,headstyle=bold,stopper=.,width=broad,number=yes,conversion=Romannumerals] \defineenumeration[articolo][location=left,text=Articolo,stopper=.,width=broad,number=yes] \defineenumeration[subarticolo][after={\blank

Re: [NTG-context] New Member Introductory Rant

2008-03-31 Thread Henning Hraban Ramm
Am 2008-03-31 um 17:33 schrieb Aditya Mahajan: >> >> "How-to-find-your-way-thru-the-source Tutorial for total newbie". > The first thing that you need to know is the file where a particular > command is defined. You can search the source tree on > contextgarden; or > grep the files in your comput

[NTG-context] Sections, cross-references and separators

2008-03-31 Thread Duncan Hothersall
Dear all, I am confused. Here is a minimal version of my problem: --- \setupheads[separator=] %<-- this can't be right \setupreferencing[state=start,chapternumber=yes,global=yes] \setupsection[section-1][conversion=Characters] \setupsection[section-2][previousnumber=yes] \setuphead[part][placehea

Re: [NTG-context] New Member Introductory Rant

2008-03-31 Thread Aditya Mahajan
On Mon, 31 Mar 2008, Andrea Valle wrote: >> >> By reading the source :) >> Joking of course ... but not entirely. >> > > > > Yes, that's an important point. Many times the options I'm searching for are > not documented: so, or I'm able to find an example in wiki/mailing list or > probably it w

Re: [NTG-context] New Member Introductory Rant

2008-03-31 Thread Andrea Valle
Thanks Aditya Sorry, I have no idea of how things work on a Mac, but it seems strange to hide the entire tex tree simply, the whole usr folder is hidden Ok, I'll take a look an in case come back to the list Best -a- -- -

Re: [NTG-context] New Member Introductory Rant

2008-03-31 Thread Aditya Mahajan
> I would seem that ConTeXt has a natural market in web developers who are used > to writing structured documents for layout engines. Personally, I'd like to > see a Drupal module that will ConTeXtify a person's website as a book or > magazine for printing. How great would it be to have an automa

[NTG-context] Ooh, Ahh: I successfully Hansified my Scite Editor on Linux

2008-03-31 Thread Corin Royal Drummond
My life has taken a dramatic turn for the better since I figured out how to move Hans' Scite property files to my Ubuntu installation of Scite. Wow, it's like night and day between the distro defaults and Hans' setup where F7 builds my page and shows me the output in a side pane. Also get pre

[NTG-context] xetex and attachment: troubles

2008-03-31 Thread Andrea Valle
Dear all, I'm using xetex with fun (as suggested and discussed on the mailing list). I'm revising a previously created document which used attachment command. (the one documented here: http://wiki.contextgarden.net/ Verbatim_text#A_different_approach_to_formatting_and_code_colorization )

Re: [NTG-context] Software manual template request

2008-03-31 Thread Aditya Mahajan
On Mon, 31 Mar 2008, Vyatcheslav Yatskovsky wrote: > Hello, > > Does anyone has a template for software manual? I have vague notion > about how it should look like, but, well, I'll know when I see it. > ;o) Most modern manuals have common design elements; I wish I had > an environment which captu

Re: [NTG-context] t-bib: URL and '%'; spacing between number and text

2008-03-31 Thread Taco Hoekwater
Hi Tobias, Tobias Burnus wrote: > > The problem is: If I do not escape the % signs, I get a TeX error. If I > escape them with \%, both the link and the printed text show the > backslash. What is the proper way of doing it? Yikes. There is no 'proper way' afaik, sorry. I am busy catching up

Re: [NTG-context] While wiki is down (1): footnotes question

2008-03-31 Thread Jean Magnan de Bornier
Le 31 mars à 11:11:27 "Mojca Miklavec" <[EMAIL PROTECTED]> écrit notamment: | > Hi all, | > I am pretty sure tha answer has to be on the wiki... > | Google for "setupfootnotes site:contextgarden.net" and then click on | "Cached". The whole garden is still on Google, so you can still read | it unt

Re: [NTG-context] \in strange behavior

2008-03-31 Thread Andrea Valle
Auto-reply, but a request fro confirmation: Again, it depends in imposition, it seems, isn't it? Without imposition, no probl. Best -a- On 31 Mar 2008, at 11:12, Andrea Valle wrote: Dear all, I'm having a strange behavior. I'm using \in to refer to figures, like in the following: La

[NTG-context] \in strange behavior

2008-03-31 Thread Andrea Valle
Dear all, I'm having a strange behavior. I'm using \in to refer to figures, like in the following: La situazione è schematizzata in \in[structure]. \placefigure[][structure]{Struttura di SC.}{\externalfigure[img/ structure][width=.7\textwidth]} The code has always worked, but this

Re: [NTG-context] While wiki is down (1): footnotes question

2008-03-31 Thread Mojca Miklavec
On Mon, Mar 31, 2008 at 8:46 AM, Jean Magnan de Bornier wrote: > Hi all, > I am pretty sure tha answer has to be on the wiki... Google for "setupfootnotes site:contextgarden.net" and then click on "Cached". The whole garden is still on Google, so you can still read it until Patrick "comes back".

Re: [NTG-context] wrong weekday with MKIV

2008-03-31 Thread Hans Hagen
Peter Münster wrote: > Hello, > > According to MKIV, today is Wednesday: > > \starttext > \doifmodeelse{mkiv}{MKIV}{MKII}: > Sunday = \date[d=30,m=3,y=2008][weekday] ? > \stoptext ok, fixed, i swapped year and day -

Re: [NTG-context] Natural tables, offsets

2008-03-31 Thread Wolfgang Schuster
On Sun, Mar 30, 2008 at 7:04 PM, Willi Egger <[EMAIL PROTECTED]> wrote: > Hi Wolfgang, > > Thanks a lot for this solution! I needed something similiar not so long ago for \framed and used this solution because it could be easy integrated in a setup command. Offset parameters for all margins would

Re: [NTG-context] proverb (was: New Member Introductory Rant)

2008-03-31 Thread Marcin Borkowski
Dnia Sun, Mar 30, 2008 at 02:03:49PM -0700, David napisał(a): > On Sun, 30 Mar 2008 16:50:59 +0200, Mojca Miklavec wrote: > > > > > I don't know the English version of it (there must be one - if anyone > > knows it, I would be glad to hear it), but we have a nice saying, > > literally translated

[NTG-context] While wiki is down (2): itemize, head

2008-03-31 Thread Jean Magnan de Bornier
Hi all, When using \head within a itemize environment, with \setupitemize[headstyle=bold] in the preamble, I get a big bold point at the beginning of each line of itemization; how can I get rid of it? tia, -- Jean _

[NTG-context] While wiki is down (1): footnotes question

2008-03-31 Thread Jean Magnan de Bornier
Hi all, I am pretty sure tha answer has to be on the wiki... I have this at the beginning of a paper in order to indicate my institution name, email, etc: \setupfootnotes [conversion=set 3] After that: \setupfootnotes [conversion=numbers] But the standard footnotes begin at "3" (there are two sta