Re: [NTG-context] [OT] dblatex

2007-05-30 Thread Johan Sandblom
2007/5/30, luigi scarso [EMAIL PROTECTED]:
  Not really stopped, rather dormant. The main reasons are:
  - Context moves so much, and my system is so screwed up, that I cannot
  update to a recent context release.
  - There are very few users interested by dbcontext and then few bug
  reports or update demands.
  - There are some big fishes asking for latex solutions (gimp, kde docs).
  - Few users are ready to switch from latex to context, at least because of
  install troubles and dependencies.
  - I can hardly convince people to use context if the context version
  suggested in the release note is not available from context site (it was
  before the foundry museum).
 
  I still think context overclasses latex, but its systematic refactoring
  and use of emergent/latest software have their drawbacks, for end users,
  but for tools depending on it too.
 
  But I believe that with the new context versioning scheme, the debian and
  Peter Munster packaging efforts, it can become more popular. Of course, I
  need to update my machine too ;-)
 
 Thank you very much.

 --
 luigi
 
 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
 ___
 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
 ___



-- 
Johan Sandblom, MD PhD
  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
What is wanted is not the will to believe, but the
will to find out, which is the exact opposite
- Bertrand Russell
___
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] math font definitions in XeConTeXt

2007-05-30 Thread Dalyoung Jeong
Dear all,

For korean sentences, I am using XeConTeXt with korean otf font as  
the bodyfont. In that case, greek capital letters in math mode are  
not displayed wit the warning message
** WARNING ** Glyph for CID 18168 missing in font YoonMyungjoM/H.
YoonMyungjoM is the name of the korean font.
If I set english font as the bodyfont, they are displayed well.

I think that korean font override the greek capital letters.
Hence, I'd like to know the followings:

(1) Is there a math font which can be used in XeConTeXt?
(2) Is there a way to not to override greek capital letters in math  
mode?

Thank you.

Regards,

Dalyoung

___
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] externalfigure not finding figures in other directories?

2007-05-30 Thread Sanjoy Mahajan
externalfigure is not finding figures in other directories, and I'm not
sure if it's something I've messed up while compiling and testing new
Ubuntu edgy backport packages.  If I have fig.1 (a metapost eps file) in
the current directory, then this test file works fine

  \starttext
  \externalfigure[fig.1]
  \stoptext

But context won't find 1/fig.1 even if fig.1 is in the 1/ directory.
This test file

  \starttext
  \externalfigure[1/fig.1]
  \stoptext

produces this error in the log file

  systems : begin file test at line 1
  figures : figure 1/fig.1 can not be found

and a dummy figure.

ConTeXt  ver: 2007.04.17 12:51 MKII  fmt: 2007.5.30 (on Ubuntu/i386)

If you have any thoughts or have seen this behavior, let me know.

-Sanjoy
___
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] externalfigure not finding figures in other directories?

2007-05-30 Thread Peter Rolf
Hi Sanjoy,

Sanjoy Mahajan schrieb:
 externalfigure is not finding figures in other directories, and I'm not
 sure if it's something I've messed up while compiling and testing new
 Ubuntu edgy backport packages.  If I have fig.1 (a metapost eps file) in
 the current directory, then this test file works fine
 
   \starttext
   \externalfigure[fig.1]
   \stoptext
 
 But context won't find 1/fig.1 even if fig.1 is in the 1/ directory.
 This test file
 
   \starttext
   \externalfigure[1/fig.1]
   \stoptext
 
 produces this error in the log file
 
   systems : begin file test at line 1
   figures : figure 1/fig.1 can not be found
 
 and a dummy figure.
 
 ConTeXt  ver: 2007.04.17 12:51 MKII  fmt: 2007.5.30 (on Ubuntu/i386)
 
 If you have any thoughts or have seen this behavior, let me know.

have you tried

\externalfigure[./1/fig.1] ?

Another option is to add the directory to the search path and not to use
directories in the name.

\setupexternalfigures[directory={%
./1,%
./2,%
../whatever/include}]

I use relative and absolute paths in the search path and have no such
problems. But I must admit, that I never used directories in the figure
name.


Greetings,  Peter

 -Sanjoy
 ___
 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
 ___
 

___
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] updated Ubuntu edgy texlive+context backports

2007-05-30 Thread Sanjoy Mahajan
I just updated the Ubuntu edgy backports of the texlive packages (for
i386) and have been running them on my feisty laptop for half a day.
The 'context' package provides version 2007.04.17 12:51.

They are recompilations of the latest Ubuntu gutsy (7.10) packages,
which are Norbert's latest Debian packages with a couple additions.  Let
me know if you have problems.

To use the packages, add these lines to your /etc/apt/sources.list :

  deb http://web.mit.edu/download/sanjoy/texlive-backports/ edgy/
  deb-src http://web.mit.edu/download/sanjoy/texlive-backports/ edgy/

Then

 apt-get update
 apt-get install cm-super texlive-fonts-recommended \
 context context-nonfree context-doc-nonfree

('cm-super comes from the universe repositories)

Sorry, no dapper (6.06) backports yet!  A few tricky package-version
obstacles remain.

-Sanjoy
___
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] externalfigure not finding figures in other directories?

