Re: [NTG-context] [texhax] Announcing CrossTeX a a powerful drop-in replacement for BibTeX. (fwd)

2007-05-08 Thread Taco Hoekwater
Aditya Mahajan wrote:
 Hi,
 
 I am forwarding the announcement from texhax list. The tool looks 
 interesting, though I have not checked if it can be used easily with 
 Taco's bib module or not.

I had a quick look at the docs and source of this tool. It does not
seem to use bst files at all, so it can not be used as a drop-in for
bibtex for use with the bib module.

I do not 'do' python myself, so someone else will have to convert
the cont-XX.bst to something crosstex does understand (python code,
I guess?).

Frankly, I am not overly enthused. It seem to solve none of the
multi-lingual issues bibtex has. Still, improving the data description
language is useful, I assume. It is definately more configurable,
if you know python.

Best wishes,
Taco
___
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] embedded fonts

2007-05-08 Thread Jörg Hagmann
Thanks for the tips and explanations regarding font-embedding. With this 
help, I managed to detect the culprit at the last moment. I used 
lettrines which by default uses small caps for the immediately 
following characters.

In summary, I learned that the capitalised versions of a font (gentium) 
I generated myself (texfont ... --ca=* ) are not embedded 
because -- this is my conclusions -- there are only tfm and no 
corresponding ttf files.

Did I use the term pseudo small caps incorrectly? I assumed that the 
version I generated is pseudo because it wasn't expressly designed. 
That's also how the term is used in the wiki 
(http://wiki.contextgarden.net/Pseudo_Small_Caps). But there is also the 
possibility of \cap{}, which simply generates smaller but otherwise 
normal upper case letters, and which consequently are embedded. Are they 
both pseudo?

Cheers, Jörg

Henning Hraban Ramm wrote:
 Hello Jörg,

 I just checked your PDF. Your printshop is right, even if the font  
 (Gentium) *is* embedded. How's that?

 You've some error in the formatting of your uppercase words after the  
 initial and same formatting in some subtitles - that addresses an  
 other Gentium face that isn't embedded - because it doesn't exist  
 (probably condensed).

 If you can't find it yourself, show us your font and title setup!

 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
 ___

   

-- 
Prof.Dr.med. Jörg Hagmann-Zanolari
Institute of Biochemistry and Genetics
Center of Biomedicine, University of Basel
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565

___
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] shading text

2007-05-08 Thread Peter Rolf
Stephan Hennig wrote:
 Peter Rolf schrieb:
 
 I have tested this some years ago and it worked without problems. A fast
 run with the old code ended in the nirvana for pstoedit (3.44) :(
 
 When I manually run the following commands
 
 pdftops mpy-outline1.pdf
 pstoedit -v -ssp -dt -f mpost mpy-outline1.ps mpy-outline1.mp
 
 the last lines of output are
 
 GPL Ghostscript 8.56 (2007-03-14)
 Copyright (C) 2007 artofcode LLC, Benicia, CA.  All rights reserved.
 This software comes with NO WARRANTY: see the file PUBLIC for details.
 
 That is, it seems as if pstoedit calls Ghostscript and that hangs.  I've
 updated to v8.56, recently, and didn't observe any problems with
 pstoedit and MetaPost with older versions of Ghostscript (in other
 applications).  What version of Ghostscript are you running?

also ghostscript 8.56

Good luck for the bug hunt,

Peter

 Best regards,
 Stephan Hennig
 
 ___
 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
___


Re: [NTG-context] [metapost] shading text

2007-05-08 Thread Stephan Hennig
[CC'ed back to the metapost list, since this is not only related to
ConTeXt.]

Peter Rolf schrieb:
 Stephan Hennig wrote:
 
 [makempy/pstoedit/Ghostscript hang]

 That is, it seems as if pstoedit calls Ghostscript and that hangs.
 I've updated to v8.56, recently, and didn't observe any problems
 with pstoedit and MetaPost with older versions of Ghostscript (in
 other applications).  What version of Ghostscript are you running?

 also ghostscript 8.56

Could someone with an older version of Ghostscript please check if
pstoedit/Ghostscript hang with the attached example?  That would make it
easier for me deciding where to send the bug report to.

Best regards,
Stephan Hennig

input metafun
beginfig(1);
  graphictext Outlined  text! scaled 8
  withfillcolor .7blue;
endfig;
end

Name the file outline.mp and process with

mpost outline
perl makempy.pl outline

or what's a proper method to run a Perl script on your OS.  (With MiKTeX
you can just say makempy outline.)

