Re: [NTG-context] positionoverlays problem

2006-07-12 Thread Taco Hoekwater


Hans van der Meer wrote:
 I more or less guess there are only a restricted number of overlays  
 possible? Could that be a correct conclusion?

Whenever you say something like

   \setupbackgrounds[page][background={foreground,#1}]

you redefine the list of backgrounds that are applied to
the (current) page. The last one that is in effect before
the output routine is called is the one that wins this
contest.

At least that is how I understood your example code.
But (like I said earlier) could be mistaken about what
it was supposed to do.

Greetings, taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Disappearing chapter numbers

2006-07-12 Thread Hans Hagen
David Arnold wrote:
 All, We are wondering why we don't get a chapter number in our header  
 in what follows. However, if we change \setupheadnumber[chapter][-1]  
 \setupheadnumber[chapter][0], we do get a chapter number in the  
 running head.
   
this is probably related to page breaks (works ok here); better use 

\getmarking[chapternumber][current]

instead of \headnumber[chapter] 

marks take care of pagebreaks; imagine the next number being set while the page 
is not yet flushed 


Hans 


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] positiongraphics

2006-07-12 Thread Taco Hoekwater


Hans van der Meer wrote:
 I send the offending mpgraph.mp file. It has ;'s all over. There are  so 
 many ;;'s and even some ;;;'s that I am tempted to think that one  of 
 the translation scripts is the culprit, adding a ; per newline  maybe? I 
 am sorry not having taken a look into the ruby scripts, but  my ruby 
 knowledge is nihil.

The tex input file would be more useful. The mpgraph file is
autogenerated from that, after all.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Common counter for enumerations, way=bysection

2006-07-12 Thread David Arnold
All, 2 questions: (1) why don't my chapter numbers turn off, and (2),  
why doesn't the counter start over in the new section?

\setupwhitespace[medium]
\setupindenting[medium,yes]

\def\N{{\Bbb N}}
\def\W{{\Bbb W}}
\def\Z{{\Bbb Z}}
\def\Q{{\Bbb Q}}
\def\R{{\Bbb R}}

\defineenumeration
[definition]
[location=serried,
width=broad,
distance=1em,
headstyle=bold,
text=Definition,
stopper=.,
right=.,
style=slanted,
inbetween=\blank,
before=\blank
after=\blank,
way=bysection,
chapternumber=no,
number=yes]

\defineenumeration
[example]
[location=serried,
width=broad,
distance=1em,
headstyle=bold,
text=Example,
stopper=.,
right=.,
style=slanted,
inbetween=\blank,
before=\blank
after=\blank,
way=bysection,
chapternumber=no,
number=yes]

\defineenumeration
[theorem]
[location=serried,
width=broad,
distance=1em,
headstyle=bold,
text=Theorem,
stopper=.,
right=.,
style=slanted,
inbetween=\blank,
before=\blank
after=\blank,
way=bysection,
chapternumber=no,
number=yes]

\defineenumeration
[property]
[location=serried,
width=broad,
distance=1em,
headstyle=bold,
text=Property,
stopper=.,
right=.,
style=slanted,
inbetween=\blank,
before=\blank
after=\blank,
way=bysection,
chapternumber=no,
number=yes]


\definenumber[CommonCtr]

\setupnumber[example][number=CommonCtr]
\setupnumber[theorem][number=CommonCtr]
\setupnumber[property][number=CommonCtr]
\setupnumber[definition][number=CommonCtr]
\setupnumber[formula] [number=CommonCtr]

\setuphead
[subsection]
[number=no]

\starttext

\chapter[sec:first]{First}

\section[section:numbers]{Number Systems}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\startdefinition
   Now is the time
\stopdefinition

\placeformula[eq:1]
\startformula
   f(x)=x^3
\stopformula

\starttheorem[thm:one]
   A fine time.
\stoptheorem

\placeformula[eq:1]
\startformula
   f(x)=x^3
\stopformula

\startexample[exmpl:one]
fine example
\stopexample

\startproperty
   A list.
\stopproperty

\section[section:two]{Section Two}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\stoptext


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] small new feature on the wiki

2006-07-12 Thread Patrick Gundlach
Hi there,

since there might be some users here who edit pages on the wiki and
who don't read the 'recent changes' page:

you can now say

context source=yes text=produces
\your \TeX \code=here
/context

this will typeset the source with the texcode/texcode
highlighter/formatter, then output the (optional) text 'produces', and
finally renders the already known graphical representation of the
source. This way you only have to enter the code once (less errors).
Special thanks to Jano Kula for this.

Example at 

http://wiki.contextgarden.net/Right_and_left


Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] texgyre - first release

2006-07-12 Thread Hans Hagen

Hi,

At

 http://www.gust.org.pl/e-foundry/tex-gyre/

you can fetch the first release of the texgyre collection. This font project aims at merging the existing free fonts (now spread over original, quasi and vn collections). The first stage is a mere merge and as with latin modern, the authors will converge to a stable consistent set of fonts. 

So ... go ahead and become a tester. 

Integration in context is rather easy. 


(1) fetch the two zips (base and hh) from the website mentioned
(2) put the atteched file in your context/base path 
(3) run mktexlsr 

After that, the following should work: 


\starttext

\usetypescriptfile[type-gyr]
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino]
\showfont[Serif]

\stoptext

