[NTG-context] dx in setuplayout problem

2016-09-29 Thread Jean Magnan de Bornier
Hi all,
Trying to print visit cards as in
http://wiki.contextgarden.net/BusinessCard I encounter a problem as the
location=middle seems not to work as expected.
Here is my minimal example:



\definepapersize[BC][width=85mm,height=54mm]


\definelayer[blocks][width=85mm,height=54mm]

\setuppapersize[BC][A4]
  \setuplayout[nx=2,ny=5,dx=10mm]
  \setuplayout[location=middle,width=fit,height=fit]

  \setuppagenumbering[state=stop]


\showframe[edge]
\starttext
moi et moi
\stoptext
.

There is no symmetry in the output as can be seen in the attached file.
This symmetry problem disappears if I drop the «dx=10mm» so maybe the
trouble lies in this instruction.

Sorry if this question already arised.



carvis2.pdf
Description: Adobe PDF document

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] bibliography tool

2014-06-30 Thread Jean Magnan de Bornier
Le 29 juin à 16:07:20 Gour g...@atmarama.net écrit notamment:

| Just a note that I've found the desired page(s)

Please share your precious findings!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] bibliography tool

2014-06-30 Thread Jean Magnan de Bornier
Le 30 juin à 17:33:12 Wolfgang Schuster schuster.wolfg...@gmail.com écrit 
notamment:

| There should be a pdf named mkiv-publications.pdf in your context directory.

Ah great, I had not noticed it before!
Thanks Wolfgang
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Configure AUCTeX to run context not texec

2013-11-11 Thread Jean Magnan de Bornier
Le 10 novembre à 22:38:33 Peter Münster pmli...@free.fr écrit notamment:

| On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:

|  emacs 24.3.1 ubuntu
|  context minimal many versions (I update about once a week)
|  auctex 11.87.2 (installed via elpa and frequently updated)

| Strange. I use also the latest versions, but I observe the same
| behaviour as the OP...

Here is my complete customization regarding ConTeXt:

 '(ConTeXt-engine luatex)
 '(TeX-PDF-mode t)
 '(TeX-command-list (quote ((ConTeXt 
PATH=~/context/tex/texmf-linux/bin:$PATH 
context %s TeX-run-command nil t :help Run context (MarkIV)) (TeX 
%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t TeX-run-TeX nil (plain-tex-mode 
texinfo-mode ams-tex-mode) :help Run plain TeX) (LaTeX %`%l%(mode)%' %t 
TeX-run-TeX nil (latex-mode doctex-mode) :help Run LaTeX) (Makeinfo 
makeinfo %t TeX-run-compile nil (texinfo-mode) :help Run Makeinfo with Info 
output) (Makeinfo HTML makeinfo --html %t TeX-run-compile nil 
(texinfo-mode) :help Run Makeinfo with HTML output) (AmSTeX %(PDF)amstex 
%`%S%(PDFout)%(mode)%' %t TeX-run-TeX nil (ams-tex-mode) :help Run AMSTeX) 
(BibTeX bibtex %s TeX-run-BibTeX nil t :help Run BibTeX) (View %V 
TeX-run-discard-or-function t t :help Run Viewer) (Print %p 
TeX-run-command t t :help Print the file) (Queue %q TeX-run-background 
nil t :help View the printer queue :visible TeX-queue-command) (File 
%(o?)dvips %d -o %f  TeX-run-command t t :help Generate PostScript file) 
(Index makeindex %s TeX-run-command nil t :help Create index file) 
(Check lacheck %s TeX-run-compile nil (latex-mode) :help Check LaTeX file 
for correctness) (Spell (TeX-ispell-document \\) TeX-run-function nil t 
:help Spell-check the document) (Clean TeX-clean TeX-run-function nil t 
:help Delete generated intermediate files) (Clean All (TeX-clean t) 
TeX-run-function nil t :help Delete generated intermediate and output files) 
(Other  TeX-run-command t t :help Run an arbitrary command

.

As you can see I deleted all standard context commands in auctex, but I doubt 
that
explains anything. 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Configure AUCTeX to run context not texec

2013-11-11 Thread Jean Magnan de Bornier
Le 11 novembre à 23:36:08 Peter Münster pmli...@free.fr écrit notamment:

| On Mon, Nov 11 2013, Jean Magnan de Bornier wrote:

|  Here is my complete customization regarding ConTeXt:
|  [...]
|  context %s TeX-run-command nil t :help Run context (MarkIV)) (TeX

| You use TeX-run-command instead of TeX-run-TeX. Thus you're not able
| to handle errors the usual way.

I must admit I was not aware of there being a difference there...
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Configure AUCTeX to run context not texec

2013-11-09 Thread Jean Magnan de Bornier
Le 09 novembre à 11:13:13 Peter Münster pmli...@free.fr écrit notamment:

| On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:

|  This problem does not appear on my machine where instead of context
|  --nonstopmode %t I wrote PATH=~/context/tex/texmf-linux/bin:$PATH 
|  context %s

| Interesting. What's your ConTeXt version, AUCTeX version and
| Emacs version?

emacs 24.3.1 ubuntu
context minimal many versions (I update about once a week)
auctex 11.87.2 (installed via elpa and frequently updated)

I added the PATH thing so emacs can be started by the session manager.

 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Configure AUCTeX to run context not texec

2013-11-08 Thread Jean Magnan de Bornier
Le 08 novembre à 22:03:40 Michael Ash m...@econs.umass.edu écrit notamment:

| Thank you very much for the advice on configuring AUCTeX to compile
| context files.

| Inserting the following snippet in my .emacs (emacs configuration)
| file worked. 

| --8---cut here---start-8---
| (eval-after-load 'tex
| '(add-to-list
| 'TeX-command-list
| '(ConTeXt context --nonstopmode %t
| TeX-run-TeX nil (context-mode) :help Run ConTeXt)))
| --8---cut here---end---8---

| This fix is imperfect because even though context runs properly,
| AUCTeX reports ConTeXt: problems after [0] pages

| AUCTeX doesn't believe that the file has been compiled and C-c C-c
| offers to run context again. It is necessary to select View 

This problem does not appear on my machine where instead of context
--nonstopmode %t I wrote PATH=~/context/tex/texmf-linux/bin:$PATH 
context %s

bye
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] functions and paths in metapost

2013-10-14 Thread Jean Magnan de Bornier
Hello all,