___
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] shading text

2007-05-08 Thread Tobias Burnus
Hi Stephan,

Stephan Hennig wrote:
 Could someone with an older version of Ghostscript please check if
 pstoedit/Ghostscript hang with the attached example?  That would make it
 easier for me deciding where to send the bug report to.
   
 mpost outline
 perl makempy.pl outline
 

$ mpost outline
This is MetaPost, Version 0.993 (Web2C 7.5.6)
...
1 output file written: outline.1
Transcript written on outline.log.
$ makempy outline
...
 MakeMPY 1.1 - MetaFun / PRAGMA ADE 2000-2004
...
pstoedit: version 3.44 / DLL interface 108 (build May  4 2007 - release
build - g++ 4.1.3 20070413 (prerelease) (SUSE Linux)) : Copyright (C)
1993 - 2006 Wolfgang Glunz
   processed texts : 1
 produced file : outline.mpy

This is with Ghostscript 8.15.3 on an openSUSE 10.3alpha3 system (i.e.
TeXLive 2007).

Tobias
___
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] shading text

2007-05-08 Thread Taco Hoekwater


Stephan Hennig wrote:
 [CC'ed back to the metapost list, since this is not only related to
 ConTeXt.]
 
 Peter Rolf schrieb:
 Stephan Hennig wrote:
 [makempy/pstoedit/Ghostscript hang]

 That is, it seems as if pstoedit calls Ghostscript and that hangs.
 I've updated to v8.56, recently, and didn't observe any problems
 with pstoedit and MetaPost with older versions of Ghostscript (in
 other applications).  What version of Ghostscript are you running?

 also ghostscript 8.56
 
 Could someone with an older version of Ghostscript please check if
 pstoedit/Ghostscript hang with the attached example?  That would make it
 easier for me deciding where to send the bug report to.

It does not hang, but does not work either:

makempy outline

  MakeMPY 1.1 - MetaFun / PRAGMA ADE 2000-2004

processing file : outline.mpo
 tex format : plain
requested texts : 1
 generating : pdf file
 generating : metapost file
pstoedit: version 3.42 / DLL interface 108 (build Jul  2 2006 - release 
build) : Copyright (C) 1993 - 2005 Wolfgang Glunz
ESP Ghostscript 815.03: Unrecoverable error, exit code 1
PostScript/PDF Interpreter finished. Return status 256 executed command 
: /usr/bin/gs -I/home/taco/.fonts -q -dDELAYBIND -dWRITESYSTEMDICT 
-dNODISPLAY -dNOEPS /tmp/psineFsL9w
The interpreter seems to have failed, cannot proceed !
processed texts : 0
  produced file : outline.mpy

Best,
Taco
___
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 on Excursion: translations in the Garden

2007-05-08 Thread Vit Zyka
Hi all,

there is a new plant in the Garden: 
http://wiki.contextgarden.net/ConTeXt_on_Excursion%2C_translations

It gathers translations of the beginner's manual ConTeXt on Excursion 
(authors Ton Otten and Hans Hagen). Currently there exist Dutch, 
English, and Czech versions. Czech version is a team work of translators 
(Ján Buša, Jiří Hrbek, Martina Plachá, Petr Tesařík, and Vít Zýka) 
supported by Czechoslovac TUG (CSTUG). We use as a model the English 
version (although the original is the Dutch one). A reader can find 
several additional sections dealing with localization and information 
sources.