so, the magic is in the small typescript file:


 \usetypescriptfile[type-gyr]

this will overload existing definitions. 

The nice thing is that this project will make many font problems (mostly related to missing files) go away because the names fit context, and the amount of files is reduced enormously (only 4 type 1 files, no virtual fonts, etc) 

All popular encodings are supported 

The pagella (based on palladio) also has cyrilic, but we need to figure out a way to integrate this (should be easy) 


Vietnamese users: please check if things work ok, these fonts contain work done 
by Han The Thanh and the fonts will eventually replace his variants

Polish and neighbouring users: these fonts will replace the quasi variants. 

Keep in mind that this is the first version. The shapes will be improved over time. Even more: all fonts eventually will have math companions as well as (in open type) features. 

This project is substantially funded by the tex user groups (cstug, dante, gust, ntg, tugindia, tug). We hope to involve more user groups in the next stage (math, extensions, etc) so feel free to contact us.  

On behalf of ythe user groups the project is coordinated by Jerzy while the dev team is lead by Jacko. 


The next few years more fonts will be released. At the next bachotek [eurotex 
organized by pl/cs] there will be the first formal releases + presentations 
about them, so better be there ...


Hans 


-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-



type-gyr.tex
Description: TeX document
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Footnotes and spacing.

2006-07-12 Thread Elliot Clifton
Hi,I'm having trouble with footnotes. How can I add space between each note? I've tried using \setupfootnotes[after=\blank], but it doesn't work? I'm not sure how one can control the spacing between blocks of text anyway, as I'm still a ConTeXt newbie. :-)
Elliot
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Common counter for enumerations, way=bysection

2006-07-12 Thread Taco Hoekwater


David Arnold wrote:
 All, 2 questions: (1) why don't my chapter numbers turn off, and 

I do not know. You had a comma missing after the before= line,
and the stopper= is superfluous i think, but both appear unrelated.

(It is probably related to the change to using CommonCtr, but
I do not see how exactly).

(2),  why doesn't the counter start over in the new section?

That one, I do know:

   \definenumber[CommonCtr][way=bysection]

Btw, you can greatly reduce the number of code lines needed by doing
the definitions like so:

   \defineenumeration [property][text=Property] % five lines like this

   \setupenumerations
   [example,theorem,property,definition,formula] % one single block
   [location=serried,
width=broad,
distance=1em,
headstyle=bold,
style=slanted,
right=.,
inbetween=\blank,
before=\blank,
after=\blank,
number=yes,
chapternumber=no]

Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Common counter for enumerations, way=bysection

2006-07-12 Thread David Arnold
This seems to be what I want, but the two uses of sectionnumber=no  
seem so redundant.

\setupwhitespace[medium]
\setupindenting[medium,yes]

\def\N{{\Bbb N}}
\def\W{{\Bbb W}}
\def\Z{{\Bbb Z}}
\def\Q{{\Bbb Q}}
\def\R{{\Bbb R}}

\defineenumeration[definition][text=Definition]
\defineenumeration[example][text=Example]
\defineenumeration[theorem][text=Theorem]
\defineenumeration[property][text=Property]

\setupenumerations
[definition,example,theorem,property,formula]
[location=serried,
width=broad,
distance=1em,
headstyle=bold,
right=.,
style=slanted,
inbetween=\blank,
before=\blank,
after=\blank,
way=bysection,
sectionnumber=no,
number=yes]

\definenumber[CommonCtr][way=bysection,sectionnumber=no]

\setupnumber[example][number=CommonCtr]
\setupnumber[theorem][number=CommonCtr]
\setupnumber[property][number=CommonCtr]
\setupnumber[definition][number=CommonCtr]
\setupnumber[formula] [number=CommonCtr]

\setuphead
[subsection]
[number=no]

\starttext

\chapter[sec:first]{First}

\section[section:numbers]{Number Systems}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\startdefinition
   Now is the time
\stopdefinition

\placeformula[eq:1]
\startformula
   f(x)=x^3
\stopformula

\starttheorem[thm:one]
   A fine time.
\stoptheorem

\placeformula[eq:2]
\startformula
   f(x)=x^3
\stopformula

\startexample[exmpl:one]
fine example
\stopexample

\startproperty
   A list.
\stopproperty

\section[section:two]{Section Two}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\section[section:two]{Two}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\startdefinition
   Now is the time
\stopdefinition

\placeformula[eq:3]
\startformula
   f(x)=x^3
\stopformula

\starttheorem[thm:two]
   A fine time.
\stoptheorem

\placeformula[eq:4]
\startformula
   f(x)=x^3
\stopformula

\startexample[exmpl:two]
fine example
\stopexample

\startproperty
   A list.
\stopproperty

\section[section:two]{Section Two}

\input tufte

\startdefinition
   Now is the time
\stopdefinition

\stoptext



On Jul 12, 2006, at 2:28 AM, Taco Hoekwater wrote:



 David Arnold wrote:
 All, 2 questions: (1) why don't my chapter numbers turn off, and

 I do not know. You had a comma missing after the before= line,
 and the stopper= is superfluous i think, but both appear unrelated.

 (It is probably related to the change to using CommonCtr, but
 I do not see how exactly).

 (2),  why doesn't the counter start over in the new section?

 That one, I do know:

\definenumber[CommonCtr][way=bysection]

 Btw, you can greatly reduce the number of code lines needed by doing
 the definitions like so:

\defineenumeration [property]  [text=Property] % five lines like  
 this

\setupenumerations
[example,theorem,property,definition,formula] % one single block
[location=serried,
 width=broad,
 distance=1em,
 headstyle=bold,
 style=slanted,
 right=.,
 inbetween=\blank,
 before=\blank,
 after=\blank,
 number=yes,
 chapternumber=no]

 Greetings, Taco
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Matthias Wächter
Hi!

Pardon me for requesting more support from pragma-ade prior to ever using the 
mailing list for general support questions. Maybe I should post this one 
directly to Hans but others might be interested in this issue as well.

Despite my little but growing knowledge of Context I am currently evaluating 
its suitability for document building in our company (our workflow is currently 
Latex-based). A prime aspect of our company's work is to follow well-defined 
processes, and as part of that, we have to be able to refer to specific 
versions of applications that are used in the development of our projects. When 
used, this would apply to Context as well.

Obviously, downloading from pragma-ade gives version numbers only on the entry 
pages like http://www.pragma-ade.nl/download-1.htm next to the links to the 
files, but the package files themselves like 
http://www.pragma-ade.nl/context/current/cont-tmf.zip don't have versioned 
names (not mentioning that Context and its modules actually _do_ report version 
numbers as dates upon use).

Is there a strong motivation against having versioned package file names, 
possibly with some months/years of history? Has this support feature ever been 
considered by pragma-ade or asked for by their (non-)paying customers? Or is 
this archive available but I am unable to find it? ;)

Just an example:

Instead of
http://www.pragma-ade.nl/context/current/cont-tmf.zip

use a browseable directory like http://www.pragma-ade.nl/context/archive/ 
containint files like
http://www.pragma-ade.nl/context/archive/cont-tmf-20060518.zip
http://www.pragma-ade.nl/context/archive/cont-tmf-20060601.zip
http://www.pragma-ade.nl/context/archive/cont-tmf-20060629.zip

and possibly set /context/current/cont-tmf.zip as an internal file system link 
to the latest file in /context/archive/ for those interested only in the latest 
version. The proposed method could be applied to all other download files as 
well.

That way and as long as the archive files are available, a precise version of 
Context could be fetched from pragma-ade's server without maintaining a local 
versioned archive of cont.tmf.zip etc. Referral to a specific version of 
Context would be a lot easier, and documenting the tools used for a project 
would be a lot simpler. A common understanding of a Context version, reflected 
in its package file name, would reduce the effort of those responsible for 
local version control and install package maintenance.

Thanks,
- Matthias
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] slightly OT: presentation tool

2006-07-12 Thread Thomas A. Schmitz
As the subject line says, this is slightly OT, but it may be of  
interest to some. If you produce your presentations in ConTeXt and  
want to show the resulting pdf, you have to use a pdf-viewer. I just  
hate Adobe Reader with its bloat and its intrusiveness; other  
solutions (such as evince and xpdf on linux) had smaller problems as  
well. I have recently found a relatively small python solution that i  
like a lot; I hasten to add that I'm in no way affiliated with the  
developers; I just have installed it and use it a lot.

It's called keyjnote; it's free (as in beer), and it offers a lot of  
nice eye-candy during presentations of pdf-files such as nice  
transitions, a sorted view that shows all slides in one window and  
lets you choose one, and the possibility to highlight parts of the  
screen with your mouse pointer. There are some disadvantages: it has  
a lot of pythonish dependencies (on OS X, I could install them via  
darwinports, but it's a lot more difficult on most linux distros), it  
needs opengl support, and a reasonably fast machine. But it costs  
nothing to just have a look at it: http://keyjnote.sourceforge.net/  
And I find that it makes presentations done in ConTeXt look even  
better! Well, if you come to Epen, you'll see yourself ;-)

Best

Thomas

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Taco Hoekwater


Matthias Wächter wrote:
 
 Is there a strong motivation against having versioned package file names, 
 possibly with some months/years of history? 
  Or is this archive available but I am unable to find it? ;)

There is an archive of old releases and file versions on-line,
but at a different location. Check this page as a starting point:

   http://wiki.contextgarden.net/Revisions

It is not mentioned on the pragma-ade site (yet -- perhaps it should).

Greetings,
Taco

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] slightly OT: presentation tool

2006-07-12 Thread Johan Sandblom
Looks amazing. Looking at the license it appears in fact to be free as
in speech (distributed under GPL 2 or later), which of course only
makes it more attractive!

Johan