Is it possible to define a path in metapost-metafun using function? In
the metafun manual (chapter on Functions) the examples shown are all of
the type draw function  I wonder if it is possible to define a path
with a function (picture after draw doesn't allow that afaik)?

tia,
(mkiv)
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt-- does it make sense for my needs?

2011-12-14 Thread Jean Magnan de Bornier
Le 14 décembre à 21:32:46 pmli...@free.fr (Peter Münster) écrit notamment:

| On Wed, Dec 14 2011, Hagmann Jörg wrote:

|  Another possibility is to use org-mode in Emacs, export to Latex and from
|  there to ConTeXt. In my case, the last step is accomplished by a home-brewed
|  ruby script which covers the most common layout commands

| Have you already considered writing `org-context.el'?

Yet another possibility is to use muse in emacs, for which exporting to
ConTeXt is *already* there (among many other formats).

http://wiki.contextgarden.net/ConTeXt_and_emacs-muse
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] A couple of setupcaptions questions

2011-08-04 Thread Jean Magnan de Bornier
Le 04 août à 19:24:20 Wolfgang Schuster schuster.wolfg...@googlemail.com 
écrit notamment:

| Am 04.08.2011 um 19:17 schrieb Jean Magnan de Bornier:

|  Le 04 août à 18:14:45 Wolfgang Schuster schuster.wolfg...@googlemail.com 
écrit notamment:
|  
|  | It’s no surprise that you don’t get a chapter prefix because there is
|  | no in your document. You forgot the title after \startcomponent and 
|  | ConTeXt took “\chapter{…}” as argument for the component title.
|  
|  Right, my mistake!
|  
|  However, with such mistake we have a prefix for formulas anyway!

| \setupcaptions[way=bysection,prefixsegments=chapter]
| \setupformulae[way=bysection,prefixsegments=section] 

| You use for the formula the section number as prefix while floats use 
chapters.

| In your example there had been section but no chapter and therefore
| you get a prefix for formulas but none for floats.

Wolfgang, thank you for your patience, I do need rest!

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] symbols fail in mkiv

2011-03-17 Thread Jean Magnan de Bornier
Hi all,
The following file has the expected output with texexec but with mkiv the
symbols are replaced by question marks in the output; all my other tests
with symbols actually fail with mkiv.

..
\starttext
Hello world!
\usesymbols[mvs]
\symbol[martinvogel 2][PointingHand]
\symbol[martinvogel 2][CheckedBox]
\stoptext
..

ConTeXt  ver: 2011.02.25 22:03 MKIV  fmt: 2011.3.15 


-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] symbols fail in mkiv

2011-03-17 Thread Jean Magnan de Bornier
Le 17 mars à 09:34:48 Wolfgang Schuster schuster.wolfg...@googlemail.com 
écrit notamment:

| Am 17.03.2011 um 08:59 schrieb Jean Magnan de Bornier:

|  Hi all,
|  The following file has the expected output with texexec but with mkiv the
|  symbols are replaced by question marks in the output; all my other tests
|  with symbols actually fail with mkiv.

| You need for mkiv the marvosym font in truetype format but the minimals
| ship only the type1 version. You can download the font here: 
http://www.marvosym.com/

| Wolfgang

Thank you Wolfgang, I'll do that soon
bye
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \setuppublications problem

2011-03-12 Thread Jean Magnan de Bornier
Le 12 mars à 11:09:55 Thomas Schmitz tschm...@uni-bonn.de écrit notamment:

| On Sat, 12 Mar 2011 08:37:28 +0100
|  Jean Magnan de Bornier jm.born...@free.fr wrote:

| Fair enough. Here:
|  .
|  \setupbibtex [database=/home/jean/biblio]
|  \setuppublications[alternative=apa]
| 
|  \starttext
| 
| 
|  {\bf Bibliography}
| 
|  \nocite[hh2010a,hh2010b,Eijkhout1991]
|  \placepublications
|  \stoptext
|  

| Have you tried \placepublications[criterium=all] or
| \placepublications[criterium=text]?

These are working, thanks.


-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \setuppublications problem

2011-03-11 Thread Jean Magnan de Bornier
Le 11 mars à 13:00:51 Thomas A. Schmitz thomas.schm...@uni-bonn.de écrit 
notamment:

| On Mar 10, 2011, at 3:38 PM, Jean Magnan de Bornier wrote:

|  Using the last mkiv from the minimals, \setuppublications seems out
|  of order.
| 
|  If I write:
|  ..
|  \setupbibtex [database=/home/jean/biblio]
|  \setuppublications[alternative=apa]
| 
|  \starttext
| 
| 
|  {\bf Bibliography}
| 
|  \nocite[foo, bla, blu]
|  \placepublications
|  \stoptext
|  ...
| 
|  the pub list is empty. But if comment out this line the bibliography
|  is
|  printed; it works also ok with
| 
|  \setuppublications[]
| 

| Difficult to answer, I don't have the file /home/jean/biblio. Maybe
| make a real example?

Fair enough. Here:
.
\setupbibtex [database=/home/jean/biblio]
\setuppublications[alternative=apa]

\starttext


{\bf Bibliography}

\nocite[hh2010a,hh2010b,Eijkhout1991]
\placepublications
\stoptext


biblio.bib is a file already known to some:


@STRING{hh = {Hans Hagen}}

@ELECTRONIC{hh2010,
  author = hh,
  year = {2010},
  title = {Metafun. \CONTEXT\ mkiv},
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
}

@ARTICLE{hh2010a,
  author = hh,
  title = {The Font Name Mess},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {2-8},
  keywords = {context},
}

@ARTICLE{hh2010b,
  author = hh,
  title = {Grouping in Hybrid Environments},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {67-71},
  keywords = {context},
}

@BOOK{Eijkhout1991,
  title = {\TeX\ by Topic. A \TeX nician's Reference},
  publisher = {Addison-Wesley},
  year = {1991},
  author = {Victor Eijkhout},
  address = {London},
  keywords = {general},
}
...

With mkiv I get an output without the bibliography; but dropping
alternative=apa everything is fine (I tried other alternatives).

tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \setuppublications problem

2011-03-10 Thread Jean Magnan de Bornier
Hi all,

Using the last mkiv from the minimals, \setuppublications seems out of order.

If I write:
..
\setupbibtex [database=/home/jean/biblio]
\setuppublications[alternative=apa]

\starttext


{\bf Bibliography}

\nocite[foo, bla, blu]
\placepublications
\stoptext
...

the pub list is empty. But if comment out this line the bibliography is
printed; it works also ok with 

\setuppublications[]


-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] One more (?) bib problem

2010-12-04 Thread Jean Magnan de Bornier
Le 04 décembre à 04:23:14 seasoul bioseas...@gmail.com écrit notamment:

| Hans is in the process to develop a new bib module, I am
| waiting the new powerful version :).

If I may, I think inputing from databases to ris and risx formats would be
a fantastic improvement.

all the best,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] One more (?) bib problem

2010-12-03 Thread Jean Magnan de Bornier
Hi all,

A small variation on the bib test file from the wiki:


\setupbibtex[database=/home/jean/bibmkiv/bib.bib]
\starttext 
\section{section one}
\cite[authoryear][hh2010,hh2010b]
\section{section two}
\cite[authoryear][Eijkhout1991]
\placepublications[criterium=cite]
\stoptext 


Unfortunately, placepublications only takes into account the refs of the
section where it is located, it seems weird to me. Sorry if this has been
already reported.

regards,



test.pdf
Description: biblio test 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] One more (?) bib problem

2010-12-03 Thread Jean Magnan de Bornier
Le 04 décembre à 04:23:14 seasoul bioseas...@gmail.com écrit notamment:

| \placepublications[criterium=all]

| this will place all the references. If only cited publications are in need,
| use
| \setuppublications[criterium=cite]

| I also experimented on this for a long time, then i found this solution from
| one of Aditya's posts.
| It works to me now. Hans is in the process to develop a new bib module, I am
| waiting the new powerful version :).


Hi,
I've tried that solution of course, but then *all* bibtex entries appear
in the reference list, not only the ones cited!

thx anyway,


| On Sat, Dec 4, 2010 at 1:44 AM, Jean Magnan de Bornier
| jm.born...@free.frwrote:

|  Hi all,
| 
|  A small variation on the bib test file from the wiki:
| 
|  
|  \setupbibtex[database=/home/jean/bibmkiv/bib.bib]
|  \starttext
|  \section{section one}
|  \cite[authoryear][hh2010,hh2010b]
|  \section{section two}
|  \cite[authoryear][Eijkhout1991]
|  \placepublications[criterium=cite]
|  \stoptext
|  
| 
|  Unfortunately, placepublications only takes into account the refs of the
|  section where it is located, it seems weird to me. Sorry if this has been
|  already reported.
| 
|  regards,
| 
| 
|  --
|  Jean
| 
| 
|  
___
|  If your question is of interest to others as well, please add an entry to
|  the Wiki!
| 
|  maillist : ntg-context@ntg.nl /
|  http://www.ntg.nl/mailman/listinfo/ntg-context
|  webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
|  archive  : http://foundry.supelec.fr/projects/contextrev/
|  wiki : http://contextgarden.net
| 
|  
___
| 
| 

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] centralized bib database

2010-07-01 Thread Jean Magnan de Bornier
Hi all,

AFAIK with the bib module one can't specify the database by an URL. I
believe such feature would be great in allowing users to centralise all
the bibliographical stuff in one place even when they work on several
machines/places. 

regards,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] centralized bib database

2010-07-01 Thread Jean Magnan de Bornier
Le 01 juillet à 11:58:11 Taco Hoekwater t...@elvenkind.com écrit notamment:

| On 07/01/2010 11:51 AM, Jean Magnan de Bornier wrote:
|  Hi all,
| 
|  AFAIK with the bib module one can't specify the database by an URL. I
|  believe such feature would be great in allowing users to centralise all
|  the bibliographical stuff in one place even when they work on several
|  machines/places.

| There is a simple reason for that: bibtex cannot read URLs.

I see..

According to some messages from Hans, mkiv will someday be freed from
bibtex, is that right? Will we then have this feature?


As to zotero I know and use it, but it always requires some manipulations.

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Multiple citations at one position

2010-05-19 Thread Jean Magnan de Bornier
Le 19 mai à 22:01:25 Stefan Müller warrence@gmx.de écrit notamment:

| Hi,

| I am citing several references at one position in my document and I was 
| wondering if there is a way to get something like [1, 3, 9 - 11] instead of 
| [1] [3] [9] [10] [11] (what I would get by using \cite[ref1] \cite[ref3] 
| \cite[ref9] ...). Unfortunately I can't find some deeper information about 
| \cite or \setupcite. I'd appreciate any suggestions.

| Thanks in advance,
| Stefan.

Did you try \cite[ref1,ref3,... ref9] ?

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problem in sorting bibtex entries

2010-03-22 Thread Jean Magnan de Bornier
Le 22 mars à 10:56:45 Mikael Persson mic...@gmail.com écrit notamment:

| On Thu, Mar 18, 2010 at 12:28 PM, Mikael Persson mic...@gmail.com wrote:
|  Dear Taco and list,
| 
|  I have a problem (with the latest minimals) sorting bibtex entries:
| 
|  Consider the following example:
| 
|  % bibbug.tex
|  \usemodule[bib]
| 
|  \setuppublications[
|         sorttype=bbl,
|  ]
| 
|  \setupbibtex[
|         database=mp,
|  ]
| 
|  \starttext
|  See~\cite{resi3,resi4} and also~\cite{resi2,resi1}.
| 
|  \placepublications[criterium=all]
|  \stoptext
|  % end of bibbug.tex
| 
|  I get an eror:
|  ! LuaTeX error ...TeXt/tex/texmf-context/tex/context/base/bibl-tra.lua:83:
|  attempt to compare two nil values
|  stack traceback:
|         ...TeXt/tex/texmf-context/tex/context/base/bibl-tra.lua:83: in
|  function ...TeXt/tex/texmf-context/tex/context/base/bibl-tra.lua:80
|         [C]: in function 'sort'
|         ...TeXt/tex/texmf-context/tex/context/base/bibl-tra.lua:93: in 
function 'flush'
|         main ctx instance:1: in main chunk.
|  \typesetpubslist ...hacks.flush(\@@pbsorttype )}
|                                                   \doendoflist
|  \dodoplacepublications ...sttrue \typesetpubslist
|                                                   \inpublistfalse \endgroup 
...
|  l.14 \placepublications[criterium=all]
| 
|  If I uncomment the sorttype=bbl line, it compiles.
| 
|  Attached is the tex file, the log file, and my bib file.
| 
|  Best regards, Mikael
| 

| Nobody has an idea about this sorting problem? Hans?

| Best regards, Mikael

I've had the same problem for some time...
(but can't offer any solution...)

best wishes,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] metafun in LaTeX?

2009-12-20 Thread Jean Magnan de Bornier
Le 20 décembre à 11:20:47 Taco Hoekwater t...@elvenkind.com écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all,
| 
|  This question has been asked on the french tex group: is (would) it
|  possible to use the metafun macros with LaTeX - and how?

| Metafun is a mpost format, and therefore it generally does not care how
| it is embedded in a surrounding document. The only exception is when
| you use metapost macros that run TeX for typesetting, these will
| assume ConTeXt's texexec is running as makempx, and it therefore
| generates ConTeXt-specific macros for labels and such.

| Best wishes,
| Taco

Thanks, I'll forward that.
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] metafun in LaTeX?

2009-12-19 Thread Jean Magnan de Bornier
Hi all,

This question has been asked on the french tex group: is (would) it
possible to use the metafun macros with LaTeX - and how?

I said I'd ask here...
TIA
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Context emacs-muse [possibly OT]

2009-10-19 Thread Jean Magnan de Bornier
Le 19 octobre à 15:03:24 Roger Mason rma...@mun.ca écrit notamment:
Hello,

|  The math tag is indeed part of the official muse.
| 
|  A muse file containig only this:
| 
|   math\sum type = nMn/math
| 
|  works OK here. Are you sure you did'nt insert spaces like in  math ,
|  which ought to give a result like yours?

| Yes, I'm sure.


| 
|  Can you try a minimal example like mine?

| Cutting and pasting the above produces the output I included in my
| original post.

|  And what part of the muse files did you require (should be at least muse,
|  muse-publish and muse-context)?

| At the top of my .emacs I have:

| (load /usr/share/emacs/site-lisp/site-gentoo)

| That file contains (among other things):

| (add-to-list 'load-path /usr/share/emacs/site-lisp/muse)
| (require 'muse-autoloads)

| In the body of my .emacs I have:

| (require 'muse-html) ; load publishing styles I use
| (require 'muse-latex)
| (require 'muse-texinfo)
| (require 'muse-docbook)
| (require 'muse-context)
| (require 'muse-project)  ; publish files in projects
| (setq muse-colors-inline-images nil) ; Don't inline images

All correct then.
If I understand correctly you use gentoo's muse package. Maybe the problem
is there, but it is hard for me to test that, I have a non-packaged muse
installation.

Can you show the value of muse-context-markup-specials-document?

cheers,

PS: what happens if you use latex instead of context?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Context emacs-muse [possibly OT]

2009-10-19 Thread Jean Magnan de Bornier
Le 19 octobre à 20:38:18 Roger Mason rma...@mun.ca écrit notamment:
Hi Roger,

Sorry I'm so slow today!!
You have to say (require 'muse-latex2png) 

This is the file where the math and latex tags are defined.
cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Context emacs-muse [possibly OT]

2009-10-17 Thread Jean Magnan de Bornier
Le 17 octobre à 18:57:35 Roger Mason rma...@mun.ca écrit notamment:

| Hello,

| I'm using emacs-muse to write a document to be published to ConTeXt.
| The document contains a little math.  According to this wiki page:
| http://wiki.contextgarden.net/ConTeXt_and_emacs-muse#Math it is possible
| to include math in muse using math and /math tags, which trigger
| corresponding $ markup in the ConTeXt output.

| The problem is that a muse expression like math\sum type = nMn/math
| is published as

| \switchtobodyfont[small]math\switchtobodyfont[big]\textbackslash{}sum
| type = nMn\switchtobodyfont[small]/math\switchtobodyfont[big]

| rather than the expected $\sum type = nMn$.

| The muse manual for the version I'm using (3.12) makes no mention of the
| math tags, so I'm wondering if it is an add-on written by (or
| available to) someone on this list.

| Thanks for any help (and sorry if this is a bit off topic).

| Roger

The math tag is indeed part of the official muse.

A muse file containig only this:

 math\sum type = nMn/math

works OK here. Are you sure you did'nt insert spaces like in  math ,
which ought to give a result like yours?


Can you try a minimal example like mine?

And what part of the muse files did you require (should be at least muse,
muse-publish and muse-context)?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] References in MKIV and bib module

2009-09-09 Thread Jean Magnan de Bornier
Le 09 septembre à 00:07:50 Hans Hagen pra...@wxs.nl écrit notamment:

| Jean Magnan de Bornier wrote:
|  Le 05 septembre à 11:23:44 Mojca Miklavec mojca.miklavec.li...@gmail.com 
écrit notamment:
| 
|  | The bib module almost works (Hans and Taco - thanks a lot!).
| 
|  Here is how it works for me:
| 
|  texexec --xtx myfile: creates and populates myfile.bbl, and bib works ok
| 
|  Then,
| 
|  context myfile: myfile.bbl is still there but is now **empty**!!
|  And no more references...
| 
|  :-(
| 
|  This is LuaTeX, Version beta-0.43.0-2009081914

| hard to test ... anyway, Thomas Schmitz is coordinating the bib tests
| so best coordinate with him


Here are two small files:
bbaa.tex
...
\usemodule[bib]

\setupbibtex [database=/home/jean/bbaa]
\setuppublications[sorttype=bbl]
\starttext

\cite[aj]

\completepublications[criterium=all]
\stoptext


and bbaa.bib


@article{aj,
   author= {H. Averch and L. Johnson},
   title = {Behavior of the Firm under Regulatory Constraint},
   journal   = {American Economic Review},
   year  = {1962},
   volume= {52}
}
.

With texexec I get what is expected, not with context (producing an empty
bbl file).

With texexec I have these lines in the .blg file:

Database file #1: /home/jean/bbaa.bib
You've used 1 entry,
2181 wiz_defined-function locations,
499 strings with 3613 characters,
and the built_in function-call counts, 436 in all, are:  

Whereas with context:

I found no \citation commands---while reading file bbaa.aux
I found no \bibdata command---while reading file bbaa.aux
I found no \bibstyle command---while reading file bbaa.aux

tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] References in MKIV and bib module

2009-09-05 Thread Jean Magnan de Bornier
Le 05 septembre à 11:23:44 Mojca Miklavec mojca.miklavec.li...@gmail.com 
écrit notamment:

| The bib module almost works (Hans and Taco - thanks a lot!).

Here is how it works for me:

texexec --xtx myfile: creates and populates myfile.bbl, and bib works ok

Then,

context myfile: myfile.bbl is still there but is now **empty**!!
And no more references...

:-(

This is LuaTeX, Version beta-0.43.0-2009081914

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] metapost-pdf problem

2009-09-01 Thread Jean Magnan de Bornier
Le 01 septembre à 11:41:56 Peter Rolf indi...@gmx.net écrit notamment:

| same trouble here. The problem is the current definition of

| \forcecolorhack (colo-ini.mkiv).

| But we are lucky, as Hans has kept the old version as comment. For the
| moment just add a comment sign in front of the new definition and
| deactivate the old version. Nothing I can fix (no clue what this does
| and no time at all).

Thanks Peter,

If I do so, mkiv still fails on my file, but goes a little further:

..
! Leaders not followed by proper glue.
to be read again 
   \normalhskip 
\forcecolorhack -\leaders \hrule \normalhskip 
   \zeropoint 
\dohandleobject ...hss }\fi \fi }}\forcecolorhack 
  \box \scratchbox \endgroup 
l.3 ...ox{\getobject{FIG}{/home/jean/graph/rent.1}
  }
\calculateexternalfigure ...xlua {figures.check()}
  \ctxlua {figures.include()...
\dodoplaceexternalfigure ...[][#1][#2][#3][#4][#5]
  \popmacro \textunderscore ...
...
l.4 

? 
.

Anyway the problem occurs also with mkii and pstopdf...
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] metapost-pdf problem

2009-09-01 Thread Jean Magnan de Bornier
Le 01 septembre à 17:33:46 Peter Rolf indi...@gmx.net écrit notamment:

| Have you remade the formats? Sorry, I have forgotten to add this to
| the prior post.

| context --make

Sorry me! I should obviously have done that.
Yes it works now with mkiv, but I don't see how to do the same thing in
mkii...

Anyway thanks Peter,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] metapost-pdf problem

2009-09-01 Thread Jean Magnan de Bornier
Le 01 septembre à 18:12:29 Jean Magnan de Bornier jm.born...@free.fr écrit 
notamment:

| Sorry me! I should obviously have done that.
| Yes it works now with mkiv, but I don't see how to do the same thing in
| mkii...

Well, texexec does the job all right, but texexec --xtx doesn't find the
images. The only thing I see in the log of xetex is:

figures : dimensions of contr.1 loaded from figurefile itself
floatblocks : no block given
floatblocks : 1 placed

(three such for each figure)

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] metapost-pdf problem

2009-09-01 Thread Jean Magnan de Bornier
Le 01 septembre à 20:22:21 Peter Rolf indi...@gmx.net écrit notamment:

| I never used xetex, but there is a good chance that this is also a
| format update problem

Well, no; I remade all formats and still xetex doesn't put the image in
place; by the way, mkiv does it only with full path. \setupexternalfigures
doesn't work right now (it used to some time ago)

This is LuaTeX, Version beta-0.43.0-2009081914

bye,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] metapost-pdf problem

2009-08-30 Thread Jean Magnan de Bornier
Hi all,

I have had trouble with metapost lately; mptopdf seems broken. Here are
two small test files:

rent.mp:

input metafun;
numeric u; u=15mm;


beginfig(1);
  drawarrow (0,0)..(8u,0);
draw (3u,-.2u)..(3u,.5u);
label.bot(btex 0 etex, (3.2u,0));
  endfig;

end

...

rent.tex:

...
\starttext
 
\externalfigure[/home/jean/graph/rent.1]

\stoptext
...

I run metapost on the first file and (nearly) everything seems all right;
rent.1 is created and I can visualize it.

ThenI run in order mkiv, mkii, texexec --dvi, and mptopdf:

** mkiv output:
ERROR: Leaders not followed by proper glue.

--- TeX said ---
to be read again 
   \normalhskip 
\forcecolorhack -\leaders \hrule \normalhskip 
   \zeropoint 
\dohandleobject ...hss }\fi \fi }}\forcecolorhack 
  \box \scratchbox \endgroup 
l.3 ...ox{\getobject{FIG}{/home/jean/graph/rent.1}
  }
--- HELP ---
No help available



** mkii output:

name: dummy
file: rent
state: unknown

** texexec --dvi output:

OK


** 07:23 j...@boldair /home/jean/graph % mptopdf rent  

MPtoPDF 1.3.3 : no filename matches rent


My context system from minimals is updated from tomorrow night (mptopdf
was slightly different but failed anyway before thet update)


Sorry if the question was already discussed here!

--
jean 







































-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [OT] 25 years of powerpoint

2009-08-23 Thread Jean Magnan de Bornier
Le 23 août à 11:10:09 Diego Depaoli trebes...@gmail.com écrit notamment:

| Two interesting articles about presentations.
| 
http://www.career-service.uni-wuerzburg.de/fileadmin/9914/Materialien/Death-by-Powerpoint.pdf
| http://news.bbc.co.uk/2/hi/uk_news/magazine/8207849.stm

| Cheers

Yes, very good!

The beamer manual is also an excellent guide on how to use slides with
good sense.

Cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Order of results of \placepbulications

2009-08-15 Thread Jean Magnan de Bornier
Le 15 août à 14:49:59 Gerben Wierda gerben.wie...@rna.nl écrit notamment:

Hi all,

| Whatever I do, I cannot get another order than some default ordering
| (order in which they are used in the main document) with
| \placepublications. ConTeXt wiki is no help nor is Google.

| So here is the question: how can I get my references list in order of
| author name or in order of year?

| Thanks,

I have this:

\setuppublications[alternative=apa-fr,sorttype=bbl]

It sorts your references according to how they are sorted in the bbl file
(which is if I remember well, alphabetical order of bibtex keys...). 
Anyway «sorttype=» is the thing to manage!

hth, 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Emacs templates for ConTeXt

2009-05-15 Thread Jean Magnan de Bornier
Le 15 mai à 13:23:52 Piotr Kopszak kops...@gmail.com écrit notamment:

| Hello,

| I have just started using Emacs msf-abbrevs mode with ConTeXt files.
| Just would like to know if anyone is using other templating systems
| for Emacs with ConTeXt files? Are there any templates for ConTeXt
| commands around?

Hi Piotr,

Not exactly a template, but emacs-muse can have its output as a context
file, highly configurable; you can find a short description here:

http://wiki.contextgarden.net/ConTeXt_and_emacs-muse

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-13 Thread Jean Magnan de Bornier
Le 13 mai à 08:45:36 Taco Hoekwater t...@elvenkind.com écrit notamment:

| That doesn't seem to make any sense, but I am glad the problem has
| gone away.

Well, after my original post, one of the advices was:

| you have to give mpost a mem(ory dump) file. something like

| mpost -mem=metafun.mem file.mp

I followed it blindly, and the metafun.mem was created, and that seems to
have added a problem to the original one...

That's no problem, I learned something!

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-12 Thread Jean Magnan de Bornier
Le 12 mai à 09:42:29 Taco Hoekwater t...@elvenkind.com écrit notamment:

| Jean Magnan de Bornier wrote:
|  Le 11 mai à 20:02:36 Mojca Miklavec mojca.miklavec.li...@gmail.com écrit 
notamment:
|  
|  |  | Which command does that evil? They both seem to work here ...
|  | 
|  |  mpost, texexec --mpgraphic, mpost -mem=metafun.mem, all three of them!
|  | I don't understand. Can you please post the whole log. You cannot get
|  | metafun warnings when running just mpost unless something is set up
|  | in some really weird way. I could imagine that there could be some
|  | infinite loop in some metafun macro, but I cannot imagine why mpost
|  | would fall into infinite loop.
|  
|  I have stopped compilation after no more than 30 seconds, the log is 14MB
|  large with many lines:

| It looks like you should also post ecindf.mp so we can try for
| ourselves (or did I miss that?).

OK, here's a test file that works as expected:

...
numeric u; u=.5cm;
path AX; AX = drawdblarrow (10u,0) -- (0,0) -- (0,10u);
beginfig(1); 



  draw AX;
  label.lft(btex Coûts, prix etex rotated 90, (-.2u,8u));
 label.bot(btex Quantités  etex, (8u,0));
 for i=0 step u until 9u:
 draw (i,u/20)--(i,0);
 draw (u/20,i)--(0,i);
 endfor;
 picture ax; ax := currentpicture;
endfig;


No need for metafun here, but for other pictures I use it; and if I add
« input metafun;» at the top I get the unending message! 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-12 Thread Jean Magnan de Bornier
Le 12 mai à 16:32:26 Aditya Mahajan adit...@umich.edu écrit notamment:

| Can you post a file that fails at your end?

here, but it doesn't *fail*, it produces ecindf.1 ok but then shows
infinitely this message. 

...
 input metafun;

numeric u; u=.5cm;
path AX; AX = drawdblarrow (10u,0) -- (0,0) -- (0,10u);
beginfig(1); 
  draw AX;
 label.lft(btex Coûts, prix etex rotated 90, (-.2u,8u));
 label.bot(btex Quantités  etex, (8u,0));
 for i=0 step u until 9u:
 draw (i,u/20)--(i,0);
 draw (u/20,i)--(0,i);
 endfor;
 picture ax; ax := currentpicture;
endfig;
end 
...
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-12 Thread Jean Magnan de Bornier
Le 12 mai à 17:53:48 Taco Hoekwater t...@elvenkind.com écrit notamment:

| I cannot reproduce this problem. To make sure it is not a mem file
| version differencne, can you delete and regenerate mpost.mem ?

I followed this, nothing better! Then I tried to delete also metafun.mem
and that worked! (btw remaking mpost format didn't create metafun.mem
again, it doesn't seem to miss...)

So it all seems ok now
Thanks!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Metapost question

2009-05-11 Thread Jean Magnan de Bornier
Hi all,
Trying to use mpost with (today's) minimals, I get this answer:
...
16:55 j...@boldair /home/jean/graph % mpost ecindf

Sorry, I can't find that mem file; will try PLAIN.
I can't find the PLAIN mem file!
...

Do I have to make formats or something for mpost to work?

tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-11 Thread Jean Magnan de Bornier
Le 11 mai à 17:34:42 Peter Rolf indi...@gmx.net écrit notamment:

| Jean Magnan de Bornier schrieb:
|  Hi all,
|  Trying to use mpost with (today's) minimals, I get this answer:
|  ...
|  16:55 j...@boldair /home/jean/graph % mpost ecindf
| 
|  Sorry, I can't find that mem file; will try PLAIN.
|  I can't find the PLAIN mem file!
|  ...
| 
|  Do I have to make formats or something for mpost to work?
| 
|
| you have to give mpost a mem(ory dump) file. something like

| mpost -mem=metafun.mem file.mp

| donno if there are more elegant ways to make it run.


| hope that helps, 

| Peter

|  tia,
|

Thanks to all!

Peter and Aditya's solutions work, Mokja's doesn't..

Using Aditya's, when everything is fine, it ends up with a (seemingly
infinite) series of lines:
...
metafun 2009-5-11 18:20
...

Strange and hardly nice, I had to cut it out.

Maybe there is a problem here.

Anyway why can't we compile with just 'mpost' anymore?

Cu,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Metapost question

2009-05-11 Thread Jean Magnan de Bornier
Le 11 mai à 20:02:36 Mojca Miklavec mojca.miklavec.li...@gmail.com écrit 
notamment:

|  | Which command does that evil? They both seem to work here ...
| 
|  mpost, texexec --mpgraphic, mpost -mem=metafun.mem, all three of them!

| I don't understand. Can you please post the whole log. You cannot get
| metafun warnings when running just mpost unless something is set up
| in some really weird way. I could imagine that there could be some
| infinite loop in some metafun macro, but I cannot imagine why mpost
| would fall into infinite loop.

I have stopped compilation after no more than 30 seconds, the log is 14MB
large with many lines:

06:25 j...@boldair /home/jean/graph % wc -l ecindf.log
644385 ecindf.log


After eliminating duplicates, here it is:

..
This is MetaPost, version 1.200 (kpathsea version 3.5.7dev) (mem=metafun 
2009.05.11)  11 MAY 2009 19:56
**cindf
 (/home/jean/context/tex/texmf-context/metapost/context/base/metafun.mp 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-tool.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-spec.mp)
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-core.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-page.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-text.mp)
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-txts.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-shap.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-butt.mp)
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-char.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-step.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-grph.mp)
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-figs.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-mlib.mp) 
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-grid.mp)
(/home/jean/context/tex/texmf-context/metapost/context/base/mp-func.mp)) 
(/home/jean/context/tex/texmf/metapost/base/graph.mp) [1
Warning: cannot open font map file psfonts.map
] [2] [3
Warning: cannot open font map file psfonts.map
] [4] [5] [6] [7
Warning: cannot open font map file psfonts.map
] [8] [9] [10
Warning: cannot open font map file psfonts.map
] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]
metafun 2009-5-11 19:56
metafun 2009-


I had noticed the warning but have no idea what it leads to...

tia
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Affiliation change

2009-04-02 Thread Jean Magnan de Bornier
A great fun Taco, Thanks!

(I did believe you for a moment)

Best,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] New module simpleslides

2009-04-01 Thread Jean Magnan de Bornier
Le 31 mars à 21:39:45 Thomas A. Schmitz thomas.schm...@uni-bonn.de écrit 
notamment:

| Dear list members,

| We're happy to announce the initial release of the simpleslides
| module. It has taken us somewhat longer than we anticipated, but now
| it's there! simpleslides is a module that facilitates the creation of
| presentations in ConTeXt. It provides a few macros to position titles,
| text, and images on slides, some typescripts to make use of
| LatinModern and the TeXGyre fonts, and a few pre-defined styles that
| should make your presentations visually appealing.

| We guarantee that this release is absolutely bug-free; whoever finds a
| bug has the inalienable right to buy us a beer at the next ConTeXt
| meeting! Seriously: we are aware that some things are not working as
| expected. Our biggest and most embarrassing problem for the time being
| is that the module refuses to work with XeTeX. Neither of us uses
| XeTeX on a regular basis, and we're not familiar with its innards, so
| we're at a loss here. If you can offer help, you will be most welcome!

| We would of course welcome feedback, bug reports, feature suggestions,
| etc., so download the module at
| http://modules.contextgarden.net/module/detail?name=simpleslides and
| give it a whirl!

| Aditya and Thomas

Hi all,

Thanks for this nice work; I'm doing some tests (mkiv) and for now I see
no problem.

In the pdf manual however a BIG BIG (1st of april!) problem on page 16:
color green is announced on the title, blue actually shown.

Great work, easier to use than good-old ancester taspresent!

Best,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] bold with type?

2009-02-22 Thread Jean Magnan de Bornier
Hi all,
I need to have bold characters with type.
I tried what is said here:
http://wiki.contextgarden.net/Bold_typewriter
but cmttb is not on my machine (TexLive 2008 ), and context or texexec are
complaining; only the umtypewriter family seems to have bold faces, but
it's a bit too ugly for me :-(

Any idea?
tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-30 Thread Jean Magnan de Bornier
Hi all, 

Tomorrow I will try to modify my muse-tex2png.el file so it uses the pdf
output of context (or texexec), then convert to make a png file, instead
of dvipng: I use this already for graphics (metapost or pgf) and it will
probably be a better tool.

Please Mojca no hard work on dvipng until I give more news :-) !!

Cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-29 Thread Jean Magnan de Bornier
Le 29 janvier à 11:54:31 Mojca Miklavec mojca.miklavec.li...@gmail.com écrit 
notamment:

| On Wed, Jan 21, 2009 at 11:32 PM, Mojca Miklavec wrote:
|  On Wed, Jan 21, 2009 at 6:10 PM, Jean Magnan de Bornier wrote:
| 
|  I wish I could use dvipng whenever I need to.
| 
|  So you are plannig to release/improve the emacs module and document it for 
Maps?
| 
|  I'll take a look at the end of the week to see if we can make it work
|  with minimals.

| Hello Jean,

| You need exactly (or at least) two things to make dvipng work:
| - dvipng binary
| - fonts/map/dvips/updmap/ps2pk.map

| I can add that to minimals, just a few questions below ...
| It's just that one day it might be splitted (together with dvips 
| different font tools that almost nobody uses) into some additional
| package that one needs to install separately (with additional
| arguments).


| We don't have updmap, so ps2pk needs to be either:
| a) prepared semi-manually with fonts that minimals ship
| b) taken from TeX Live with both fonts that minimals have and those
| that are not shipped at all

Hello Mojka,
Thank you for taking from your time to look at that!

| How many exotic fonts do you usually need?

Well nothing really exotic: i just want to use context to ultimately create png
images of math formulas to be shown as images on websites... 

| Does ps2pk require some special syntax? (reading
| http://ftp.univie.ac.at/packages/tex/dviware/dvipng/fontmap.c and still
| asking stupid questions ...)

No idea, I'm afraid (and no more ideas about the rest  :-(  )!


| There's only one thing I wonder about: [x]dvipdfmx uses the map file
| that are specified in dvi (xdv) specials.
| - How does dvips know which map files to use? / Is there some
| quasi-standard way to secify map files in dvi?
| - Would it make sense (in long term) to ask the author of dvipng to
| honour the map files specified in dvi file instead of requiring ps2pk
| to be unconditionally present?
| - not to be taken seriously: (Wouldn't it be nice if pdftex/luatex was
| able to generate PNGs out of the box? :) :) :)

| (Well, I know, ConTeXt is a bit different from LaTeX with respect to
| map files ...)

Thanks,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-22 Thread Jean Magnan de Bornier
Le 21 janvier à 23:32:07 Mojca Miklavec mojca.miklavec.li...@gmail.com écrit 
notamment:

| On Wed, Jan 21, 2009 at 6:10 PM, Jean Magnan de Bornier wrote:
| 
|  I wish I could use dvipng whenever I need to.

| So you are plannig to release/improve the emacs module and document it for 
Maps?

Well, I had not used the math mode in muse for a while and then having
installed the last texlive + context minimals I found out the problem with
dvipng; no improvement, I'm afraid! 

Documentation on the contextgarden wiki is already there. Now what is
Maps again?


| I'll take a look at the end of the week to see if we can make it work
| with minimals.

That would be GREAT Mojca!

Thanks to you and Aditya
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-21 Thread Jean Magnan de Bornier
Le 20 janvier à 21:16:57 Arthur Reutenauer arthur.reutena...@normalesup.org 
écrit notamment:

|  Thanks a lot, it works. Will there be any side-effect on normal uses of 
context?

|   Definitely.  TEXFONTMAPS is the path to the various font mapping files
| for dvips, (x)dvipdfm(x) and pdfTeX.  I would strongly advise against
| setting that variable for normal use of the minimals.  What you could do
| without tweaking with TEXFONTMAPS, is to put ps2pk.map in some directory
| inside fonts/map in the minimals, together with the dvipng binary.  Best
| in texmf-local, for this is the location for local changes.  But then,
| you of course need to make sure that the necessary fonts are available
| in the minimals, etc.

|   Since you have TeX Live installed, your best bet is probably to use
| the minimals with the special TEXFONTMAPS setting only for ConTeXt +
| dvipng, and otherwise use the minimals only, or TeX Live only.


Well that doesn't look too good... I wish I could use dvipng whenever I
need to. 
A solution is of course to give up minimals and install the TeXlive
ConTeXt; do you think it is a bad move? (for use of mkiv)?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Minimals and dvipng

2009-01-20 Thread Jean Magnan de Bornier
Hi all,

My TeX setup: TeXLive (systemwide) for evetything but ConTeXt, and the
minimals for ConTeXt, in my userspace.

I have some issues using dvipng with minimals.

I first compile this file with texexec:
..
\setupoutput[dvi]
\enableregime[utf]
\starttext
\startTEXpage
$
SP=\int_0^{Q_0}(p_0-Cm(Q))dQ
$
\stopTEXpage
\stoptext
..

In the minimals environment, dvipng says: 
..  

This is dvipng 1.11 Copyright 2002-2008 Jan-Ake Larsson dvipng warning:
cannot find ps2pk.map, nor psfonts.map [1dvipng warning: font rm-lmr12 at
400 dpi not found, characters will be left blank dvipng warning: font
rm-lmr7 at 400 dpi not found, characters will be left blank dvipng
warning: font rm-lmr9 at 400 dpi not found, characters will be left blank
dvipng warning: unable to draw glyph 61, skipping dvipng warning: unable
to draw glyph 48, skipping dvipng warning: unable to draw glyph 48,
skipping dvipng warning: unable to draw glyph 40, skipping dvipng warning:
unable to draw glyph 48, skipping dvipng warning: unable to draw glyph 40,
skipping dvipng warning: unable to draw glyph 41, skipping dvipng warning:
unable to draw glyph 41, skipping ]

..

And the output is awful!!

But if I dvipng in the TL environment, it works like a charm. So what
should I add to my minimals install, or do to have all the TL stuff not
forgotten when I use minimals?

tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-20 Thread Jean Magnan de Bornier
Le 20 janvier à 09:25:29 Arthur Reutenauer arthur.reutena...@normalesup.org 
écrit notamment:

|  But if I dvipng in the TL environment, it works like a charm. So what
|  should I add to my minimals install, or do to have all the TL stuff not
|  forgotten when I use minimals?

|   dvipng is not part of the minimals at all, which means you're probably
| using it from TL's path, where it can't find the minimals' fonts.  If
| you're ready to hack a bit, just copy dvipng to the minimals' path.

Well Arthur, thanks!

But just copying or linking dvipng is not enough (same result); what kind
of hack would you suggest?

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Minimals and dvipng

2009-01-20 Thread Jean Magnan de Bornier
Le 20 janvier à 13:49:28 Arthur Reutenauer arthur.reutena...@normalesup.org 
écrit notamment:

|3. export TEXFONTMAPS=/path/to/texlive/texmf-var/fonts/map/dvips

|   Did I write fonts/map/dvips?  It should have been fonts/map/dvips/updmap
| (or, alternatively, fonts/map/dvips// with the trailing double slash).
| And it seems to work without copying the dvipng binary, and with
| setuptex as well.  Of course your mileage may vary, but anyway, the key
| is setting TEXFONTMAPS.

|   Arthur

Ho yes!!
Thanks a lot, it works. Will there be any side-effect on normal uses of context?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Sorting references

2008-12-08 Thread Jean Magnan de Bornier
Hi all,
Using the bib module, I want my references to be sorted alphabetically; if
I understood correctly the doc:

\setuppublications[alternative=apa-fr,sorttype=bbl,criterium=cite]

Then the alphabetical order is taken from the bibtex *keys*, and it
doesn't always follows true alphabetical order... :-(

And it seems that with bbl the whole bbl content is necessarily written in
references.

How can I do to have only cited material included in references?

TIA,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Sorting references

2008-12-08 Thread Jean Magnan de Bornier
Le 08 décembre à 14:14:35 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all,
|  Using the bib module, I want my references to be sorted alphabetically;

| That example was ok, but the bbl by default left in the same order as
| the bib database. You need

|   \setupbibtex[database=,sort=author]

Thanks a lot!

Regards,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] muse, pandoc and context

2008-12-02 Thread Jean Magnan de Bornier
Le 02 décembre à 16:02:28 Jörg Hagmann [EMAIL PROTECTED] écrit notamment:

| Dear list members,

| Despite using a text editor (emacs) and context almost exclusively, I 
| need a way to communicate with other members of the institute. I'm 
| evaluating two possibilities:
| 1. Writing in markdown and using pandoc for conversion to either context 
| or something openable by a word processor.
| 2. Writing in emacs muse and publishing to -- see above.

| I would like to know the following:
| - Has anybody done the same and come to a conclusion? Reasons?
| - Is my impression correct that with muse one has fewer possibilities 
| such as sub/superscripts?

| I'm aware of the threads in the archive, but would like to have an 
| updated, concise opinion.

Does it mean you are aware of the context publishing style in muse? If so,
did you encounter any problem?

Otherwise, have a look at:

http://wiki.contextgarden.net/ConTeXt_and_emacs-muse

and (in french):

http://jm.bornier.free.fr/muse/muse.html

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] muse, pandoc and context

2008-12-02 Thread Jean Magnan de Bornier
Le 02 décembre à 17:44:02 Jörg Hagmann [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Does it mean you are aware of the context publishing style in muse? If so,
|  did you encounter any problem?
|
| Yes, I'm aware of it and no, no problems so far.
| But before committing myself to either markdown/pandoc or muse, I would 
| like to have opinions. For example: subscripts would be CO~2~, 
| superscripts Ca^2+^ in markdown, what would you write in muse? Inclose 
| it between math tags? Wouldn't be convenient.

Well this is chemical notation I guess? On the muse list I never saw
anything about it, I believe something exists in context. Some interface
might probably be written but I don't believe it exists now.

Cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt + BibTeX problem

2008-12-01 Thread Jean Magnan de Bornier
Le 01 décembre à 09:06:20 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Because there is no bbl file, as Jean said. You should run bibtex
| 'by hand' in mkiv, but I'll upload a mkiv-aware version of the bib
| module later today.

Strange! My experience is that texexec with «%engine=luatex» on top of the
file creates the bbl file, so mkiv seems to be able to work with bibtex
already.

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt + BibTeX problem

2008-11-30 Thread Jean Magnan de Bornier
Le 01 décembre à 02:16:10 Mohamed Bana [EMAIL PROTECTED] écrit notamment:

| 1.  Using \completepublications[criterium=all] produces the error message;

| title   : - References
| ! Missing } inserted.
| inserted text
|  }
| to be read again
| \dostopattributes
| argument ...cation {shapley_cores_1974}\strut }}
|\egroup \ifdim \wd 
| 4=\zero...

| \secondoftwoarguments #1#2-#2

| \dosomelistelement ...hss \dostoplistattributes }}
|\endgraf 
| \nointerlineskip ...

| \dodolistelement ...ement {#1}{#2}{#3}{#4}{#5}{#6}
|\global \utilitydonetrue
| ...
| l.38 \completepublications[criterium=all]

| ?


| I was using

| ConTeXt  ver: 2008.10.31 13:58 MKIV  fmt: 2008.11.2  int: english/english

| then I update to

| ConTeXt  ver: 2008.11.30 14:39 MKIV  fmt: 2008.12.1  int: english/english

| But the problem still persists.


| 2.  Compiling with the following using \completepublications and 
| \subsubject{Top trading procedures} or \subsection{Top trading procedures};

| context testfile.tex

| It comes out as;

| This is the housing market introduced by Xx ().

| and the 'References' is empty.

| Instead of;

| This is the housing market introduced by Shapley and Scarf (1974).


| Why?

| 3.  Taco, could you please include a minimal example of using bibtex in 
| your bibmod-doc.pdf file please, much like what Guilherme has done. 
| It'll probably be a good idea to include about 3 references.

| 4.  Why is the [criterium=all] parameter needed?


| %%% testfile.tex %%%
| % engine=luatex
| \enableregime [utf-8]
| \mainlanguage[uk]
| \language[uk]
| \usemodule[bib]
| \setupbibtex[database={./references}]
| \setuppublications[refcommand=authoryear,sorttype=cite]%, sort=author]

| \starttext
| \cite{shapley_cores_1974}
| \completepublications[criterium=all]
| \stoptext

| %%% references.bib - same as Guilherme's %%%
| -- references.bib --

| @article{shapley_cores_1974,
|  title = {On cores and indivisibility},
|  volume = {1},
|  journal = {Journal of Mathematical Economics},
|  author = {Lloyd Shapley and Herbert Scarf},
|  month = mar,
|  year = {1974},
|  pages = {23--37}
| }

| 


| Taco Hoekwater wrote:
|  Guilherme P. de Freitas wrote:
|  then everything works: the citation appears correctly *and* the
|  reference appears in the References list. I don't know why. Any ideas?
|  
|  Yes. Change this line
|  
|  \completepublications
|  
|  to
|  
|  \completepublications[criterium=all]
|  
|  Best wishes,
|  Taco

Mohamed,

AFAIK the command context is not yet able to create the bbl file; if you
use texexec myfile (just once) the file will be created and
bibliographic references found. After that you can go back using context
for more compilations if needed.

I hope to see bibliography implemented in context soon...

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Apa-fr

2008-11-27 Thread Jean Magnan de Bornier
Hi all (mostly Taco),

Using bibl-apa-fr.tex for bibliography, I encountered a chapter on line 111
which should (I think) be changed to Chapitre (I did that on a file at
home and it works well); my context is TL2008 so if the file has been modified
since september I have not seen that yet.

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Apa-fr

2008-11-27 Thread Jean Magnan de Bornier
Le 27 novembre à 15:45:13 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Le 27 novembre à 13:34:11 Taco Hoekwater [EMAIL PROTECTED] écrit 
notamment:
|  
|  | Jean Magnan de Bornier wrote:
|  |  Hi all (mostly Taco),
|  |  
|  |  Using bibl-apa-fr.tex for bibliography, I encountered a chapter on 
line 111
|  |  which should (I think) be changed to Chapitre (I did that on a file at
|  |  home and it works well); my context is TL2008 so if the file has been 
modified
|  |  since september I have not seen that yet.
|  | Chapitre with capital?
|  
|  No, it is after a comma (sorry I was confused this morning)

| I uploaded a new version to modules.contextgarden.net, thanks
| for the report.
Thanks,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tikz and metapost

2008-10-26 Thread Jean Magnan de Bornier
Le 26 octobre à 16:24:40 Alan BRASLAU [EMAIL PROTECTED] écrit notamment:

| Thus, I am trying to figure out where to invest my learning efforts. Do any 
| other metapost and/or pgf-tikz experts have something to contribute to this 
| query?

Well, I'm certainly not an expert, but I want to draw your attention to
metafun, an extension to metapost for use within context; so context users
have more than just metapost.

Regards,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] texlive2008

2008-07-10 Thread Jean Magnan de Bornier
Le 10 juillet à 18:51:15 Manuel Pacheco [EMAIL PROTECTED] écrit notamment:

| Manuel Pacheco Guerrero

| Pregunto en castellano por si alguien me puede ayudar:

| Normalmente uso la distribución texlive que instala por defecto ubuntu 8.4. 
con la cual no puedo ejecutar texexec --luatex 

| (Luatools | using format name ~/luatex-cache/context/formats/cont-en.fmt
|  Luatools | no luc/lua with name ~/luatex-cache/context/formats/cont-en)

| He bajado y descomprimido texlive2008 en un directorio temporal y he 
ejecutado el instalador install-tl, lo cual me ha creado el arbol de 
directorios y los ejecutables. Puedo ejecutar texexec desde el directorio 
~/texlive2008/bin/ pero no texexec --luatex, que me da el mismo mensaje 
anterior de Luatools.

|  ¿Me he saltado algún paso en la instalación?, ¿interfiere la instalación 
previa de texlive?

| Si alguien puede ayudarme lo agradezco.

Hay algunas cosas que hacer antes de texexec; puedes ir a esta pagina:

http://wiki.contextgarden.net/Running_Mark_IV

à+,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Word-to-LaTex on linux?

2008-07-07 Thread Jean Magnan de Bornier
Le 07 juillet à 11:31:19 Piotr Kopszak [EMAIL PROTECTED] écrit notamment:

| Dear list, 

| Has anyone had any success running Word-to-Latex converter, mentioned on 
contextgarden, on linux? In theory it should be possible using wine and 
winetricks. 

| Piotr

I use writer2latex, which has to be integrated into OpenOffice; when it's
done, just open your word (or ODF) document with OpenOffice and export to LaTeX;
does a good job if you choose the «clean» or better, «ultraclean» option.

cheers,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] AUCTeX and ConTeXt

2008-06-30 Thread Jean Magnan de Bornier
Le 29 juin à 12:34:36 Thomas A. Schmitz [EMAIL PROTECTED] écrit notamment:

| On Jun 28, 2008, at 8:08 PM, Charles P. Schaum wrote:

|  yields the message buffer:
| 
|  Updating define menu...
|  Updating setup menu...
|  Updating other macro's menu...
|  Updating project structure menu...
|  Updating section block menu...
|  Updating section menu...
|  Updating...done
|  Type `C-c C-l' to display results of compilation.
|  ConTeXt: problems after {1} page.
| 
|  The pdf generated is, however, entirely satisfactory, as are all  
|  texted
|  documents.
| 
|  My strategy is to ignore it. This appears specific to AUCTeX, in this
|  case running on GTK Emacs 22 / Ubuntu 8.04. By contrast, I have  
|  minimal
|  to no problems on my OS X installation.
| 
|  Charles

| I think this is a problem in context.el. David Kastrup helped me with  
| this problem at last year's ConTeXt meeting. Open the file auctex/ 
| context.el in your favorite text editor. Now search for this line:

|   ((re-search-forward ^ TeX\\(Exec\\|Util\\) nil t) ;; strange regexp  
| --pg


| Insert a question mark right before TeX, so the line reads

|   ((re-search-forward ^ ?TeX\\(Exec\\|Util\\) nil t) ;; strange  
| regexp --pg


| That should fix your problem. pg, a.k.a. Patrick Gundelach, are you  
| reading this? :-)

Hi Thomas+Charles,

As an auctex user, I have the same problem; but the question mark is
already in the context.el file. So I imagine the root of the problem is
somewhere else... :-(

cheers,  
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Jean Magnan de Bornier
Le 26 juin à 08:57:09 Tomi Lindberg [EMAIL PROTECTED] écrit notamment:

| ConTeXt minimals is up and running but I have problems with LuaTeX.
| First the files I assume to be important:

| % Project
| \startproject atkmom

| \environment environ
| \product book

| \stopproject


| % Product
| \startproduct book

| \project atkmom

| \component images

| \startfrontmatter
| \environment fmatter
| \completecontent
| \stopfrontmatter

| \startbodymatter
| \environment body
| \component intro
| \component osbasics
| \component files
| \component opera
| \stopbodymatter

| \startbackmatter
| \completeindex[title=Hakemisto]
| \stopbackmatter

| \stopproduct


| With texexec my project results in proper .pdf file except the
| additional empty page at the end of it.

| With context the process ends after line \product book (I get a
| proper notice about the end of product book) in project file and i get
| the * prompt. It seems like LuaTeX can't see the \stopproject at
| all and thinks that the file has unexpectedly ended.

| Also with context I get messages that every \at, \in and \about that
| refers to something in component other than the one they're in is an
| unknown reference. They all work fine with texexec.

| Any idea what's wrong?
|
AFAIK not all commands are implemented in context; two weeks ago I asked
about the same question about why bibtex works with texexec and not with
context; the thread's name is:

context command and the bbl file

Regards
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] context command and the bbl file

2008-06-12 Thread Jean Magnan de Bornier
Hi all,
I have a file with citations. Using:

context myfile does not create the bbl file when needed (but reads it
when it exists).
texexec --lua myfile does the expected job.

Is there a reason for that?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context command and the bbl file

2008-06-12 Thread Jean Magnan de Bornier
Le 12 juin à 18:18:03 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all,
|  I have a file with citations. Using:
|  
|  context myfile does not create the bbl file when needed (but reads it
|  when it exists).
|  texexec --lua myfile does the expected job.
|  
|  Is there a reason for that?

| Simply missing code.

OK, that's better than a bug!
Thanks
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context minimal install problem? luatex bug?

2008-06-07 Thread Jean Magnan de Bornier
Le 07 juin à 16:44:23 Burak Emir [EMAIL PROTECTED] écrit notamment:

| Hey, this worked now : )

| Only context test.tex still does not work. However, the error message
| changed (see below).

| Never mind, I appreciate all the effort you already put into this, overall
| in general and for debugging today in particular.
| Will try to learn some lua debugging.

| Burak-Emirs-MacBook-Pro:/tmp/testlua.a buraq$ context test.tex
| MtxRun | loading configuration for /usr/local/context/tex/texmf/web2c from
| 
/Users/buraq/luatex-cache/context/f70b0d481875d119766efabfbdb61af7/trees/01ff2a12d1aaf66ed1ecab879ab73b31
| ...ex/texmf-context/scripts/context/lua/mtx-context.lua:563: attempt to
| index local 'ctxdata' (a nil value)

hi all,

I updated my context minimals today, and I have exactly the same error ,
except for the paths (but I had not burak's previous one).

??
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Wiki page about emacs-muse updated

2008-05-31 Thread Jean Magnan de Bornier
Hi all,
The page on the wiki about emacs-muse and ConTeXt has been updated to show
how you can use Thomas Schmitz's presentation module within muse:

http://wiki.contextgarden.net/ConTeXt_and_emacs-muse

enjoy!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Some questions about the taspresent module

2008-05-18 Thread Jean Magnan de Bornier
Hi all (especially Thomas)

I have played these days with the last version of the taspresent
presentation module, to see how it can be used as such and/or with
emacs-muse.
I have discovered that due to the \Maketitle macros, which did not exist
in the first versions, it is quite easy to have a muse style and nearly
everything works quite well.

I use mkiv from minimals.

I have a few concerns though:

- On some of the styles, page numbering is like this: 1 of 10, 2 of 10,
  etc. Is there a way, as I have to write in french more often than not,
  to modify that in my tex file without changing the style file (which I
  prefer not to do)?
- With the greenblue style the title page is produced with its layout, but
  no text appears on that page... 
- The embossed style doesn't compile, apparently due some missing font
  (Emblem); is it some rare font, and if not where can I find it? I have
  installed a file called Emblem Regular.ttf but that didn't change
  things; here is the error message (AucTeX):

..
ERROR: Font \**Emblem**:=uhvb8r at 30pt not loadable: metric data not found or 
bad.

--- TeX said ---
to be read again 
   \relax 
\dododefinefont ...ontspec {#2}\rawfontidentifier 
  \let \localrelativefontsiz...
l.1 ...t,top=\vss ,bottom=\vss ,frame=off]{\Emblem
   \color [c]{Made with C\CM...
--- HELP ---
You requested a family/series/shape/size combination that is totally
unknown.  There are two cases in which this error can occur:
  1) You used the \size macro to select a size that is not available.
  2) If you did not do that, go to your local `wizard' and
 complain fiercely that the font selection tables are corrupted!
..


I will soon update the muse page on the wiki, but I wish these problems
could be solved before :-)

best
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Some questions about the taspresent module

2008-05-18 Thread Jean Magnan de Bornier
Le 18 mai à 18:09:29 Thomas A. Schmitz [EMAIL PROTECTED] écrit notamment:

| OK, Hans suggested to use labeltexts; I'll have to learn how to use  
| it. The basic idea seems to be to have something like this in the  
| module:

| \setuplabeltext [\s!fr]   [\v!of=de]

| and then use \v!of in the code, is that about right, Hans? Jean: in  
| French, would you say 1 sur 10 or 1 de 10?

Great! There is a way to do it!
1 sur 10 is definitely much better (but it is not very elegant either)
I need more thinking about that...

Here is my minimal example:
...
\usemodule[taspresent][style=greenblue,font=Pagella,size=17pt]
\setvariables [taspresent]
  [author={Jean Magnan de Bornier},
   title={Le darwinisme et ses méthodes}]
\starttext
\Maketitle
%\lecback
\Slidetitle  {J'ai faim}

Pour..

\stoptext


With %lecback, I have the text of the titlepage, but the layout is wrong
(green in the whole left middle of the page).
With lecback not commented out, no text on the titlepage.
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Some questions about the taspresent module

2008-05-18 Thread Jean Magnan de Bornier
Le 18 mai à 19:21:59 Thomas A. Schmitz [EMAIL PROTECTED] écrit notamment:

| Move the \lecback after the line with \Slidetitle, and everything's  
| OK. Explanation: the \picback \lecback \titback macros set the  
| background for the current page, so they need to be issued AFTER a  
| pagebreak (implied in the \Slidetitle macro).

I see; but the other styles work nicely with lecback where I have put it,
don't they?

If I have to write lecback in that position, my muse styles will be more
difficult to set up :(

btw, afaik titback is implied in \Maketitle, right? Cannot \lecback be
also included in the \Slidetitle macro?

best
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Some questions about the taspresent module

2008-05-18 Thread Jean Magnan de Bornier
Le 18 mai à 22:11:33 Thomas A. Schmitz [EMAIL PROTECTED] écrit notamment:

| On May 18, 2008, at 8:23 PM, Jean Magnan de Bornier wrote:

|  I see; but the other styles work nicely with lecback where I have  
|  put it,
|  don't they?
| 
| That's a coincidence, and I haven't tested it.

|  If I have to write lecback in that position, my muse styles will be  
|  more
|  difficult to set up :(

| Sorry about that, but the mechanism demands that an explicit pagebreak  
| be issued before changing the background. If this makes it any easier  
| for you, you could also do this:

| \starttext
| \Maketitle
| \page
| \lecback
| \Slidetitle  {J'ai faim}

Yes, this was easy to integrate and works quite well.


| 
|  btw, afaik titback is implied in \Maketitle, right? Cannot \lecback be
|  also included in the \Slidetitle macro?
| 
| Well, that's one of the things where I haven't really made up my mind.  
| In theory, you're right; the Slidetitle will only be typeset if we  
| have the lecback background. Question to the wizards: would it hurt to  
| have a background switch at every page, even if the background doesn't  
| really change? I'm kinda reluctant to change the interface now, but  
| maybe I should. What do you think about this setup:

| \Slidetitle{blabla} = breaks page, invokes switch to normal  
| background, typesets argument as title above slide

| \Picturetitle{blabla} = breaks page, invokes switch to picture  
| background, typesets argument opposite picture

| So question is: is anyone using this (besides Jean and myself) and  
| relies on the current interface?

That is really what I had in mind; so I could have different tags to call
these different types of slides. But the first solution is already quite
good!

best,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] a question about ConTeXt + AUCTeX

2008-05-17 Thread Jean Magnan de Bornier
Le 17 mai à 10:11:13 Dalyoung Jeong [EMAIL PROTECTED] écrit notamment:

| However, the same command  worked well in a terminal.

| Maybe the system setup of yours is different from mine.
| Usually I run source .luatex first before running luatex.
| So my guess is that emacs couldn't know the luatex path even though it  
| is known in another program terminal.

| Am I correct? If so, how to apply environment .luatex to global  
| condition? Otherwise, what are wrong in my setup?

Yes I think you are correct; if you start emacs *from this terminal from
which you issued source .luatex* you will probably see that emacs knows
luatex; this is what I had on my system, before I found how to have all my
emacs know the proper environment. I am on linux and I believe you are on
mac, so I'm not sure my experience can be extended to you?

If needed I will be more specific.

hth 
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Problem with presentation module(s)

2008-05-09 Thread Jean Magnan de Bornier
Hi all,
I wanted to use a presentation module today, but it failed with my
up-to-date minimals install (mkiv).
I ended up on live-context trying:

\usemodule[pre-14]
\starttext
Salut Nivers!
\stoptext

Also tried pre-01.

Both fail with pdftex, xetex and luatex on the web + at home.

Anything I miss?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Strange problem with metapost graphics

2008-04-17 Thread Jean Magnan de Bornier
Hi all, 
Here is minimal example of some trouble I have:

...
\startMPinclusions
 numeric u; u=1cm;
\stopMPinclusions
\starttext
\startuseMPgraphic{dummy}
drawarrow (0,0)..(8u,0);
label.bot(\sometxt{temps}, (7u,-.5u));
\stopuseMPgraphic
\placefigure[fig:Uncontratdanslaflèchedutemps]{Un contrat dans la flèche du 
temps}{\useMPgraphic{dummy}}


\startuseMPgraphic{ummy}
  pair A[];
  A[0]:=(-1u, -1u);
  A[1]:=( 6u, -1u);
  A[2]:=( 6u,  4u);
  A[3]:=(-1u,  4u);
  draw A[0]--A[1]--A[2]--A[3]--cycle withpen pencircle scaled 1pt;
label.bot(\sometxt{Dupont}, A[0]);
label.top(\sometxt{Smith}, A[2]);
\stopuseMPgraphic
\placefigure[fig:Boîte d'Edgeworth]{Boîte d'Edgeworth}{\useMPgraphic{ummy}}
\stoptext
.

The trouble is that this compiles nicely with pdftex, a little less nicely
with xetex, and badly with luatex, tested at home and on context live.

- xetex: the label in the first graphic appears with bad size.

- luatex: first label in the second graphic appears with bad size and font,
and second label disappears; but if I comment out the label in the first
graphic, the second graphic is as expected.

Any idea?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Strange problem with metapost graphics

2008-04-17 Thread Jean Magnan de Bornier
Le 17 avril à 13:17:44 Hans Hagen [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all, 
|  Here is minimal example of some trouble I have:
|  
|  ...
|  \startMPinclusions
|   numeric u; u=1cm;
|  \stopMPinclusions
|  \starttext
|  \startuseMPgraphic{dummy}
|  drawarrow (0,0)..(8u,0);
|  label.bot(\sometxt{temps}, (7u,-.5u));
|  \stopuseMPgraphic
|  \placefigure[fig:Uncontratdanslaflèchedutemps]{Un contrat dans la flèche du 
temps}{\useMPgraphic{dummy}}
|  
|  
|  \startuseMPgraphic{ummy}
|pair A[];
|A[0]:=(-1u, -1u);
|A[1]:=( 6u, -1u);
|A[2]:=( 6u,  4u);
|A[3]:=(-1u,  4u);
|draw A[0]--A[1]--A[2]--A[3]--cycle withpen pencircle scaled 1pt;
|  label.bot(\sometxt{Dupont}, A[0]);
|  label.top(\sometxt{Smith}, A[2]);
|  \stopuseMPgraphic
|  \placefigure[fig:Boîte d'Edgeworth]{Boîte d'Edgeworth}{\useMPgraphic{ummy}}
|  \stoptext
|  .
|  
|  The trouble is that this compiles nicely with pdftex, a little less nicely
|  with xetex, and badly with luatex, tested at home and on context live.
|  
|  - xetex: the label in the first graphic appears with bad size.
|  
|  - luatex: first label in the second graphic appears with bad size and font,
|  and second label disappears; but if I comment out the label in the first
|  graphic, the second graphic is as expected.
|  
|  Any idea?

| at the end of mp-mlib.mp add

| def resettextexts =
|  _tt_n_ := 0 ;
| enddef ;

| extra_endfig   := extra_endfigresettextexts ;  ;

| then run

| ctxtools --touch
| context --make (or texexec --make --luatex)

Done! But same result :-(

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Architecture Sketch

2008-04-15 Thread Jean Magnan de Bornier
Le 15 avril à 15:24:19 Suno Ano [EMAIL PROTECTED] écrit notamment:

| hi folks,
| I am new to ConTeXt. I had been a TeXinfo, Muse ...

Hi,

You can still be a Muse boy with context:
http://wiki.contextgarden.net/ConTeXt_and_emacs-muse

(I have to edit a bit this page but it is quite enough for a muse user to
see what can be done)

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Unable to generate luatex formats

2008-04-13 Thread Jean Magnan de Bornier
Le 12 avril à 22:53:53 Michael Green [EMAIL PROTECTED] écrit notamment:

| I'm getting the following error when running this command: luatools -- 
| ini --verbose --compile cont-en

| LuaTools | running command: luatex --ini --lua=cont-en.luc /usr/ 
| local/texlive/2007/texmf-dist/tex/context/base/cont-en.tex \\dump
| This is LuaTeX, Version snapshot-0.25.2-2008041101 (Web2C 7.5.6)  
| (INITEX)
| (/usr/local/texlive/2007/texmf-dist/tex/context/base/cont-en.tex
| (/usr/local/texlive/2007/../texmf-local/tex/context/base/context.tex
| (/usr/local/texlive/2007/../texmf-local/tex/context/base/syst-pln.tex)
| (/usr/local/texlive/2007/../texmf-local/tex/context/base/syst-prm.tex)
| (/usr/local/texlive/2007/../texmf-local/tex/context/base/luat-env.tex
| ! LuaTeX error [string luas[0]]:1: attempt to call field  
| 'luafilechunk' (a ni
| l value).
| \ctxluabyteload ...nvironment.luafilechunk(#1) }

| \ ...fproductionrun \else \ctxluabyteload {#1}{#2}
|\fi \global  
| \everyloadluac...
| l.168 \registerctxluafile{luat-env}{1.001}

| ?

| I see that it is similar to an error that ZS had.

[...]

Hey, also exactly the same problem I posted yesterday in updating
minimals!

You're not alone!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updating minimals

2008-04-13 Thread Jean Magnan de Bornier
Le 13 avril à 12:22:38 Mojca Miklavec [EMAIL PROTECTED] écrit notamment:

| On Sat, Apr 12, 2008 at 8:13 PM, Jean Magnan de Bornier
| [EMAIL PROTECTED] wrote:
|  Le 12 avril à 19:53:27 Aditya Mahajan [EMAIL PROTECTED] écrit notamment:
| 
|   Here the whole thing (I see nothing about path though):
|   .
|   18:58 [EMAIL PROTECTED] /win/context/bin % luatex -v
|   This is LuaTeX, Version snapshot-0.25.1-2008032113

| That's not OK. You should get 0.25.2. Besides, the proper version is
| probably in /win/context/tex/texmf-linux/bin (if you have the default
| installation).

| The minimals usually update texmf-linux/bin, but first-setup.sh
| updates the bin as well unless commented out. There is usually no
| luatex (only texlua) in root bin (where there is mtx-update).

| What does
| which luatex
| return?

Arrggg! 

/usr/bin/luatex!!!
(comes from my earlier attempts to set up system wide mkiv...)

Let me delete this one, fix the paths and do it again...
And it *works*!

Thanks Mojka!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] updating minimals

2008-04-12 Thread Jean Magnan de Bornier
Hi all,

Trying this morning to update my minimal context with the first-setup
script, I get this error when running texexec --make en --luatex

...
LuaTools | running command: luatex --ini --lua=cont-en.luc 
/win/context/tex/texmf-context/tex/context/base/cont-en.tex \\dump
(/win/context/tex/texmf-context/tex/context/base/cont-en.tex 
(/win/context/tex/texmf-context/tex/context/base/context.tex 
(/win/context/tex/texmf-context/tex/context/base/syst-pln.tex) 
(/win/context/tex/texmf-context/tex/context/base/syst-prm.tex) 
(/win/context/tex/texmf-context/tex/context/base/luat-env.tex) 
(/win/context/tex/texmf-context/tex/context/base/luat-lib.tex
! LuaTeX error ...context/tex/texmf-context/tex/context/base/l-aux.lua:55: 
attempt to call field 'Carg' (a nil value).
\ctxluabytecode ...ode  .. #1 .. str) end end }
  
\registerctxluafile ...{\the \luabytecodecounter }
  \fi 
l.45 \registerctxluafile{l-aux}{1.001}
  
? 
...


I'm lost!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updating minimals

2008-04-12 Thread Jean Magnan de Bornier
Le 12 avril à 11:14:03 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| You need luatex 0.25.2 for the latest context, and it seems that is not
| yet available for your platform (either that, or there is a relative
| ordering problem in the minimals). Which platform are you on?

I see; here for my platform:

11:57 [EMAIL PROTECTED] /home/jean % uname -a
Linux boldair 2.6.17-gentoo #1 SMP Wed Aug 1 15:48:08 CEST 2007 i686
Intel(R) Pentium(R) M processor 1.10GHz GenuineIntel GNU/Linux

tia,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updating minimals

2008-04-12 Thread Jean Magnan de Bornier
Le 12 avril à 17:06:11 Mojca Miklavec [EMAIL PROTECTED] écrit notamment:

| For linux the binary should be OK, the proper version at least (the
| only missing/old ones are freebsd  sun at the moment).

| I didn't test it though. One question: does your first-setup update
| bin/texlua as well? Old texlua might be the culprit as well. Only
| guessing ...

OK I downloaded by hand luatex for texmf-linux/bin and texlua for
bin/texlua, but it wasn't that. Something else is broken, I have exactly
the same error :-(

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updating minimals

2008-04-12 Thread Jean Magnan de Bornier
Le 12 avril à 19:53:27 Aditya Mahajan [EMAIL PROTECTED] écrit notamment:

| On Sat, 12 Apr 2008, Jean Magnan de Bornier wrote:

|  Le 12 avril à 17:06:11 Mojca Miklavec [EMAIL PROTECTED] écrit notamment:
| 
|  | For linux the binary should be OK, the proper version at least (the
|  | only missing/old ones are freebsd  sun at the moment).
| 
|  | I didn't test it though. One question: does your first-setup update
|  | bin/texlua as well? Old texlua might be the culprit as well. Only
|  | guessing ...
| 
|  OK I downloaded by hand luatex for texmf-linux/bin and texlua for
|  bin/texlua, but it wasn't that. Something else is broken, I have exactly
|  the same error :-(

| What does luatex -v say? I sometimes get the error that you are
| getting if the PATH variable gets messed up.

Here the whole thing (I see nothing about path though):
.
18:58 [EMAIL PROTECTED] /win/context/bin % luatex -v
This is LuaTeX, Version snapshot-0.25.1-2008032113

LuaTeX merges and builds upon (parts of) the code from these projects:

tex   by Donald Knuth
etex  by Peter Breitenlohner, Phil Taylor and friends
omega by John Plaice and Yannis Haralambous
aleph by Giuseppe Bilotta
pdftexby Han The Thanh and friends
kpathsea  by Karl Berry, Olaf Weber and others
lua   by Roberto Ierusalimschy, Waldemar Celes,
 Luiz Henrique de Figueiredo
metapost  by John Hobby, Taco Hoekwater and friends.
xpdf  by Derek Noonberg (partial)
fontforge by George Williams (partial)

Some extensions to lua and additional lua libraries are used, as well as
libraries for graphic inclusion. More details can be found in the source.
Code development was sponsored by a grant from Colorado State University
via the 'oriental tex' project, the TeX User Groups, and donations.

The LuaTeX team is Hans Hagen, Hartmut Henkel, Taco Hoekwater.

There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2. For more
information about these matters, see the file named COPYING and
the LuaTeX source.

Copyright 2008 Taco Hoekwater, the LuaTeX Team.

This is build 915, created on 20071128T092554Z
Compiled with libpng 1.2.15; using libpng 1.2.15
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with xpdf version 3.01

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updating minimals

2008-04-12 Thread Jean Magnan de Bornier
Le 12 avril à 20:42:21 Aditya Mahajan [EMAIL PROTECTED] écrit notamment:

| Do you get the same output when you run it from
| another directory?

yes, exactly the same.

thx,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [OT] random Computer Science paper generator

2008-04-09 Thread Jean Magnan de Bornier
Le 09 avril à 13:25:50 luigi scarso [EMAIL PROTECTED] écrit notamment:

| and voila'
| a nice pdf (and a virtual CS paper) 

Actually as you all probably know, this website has been created by CS
students to demonstrate how serious some meetings are: they submitted
several papers created by their tools to the committee of a big meeting
in the US and one or two were accepted (it is about 3 or 4 years ago).

But why not invent for context something nicer than CS papers, love
letters for instance?

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] luatex and interaction

2008-04-08 Thread Jean Magnan de Bornier
Le 07 avril à 14:25:51 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all,
|  There had been a thread about it in august, but it seems part of the 
problem is
|  still there: words or sentences appearing in interaction are split: here
|  is a minimal example:

| This is caused by the macro \processisolatedwords that is not updated
| for MkIV yet. An extra \language=-1 is needed to fix this:


| \def\processisolatedwords#1#2%
|{\bgroup
| \fakecompoundhyphen
| \dontcomplain
| \forgetall
| \nopenalties
| \ifcase\isolatedwordsmode
|   \def\processisolatedwords##1##2{##2{##1}}% we split only once
| \fi
| \global\let\localbetweenisolatedwords\betweenisolatedwords
| \setbox0\normalhbox
|   {\language=-1 % needed for MkIV
|\ignorespaces#1%
|\global\isolatedlastskip\lastskip}%
|   .


| Best wishes,

[...]

Thanks, is there a way I can fix it on my machine (I don't know where this
macro is!) ?

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] A problem with HOMETEXMF

2008-04-08 Thread Jean Magnan de Bornier
Hi all,
I have set HOMETEXMF in my setupex file, and the path is normally
recognized:

13:25 [EMAIL PROTECTED] /home/jean % echo $HOMETEXMF  
/home/jean/texmf

Luatex sees it:
13:25 [EMAIL PROTECTED] /home/jean % luatools --expand-path HOMETEXMF 
/home/jean/texmf

(not if I write $HOMETEXMF ??)

But luatex does not find files there:

13:35 [EMAIL PROTECTED] /home/jean % luatools --find-file t-tikz.tex  
blank

I have tried to set TEXMFHOME but got the same result. Please can anybody
explain these variables and how they work with luatex or point to some
documentation?
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] luatex and interaction

2008-04-08 Thread Jean Magnan de Bornier
Le 08 avril à 13:39:31 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  
|  Thanks, is there a way I can fix it on my machine (I don't know where this
|  macro is!) ?

| It is in supp-box.tex, around line 1600. You only have to alter (
| add the  \language=-1 command) the line I marked with needed for mkiv,
| everything else can stay as it is.

| Don't forget to remake the format(s)!

| Best wishes,

[...]

Thanks, it solves the problem (of course!)
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] A problem with HOMETEXMF

2008-04-08 Thread Jean Magnan de Bornier
Le 08 avril à 14:43:29 Mojca Miklavec [EMAIL PROTECTED] écrit notamment:

| On Tue, Apr 8, 2008 at 2:26 PM, Jean Magnan de Bornier wrote:
|  Hi all,
|   I have set HOMETEXMF in my setupex file, and the path is normally
|   recognized:
| 
|   13:25 [EMAIL PROTECTED] /home/jean % echo $HOMETEXMF
|   /home/jean/texmf
| 
|   Luatex sees it:
|   13:25 [EMAIL PROTECTED] /home/jean % luatools --expand-path HOMETEXMF
|   /home/jean/texmf
| 
|   (not if I write $HOMETEXMF ??)
| 
|   But luatex does not find files there:
| 
|   13:35 [EMAIL PROTECTED] /home/jean % luatools --find-file t-tikz.tex
|   blank
| 
|   I have tried to set TEXMFHOME but got the same result. Please can anybody
|   explain these variables and how they work with luatex or point to some
|   documentation?

| Hello Jean,

| You need to add that variable to the list of TEXMF trees as well:
|export TEXMF='{$TEXMFPROJECT,$TEXMFFONTS,...,!!$TEXMFMAIN}'
| just put it somewhere inbetween, possibly near beginning. (Maybe we
| need to add it there by default.)

Hi Mojca,
Thanks a lot!!

(Olivier, merci j'ai moi aussi mon petit raccourci pour paresseux!)
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] luatex and interaction

2008-04-07 Thread Jean Magnan de Bornier
Hi all,
There had been a thread about it in august, but it seems part of the problem is
still there: words or sentences appearing in interaction are split: here
is a minimal example:

..
\setupinteraction [state=start]

\starttext
 L'un de ces documents
\useURL[bb][http://junon.univ-cezanne.fr/bornier/BBMon/bbmm.html][][The Nature 
of Boehm-Bawerk's Capital 
Market]\from[bb]\footnote{http://junon.univ-cezanne.fr/bornier/BBMon/bbmm.html} 
a été présenté en 2004

æ€ûœ
\stoptext

..

Same problem with bibliographical references when interaction is activated.

(Minimal version from minimals.contextgarden.net, up to date from yesterday.)

-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ConTeXt meeting moved to October/November

2008-04-02 Thread Jean Magnan de Bornier
Le 01 avril à 22:32:56 Mojca Miklavec [EMAIL PROTECTED] écrit notamment:

| On Tue, Apr 1, 2008 at 9:09 PM, Steffen Wolfrum wrote:
|  I hope you are joking, no?!
| 
|   As today is April fool's day I don't worry about your email ...
|   ... otherwise I really would, cause as all tickets are now booked and
|   payed for August!!!

| No need to worry.

| Mojca

Getting up the 2nd of april, I find the whole thread, yesterday I had only
seen your original letter, and *believed it*!! (I heard many april's fool
yesterday but only bought yours!)

What a relief! (says Charlie Brown)
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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 starred footnotes
before) while I would like to see them beginnig at 1 of course.

I searched the manual, honest!
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 until Patrick comes back.

Good to know!
Anyway it's *back* now!

Thanks Mojca,
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Wiki

2008-03-30 Thread Jean Magnan de Bornier
Hi all,
Is the contextgarden down? I only get a blank page today.

My firefox has been upgraded yesterday but works as usual for other sites.
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] no file 'cont-sys.tex' + You can't use `\end' in internal vertical mode

2008-03-20 Thread Jean Magnan de Bornier
Le 20 mars à 09:14:35 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Le 19 mars à 12:26:12 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:
|  
|  | [EMAIL PROTECTED] wrote:
|  |  
|  |  No PDF was produced. I read in the mail list a message about this  
|  |  warning (! You can't use `\end' in internal vertical mode.) but I  
|  |  couldn't understand. Could you please tell me what is the problem with  
|  |  my file or my installation of context?
|  | With the file, most likely. But what is hard to say without seeing it.
|  | Best wishes,
|  | Taco
|  
|  Hi all,
|  
|  After an update about one hour ago, I just had the same error with a
|  cite command inside a footnote. Removing the command to put it in the
|  text has the error vanish.  

| That shouldn't happen. But no example, no cure.

Awfully right!
I tried a minimal example, no more error, then I tried again on my whole
file, no more error!
(some mystery remains anyway in my mind...)

Sorry for the noise :-(
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] no file 'cont-sys.tex' + You can't use `\end' in internal vertical mode

2008-03-19 Thread Jean Magnan de Bornier
Le 19 mars à 12:26:12 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| [EMAIL PROTECTED] wrote:
|  
|  No PDF was produced. I read in the mail list a message about this  
|  warning (! You can't use `\end' in internal vertical mode.) but I  
|  couldn't understand. Could you please tell me what is the problem with  
|  my file or my installation of context?

| With the file, most likely. But what is hard to say without seeing it.

| Best wishes,
| Taco

Hi all,

After an update about one hour ago, I just had the same error with a
cite command inside a footnote. Removing the command to put it in the
text has the error vanish.  

I use xetex.

All the best
-- 
Jean
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


  1   2   >