Non Czech readers have also some benefic as a side effect of this 
project. The English version was slightly actualized and fixed some 
bugs. All versions are acompanied by actual macro syntax and listed in 
the command index.

Sources of all three versions are stored on the public SVN repository as 
a part of the ConTeXt manual project 
(https://foundry.supelec.fr/projects/contextman/), administrated by 
Taco. There is a makefile for an easy manual generation. It is ready for 
adding new stuff/actualizing/fixing bugs and even for new language 
translation. On the Garden page we can find breaf instructions for that.
If you have any question, please do not hesitate to ask me.

Best reading
Vit


___
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] in text enumeration?

2007-05-08 Thread Michael
On  7 May 2007, Aditya Mahajan wrote:

On Mon, 7 May 2007, Michael wrote:


 Hi, I'd like to define a 'enumeration' so I can type \doc, \doc, which
 expands to 'Document A', 'Document B' (so I don't have to keep track of the
 A/B/C.


 A defineenumeration does almost what I want except I want the 'Document A'
 to be part of a sentence rather than a special heading.  (There is no
 'intext' option in the 'location' parameter.).

 \defineenumeration[location=serried, width=broad]

 (try width=fit or wide also)

Thanks.  Here is a minimal example that almost works, except for the
'conversion'.

\setupoutput[pdf]
\defineenumeration
  [demo]
  [text=Demo,location=serried,before=,width=fit,conversion=Character]
\starttext
Please see \demo\ first.

Please see (\demo) afterward.
\stoptext

The space between 'Demo' and 1 is still a bit larger than normal text.  How
to fix that?

Cheers,

Michael

___
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] What module does this document use ?

2007-05-08 Thread Lingyun Yang

Thank you all,

I found a s-pre-17 at http://wiki.contextgarden.net/Presentation_Styles
But not the one I want to use,
http://www.pragma-ade.com/present/talks/pre-mml.pdf
and contextgarden.net didn't provide the s-pre-17.tex file.


Lingyun


On 5/7/07, Zhichu Chen [EMAIL PROTECTED] wrote:


Hi Lingyun,

You don't have s-pre-17.tex in you tex's path (neither have I) so
\TitlePage is not defined (it's supposed to be defined in s-pre-17.tex ). Maybe
you can get a copy from Hans and copy it to your
texmf-local\tex\context\base directory and texexec --make then mktexlsr.


On 5/8/07, Lingyun Yang [EMAIL PROTECTED] wrote:

 I tried a simple tex file:

 \usemodule[pre-17,mathml]
 \TitlePage{Hello World!}

 but get the following error:


 systems : system commands are enabled
 system  : module pre-17 not found
 ! Undefined control sequence.
 recently read \TitlePage

 l.2 \TitlePage
{Hello World!}
 ? Exit code: -1073741510


 May



  On 5/4/07, Hans Hagen  [EMAIL PROTECTED] wrote:

  Lingyun Yang wrote:
   Can anyone help me with this kind of document ?
  
   http://www.pragma-ade.com/present/talks/pre-mml.pdf
  
   Which module does it use ? Is there anyway I can find its example
  tex
   code ?
   I tried google, but didn't find much information.
   Thanks.
  \usemodule[pre-17,mathml]
 
 
  -
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
   | www.pragma-pod.nl
  -
 
  
___
 
  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
 
___





--
Best Regards
Chen


  Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
 No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
 tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
   | www.sinap.ac.cn


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


Re: [NTG-context] ConTeXt on Excursion: translations in the Garden

2007-05-08 Thread luigi scarso
On 5/8/07, Vit Zyka [EMAIL PROTECTED] wrote:
 Hi all,

 there is a new plant in the Garden:
 http://wiki.contextgarden.net/ConTeXt_on_Excursion%2C_translations

 It gathers translations of the beginner's manual ConTeXt on Excursion
So, if I  understand well, this is an official uptodate ,
stable enough for translation in others languages, right ?
-- 
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
___