2006/7/12, Thomas A. Schmitz [EMAIL PROTECTED]:
 As the subject line says, this is slightly OT, but it may be of
 interest to some. If you produce your presentations in ConTeXt and
 want to show the resulting pdf, you have to use a pdf-viewer. I just
 hate Adobe Reader with its bloat and its intrusiveness; other
 solutions (such as evince and xpdf on linux) had smaller problems as
 well. I have recently found a relatively small python solution that i
 like a lot; I hasten to add that I'm in no way affiliated with the
 developers; I just have installed it and use it a lot.

 It's called keyjnote; it's free (as in beer), and it offers a lot of
 nice eye-candy during presentations of pdf-files such as nice
 transitions, a sorted view that shows all slides in one window and
 lets you choose one, and the possibility to highlight parts of the
 screen with your mouse pointer. There are some disadvantages: it has
 a lot of pythonish dependencies (on OS X, I could install them via
 darwinports, but it's a lot more difficult on most linux distros), it
 needs opengl support, and a reasonably fast machine. But it costs
 nothing to just have a look at it: http://keyjnote.sourceforge.net/
 And I find that it makes presentations done in ConTeXt look even
 better! Well, if you come to Epen, you'll see yourself ;-)

 Best

 Thomas

 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context



-- 
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
What is wanted is not the will to believe, but the
will to find out, which is the exact opposite
- Bertrand Russell
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Matthias Wächter
Taco Hoekwater schrieb:
 Matthias Wächter wrote:
 Is there a strong motivation against having versioned package file names, 
 possibly with some months/years of history? 
   Or is this archive available but I am unable to find it? ;)
 There is an archive of old releases and file versions on-line,
 but at a different location. Check this page as a starting point:
http://wiki.contextgarden.net/Revisions

Taco, thanks for pointing me there and indirectly to the releases and SVN 
repository at supelec.fr. Stupid /me didn't search the garden for it.

Two comments nevertheless.

https://foundry.supelec.fr/frs/?group_id=14 gives me quite some versions of 
Context, but the download paths for each precise version is not related to the 
release date or the SVN revision, for example, the 20060609 release can be 
downloaded as https://foundry.supelec.fr/frs/download.php/305/cont-tmf.zip. 
Can't it be something like 
https://foundry.supelec.fr/frs/download.php/cont-tmf-20060609.zip, or in case 
of true SVN snapshots maybe 
https://foundry.supelec.fr/frs/download.php/cont-tmf-164.zip having '164' as 
the associated SVN repository revision number? That would be easy to maintain 
in subsequent application packages for Context. Certainly, supelec.fr and 
gforge.org have the last word on this issue. Anyway, thanks for the link, it is 
a big step towards a solution.

Second: I tried to checkout the repository anonymously as mentioned on 
https://foundry.supelec.fr/scm/?group_id=14 without success (it asks me for 
username/password). Either anonymous read-only access should be enabled as 
documented, or the documentation on this page should change (but why should the 
repository be publicly browseable as well as versioned snapshots be publicly 
available without proper public Subversion access?). In case cont-tmf.zip is a 
simple consistent snapshot of the (then) publicly available SVN repository, the 
problem of versioning would vanish in a second, I'd just have to refer to the 
associated SVN revision of the tree.

Thanks,
- Matthias
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] slightly OT: presentation tool

2006-07-12 Thread Hans Hagen
Johan Sandblom wrote:
 Looks amazing. Looking at the license it appears in fact to be free as
   
i suppose that it more or less has to be free anyway because gs and 
python are used

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] slightly OT: presentation tool

2006-07-12 Thread Hans Hagen
Thomas A. Schmitz wrote:
 screen with your mouse pointer. There are some disadvantages: it has  
 a lot of pythonish dependencies (on OS X, I could install them via  
 darwinports, but it's a lot more difficult on most linux distros), it  
 needs opengl support, and a reasonably fast machine. But it costs  
   
i just took a look; it runs out of the box on windows
 nothing to just have a look at it: http://keyjnote.sourceforge.net/  
 And I find that it makes presentations done in ConTeXt look even  
   
do they have plans for hyperlinks and such?
 better! Well, if you come to Epen, you'll see yourself ;-)
   
-) 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Hans Hagen
Matthias Wächter wrote:
 Is there a strong motivation against having versioned package file names, 
 possibly with some months/years of history? Has this support feature ever 
 been considered by pragma-ade or asked for by their (non-)paying customers? 
 Or is this archive available but I am unable to find it? ;)
   
here we seldom use specific version; we do have project specific minimal 
trees because different projects demand different commercial fonts, and 
there are situations where experimental features are used that are not 
yet stable.

on a local ox one can do things like:

/distributions/context-20050518/

which we initialize with setuptex (see minimal distribution) and or by 
using texmfstart --tree (see manual)

taco has a complete archive
 Just an example:

 Instead of
 http://www.pragma-ade.nl/context/current/cont-tmf.zip

 use a browseable directory like http://www.pragma-ade.nl/context/archive/ 
 containint files like
 http://www.pragma-ade.nl/context/archive/cont-tmf-20060518.zip
 http://www.pragma-ade.nl/context/archive/cont-tmf-20060601.zip
 http://www.pragma-ade.nl/context/archive/cont-tmf-20060629.zip

 and possibly set /context/current/cont-tmf.zip as an internal file system 
 link to the latest file in /context/archive/ for those interested only in the 
 latest version. The proposed method could be applied to all other download 
 files as well.
   
although windows (on which we develop context) provides different link 
systems i seldom use them; also, the server has just a copy of my local 
stuff and not more;
 That way and as long as the archive files are available, a precise version of 
 Context could be fetched from pragma-ade's server without maintaining a local 
 versioned archive of cont.tmf.zip etc. Referral to a specific version of 
 Context would be a lot easier, and documenting the tools used for a project 
 would be a lot simpler. A common understanding of a Context version, 
the toolkit is upward compatible as much as possible (at least in 
functional terms); the most sensitive parts of tex setups are the fonts 
(but that will simplify in the near future with new versions of pdftex 
and open type)
 reflected in its package file name, would reduce the effort of those 
 responsible for local version control and install package maintenance.
   