2007-05-30 Thread Sanjoy Mahajan
 have you tried
 
 \externalfigure[./1/fig.1] ?
 

Good thought, although it also did not work.  

The behavior very strange because the subdirectory specification sort
of works if the figure name is 1/fig.2 but not if it is 1/fig.1 or
1/fig.3.  I say 'sort of' because it finds the figure and gets the
dimensions from the .rli file it makes, but it doesn't include the
figure in the PDF.

I'm trying \tracingall to see whether I can find what goes wrong.

 Another option is to add the directory to the search path and not to use
 directories in the name.
 
 \setupexternalfigures[directory={%
 ./1,%
 ./2,%
 ../whatever/include}]

Thanks, that works reliably.

-Sanjoy

`If we are fortunate, Republicans will complete their self-destruction
 before they extinguish the Constitution and destroy America.' 
   --Paul Roberts, former assistant Treasury Secretary under Reagan
___
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] EuroBachoTeX2007

2007-05-30 Thread luigi scarso
Hans and Taco slides at
http://www.logosrl.it/context/EuroTeX2007/

-- 
luigi
___
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 Muse tag for pgf/tikz graphics

2007-05-30 Thread Jean Magnan de Bornier
Hi all,

For those who could be interested by using of Emacs-Muse:

I have written a file to create a tikz tag for Muse, allowing you to
insert tikz code in a muse file, ang obtain the corresponding graphic when
publishing documents with LaTeX, ConText, html/xhtml or xml-based styles.

You can get the file with a README and an example at:

http://jm.bornier.free.fr/contex/ttp/

A good procedure to see how it works would be to read the README (how
strange) and run e.g. the pdf and html style on the example provided.

The choice of pgf may seem arbitrary, but it seemed easier to implement
than pstricks or metapost (I wanted the tag to work as well with
muse-contex as with muse-latex, which is not quite effective by now, so my
investigations are not quite over).

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] capacity exceeded

2007-05-30 Thread Henning Hraban Ramm
Compilation of a document with some big tables (partly floats) fails,  
see below.
Is it really a capacity problem, or must I search for some recursion  
error or the like?
What does the emergencyend at the beginning of the logfile mean?

--- logfile ---
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=cont-en  
2007.5.30)  31 MAY 2007 00:30
entering extended mode
(/usr/local/gwTeX/texmf.local/web2c/natural.tcx)
**prd_geburt.tex emergencyend
(./prd_geburt.tex

ConTeXt  ver: 2007.01.02 13:44 MK II  fmt: 2007.5.30  int:
--- ... ---
! TeX capacity exceeded, sorry [hash size=6].
\setvalue ...xpandafter \def \csname #1\endcsname

\settbltxt ...ong \setvalue {\@@tblprefix #1:#2:t}
   {\doifdefined  
{\@@tblprefi...
argument ...\handleTBLcell \celltag []{\strut }}
   \fi
\firstofoneargument #1-#1

\redorecurse -\expandrecursecontent
  \dodorecurse
to be read again
{
...
l.233 \eTABLE

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

Here is how much of TeX's memory you used:
20315 strings out of 57405
236675 string characters out of 540060
4906676 words of memory out of 6334956
6 multiletter control sequences out of 1+5
149413 words of font info for 116 fonts, out of 200 for 2000
192 hyphenation exceptions out of 5000
53i,21n,63p,538b,16975s stack positions out of 5000i,500n,6000p, 
20b,5s
!  == Fatal error occurred, no output PDF file produced!
---


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] TABLE split

2007-05-30 Thread Henning Hraban Ramm
I've a long TABLE in a 2-columns environment.
Is it possible to split the table (if needed) at discrete rows?

At the moment the left columns contains some text, about the half of  
the following table would fit in, but starts on top of the right  
column and is broken onto the next page. Further it contains some  
inbetween sub-headers (sections), and I'd like it to break before one  
of them.

page 1:

text   table
text   table
t-sect
table
t-sect

page 2:

table  text
table  text
text   text
text   text
text   text

should become:

text   t-sect
text   table
t-sect
table  table
table  table


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] capacity exceeded

2007-05-30 Thread Henning Hraban Ramm
Am 2007-05-31 um 00:39 schrieb Henning Hraban Ramm:

 Compilation of a document with some big tables (partly floats) fails,
 see below.

Trying to create a minimal failing example always helps:
I translated my tables from table to TABLE and missed some \AR
The error message wasn't really clear, though, and the table several  
pages long...
Sorry for the noise.

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] brace in TABLE

2007-05-30 Thread Henning Hraban Ramm
How do I get a combining brace over the first 5 table rows in this  
example before je +8:

\bTABLE[split=no]
\bTR\bTD Sehen  \eTD\bTD[nr=5, align=lohi] je +8\eTD\eTR
\bTR\bTD Hören  \eTD\eTR
\bTR\bTD Riechen\eTD\eTR
\bTR\bTD Schmecken  \eTD\eTR
\bTR\bTD Tasten \eTD\eTR
\bTR\bTD Sechster Sinn  \eTD\bTD Zt/25  \eTD\eTR
\eTABLE



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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
___