taco maintains a svn repository on the gforce server at superlec ; in principle 
one can rebuild older versions from there

however, the best way to archive is to use the minimal distributions (or   your 
own ones built of them) because context files are just part of the story: 
fonts, patterne etc also play a role; 

in a year or so, you we hope to be able to run dirtectly from zip files, which 
makes live even more simple 

Hans  

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Taco Hoekwater


Matthias Wächter wrote:
 
 Two comments nevertheless.
 
 https://foundry.supelec.fr/frs/?group_id=14 gives me quite some versions of 
 Context, but the download paths for each precise version is not related to 
 the 
 release date or the SVN revision, 

Correct. SVN release ids have numbers, not dates, and it was a bitch
getting all this stuff into subversion as it was, so I did not want
to fiddle too much with extra tag ids. The SVN log entry is always the
release date number.

For the 'Files' section, it could actually be retrofitted, by
rearranging the uploaded files (and uploading a few hundred
extra zip files that are now skipped). I will happily give
anybody who wants to do such a project enough gforge permissions
to do so ;-)

 Second: I tried to checkout the repository anonymously as mentioned 
  on  https://foundry.supelec.fr/scm/?group_id=14 without success

That is odd, because it should have worked. I will investigate

Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] slightly OT: presentation tool

2006-07-12 Thread Adam Lindsay
Nice one, Thomas.

A few comments for the Mac folks:

Thomas A. Schmitz wrote:
 screen with your mouse pointer. There are some disadvantages: it has  
 a lot of pythonish dependencies (on OS X, I could install them via  
 darwinports, but it's a lot more difficult on most linux distros), it  

I don't subscribe to any ports systems any more. I tried tracking 
through the python dependencies myself, and got pretty frustrated, but 
Bob Ippolito's packages (Mac OS X 10.4) were a tremendous help:
  http://pythonmac.org/packages/py24-fat/index.html
(pdftk has its own mac installers, and I installed GS a while ago.)
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
  Lancaster University, InfoLab21+44(0)1524/510.514
  Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] hyphenation of urls in french docs

2006-07-12 Thread Taco Hoekwater
Hi (mostly for Hans),

Is there a clean way to get around this problem:

   \useencoding[ffr]
   \mainlanguage[fr]
   \starttext
   \hyphenatedurl{http://somewhere.to/go}
   \stoptext

It gives:

   ! Undefined control sequence.
   argument \discretionarytoken

because of the active : , but I am not sure what
is the best fix.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Matthias Wächter
Taco Hoekwater wrote:
 Matthias Wächter wrote:
 https://foundry.supelec.fr/frs/?group_id=14 gives me quite some versions of 
 Context, but the download paths for each precise version is not related to 
 the 
 release date or the SVN revision, 
 Correct. SVN release ids have numbers, not dates, and it was a bitch
 getting all this stuff into subversion as it was, so I did not want
 to fiddle too much with extra tag ids. The SVN log entry is always the
 release date number.

So you take the official, newly released .zip file, unpack it to the checked 
out Subversion copy, and commit the changes using your name and the release 
date as commit text (no change tracking using information from the Release 
Notes or the prime version control system),? It's not that Context development 
is actually performed on supelec.fr, is it? Looks like a lot of effort (riding 
the horse backwards).

So: Why is Context development not performed on a public SVN repository? The 
whole release procedure would be a lot simpler then ... Am I too progressive 
asking this? ;)

 For the 'Files' section, it could actually be retrofitted, by
 rearranging the uploaded files (and uploading a few hundred
 extra zip files that are now skipped). I will happily give
 anybody who wants to do such a project enough gforge permissions
 to do so ;-)

I don't understand precisely what actions you mean. Maybe together we can work 
out a better 'Files' section.

 Second: I tried to checkout the repository anonymously as mentioned 
  on  https://foundry.supelec.fr/scm/?group_id=14 without success
 That is odd, because it should have worked. I will investigate

Thank you very much!

Just a configuration hint (actually I don't know how much access you have to 
the various SVN config files on supelec.fr):

1) Put a * = r for the part (or whole) of the repository in the file referred 
to by the AuthZSVNAccessFile directive in the apache config. Usually, the file 
looks like the following enabling write access for users taco and hans 
while only read access for anybody including anonymous:

snip
[groups]
committers = taco, hans

[/]
* = r
@committers = rw
/snip

2) Assure that Require valid-user is accompanied by Satisfy Any inside the 
Location.../Location section of the apache config file. An example config 
section is

snip
Location /svn/contextrev
  DAV svn
  SVNPath /path/to/contextrev

  # our access control policy
  AuthzSVNAccessFile /path/to/access/file

  # try anonymous access first, resort to real 
  # authentication if necessary.
  Satisfy Any
  Require valid-user

  # how to authenticate a user
  AuthType Basic
  AuthName Subversion repository for Context
  AuthUserFile /path/to/users/file
/Location
/snip

HTH,
- Matthias

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Version Numbers in Download File Names

2006-07-12 Thread Taco Hoekwater
Matthias Wächter wrote:

 So you take the official, newly released .zip file, unpack it to the
 checked out Subversion copy, and commit the changes using your name
 and the release date as commit text (no change tracking using
 information from the Release Notes or the prime version control
 system),? 

Almost correct, you missed a step:

   Take the official, newly released .zip file, unpack it,
   *generate Release Notes*, copy to checked out Subversion
   .. etc


 It's not that Context development is actually performed on
 supelec.fr, is it? 

Correct, ConTeXt Revisions is a museum, development takes
place at Pragma-ADE, on Hans' internal file server.

 Looks like a lot of effort (riding the horse backwards).

It is a lot of effort, although quite a bit is automated by now.

But almost everything else would mean extra work for Hans (who
does development almost single-handedly) and it would not help me
overmuch either because, in general, you cannot trust ChangeLog/
CommitLog entries :-/

Generating Release Notes and publishing to CTAN are by far the
biggest of my tasks as far as manual labour goes.


 So: Why is Context development not performed on a public SVN
 repository? 

Hans' convenience (as indicated above). Hans has an
infrastructure set up already, and that structure predates
public SVN by quite a few years. Switching would result in
a temporary loss of productivity that is hard to justify.
Especially so, since Hans is not only the lead also almost
the only developer.

 The whole release procedure would be a lot simpler then
 ... Am I too progressive asking this? ;)

Perhaps you are ;-)

 For the 'Files' section, it could actually be retrofitted, by 
 rearranging the uploaded files (and uploading a few hundred extra
 zip files that are now skipped). I will happily give anybody who
 wants to do such a project enough gforge permissions to do so ;-)
 
 I don't understand precisely what actions you mean. Maybe together we
 can work out a better 'Files' section.

Mostly renaming a few hunderd uploaded files using the web interface.
Not very hard in itself, but tedious and error-prone (and I simply do
not have time for it right now).

 
 Second: I tried to checkout the repository anonymously as
 mentioned on  https://foundry.supelec.fr/scm/?group_id=14 without
 success
 
 That is odd, because it should have worked. I will investigate
 
 
 Thank you very much!
 
 Just a configuration hint (actually I don't know how much access you
 have to the various SVN config files on supelec.fr):

(Will forward this to Fabrice Popineau, thank you very much)

Cheers,

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Install minimal context distribution

2006-07-12 Thread Hans Hagen
Aditya Mahajan wrote:
 On Tue, 4 Jul 2006, Saji Njarackalazhikam Hameed wrote:

   
 Dear Context-ers,

 I would like to install the minimal context distribution, but have no
 idea of which zip files to download and how to configure the system. I
 have seen that there are many zip files in the Pragma website :
 justtex.zip, cont-bas.zip, cont-tmf.zip, linuxtex.zip.

 Any advice on setting up a minimal system to use Context will be
 appreciated.

 

 Does Installing Context on context wiki 
 http://wiki.contextgarden.net/Main_Page help?

 Hans, should there be a link to the wiki on pragma's website?
   
maybe an entry in the wiki for the minimal context's: 

the order is roughly 

cd someplace
mkdir someplace/context 
cd context 
wget www.pragma-ade.com/context/install/justtex.zip 
wget www.pragma-ade.com/context/install/linuxtex.zip
unzip *.zip 
cd tex/texmf-local 
wget www.pragma-ade.com/context/install/cont-tmf.zip
wget www.pragma-ade.com/context/install/cont-img.zip
unzip *.zip
cd ..
. setuptex 
texexec --make --all 

next time 

. someplace/context/tex/setuptex

(if i'm bored i can make an installer script) 

Hans 




-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt, Charts, and transparency

2006-07-12 Thread Idris Samawi Hamid
Dear syndicate,

So it's not a graphical charts module but I'm curious anyway: Could  
someone explain why the following sample file apparently does not work or  
what I am missing?

:-)

Best
Idris

 =
 % output=pdf interface=en

 \usemodule[m-steps]

 % A simple paragraph-flow test:

 \starttext

 \startbuffer
 \startSTEPchart
 \cells {A} {B}
 \cells {one}   {five}  \texts{$+2$}{$-2$}
 \cells {two}   {four}  \texts{$+3$}{$-3$}
 \cells {three} {three} \texts{$+4$}{$-4$}
 \cells {four}  {two}   \texts{$+5$}{$-5$}
 \cells {five}  {one}
 \stopSTEPchart
 \stopbuffer

 \getbuffer

 \startnarrower \getbuffer \stopnarrower

 \placefigure[left]{}{} \getbuffer

 \stoptext
 =

 log file:

 =
 (chart-test-mpgraph.mp
 (c:\ConTeXt\tex\texmf-local/metapost/context/base/mp-step
 .mp)
 (0.5,0.5,0.5)
 2.5
 ! Not implemented: (color)scaled(known numeric).
 to be read again
 ;
 pen_size-...epath(top.origin--bot.origin)(TEXT2);

 (ypart.urcorner.p-ypart.lr...
 set_ahlength-...:=(ahfactor*pen_size(_op_(TEXT0))
);
 arrowheadonpath-...;set_ahlength(scaled.ahfactor)

 ;arrowhead(EXPR2)if(EXPR3)...
 drawline-...R2)=1:draw.arrowheadonpath((EXPR3),1)

 ;elseif(EXPR2)=2:draw.arro...
 image-...ture;currentpicture:=nullpicture;(TEXT2)
;currentpicture.endgroup
 l.145 ...e(2,2), 1.79993pt, (scaledgray(.5,1)) ) )
; lines[b][2][2] :=
 image(...
 ?
 =

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Need a couple of refresher examples.

2006-07-12 Thread David Arnold
All,

Could someone give a couple of snippets of code, (1) that would over  
a Metapost ellipse around a chapter head and number, and another that  
would overlay a pair of Metapost lines underneath chapter head and  
number.

Looking for examples to study to get my skills back.

Thanks.


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] slightly OT: presentation tool

2006-07-12 Thread nico
On Wed, 12 Jul 2006 14:52:24 +0200, Hans Hagen [EMAIL PROTECTED] wrote:

 Johan Sandblom wrote:
 Looks amazing. Looking at the license it appears in fact to be free as

 i suppose that it more or less has to be free anyway because gs and
 python are used

Don't know for gs, but you there's no need to be free when using python  
(http://www.python.org/psf/license).

Regards,
BG
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Need a couple of refresher examples.

2006-07-12 Thread Hans Hagen
David Arnold wrote:
 All,

 Could someone give a couple of snippets of code, (1) that would over  
 a Metapost ellipse around a chapter head and number, and another that  
 would overlay a pair of Metapost lines underneath chapter head and  
 number.

 Looking for examples to study to get my skills back.
   
metafun source files 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BBEdit

2006-07-12 Thread Hans van der Meer
I am using BBEdit and have nothing to complain of, allthough the  
problem you mention hadn't occurred to me. I suppose you want to  
exclude things within []'s from spellchecking. I doubt if BBEdit can  
be educated to do that other than programming some extension to it.  
At least not to my knowledge.

On Jul 12, 2006, at 3:09, David Arnold wrote:

 Hi,

 Anyone on this list use BBEdit for the Context editing?

 If so, do you know how to get the spell checked in BBEdit to ignore
 Context keywords?
 ___

Hans van der Meer



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] positiongraphics

2006-07-12 Thread Hans van der Meer

On Jul 12, 2006, at 10:21, Taco Hoekwater wrote:



 Hans van der Meer wrote:
 I send the offending mpgraph.mp file. It has ;'s all over. There  
 are  so
 many ;;'s and even some ;;;'s that I am tempted to think that one  of
 the translation scripts is the culprit, adding a ; per newline   
 maybe? I
 am sorry not having taken a look into the ruby scripts, but  my ruby
 knowledge is nihil.

 The tex input file would be more useful. The mpgraph file is
 autogenerated from that, after all.

I am afraid that isn't possible just now. The problem seems very  
specific in the placing of the footnote (narrow margin of error) and  
after editing my current text it has vanished. It looks like one of  
those erratic problems that tend to occur mostly when one is in a hurry.

Seeing the value of the shift:
 PlainTextArea:=boundingbox((95.23926pt,72.9016pt)--(95.23926pt, 
 72.9016pt);
 shifted (609.52148pt,476.59792pt));;
and considering I am using pages with a reduced height, I suspect  
this is just about equivalent to 1 \textheight. But the point is that  
inside a metapost statement boundingbox ... shifted ... a ; has  
appeared and that cannot be good.

Sorry not having a minimal example at hand at the moment. When less  
pressed for time I will do some experiments with changing pagefill (I  
guess best done by placing rules of varying height). Surely I will  
contact again if I found such an example.


 Taco
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

Hans van der Meer



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] positionoverlays problem

2006-07-12 Thread Hans van der Meer

On Jul 12, 2006, at 10:20, Taco Hoekwater wrote:



 Hans van der Meer wrote:
 I more or less guess there are only a restricted number of overlays
 possible? Could that be a correct conclusion?

 Whenever you say something like

\setupbackgrounds[page][background={foreground,#1}]

 you redefine the list of backgrounds that are applied to
 the (current) page. The last one that is in effect before
 the output routine is called is the one that wins this
 contest.

Thanks, I guess that is the case. If the number of \hpos's will not  
overflow it shouldn't be a big problem. Can you confirm that all  
these positional graphics are generated one by one, or are they  
collected in a list that might overflow and one day cause me trouble?


 At least that is how I understood your example code.
 But (like I said earlier) could be mistaken about what
 it was supposed to do.

 Greetings, taco

met vriendelijke groet
Hans van der Meer



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] ConTeXt + XeTeX + Adobe Bembo Std = ???

2006-07-12 Thread Paul Hoffman
I've been trying to figure out how to use Bembo Std (an OpenType font 
from Adobe) in ConTeXt + XeTeX.

The example on the _Fonts in XeTeX_ page in the wiki works fine except 
for small caps, which (not surprisingly) don't show up in this first 
attempt:

   \definetypeface[bembo][rm][Xserif][Bembo Std]
   \setupbodyfont[bembo]
   \starttext
   Bembo {\bf Bembo} {\it Bembo} {\sc Bembo} Bembo.
   \stoptext

Small caps are present in the font (feature smcp according to 
otfinfo), as this minimal example shows:

   \definetypeface[bembo][rm][Xserif][Bembo 
Std:mapping=tex-text;+kern;+onum;+liga]
   \setupbodyfont[bembo,11pt]
   \setupbodyfontenvironment[default][em=italic]
   \def\it{\definedfont[Bembo 
Std-Italic:mapping=tex-text;+kern;+onum;+liga]}
   \def\bf{\definedfont[Bembo Std-Bold:mapping=tex-text;+kern;+onum]}
   \def\sc{\definedfont[Bembo Std:mapping=tex-text;+smcp;+kern;+onum]}
   \starttext
   Bembo {\bf Bembo} {\it Bembo} {\sc Bembo} Bembo.
   \stoptext

But that's a hack.  So I create a file type-bembo.tex:

   \starttypescript[bembo][uc]
 \definetypeface [bembo] [rm] [serif] [Bembo Std] [default] 
[encoding=uc]
 \definefontsynonym[BemboRegular][Bembo Std:mapping=tex-text]  
  [encoding=uc]
 \definefontsynonym[BemboItalic] [Bembo 
Std-Italic:mapping=tex-text][encoding=uc]
 \definefontsynonym[BemboBold]   [Bembo Std-Bold:mapping=tex-text] 
  [encoding=uc]
 \definefontsynonym[BemboCaps]   [Bembo 
Std:mapping=tex-text;+smcp] [encoding=uc]
   \stoptypescript
   \starttypescript[serif][bembo][name]
 \definefontsynonym[Serif]   [BemboRegular]
 \definefontsynonym[SerifItalic] [BemboItalic]
 \definefontsynonym[SerifBold]   [BemboBold]
 \definefontsynonym[SerifCaps]   [BemboCaps]
 \definefontsynonym[SerifSlanted][BemboItalic]
 \definefontsynonym[SerifBoldItalic] [BemboBold]
 \definefontsynonym[SerifBoldSlanted][BemboBold]
   \stoptypescript

And a test file in the same directory as the typescript file:

   \usetypescriptfile[type-bembo]
   \usetypescript[bembo][uc]
   \setupbodyfont[bembo,11pt]
   \starttext
   Bembo {\bf Bembo} {\it Bembo} {\sc Bembo} Bembo.
   \stoptext

Now I get small caps all right, but everything's in Computer Modern.  
:-(  What am I doing wrong?

Changing the double quotes in the typescript to single quotes doesn't 
make any difference; not does omitting the quotes or omitting the space 
in Bembo Std.

Here's the output from texexec --xtx --version:

TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

  texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 
1997-2005
  texutil : TeXUtil 9.0.1 - ConTeXt / PRAGMA ADE 
1992-2006
  tex : XeTeX, 3.141592-2.2-0.99b (Web2C 7.5.3)
  context : ver: 2006.03.31 23:47
  cont-en : ver: 2006.03.31 23:47  fmt: 2006.4.3  mes: 
english
  cont-nl : ver: 2006.03.31 23:47  fmt: 2006.4.3  mes: 
dutch

Thanks in advance,

Paul.

-- 
Paul Hoffman [EMAIL PROTECTED]
http://nkuitse.com/
http://hoffmancommapaul.com/

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Typing some blocks in single column, some in two columns.

2006-07-12 Thread David Arnold
All,

We have a bunch of questions and answers in blocks.

\beginquestion
\startquestion
\stopquestion
\endquestion

\beginlonganswer
\startquestion
\stopquestion
\endlonganswer

\beginshortanswer
\startquestion
\stopquestion
\endshortanswer


The difficulty is some long answers are to complex to typeset in two  
column mode, but then some will fit in two column mode quite nicely.  
We'd like to use two column mode when we can.

When we are typsetting the longanswer, we have a good idea whether  
its bound for one or two column mode. We might have 8 longanswers  
that will fit in two column mode, followed by 10 that have to be  
typeset in single column mode, followed by the rest in two column mode.

So, is it possible to tag a longanswer block for single or two  
column typsetting? If so, as the blocks are read back in, is there  
someway to read the tag and make a decision to switch to one or two  
column mode?

Thanks.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \endproof

2006-07-12 Thread David Arnold
All,

I'd like to have a little \endproof or \endexample mark to put at the  
end of proofs or examples. I'd like to have something a little  
fancier than just a little square or diamond.

Has anyone done anything like this, maybe with overlays and metafun,  
that they'd like to share?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt + XeTeX + Adobe Bembo Std = ???

2006-07-12 Thread Mojca Miklavec
On 7/12/06, Paul Hoffman wrote:
 The example on the _Fonts in XeTeX_ page in the wiki works fine except
 for small caps, which (not surprisingly) don't show up in this first
 attempt:

\definetypeface[bembo][rm][Xserif][Bembo Std]
\setupbodyfont[bembo]
\starttext
Bembo {\bf Bembo} {\it Bembo} {\sc Bembo} Bembo.
\stoptext

[minimal fix]

In type-xtx.tex add the following line:
\definefontsynonym[DummyCaps]['\typescripttwo:mapping=tex-text;+smcp'][encoding=uc]

and change this one:
\definefontsynonym[SerifCaps]   [DummyCaps]

Hans, can you please do that in the distribution as well? (actually
this should either be changed/added all over the place in that file or
some more general interface should be provided which would process the
caps option automatically)

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Bold in math mode

2006-07-12 Thread David Arnold
How do I get a bold x in math mode?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Bold in math mode

2006-07-12 Thread David Munger
David,

The method I use to get bold math is on the wiki:
http://wiki.contextgarden.net/Bold_Math
under Wrapping in a \hbox.

Then, to get a bold x, I would use $\boldsymbol{x}$.

Regards,

David

David Arnold :
 How do I get a bold x in math mode?
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context