Re: [NTG-context] Handling Docbook files

2007-08-14 Thread John R. Culleton
On Monday 13 August 2007, Aditya Mahajan wrote:
 On Mon, 13 Aug 2007, John R. Culleton wrote:
  I am trying to run a bunch of docbook files related to Krita. 
  The convention in these files seems to be to prefix subordinate
  file names with an  character.

 I do not understand what you mean by this. Can you post a sample
 text?

  If I run e.g,
  texexec index.docbook
  it blows up on the first such ampersand. I can of course edit all
  the files to replace  with \ but I wonder if there is a better
  strategy?

 AFAIU XML, having a lone  in the file is not valid. You need to
 have amp; if you want ampersand. Any other entity (something;)
 should be appropriately defined by some style file.

  I also tried the various docbook2xxx style utilities but they
  all failed to produce meaningful results.

 Is it a valid xml file? Is it a valid docbook file? Do the
 utilities work with simple sample files.

  All I want to do is read the #$% files!

 Did you try db2latex? It comes with db2context which handles a
 large subset of docbook specifications.

 Aditya


I will look up db2latex, download it, and try it. But of course I 
would prefer a Context solution if possible.  

Here is some code from the file titled index.docbook in the above 
mentioned set of files:
--
?xml version=1.0 ?
!DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant 
V1.1//EN dtd/kdex.dtd [
  !ENTITY kappname krita;
  !ENTITY package koffice
  !ENTITY % addindex IGNORE
  !ENTITY % English INCLUDE
  !ENTITY introduction SYSTEM introduction.docbook
  !ENTITY tutorial SYSTEM tutorial.docbook
  !ENTITY tutorial-starting SYSTEM tutorial-starting.docbook
  !ENTITY tutorial-select-layer 
SYSTEM tutorial-select-layer.docbook
  !ENTITY tutorial-quick-starts 
SYSTEM tutorial-quick-starts.docbook
  !ENTITY tutorial-tablet SYSTEM tutorial-tablet.docbook
  !ENTITY images SYSTEM using-images.docbook
  !ENTITY views SYSTEM using-views.docbook
  !ENTITY layers SYSTEM using-layers.docbook
  !ENTITY selections SYSTEM using-selections.docbook
  !ENTITY filters SYSTEM using-filters.docbook
  !ENTITY colorspaces SYSTEM using-colorspaces.docbook
  !ENTITY commands SYSTEM commands.docbook
  !ENTITY commands-toolbars SYSTEM commands-toolbars.docbook
  !ENTITY commands-palettes SYSTEM commands-palettes.docbook
  !ENTITY commands-menus SYSTEM commands-menus.docbook
  !ENTITY commands-dialogs SYSTEM commands-dialogs.docbook
  !ENTITY settings SYSTEM settings.docbook
  !ENTITY developers SYSTEM developers.docbook
  !ENTITY developers-scripting SYSTEM developers-scripting.docbook
  !ENTITY developers-plugins SYSTEM developers-plugins.docbook
  !ENTITY faq SYSTEM faq.docbook
  !ENTITY credits SYSTEM credits.docbook
  !ENTITY installation SYSTEM installation.docbook
]

book lang=language;

bookinfo
titleThe krita; Handbook/title
--snip
--

I don't know enough about docbook to determine the validity of any of 
the above.  There is a subdirectory called common that contains 
style files with css suffix  but I don't have the foggiest notion of 
which to use or how to include them into a translation of the 
document. 

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Handling Docbook files

2007-08-13 Thread John R. Culleton
I am trying to run a bunch of docbook files related to Krita.  The 
convention in these files seems to be to prefix subordinate file 
names with an  character. If I run e.g,
texexec index.docbook
it blows up on the first such ampersand. I can of course edit all the 
files to replace  with \ but I wonder if there is a better 
strategy?

I also tried the various docbook2xxx style utilities but they all 
failed to produce meaningful results.  

All I want to do is read the #$% files!

Slackware linux,   Texexec 6.2.0,  pdfTeX 3.141592-1.40.3-2.2 

-- 
John Culleton



___
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] OpenType in ConTeXt

2007-08-11 Thread John R. Culleton
On Wednesday 08 August 2007, Taco Hoekwater wrote:
 Wolfgang Werners-Lucchini wrote:
  well, i still use texfont for type 1 fonts, but for open type
  i use luatex anyway which can handle it directly (actually,
  mkiv also usese afm files instead of tfm when available, so
  texfont is not needed any more)
 
  How stable/reliable is LuaTeX for general use?
 
  Well, not at all is the wisest answer I can give.
 
  Is it possible to run both (mkiv/LuaTeX and mkii/pdfTeX) in
  parallel?

 Certainly. In the past year, I have been happy running all of these
 at the same time:

   texexec  | texexec --pdftex  % engine=pdftex
   texexec --aleph  % engine=aleph
   texexec --luatex % engine=luatex
   texexec --xetex  % engine=xetex

Is there a phrase or a sentence that will describe the distinguishing 
characteristcs and/or status of each of these choices?  Well, we know 
about the first one :) I am bewildered by the rapid changes. 

-- 
John Culleton





_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] Use of standard font engines on Linux

2007-08-11 Thread John R. Culleton
Linux distros have been emphasizing the use of the fonts in fc-cache 
across applications. TeX always did its own thing, with tfm files, 
mapping files  etc.   I note that some of the newer TeX products are 
using  pfb + afm instead of pfb + tfm.  Does this presage the 
availablity of all the fonts described in the fc-cache files or will 
TeX continue to have its own set of fonts?
-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf




_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] OpenType in ConTeXt

2007-08-09 Thread John R. Culleton
On Tuesday 07 August 2007, Hans Hagen wrote:
 Hans van der Meer wrote:
  On Aug 7, 2007, at 9:16, Taco Hoekwater wrote:
  Does LuaTeX already support OpenType things like
  SmallCaps, Old Style Figures, Alternates, Ligatures, etc?
 
  Yes. Best read the magazine has mentioned, and lookup
  \definefontfeature.
 
 http://www.pragma-ade.com/general/magazines/mag-0012.pdf
 
  I seem not to be able to reach/allowed on this link.
  Nor did I find it in the download/magazine section of the pragma
  site. How do I get this?

 it's really there

 Hans

I should mention that when I (involuntarily) changed Cable ISPs I lost 
the ability to transmit mail directly to this list.  ntg.nl is 
apparently not in their DNS server.  So I must transmit posts here 
via my wexfordpress.com mail server maintained by doteasy.com, a 
Canadian company.  Perhaps the other person is having a similar 
difficulty basd on domain name servers. 


-- 
John Culleton
___
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] Fwd: Re: [publishingdesign] Arabic typesetting anyone?

2007-07-31 Thread John R. Culleton
I think someone on the Context list (not me) could fulfill this 
requirement
--  Forwarded Message  --

Subject: Re: [publishingdesign]  Arabic typesetting anyone?
Date: Tuesday 31 July 2007
From: Barry T. Kerrigan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Just got this inquiry. Feel free to respond to them.

Hello:
I represent WorldView Media, a new publishing firm of international
literature. We are now working on bringing out a bilingual, 
Arabic/English
edition of poetry by a contemporary Egyptian poet. The translation has 
been
finished, and we are currently looking for a company or freelancer 
with
proven experience in Arabic typesetting and interior book design work. 
Does
your company undertake this kind of work? If a bilingual literary 
project of
this kind if within your area of expertise, then we would be eager to 
speak
with you in the very near future and see examples of past projects.
Alternatively, if you have any colleagues in the book production field 
that
might be interested in this project, please feel free to pass this 
email on
to them.
Thank you, and we look forward to your reply.
Best regards,
Andrew Vlcek
AVL Books/WorldView Media
800 Lomax Street, Suite 120
Jacksonville, Florida 32204
Tel: 904-354-0752

-- 

~
BARRY T. KERRIGAN  http://www.desktopmiracles.com
Desktop Miracles, Inc  112 South Main Street #294
Book Design  ProductionStowe, Vermont  05672
Interiors * Jackets * Coversph: 802-253-7900  fx:1900
~



 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/publishingdesign/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/publishingdesign/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 

---

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf




_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] Non-printing macro disturbs line justification.

2007-07-28 Thread John R. Culleton
I did a big project in Context and becuse I wanted to use the special 
features of eplain's interface to makeindex I wrote my own indexing 
macro. Every place I inserted a call to this macro extra space 
appeared at that point.  Here is my macro:

\def\sidx#1{\write\ind{\\indexentry{#1}{\the\pageno}}}

I had to retreat to the regular Context indexing tag.  Can someone 
spot the flaw in my definition?


-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Unnumbered TOC

2007-07-24 Thread John R. Culleton
Sections have numbers, subjects etc. don't. What I want is a series of 
subdividisions (subject, subsubject etc. without visible numbers 
which nevertheless show up in a chapter table of contents, again 
without numbers, just page numbers. 

I tried defining a combined list foo thus:
\definelist[subject][alternative=a]
\definelist[subsubject][alternative=a]
\definelist[subsubsubject][alternative=a]
\definecombinedlist[foo]
[subject,subsubject,subsubsubject]
[level=subsubsubject,criterium=local]


but when I state 
\placelist[foo]
...nothing appears.

Should I start all over, replace subjects with sections etc. and then 
try to suppress the numbering in both places?

There is of course an easy answer that I am missing.  :(

-- 
John Culleton


___
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] Bug in itemize

2007-07-13 Thread John R. Culleton
On Thursday 12 July 2007 15:46, David Arnold wrote:
 All,

 Think I found a bug in itemize.

 \starttext

\startitemize[a,columns,three]
\item $|x|-5$
\item $|x|0$
\item $|x|4$
\stopitemize

 \stoptext

I don't understand your parameters. The Manual allows for columns but 
not for three. Is this a later feature?

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Fullstop too close with charter

2007-07-09 Thread John R. Culleton
On Monday 09 July 2007 03:28, Hans Hagen wrote:
 Aditya Mahajan wrote:
  Is there a problem with font metrics for charter?
 
  \definetypeface [mainface][rm][serif][charter][default]
   [encoding=texnansi]
  \setupbodyfont[mainface, 10pt]
  \starttext
  POMDP. Test
  \stoptext
 
  The dot is a bit too close to the P, almost touching the vertical
  line. Is there an easy way to correct this?

The easy way is to break the pair and then type e.g.:
POMDP\kern -0.1pt.

...or whatever distance suits your eye.  You will need to test the 
distance. The number of these occurrences should be small.  A 
slightly harder way as to define a macro for each combination that 
troubles you. Or you can do what Hans suggests below as a more 
general solution.  But I would test the distances first.

 this is indeed a very annoying property of these font metrics
 (there are more such weird kern pairs), you can edit the afm files
 and regenerate the texnansi metrics

 Hans

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

   | www.pragma-pod.nl

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



 _
 Need personalized email and website? Look no further. It's easy
 with Doteasy $0 Web Hosting! Learn more at www.doteasy.com

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf




_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] Feature request.

2007-07-05 Thread John R. Culleton
It would be neat if the texfont program, which generates so much else, 
could generate and install a typescript. 
-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf




_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] Feature request.

2007-07-05 Thread John R. Culleton
On Thursday 05 July 2007 17:37, Patrick Gundlach wrote:
 Hello John,

  It would be neat if the texfont program, which generates so much
  else, could generate and install a typescript.

 For otfs you can use otfinstall. Search the wiki for it.

 Patrick

Thanks for the heads up. Now why OTF and not type 1? There are still 
many more type 1 fonts out there compared to OTF fonts. 
-- 
John Culleton


_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] whitespace in framedtext

2007-07-03 Thread John R. Culleton
On Tuesday 03 July 2007 04:20, Patrick Gundlach wrote:
 Hello Hans,

  I would like to shrink the whitespace at the top and the bottom
  of a framedtext.
  Like thus:
 
  not this but this
  -- 
  --
 
  ||  |   abcd
  ||  | |
  |
  |   abcd |  |   abcd
  | | abcd |  |   
  | |
  |
  || 
  || --
 
  --
 
  I have tried a lot of things with [before, after, top, bottom].
  Although [depthcorrection=off] shaves somewhat off the
  whitespace, it is not much nor am I sure if this is on the right
  track; and it is not parametrized.
 
  Someone knows the trick?

 perhaps with an overlay?

 --
 \def\TightFrame
   {\startoverlay
 {\framed[width=\overlaywidth,height=\dimexpr(\overlayheight -
 5ex)]{}}{}\stopoverlay} \defineoverlay[TightFrame][\TightFrame]


 \starttext

 \startframedtext [background=TightFrame,frame=off]
 Hallo Welt
 \input tufte

 \input knuth
 \stopframedtext
 \stoptext

First I woud try just a negative \vskip thus:
\vskip -10pt

I know we are not supposed to use \vskips in Context  except when 
enclosed by 
\startstandardmakeup
\stopstandardmakeup
But I use them and thus far there have been no terrible bad effects. 

If you use \vskip and the sky falls in then there are the more complex 
but safer methods such as the  one outlined by Patrick G.
-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Texfont feature request.

2007-06-28 Thread John R. Culleton
Texfont is an awesome program. I just created a free and legal 
Bitstream Charter pseudo small caps font. (The real thing costs money 
so I can't redistribute it free.) But I have two problems with it in 
practice.

1. It is designed to work with typescripts. But when I need to use the 
font with e.g., pdftex I have to use updmap anyway.  That means among 
other things I have to search for the generated map file, determine 
its name, and add it to updmap.cfg. And even with Context sometimes a 
typescript is overkill. 

2. When I want to distribute a demonstration app in source code format 
using that font, I have to collect all the generated bits and pieces 
and put them in the same directory as the app. That will work. But 
where are all the bits and pieces? More searching.

Now here is my request: add a switch that eliminates the movement of 
bits and pieces elsewhere so that the map file, the tfm files, the vf 
files etc. are all collected in the current directory.  AFAIK such an 
app would compile and use the special font. 

-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Wierd problem.

2007-06-23 Thread John R. Culleton
On another list a listmate proposes to print a book in two copies side 
by side. The page size is 5.5 x 8.5 in. He wants to print two copies 
on his laser printer. He wants two impressions  of page one side by 
side on letter paper, with two copies of page two on the reverse side 
etc. for 200 pages. Then he will guillotine the stack making two 
copies of the book. 

But wait, it gets worse. He is not resetting the book but has a pdf 
file as his source.  I and others suggested the usual bit of using 
PSUtils to set four pages per sheet and folding them etc. but he 
doesn't want to get into folding. He has a guillotine and a binder. 
He doesn't have a folder. 

So, given a pdf file of a 5.5 x 8.5 book as a starting point, is there 
a sensible way to massage the pdf or its PS equvalent in a way to 
give him what he wants?  He is on an Ubuntu system.  He asked his 
question on the Scribus list. 
-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf


___
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] Write once layout everwhere (?)

2007-06-11 Thread John R. Culleton
On Sunday 10 June 2007 23:49, Aditya Mahajan wrote:
 On Sun, 10 Jun 2007, Pepe Barbe wrote:
  Hello,
 
  I have used ConTeXt in the past and I have been very pleased with
  it and the results obtained, much more than LaTeX.
 
  Now I am looking into a solution that would allow me to layout
  the content ConTeXt and in other formats that ConTeXt does not
  (Forgive my ignorance, if I am wrong) output, like HTML, Plain
  Text, or RTF (Those are the formats that I can think of that are
  interesting to me currently).
 
I don't think it is possible to come up with an universal elixir 
that does any format from source and is efficient to use. Plain text 
is the exchange medium I use.  XML is too cumbersome to code by hand. 
Therefore I have solutions for specific situations. For example when 
a customer presents me with a non-fiction document already laid out 
in MSWord, I first save it as rtf. Then I run it through the program 
rtf2latex2e. This gives me an executable LaTeX file, with all the 
font changes etc. preserved. The I edit it in Gvim, using mass 
changes to convert LaTeX tags to an equivalent Context format. Some, 
like all the begin/end tags I just delete en masse. 

It is easy to go from the output of Context to plain text.  There are 
plenty of pdf to ascii converters in GhostScript and PSUtils etc.   
The only big problem comes when there are columns involved. 
In that situation cut and paste from a pdf viewer window to an editor 
window can be helpful.


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

___
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] Manual hyphenation

2007-05-24 Thread John R. Culleton
On Thursday 24 May 2007 06:19, Hans Hagen wrote:
 Elliot Clifton wrote:
  Thank you very much Taco. It works very well. It really is useful
  to be able to select less aggressive hyphenation when necessary.

 here is a variant: stepwise and relative to the current values:

 \unprotect

 \startvariables all
 lesshyphenation: lesshyphenation
 morehyphenation: morehyphenation
 \stopvariables

 \def\lesshyphens
   {\lefthyphenmin =\numexpr\lefthyphenmin +1\relax
\righthyphenmin=\numexpr\righthyphenmin+1\relax}

 \def\morehyphens
   {\ifcase\lefthyphenmin \else
  \lefthyphenmin =\numexpr\lefthyphenmin +1\relax
\fi
\ifcase\righthyphenmin\else
  \righthyphenmin=\numexpr\righthyphenmin+1\relax
\fi}

 \installalign \v!lesshyphenation {\lesshyphens}
 \installalign \v!morehyphenation {\morehyphens}

 %D The next two lines implement 'align=lesshyphenation' as an
 option %D for \type{\framed} etc.

 \setvalue{\@@ragged@@command\v!lesshyphenation}{\appendtoks\lesshyp
hens\to\everyraggedcommand}
 \setvalue{\@@ragged@@command\v!morehyphenation}{\appendtoks\morehyp
hens\to\everyraggedcommand}

 \protect


 Hans

On my last Context project I simply used 
\lefthyphenmin 3
to set a new minimum size for the left part of a hyphenated word. The 
customer requested it at the last minute (overly picky editor.) It 
worked OK on a long and complex document.  
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

___
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] texexec message suppression.

2007-05-15 Thread John R. Culleton
On Monday 14 May 2007 19:11, Patrick Gundlach wrote:
  (to me) informational messages spewed forth by texexec, in
  particular the long list of font scripts repeated sometimes 8 or
  9 times.

 Did you try \preloadtypescripts?

 See
 http://archive.contextgarden.net/message/20060622.163313.d4c08e11.
en.html

 Patrick

If I put it after other font statements it has no effect, If I put it 
first ahead of the font statements the run has missing font errors.  
Possibly  I am using a defective typescript file. 

Here is the error message:
---
! Font \*MyCharter7ptrmslrm*:=8r-bchr8a-slanted-167 at 7.0pt not 
loadable: Metric (TFM) file not found.
---
And here is the typescript file:
---
% Charter (Bitstream)
\usetypescriptfile[type-buy]

\starttypescript [serif] [charter] [8r]
  \definefontsynonym [Charter-Roman]  [bchr8r]  [encoding=8r]
  \definefontsynonym [Charter-Italic] [bchri8r] [encoding=8r]
  \definefontsynonym [Charter-Bold]   [bchb8r]  [encoding=8r]
  \definefontsynonym [Charter-BoldItalic] [bchbi8r] [encoding=8r]
  \definefontsynonym [Charter-Slanted][bchro8r]  [encoding=8r]
  \definefontsynonym [Charter-BoldSlanted][bchbo8r]  [encoding=8r]
%  \definefontsynonym [Charter-Roman-Caps] [bchr8r-capitalized-800]
[encoding=8r]
\stoptypescript
%
\starttypescript [serif] [charter] [name]
\usetypescript[serif][fallback]
  \definefontsynonym [Serif]  [Charter-Roman]
  \definefontsynonym [SerifItalic][Charter-Italic]
  \definefontsynonym [SerifBold]   [Charter-Bold]
  \definefontsynonym [SerifBoldItalic] [Charter-BoldItalic]
  \definefontsynonym [SerifSlanted] [Charter-Slanted]
  \definefontsynonym [SerifBoldSlanted][Charter-BoldSlanted]
%  \definefontsynonym [SerifCaps] [Charter-Roman-Caps]
\stoptypescript

\starttypescript [Charter]
\definetypeface [MyCharter] [rm] [serif] [charter] [default] 
[encoding=8r]
\stoptypescript
--

But this error does not occur if I don't use the \preloadtypescripts 
command.

Any hints?


 
John C. 

___
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] texexec message suppression.

2007-05-14 Thread John R. Culleton
for some time now I have been fussing over the volume of uneccessary 
(to me) informational messages spewed forth by texexec, in particular 
the long list of font scripts repeated sometimes 8 or 9 times. Since 
I don't even use most of these scripts I wonder why they show up on 
every pass of every compile.  The --silent parameter to texexec 
should suppress some or all of these message, or so the manual says. 
But it doesn't.  I get the same long list of messages, repeated over 
and over. 

Ideally I could suppress informational messages but keep the warning 
messages, per the traditional unix  and 2 output routings  for 
sysout and syserr.  But texexec does not appear to make the 
distinction. 

Routing all output to /dev/null is a trick that I use sometimes, but 
if the run errors off then it just hangs with no message.

Are there any clever workarounds I have missed? Is there a setting 
somewhere in my texlive instllation that I can tweak? Should I do 
surgery on texexec itself? (Never fooled with Ruby, but there is 
always a first time.) 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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-09 Thread John R. Culleton
On Wednesday 09 May 2007 03:34, Hans Hagen wrote:
 luigi scarso wrote:
  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_translatio
 ns
 
  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 ?

 well, it may make sense to discuss what to kick out and what to add

 e.g. paragraphs is less useful than tabulate and friends

 Hans

Some other updates would help. For example I tried to turn a newbie on 
to Context and pointed him to Excursion. He tried to run a test 
program using the command:
context myfile
as given in the manual on page 5 and got a bad result. That command 
doesn't work any more. So he gave up on Context and turned to LaTeX 
instead. 



-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] lilypond newbie

2007-05-09 Thread John R. Culleton
On Wednesday 09 May 2007 09:19, Aditya Mahajan wrote:
 On Wed, 9 May 2007, Steffen Wolfrum wrote:
  Hi,
 
  just out of curiosity I wanted to check whether my context could
  typeset music. I found lilypond mentioned on the list, downloaded
  lilypond-2.10.23-1.darwin-x86.tar.bz2 from lilypond.org,
  t-lilypond.pdf from ctan and
  t-lilypond.tex posted by Henning here.
 
 
  When I typeset texexec test.test this test file ...
 
  ... the result is ...
 
  name: dummy
  file:
  lilypond_2-lilypond-1
  state: unknown
 
 
  What is missing?

 Do you have write18 enabled? Check the wiki to see how to check if
 it is enabled, and how to enable it.

 Aditya

I typeset music using mup available for about $29 USD at 
www.arkkra.com. The support from  the authors is excellent and free 
updates occur once a year. I suppose it would be possible to embed a 
mup document source code in a tex document, write it to a file, and 
hte import the resulting ps file. But I use it as a pure stand alone 
creator. BTW it also will create  a midi file from the same source.  
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] AMS extensions and Context.

2007-05-02 Thread John R. Culleton
The folks over at Scribus (a Quarkish Open Source page layout program) 
are considering using some form of TeX for math typesetting. I 
mentioned plain pdftex and Context as forms of TeX to be considered 
as well as LaTeX.  The question came up: how does Context comport 
with AMS extensions?  What should I say in reply?

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] \title and \subject parameters.

2007-05-02 Thread John R. Culleton
I want the above cited entities to be done in sans serif and bold. The 
manual shows \setuphead choices such as textstyle=boldslanted but 
not my particular selection. 

What is the preferred way to designate my choice?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
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] The \frac macro.

2007-04-22 Thread John R. Culleton
Knuth defines a macro for simple fractions such as 3/4 etc. and calls 
it \frac:
\def\frac#1/#2{\leavevmode
\kern.1em \raise .5ex \hbox{\the\scriptfont0 #1}%
\kern-.1em $/$%
\kern -.15em \lower .25ex \hbox{\the\scriptfont0 #2}}%

The call is e.g., \frac 3/4.


This works fine in Context. However if I undefine the Knuth macro and 
still use the same \frac call I don't get an error message but the 
results are quite different.  I get both a stroke and a bar between 
the 3 and the 4. 

Is there another macro in Context called \frac and if so how is it 
called?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Output from texexec

2007-04-17 Thread John R. Culleton
Under TeXLive 2007 version of context when I run even a trivial 
program I get reams of output referring to the same typefiles over 
and over again. Then I get a little message (in the log file) about 
fonts being reset. Then I get messages about the fonts I actually 
use.  The purpose of compiler messages is to communicate something.
13 iterations of the exact same messages does not increase my store of 
knowledge any more than 1 display.


My questions: what purpose does the repetitious listing of all these 
typefiles serve and can I suppress it some way? Here is a sample 
list:
---
(/usr/local/texlive/2007/texmf-dist/tex/generic/abbr/abbr.tex))
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex))
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-spe.tex)
(./type-akb.tex) (./type-charter.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex))
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-buy.tex))
(./protcode.tex 
(/usr/local/texlive/2007/texmf-dist/tex/generic/abbr/abbr.tex))
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2007/texmf-dist/tex/context/base/type-enc.tex)

[NTG-context] Killing the space after a section.

2007-04-12 Thread John R. Culleton
I have the file set up with no parindent and one blank line between 
paragraphs. but I want to kill the extra space after \section 
headers.  The current definition is:
\setuphead[section][number=no,style=\SectSans,page=no,after={\vskip 
2sp}]

...but the blank line remains.  Do I need to use a negative \vskip? 

\SectSans is a font I set up (bold, sans serif and slightly larger. ) 
If there is a way to specify both bold and sans serif at a larger 
(e.g. \tfb) size I would be happy to use that instead.

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



_
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Makeindex and Context

2007-04-04 Thread John R. Culleton
I like the extended feature set of makeindex so I creatred my own 
little routine to use it with Context on a recent project. Here is 
the code:

\newwrite\ind
\immediate\openout\ind=book.idx
\def\sidx#1{\write\ind{\\indexentry{#1}{\the\pageno}}}

It works fine from the indexing point of view. But if the \sidx{} tag 
is embedded in a paragraph then some extra space is left where the 
tag existed in the paragraph. I had to move all such tags to either 
the beginning or the end of the paragraph.

What did I fail to do?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Descriptions and buffers.

2007-03-30 Thread John R. Culleton
I used the description facility (both definition and use} within a 
buffer and it did not work. But I removed the passage from the buffer 
and it worked fine. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Hanging definition

2007-03-29 Thread John R. Culleton
I want to create a definition that is set up similar to an itemize, or 
more particularly like page 180 in the Context Manual, third example 
from the top of the page. Here is what I have:
--
 \definedescription[Stars]
[width=broad,location=hanging,hang=broad,sample={***}]

\Stars{*} Rounded to nearest \$100

\Stars{**} Provided by RBC Asset Management Inc. Actual fund return 
plus an additional 4.0\% annually

\Stars{***} Back-tested return reduced by 4.0\% annually\par} 
-
... but each item is packed to the left and not blocked like an \item 
in a list. I want something like
* foofoo
**   foofoo
*** foofoo.
  foobar

...but I get
* foofoo
** foofoo
*** foofoo
foobar


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] test

2007-03-25 Thread John R. Culleton

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Semi-verbatim

2007-03-25 Thread John R. Culleton
I have a situation where I wish to import a file and have the line 
endings and the spaces honored as in \typefile. But I want any font 
changes (e.g. \it) honored as well. I tried the plain TeX commands 
\obeylines and \obeyspaces. The line endings and typeface changes 
were honored but the spaces were not.  

Is there a convenient way to do this? I can preprocess the file 
through e.g. sed to patch in \crlf and hard spaces but this seems a 
bit clumsy. 

BTW this is text in columns. The length of every line is limited to 45 
characters. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Limitation on natural tables.

2007-02-24 Thread John R. Culleton
The fancy tricks one can to with Natural Tables seem to work within 
the body of the table where I don't need them but fail in the header 
area where I do need them.

This example, takein from the wiki, works (of course.)

\setupTABLE[row][odd][background=color,backgroundcolor=red, 
width=.2\textwidth]
\bTABLE[split=yes]
\bTR \bTD[nr=3] 1 \eTD \bTD[nc=2] 2/3 \eTD \bTD[nr=3] 4 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD[nc=3] 1/2/3 \eTD \bTD 4 \eTD \eTR
\bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR
\eTABLE

But if I convert the above data items to header items the run fails. 
Specifically the following fails:
\setupTABLE[row][odd][background=color,backgroundcolor=red, 
width=.2\textwidth]
\bTABLE[split=yes]
\bTABLEhead
\bTR \bTH[nr=3] 1 \eTH \bTH[nc=2] 2/3 \eTH \bTH[nr=3] 4 \eTH \eTR
\bTR \bTH 2 \eTH \bTH 3 \eTH \eTR
\bTR \bTH 2 \eTH \bTH 3 \eTH \eTR
\bTR \bTH[nc=3] 1/2/3 \eTH \bTH 4 \eTH \eTR
\bTR \bTH 1 \eTH \bTH 2 \eTH \bTH 3 \eTH \bTH 4 \eTH \eTR
\eTABlehead
\eTABLE

What did I miss?
Here is the error message:
bTR \bTH [nr=3] 1 \eTH \bTH [nc=2] 2/3 \eTH \bTH [nr=3] 4 \eTH \eTR 
\ETC.
! File ended while scanning use of \doTABLEhead.
inserted text
\par
* tabletest.tex
  emergencyend
? 
-



-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] tree charts

2007-02-24 Thread John R. Culleton
On Wednesday 21 February 2007 13:18, Aditya Mahajan wrote:
 On Wed, 21 Feb 2007, Idris Samawi Hamid wrote:
  Dear cabal,
 
  Do any of you have any examples of tree charts done in, say,
  MetaFun? Are there any macros, libraries etc. for easy tree
  charts in \ConTeXt?
 
  Example:
  http://www.mathematik.uni-kl.de/~anne/Aufl-Bilder/D7Tree.jpg

 There are three ways you can do it in ConTeXt

 1) Most features: pstricks (yes pstricks can be used with context,
 but you always have to go the ps-pdf route)

My understanding is that the m-pstric module allows direct use of 
pstricks in Context, and handles the mechanics of conversion from 
dvips to ps to pdf by an extra pass. 

(However I am often wrong.)


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Bolding the words Figure 2-1

2007-02-14 Thread John R. Culleton
I too am stuck in specification hell. The specifier is ovenamored of 
stretching text and the like. I worked through that with the TeX/LaTeX macro 
soul.sty. 

 My immediate problem is with putting the 
caption of a table in a different font.  Currently I have:

\setupcaptions[location=top,headstyle=bold,style=bold]

\placefigure[here][tab:comp]{Comparison of Corporate and
Government Bond Portfolios} {
etc.
---
Currently I get the caption in bold but the string Figure 2-1 is not in 
bold. 

A second problem:
The designer asks for

Figure 2-1
Comparison of Corporate etc.

but I get:
---
Figure 2-1 Comparison of Corporate etc.


I can avoid \placefigure and hand code each caption of course but that 
deprives me of the ability to float the figures.
 
Unfortunately they brought in the designer after I had already started work 
(and cashed the deposit check.)

The first difficulty (typeface) is IMO the most critical. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Suppressing printing of chapter head.

2007-02-14 Thread John R. Culleton
I have a specification for a chapter head that is so complex I have little 
hope of modifying the Context head within any reasonable time frame. But I 
still prefer to use the Context chapter head for TOC, numbering of figures 
and the like. So I decided to hand code the head but still use \chapter  for 
these other purposes.  Here is my current workaround:
--
\setuphead[chapter][command=\white,header=nomarking]

I still have to use \noheaderandfooterlines as well for some reason. 
Just FYI. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Test2 please ignore.

2007-02-07 Thread John R. Culleton
Feb 7 8:42 local time. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Test, Ignore

2007-02-06 Thread John R. Culleton

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Sort bibliography by authors

2007-02-05 Thread John R. Culleton
On Monday 05 February 2007 04:44, Taco Hoekwater wrote:
 Thomas A. Schmitz wrote:
  I wasn't precise enough: for German bibliographies, there's a
  convention to have works with an author sorted by the author's name
  and edited books by the first word of the title, like so:

 At first I thought: that is really weird. But then I realised that
 this is also how edited story collections are sorted in dutch
 libraries, so perhaps it is not that weird.

  [1] Hoekwater, Taco: Title...
  [2] Das Xylophon, hrsg. von...% sorted under X!!!

 Doing the 'Das' thing properly would be a nightmare, But that is
 why Bibtex has this \noopsort trick.

 rt=title sorts every book by title. I guess the only way to achieve

  this would be by cheating bibtex and putting some tokens in front of

 Adding a specialized sort routine to the context bst file would
 not be that hard. If you run a diff between cont-au.bst en cont-ti.bst,
 you'll see that they are almost the same. What I need is an exact
 description of which bibtex types are affected, and what you think
 the name of the sort routine should be for use in \setupbibtex[sort=]

 Cheers,

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

Going back to my makeindex example, there is a facility there for putting in 
the index item as sorted different from the item as printed Would it be 
possible to add such a sort term? would it work?  The convention with 
makeindex is to put the sort term followed by @ followed by the printed term. 
The bibtex layout is more complex, but possibly for each entry an additional 
specifier such as
SORT =TERMNAME
or
SORT=sortstring

in the first example the TERMNAME would be AUTHOR, EDITOR or TITLE.
The second example would be for situations where the das must be ignored. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Sort bibliography by authors

2007-02-04 Thread John R. Culleton
On Sunday 04 February 2007 06:51, Sanjoy Mahajan wrote:
  Is it possible to sort by the bibliography list by authors? The manual
  says that sorttype=cite|bib?
 
  No, because there is no reasonable way to do alphabetic sorting
  in TeX.

 Perhaps I will reveal my own fundamental confusion about bibtex but:

 What about letting bibtex (the C program) do the miserable work of
 alphabetic sorting?  Then ConTeXt could typeset (the necessary subset
 of) bib items in that order.

 -Sanjoy

 `Not all those who wander are lost.' (J.R.R. Tolkien)
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

The examples of makeindex (romance language indexing) and Xindy (non-
romance indexing) are pertinent here. All TeX has to do is provide the 
unsorted items at the front end. The external program sorts, summarizes 
provides alphabetic headers etc.  Then TeX reads it in and does the final 
typesetting. A bibtexish program could operate the same way. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] How to make a natural table float.

2007-02-02 Thread John R. Culleton
On Wednesday 31 January 2007 19:31, John R. Culleton wrote:


 OK I solved that problem by enclosing the table in {} and now the table
 floats. But now I have a wierder one.  The \setupcaptions[location=high]
 command puts the caption alongside the table instead of over it.
 Unfortunately the customer specifies over rather than under.

To isloate the problem I extracted the table and reran it in a test file:
--
\setupoutput[pdftex]
\setupcaptions[location=high]
\starttext
\placetable[here][tab:comp]{Comparison of Corporate and Government Bond 
Portfolios}
{\setupTABLE[r][even][background=screen]
\bTABLE
\bTR
\bTD 
\eTD
\bTD Corporate Portfolio
\eTD
\bTD Government Portfolio
\eTD
\eTR
\bTR
\bTD Starting Value
\eTD
\bTD \$100,000
\eTD
\bTD \$100,000
\eTD
\eTR
\eTABLE
}
\stoptext

The caption still apears to the left side of the table, not above it. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] How to make a natural table float.

2007-02-02 Thread John R. Culleton
On Friday 02 February 2007 13:29, Peter Rolf wrote:
 John R. Culleton wrote:
  On Wednesday 31 January 2007 19:31, John R. Culleton wrote:
  OK I solved that problem by enclosing the table in {} and now the table
  floats. But now I have a wierder one.  The \setupcaptions[location=high]
  command puts the caption alongside the table instead of over it.
  Unfortunately the customer specifies over rather than under.
 
  To isloate the problem I extracted the table and reran it in a test file:
  --
  \setupoutput[pdftex]
  \setupcaptions[location=high]


Eyes saw top, brain transliterated it to high, effect was wrong.  Now I am 
all better. The other effect was interesting though.  I also discovered that 
if I use placefigure instead of placetable it works but the caption says 
figure instead of table. My customer likes to misname things, like calling 
tables figures, and parts sections.  This latter aberration is becoming 
common. Context allows me to adapt even to bad nomenclature. 

Thanks to you and Wolfgang.  Frequently my Celtic brain needs Teutonic 
correction :) 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Letters in ConTeXt

2007-02-01 Thread John R. Culleton
On Thursday 01 February 2007 01:11, Aditya Mahajan wrote:
 On Wed, 31 Jan 2007, Rolf Marvin Bøe Lindgren wrote:
  the one thing that stops my total conversion to ConTeXt is my lack of
  understanding of, er, context.  I've studied the manual
  Corresponcence which presupposes far better understanding of
  ConTeXt than I currently possess.  I imagine though that a useful
  short working example would help.
 
  anyone?

 I do not use the m-letter module because it is too complicated for my
 needs. If you think about it, a letter is usually something fairly
 straight-forward. I have a personal p-letter.tex module which does
 something like

 setup layout

 setup fonts

 setup subject

 \setuppagenumbering[location={bottom,middle}]

 \setupwhitespace[big]
 \setupindenting[medium]
 \setupblank[big]


 Yes, that's it! In the letter, I manually write the typesetting
 commands in the letter

 \starttext

 \startlines
 To,
 Whoever ...
 
 \stoplines

 \blank[3*big]

 \startlines
 From,
 Me 
 \stoplines

 \blank[3*big]

 Date: \currentdate

 \blank[3*big]

 \subject Whatever

 Dear ...,

 \setupindenting[yes,next]

 My letter

 in differnt paragraphs

 \setupindeinting[no]

 \blank[2*big]

 \startlines
 Your Sincerely
 \blank[big]
 Name...
 \stoplines

 \stoptext


 This is fairly primitive, but I only need to write a formal letter
 once every blue moon, and this setup works for me. If you have more
 frequent need, then you may want more structure in the letters. If you
 can finalize how you want to input your letter, creating a personal
 module is not that hard with ConTeXt. I think that this is one of
 ConTeXt's strongest points. In LaTeX, you first find a package, then
 you see that the package does not do 100% of what you want, then you
 read the code of the package and try to figure out how to make it do
 what you want. With ConTeXt, once you know what you want, it is fairly
 straight forward to write your personal module to achieve that. But of
 course, ConTeXt needs more modules for things like journals and
 conferences which have specific layout requirements.

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

I use letterformat.tex from _The TeXBook_. . Why not? The tricky part is 
setting up the standard letterheads. Writing the letter then becomes very 
simple. Here is a live example with some hiding of the real identity:

\magnification=\magstep1
\input letterformat
\dogletterhead
\address
Mr.Nobody
17  Nowhere  Street
Winchester, VA 22601

\body
put body text here.
\closing
Best wishes,

John \ Peggy Culleton

\annotations
encl: Pedigree, two copies of contract. 
\endletter
%\makelabel
\bye
---

With very minor modifications, such as substituting \noheaderandfooterlines 
for  \nopagenumbers  and a similar replacement for \headline etc. in 
letterformat.tex it could be made to run under Context too. I just ran the 
above example in Context.  

I use whatever tool gets the job done. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] How to make a natural table float.

2007-01-31 Thread John R. Culleton
My task requires alternating whate and gray bars for a table. I was happy to 
jump on the Natural Table facility. Further, I want the table to float in 
the classic TeX fashion. I don't know the exact code for this in Context.

This doesn't work:

\setupcaptions[location=high]
\placetable[here][tab:comp]{Comparison of Corporate and Government Bond 
Portfolios}
\setupTABLE[r][even][background=screen]
\bTABLE
...
\eTABLE
-
I get the message:
! Missing { inserted.
etc.

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Letters in ConTeXt

2007-01-31 Thread John R. Culleton
On Wednesday 31 January 2007 15:34, Idris Samawi Hamid wrote:
 Looking through the archives it appears that the m-letter module has been
 withdrawn or was never released; it's not part of theConTeXt distro.

 On Wed, 31 Jan 2007 13:14:32 -0700, Rolf Marvin Bøe Lindgren
 [EMAIL PROTECTED] wrote:

Well, there is always Knuth's letterformat.tex. I still use it. :)
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] How to make a natural table float.

2007-01-31 Thread John R. Culleton
On Wednesday 31 January 2007 17:16, John R. Culleton wrote:
 My task requires alternating whate and gray bars for a table. I was happy
 to jump on the Natural Table facility. Further, I want the table to float
 in the classic TeX fashion. I don't know the exact code for this in
 Context.

 This doesn't work:
 
 \setupcaptions[location=high]
 \placetable[here][tab:comp]{Comparison of Corporate and Government Bond
 Portfolios}
 \setupTABLE[r][even][background=screen]
 \bTABLE
 ...
 \eTABLE
 ---
-- I get the message:
 ! Missing { inserted.
 etc.

OK I solved that problem by enclosing the table in {} and now the table 
floats. But now I have a wierder one.  The \setupcaptions[location=high] 
command puts the caption alongside the table instead of over it. Unfortunately 
the customer specifies over rather than under. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] pagenumber in header line.-SOLVED

2007-01-30 Thread John R. Culleton




4ROBERT S. CABLE

but what I want is the two components in the middle thus:
4 ROBERT S. CABLE

If I insert \hfil etc. the pagenumbering gets replaced with the word

pagenumber. 



Solution?

I received a few solutions that didn't work for me.  Thanks to those who wrote 
me. But a little plain TeX trickery did it nicely as follows:

---
\setupheadertexts[text]
[][\CapStretch{INVESTING ON AUTOPILOT}\kern 1em\number\pageno\hfil]
[\number\pageno\kern 1em \CapStretch{ROBERT S. CABLE}\hfil][]
-

Since a centered header with page number included is a recurring requirement 
perhaps this should go in the wiki. Or perhaps not :)



--
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed.
http://wexfordpress.com

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


[NTG-context] Texfont generated map files.

2007-01-29 Thread John R. Culleton
After a texfont run the generated map files contain lines like:
texnansi-raw-n019043l NimbusSanL-ReguCond 4  n019043l.pfb texnansi.enc

What does the term raw signify? 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] pagenumber in header line.

2007-01-29 Thread John R. Culleton
Here is my code at the moment:
\def\CapStretchAmount{.08em}
\def\CapStretch#1
{\def\stretchedspaceamount{\CapStretchAmount}\stretchednormalcase{#1}}
\setuppagenumbering[location=]
\setupheadertexts[text][pagenumber][\CapStretch{ROBERT S. CABLE}][pagenumber]
[\CapStretch{INVESTING ON AUTOPILOT}]
Here is what I get on a verso (even) page:

4ROBERT S. CABLE

but what I want is the two components in the middle thus:
4 ROBERT S. CABLE

If I insert \hfil etc. the pagenumbering gets replaced with the word
pagenumber.



Solution?


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Serried itemized list with long items.

2007-01-25 Thread John R. Culleton
I used \setupitemize[serried] for a numbered list. The items were each wider 
than the text block so they wrapped around to a second line. As a result 
Context left a blank line between items. I got 
1. 
x

2. x
xxx

...which is not what I wanted :(
 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Alternating screen/noscreen rows on table

2007-01-25 Thread John R. Culleton

I am required by my customer to alternate between white and screen backgrounds
for each row of a table for all tables, and there are lots of tables. I am 
considering adding code to each row of the table or else doing the thing in 
metafun/metapost.  Advice, anyone? 

Just to mess things up further she wants the table number etc. above the table 
and left justified. I can handle that.

The customer is not always right but the customer is always the customer. She 
who pays the bills calls the shots.  


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Typescript for Linotype NimbusSanL-BoldCond

2007-01-18 Thread John R. Culleton
Has anyone put together a typescript for some or all of the Nimbus family? I 
have the font referenced above and ran it through texfont. It is specified by 
a customer's designer for a book I am working on. I can of course do the old 
plain TeX \font thing but I would like to do it a more Contextish way. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Manual (English) Update soon?

2006-12-28 Thread John R. Culleton
On Thursday 28 December 2006 19:43, Mojca Miklavec wrote:
 then I finally discovered PSTricks which became
 kind-of-obsolete with pdfTeX or XeTeX. The same story with just about
 any package for creating slides or changing page layout, headers,
 footers (and they all took a lot of time to learn how to use them),
 not to mention the changes in base LaTeX (documentstyle -
 documentclass{article} - Komma script) and the fact that most
 packages become unmaintained after they have been written.

Jut FYI PSTricks (which runs on Plain TeX as well as LaTeX) can be run as part 
of Context. It requires loading a module and an extra pass.  Like many of 
the undocumented modules there is actually documentation in the module 
itself.  I suspect that if all the documentation in the source code were 
collected and organized in some way we would have a new Context Manual. 
  And so I am wondering if ConTeXt is still too fresh...

If I have a simple job I use pdftex. If the layout gets complicated at all, or 
I need to impose a smaller page on a full size page, or anything else like 
that I turn to Context.
 
 It's always full of surprizes. But what do you mean with too fresh?
 If you're worried that your colleagues don't have the latest version
 of ConTeXt installed (and thus won't be able to compile your code)
 then you're probably right. (But if you want to use the latest packeg
 from LaTeX, there's even more chance that they won't have it. In
 ConTeXt you know at least that downloading one thing should suffice.)

The bad thing about Context is that many errors in parameters etc. are simply 
not reported when you compile a document.  One of the many good things is 
that the elaborate structure is there but not required.  Most plain TeX  (the 
old stuff) documents will run under Context.  Make a file with:

Hello world
\bye

and run it through Context. It will work. But with LaTeX you must have a LaTeX 
specific statement or two or it won't work. 

  and if I'll
  have any chance of figuring out what/how to use it without having
  been on this list for the past 4+ years...


I store all messages on this list forever in a directory.  It is more 
convenient for me to search that directory  than on the wiki.  My earliest is 
dated in April 2002.

Font handling is a bear but font handling in any version of TeX more complex 
than plain is a bear. 
 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Fwd: Re: Manual (English) Update soon?

2006-12-28 Thread John R. Culleton



Subject: Re: [NTG-context] Manual (English) Update soon?
Date: Thursday 28 December 2006 20:58
From: John R. Culleton [EMAIL PROTECTED]
To: ntg-context@ntg.nl
Cc: Mojca Miklavec [EMAIL PROTECTED]

On Thursday 28 December 2006 19:43, Mojca Miklavec wrote:
 then I finally discovered PSTricks which became

 kind-of-obsolete with pdfTeX or XeTeX. The same story with just about
 any package for creating slides or changing page layout, headers,
 footers (and they all took a lot of time to learn how to use them),
 not to mention the changes in base LaTeX (documentstyle -
 documentclass{article} - Komma script) and the fact that most
 packages become unmaintained after they have been written.

Jut FYI PSTricks (which runs on Plain TeX as well as LaTeX) can be run as
 part of Context. It requires loading a module and an extra pass.  Like many
 of the undocumented modules there is actually documentation in the module
 itself.  I suspect that if all the documentation in the source code were
 collected and organized in some way we would have a new Context Manual.

  And so I am wondering if ConTeXt is still too fresh...

If I have a simple job I use pdftex. If the layout gets complicated at all,
 or I need to impose a smaller page on a full size page, or anything else
 like that I turn to Context.

 It's always full of surprizes. But what do you mean with too fresh?
 If you're worried that your colleagues don't have the latest version
 of ConTeXt installed (and thus won't be able to compile your code)
 then you're probably right. (But if you want to use the latest packeg
 from LaTeX, there's even more chance that they won't have it. In
 ConTeXt you know at least that downloading one thing should suffice.)

The bad thing about Context is that many errors in parameters etc. are simply
not reported when you compile a document.  One of the many good things is
that the elaborate structure is there but not required.  Most plain TeX  (the
old stuff) documents will run under Context.  Make a file with:

Hello world
\bye

and run it through Context. It will work. But with LaTeX you must have a
 LaTeX specific statement or two or it won't work.

  and if I'll
  have any chance of figuring out what/how to use it without having
  been on this list for the past 4+ years...

I store all messages on this list forever in a directory.  It is more
convenient for me to search that directory  than on the wiki.  My earliest is
dated in April 2002.

Font handling is a bear but font handling in any version of TeX more complex
than plain is a bear.


--
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed.
http://wexfordpress.com

---

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] SmallCaps for Bitstream Charter

2006-12-16 Thread John R. Culleton
It took a bit of searching but I found this package on ctan:
mdbch.zip

This is a math add-on that has both regular and bold small caps. Unzip it in 
texmf-local and then modify type-charter as needed. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread John R. Culleton
I want even margins within a textframe. How to do it?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread John R. Culleton
On Friday 15 December 2006 10:55, Aditya Mahajan wrote:
 On Fri, 15 Dec 2006, John R. Culleton wrote:
  I want even margins within a textframe. How to do it?

 What do you mean by even margins?

 maybe

TeX normally sets a paragraph with full justification, which means that each 
line of text is the same length and the text block appears rectangular. That 
is what I want to achieve within a framed text.

 \setupframedtexts[width=\textwidth]

I already have the width set narrower. 
 or

 \setupframedtexts[align=hanging]

 Aditya


I eliminated align=middle and it cured itself.  But now it overhyphenates.

John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] What happened to the em dashes?

2006-12-15 Thread John R. Culleton
I just noticed on a sample chapter sent to a customer that the em dashes are 
missing. What is shown is the three hyphens instead.

In my document I have this:

\loadmapfile[8r-adobe-garamond.map]
\usetypescriptfile[type-agaramond.tex]
\usetypescript[AGaramond]
\setupbodyfont[MyGaramond,11pt]

In type-agaramond.tex I have this:
---
\usetypescriptfile[type-buy]

\starttypescript [serif] [garamond] [8r]
  \definefontsynonym [AGaramond-Roman]   [8r-raw-AGaramond-Regular]  
[encoding=8r]
\definefontsynonym [AGaramond-Italic]  [8r-raw-AGaramond-Italic] 
[encoding=8r]
 \definefontsynonym [AGaramond-Roman-SmallCaps] [8r-raw-AGaramond-RegularSC] 
[encoding=8r]
\stoptypescript

\starttypescript [serif] [garamond] [name]
  \usetypescript[serif][fallback]
  \definefontsynonym [Serif]   [AGaramond-Roman]
  \definefontsynonym [SerifItalic] [AGaramond-Italic]
 \definefontsynonym [SerifCaps]   [AGaramond-Roman-SmallCaps]  
\stoptypescript

\starttypescript [AGaramond] 
  \definetypeface [MyGaramond] [rm] [serif] [garamond] [default] [encoding=8r]
\stoptypescript
-
I intstalled the fonts by using the texfont package.

I can of course look up the glyph on the chart and do a \char thingie but the 
em dash is so basic I don't know how I messed it up. Does it have something 
to do with the 8r-raw encoding? That is what came out of texfont. 


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Anyone for Garamond?

2006-12-05 Thread John R. Culleton
I am able to establish Adobe Garamond as my body type with just a couple of 
TeXish commands. But my maneuvering though the maze of typescripts and 
synonymns yields no results. Here is my current typescript 
type-agaramond.tex:
-
\usetypescriptfile[type-buy]
\starttypescript [serif] [garamond] [8r]
  \definefontsynonym [AGaramond-Roman]   [8r-raw-AGaramond-Regular]  
[encoding=8r]
  \definefontsynonym [AGaramond-Italic]  [8r-raw-AGaramond-Italic] 
[encoding=8r]
  \definefontsynonym [AGaramond-Roman-SmallCaps] [8r-raw-gdsc] [encoding=8r]
\stoptypescript

\starttypescript [serif] [garamond] [name]
  \usetypescript[serif][fallback]
  \definefontsynonym [Serif]   [AGaramond-Roman]
  \definefontsynonym [SerifItalic] [AGaramond-Italic]
  \definefontsynonym [SerifCaps]   [AGaramond-Roman-SmallCaps]  
\stoptypescript

\starttypescript [AGaramond] 
  \definetypeface [MyGaramond] [rm] [serif] [garamond] [default] [encoding=8r]
\stoptypescript
--
And here are the commands in the file:
--
\loadmapfile[8r-adobe-garamond.map]
\usetypescriptfile[type-agaramond.tex]
\usetypescript[garamond]
\setupbodyfont[AGaramond,10pt]

The map file referenced above and  produced by the Texfonts utility is:

% This file is generated by the TeXFont Perl script.
%
% You need to add the following line to pdftex.cfg:
%
%   map +8r-adobe-garamond.map
%
% Alternatively in your TeX source you can say:
%
%   \pdf{+8r-adobe-garamond.map}
%
% In ConTeXt you can best use:
%
%   \loadmapfile[8r-adobe-garamond.map]

8r-raw-AGaramond-Italic AGaramond-Italic 4  AGaramond-Italic.pfb 8r.enc
8r-raw-AGaramond-Regular AGaramond-Regular 4  AGaramond-Regular.pfb 8r.enc
8r-raw-AGaramond-RegularSC AGaramond-RegularSC 4  AGaramond-RegularSC.pfb 
8r.enc
8r-raw-gdsc AGaramond-RegularSC 4  gdsc.pfb 8r.enc
--

There are no error messages, but no Garamond either. But this works:

 \font\rmm 8r-raw-AGaramond-Regular at 10pt
\rmm

If anyone can spot the fatal flaw or has a correct typescript etc. please 
advise.


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] utility file

2006-12-05 Thread John R. Culleton
On Wednesday 29 November 2006 06:35, Thomas A. Schmitz wrote:
 On Nov 28, 2006, at 10:08 PM, Hans Hagen wrote:
  you need to make sure that only one run takes place and no utility
  file
  is processed
 
  --arrange
 
  normally will handle this for you
 
  Hans

 Hans,

 can you elaborate on this? Some days ago, I had a problem which I
 suspect had the same cause. I had prepared a bibliography for one of
 my classes with Taco's module; it typset beautifully. To save paper,
 I wanted to typeset two A5 pages on one A4 landscape page and used

 \setuparranging[2*2,rotated]

 After compiling, the bibliography was gone! I was in a hurry, so I
 simply undid the arranging and reverted to real cut-and-paste, but
 utility files seem like the obvious culprit.

 Best

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

I don't understand the disease but I know the cure.  I use two (or more) 
internal modes thus:
--
\startmode[pruf]
\definepapersize[halff][width=5.0in,height=8.5in]
\setuppapersize[halff][letter]
\stopmode
.
\startmode[hal]
\definepapersize[halff][width=5.5in,height=8.5in]
\definepapersize[ful][width=8.5in,height=11in]
\setuppapersize[halff][ful]
\setuparranging[2UP,rotated,doublesided]
\stopmode
--
I run with  --mode=pruf 
until  things come out right.
Then I run just one time with
--mode=hal --arrange

The earlier runs create the TOC etc. and the last run arranges the pages (and 
also destroys the work files) But the TOC has already been added before the 
file-icide takes effect.  
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Anyone for Garamond?

2006-12-05 Thread John R. Culleton
On Tuesday 05 December 2006 13:01, Thomas A. Schmitz wrote:
 On Dec 5, 2006, at 6:57 PM, luigi scarso wrote:
  There are no error messages, but no Garamond either. But this works:
 
   \font\rmm 8r-raw-AGaramond-Regular at 10pt
  \rmm
 
  Strange, at least your log should be report something like 'font
  xxxyyy not found'
  maybe
  \definetypeface [AGaramond] [rm] [serif] [garamond] [default]
  [encoding=8r]
  instead of
  \definetypeface [MyGaramond] [rm] [serif] [garamond] [default]
  [encoding=8r]
  luigi

 \loadmapfile[8r-adobe-garamond.map] == Better put this in the
 typescriptfile
I still need it in the document. Otherwise it tries to make bitmap files etc.  
 \usetypescriptfile[type-agaramond.tex]
As before.
 \usetypescript[garamond]== \usetypescript[AGaramond]
Yes!
 \setupbodyfont[AGaramond,10pt]  == \setupbodyfont[MyGaramond]

Yes!
 HTH
It did. Many thanks to both. Luigi's solution might also work.  

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Context and eplain.tex

2006-12-05 Thread John R. Culleton
These two excellent macro sets continue to be incompatible.  Currently this is 
the error message I get when I do an \input eplain.tex in a Context document,  
using the latest eplain.tex  version 3.1:
--
(./eplain.tex
! No room for a new \count .
[EMAIL PROTECTED] ...\else \errmessage {No room for a new #3}
   \fi
\newinsert ...nt [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] \count
  [EMAIL PROTECTED] [EMAIL 
PROTECTED] \dimen 
\...
l.2128 [EMAIL PROTECTED]
-
I had patched an earlier version of eplain by commenting out one line and it 
would work with Context. But that line seems not to exist any more. It was:
%\def^^L{\par}%


Am I the only one that tries to use these two in the same document run?

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Why must I move frame to center it?

2006-11-28 Thread John R. Culleton
On Monday 27 November 2006 19:44, Aditya Mahajan wrote:
 \definepapersize  [bok]   [width=6.0in,height=9.0in]
 \setuppapersize   [bok]   [letter]
 \setuplayout
 [marking=on,margin=.5in,textwidth=4.5in,width=middle,location=middle]
 \setupcolors      [state=start]


 \noheaderandfooterlines

 \startuseMPgraphic{bg}
      boolean debug ; debug := false ;
      path Page ; Page = (fullsquare xyscaled (\overlaywidth,
 \overlayheight)) ;
      path p ; p := Page enlarged  -10mm ;
      path q ; q := Page enlarged  -15mm ;
      if debug :
        draw Page  withcolor green;
        draw p withcolor red ;
        draw q withcolor blue ;
      fi ;
      drawoptions(withcolor .85white) ;
      fill reverse topboundary    q -- topboundary    p -- cycle ;
      fill reverse bottomboundary q -- bottomboundary p -- cycle ;
      drawoptions(withcolor .65white) ;
      fill reverse leftboundary   q -- leftboundary   p -- cycle ;
      fill reverse rightboundary  q -- rightboundary  p -- cycle ;
      setbounds currentpicture to Page ;
 \stopuseMPgraphic

 \defineoverlay[coverpage][\useMPgraphic{bg}]

 \starttext
 \setupbackgrounds[page]
                   [background=coverpage]

 \centerline{Part I}
 \vskip .4in
 \centerline{Prerequisite for Success:}
 \vskip .2in
 \centerline{A Thorough Understanding}
 \vfil
 \tfa

 \page[yes]
 \setupbackgrounds[page]
                   [background=]

 \input knuth

 \stoptext

That works perfectly without my kludgy workarounds.  Therefore that is what I 
will use!

Many thanks.
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] Why must I move frame to center it?

2006-11-27 Thread John R. Culleton
On Sunday 26 November 2006 11:27, Hans Hagen wrote:
 setbounds currentpicture to Page ;

Unfortunately the recommended line had no effect.  Did I put it in the right 
place? 
So here is the file that works (so far!) 

\setupoutput[pdftex]
\definepapersize[bok][width=6.0in,height=9.0in]
\setuppapersize[bok][letter]
\setuplayout[marking=on,margin=.5in,textwidth=4.5in,width=middle,location=middle]
\input fonts.tex
\setupcolors[state=start]
\starttext
\noheaderandfooterlines
\startuseMPgraphic{bg}
StartPage ;
  setbounds currentpicture to Page ;
  path p ; p := Page enlarged  -10mm ;
  path q ; q := Page enlarged -15mm ;
  drawoptions(withcolor .85white) ;
  fill reverse topboundaryq -- topboundaryp -- cycle ;
  fill reverse bottomboundary q -- bottomboundary p -- cycle ;
  drawoptions(withcolor .65white) ;
  fill reverse leftboundary   q -- leftboundary   p -- cycle ;
  fill reverse rightboundary  q -- rightboundary  p -- cycle ;
StopPage ;
\stopuseMPgraphic
\vglue -1.55in
\hglue -.75in
\useMPgraphic{bg}
\vglue -6.5in
%\hglue .2in
\BigSans
\centerline{Part I}
\vskip .4in
\Mythe
\centerline{Prerequisite for Success:}
\vskip .2in
\centerline{A Thorough Understanding}
\vfil
\tfa
\page[yes]
\stoptext




-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


[NTG-context] Why must I move frame to center it?

2006-11-24 Thread John R. Culleton

I am using some old code that Hans provided to create a pretty frame around 
some text, for purposes of a Part  header page. Here is my current test 
file:
--
\setupoutput[pdftex]
\definepapersize[bok][width=6.0in,height=9.0in]
\setuppapersize[bok][letter]
\setuplayout[marking=on,margin=.5in,textwidth=4.5in,width=middle,location=middle]
\setupcolors[state=start]
\starttext
%\startstandardmakeup
\noheaderandfooterlines
\startuseMPgraphic{bg}
StartPage ;
  path p ; p := Page enlarged  -10mm ;
  path q ; q := Page enlarged -15mm ;
  drawoptions(withcolor .85white) ;
  fill reverse topboundaryq -- topboundaryp -- cycle ;
  fill reverse bottomboundary q -- bottomboundary p -- cycle ;
  drawoptions(withcolor .65white) ;
  fill reverse leftboundary   q -- leftboundary   p -- cycle ;
  fill reverse rightboundary  q -- rightboundary  p -- cycle ;
StopPage ;
\stopuseMPgraphic
\vglue -1.55in  %???
\hglue -.75in%??? 
\useMPgraphic{bg}
\vglue -6.5in
\hglue .2in
\centerline{\bf Here is some text}
%\stopstandardmakeup
\stoptext
-

Now here is my question: why must I use the negative \vglue and \hglue lines 
(arrived at by experimentation) to place the frame properly on the page? Did 
I mess something up?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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


Re: [NTG-context] How to make copyable Chinese documents ?

2006-10-03 Thread John R. Culleton
On Tuesday 03 October 2006 01:04, [EMAIL PROTECTED] wrote:
 Hi,

 My friends can use LaTeX+CJK or LaTeX+CCT to generate Chinese documents
 the Chinese characters in which can be selected and copied. The
 procedure is using
  LaTeX to convert .tex file to .dvi, then using gs to convert .dvi to .pdf.

 I can use ConTeXt to generate .pdf file directly from .tex. and the Chinese
 characters can be selected, but when I try to paste it to another text
 editor, it
 looks like this üèÃËÂæúïÅ«§ÍÔ.

 I am using chinese module in ConTeXt version before 2005.12.19. Will the
 new
 version of ConTeXt fix this.

 Regards,

 Xiao Jianfeng

Cut and paste are not TeX functions. Your operating system and
GUI may be set up differently from your friend. If you exchange
PDF files with him I think you will find that he can cut and paste
successfully from your pdf and you will still have a problem with
cut and paste from his.  

I cannot help you further without having some clue as to the
Operating System in use on each computer. Also, what text editor
are you using? Is it the same as his text editor?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] table: code doesn't work any more with recent beta

2006-10-02 Thread John R. Culleton
On Monday 02 October 2006 13:07, Wolfgang Schuster wrote:
 On Sun, 01 Oct 2006 22:42:03 +0100

 Sanjoy Mahajan [EMAIL PROTECTED] wrote:
  I'd seen a similar problem but didn't manage to catch it before it
  slithered away.  But I'm pretty sure it used to work (perhaps with an
  August 06 release).

Worst case as an emergency fix you could pick up the table module 
from the texsis suite: TXSruled.tex. I use it all the time in plain tex and
pdfetex. It will work in Context too. Here is a sample:
\input TXSruled.tex
...
\ruledtable
VENDOR \cr
John Culleton \hfill\crnorule
Able Indexers and Typesetters\hfill\crnorule
2401 Haight Avenue\hfill\crnorule
Eldersburg, MD 21784 \hfill
\endruledtable

I find this style of coding less cumbersome than the one adopted for
Context, with all the capitalizations etc.  

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] A new manual

2006-09-29 Thread John R. Culleton
On Friday 29 September 2006 10:19, [EMAIL PROTECTED] wrote:
 On 9/28/06, John R. Culleton [EMAIL PROTECTED] wrote:
  What is needed now for greater acceptance of Context is not new
  features but a new manual, perhaps a multi volume set with a
  common index. The 2001 manual is great, but many of the features
  discussed daily here are not in it. One must chase around the
  wiki and the individual manuals like details, and that is not
  satisfactory from the point of view of the new user. Most of us
  have memorized the locations of key information but newcomers
  have not.

 I don't agree that lack of a current manual is a big problem for
 potential users of ConteXt. In my experience, the biggest problem is
 with the 3rd party tools (perl, ghostscript, ruby) on Win32 and legacy
 commercial unix (where ruby is not provided and the system perl will
 be a very old version).

Interesting. There are minimal Context distros for each of the
major platforms. Does the Win verson include the missing
compilers? 
 You can write simple LaTeX documents without working 3rd party tools
 (MikTeX-2.5 seems to provide ghostscript), but you need perl and ruby
 before you can format anything in ConTeXt.  There should be some tools
 to check the functioning and versions of ghostscript, perl, and ruby.
 A VMWare player appliacance might be helpful for people with current
 Win32 systems (e.g., ample CPU, disk, and RAM).

  If a consolidated manual set were offered for sale there would be a
  lot of customers. Or an abridged version, something like the
  1999 Excursion manual but expanded and updated, would be a
  possibility.

 Any printed manual will soon become stale.  What is needed is an
 introductory manual
 for new users together with an ongoing process to provide current
 information.  The wiki is a good start, but there needs to be more
 effort to ensure that the sources can be used as the definitive
 manual.  The introductory manual should devote considerable space to
 explaining how to find current information in the wiki and or using
 the source files.

My preferences in order are printed book, downloadable source,
downloadable pdf and online anything. Information needs to be
structured, indexed, portable, easily readable. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] Problem with ConTeXt installation

2006-09-29 Thread John R. Culleton
On Friday 29 September 2006 09:45, Jeremy Johnson wrote:
 I'm having problems starting ConTeXt with texexec
 on my Gentoo system.

 I've installed ConTeXt using the MikTeX Package Manager:

Miktex is for Windows, not Linux. Try another distro, such as TeX
Live or the the minimal distro at the Context site,
www.pragma-ade.nl
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] A new manual

2006-09-28 Thread John R. Culleton
What is needed now for greater acceptance of Context is not new
features but a new manual, perhaps a multi volume set with a
common index. The 2001 manual is great, but many of the features
discussed daily here are not in it. One must chase around the
wiki and the individual manuals like details, and that is not
satisfactory from the point of view of the new user. Most of us
have memorized the locations of key information but newcomers
have not.

If a consolidated manual set were offered for sale there would be a
lot of customers. Or an abridged version, something like the
1999 Excursion manual but expanded and updated, would be a
possibility. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Imorting multiple page pdf.

2006-09-27 Thread John R. Culleton
Some of my friends over on the Scribus list are struggling with
pamphlet layout and so on. It occured to me that if a multiple
page pdf created by Scribus were inserted into a Context file
then the Context prepress manipulation could be used to set it
up. Here is an edited fragment of an actual Context file I use every
other month:
--
\setupoutput[pdftex]
%%
\setuplayout[textwidth=4.25in,
location=middle,
footer=10pt,
header=0pt,
backspace=.75in,
textheight=8in],

\startmode[hal]
\definepapersize[halff][width=5.5in,height=8.5in]
\definepapersize[ful][width=8.5in,height=11in]
\setuppapersize[halff][ful]
\setuparranging[2UP,rotated,doublesided]
\stopmode
%%
%%
--
Now is there a way to bring in properly sized pdf pages after 
this point and have them rearranged by Context? 

Could the whole file be brought in with one command?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Making context produce dvi file.

2006-09-11 Thread John R. Culleton
For one recurring task I first produce a booklet version 5.5. x
8.5in, then a straight pdf 8.5 x 11in, all controlled by modes. The
third format is plain text. Others recommend dvi2tty for this
conversion. But how do I get Context to produce a dvi file? The
Context manual does not make this clear.

I am on a Linux system.  

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com





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


Re: [NTG-context] Making context produce dvi file.

2006-09-11 Thread John R. Culleton
On Monday 11 September 2006 11:21, Hans Hagen wrote:
 Mari Voipio wrote:
  On Mon, 11 Sep 2006, John R. Culleton wrote:
  But how do I get Context to produce a dvi file?

 texexec --dvips yourfile

 Hans

Thanks! 
That works after excising some grqphics. Just as a matter of
curiosity, why is the parameter --dvips and not dvi? 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] typesetting verse?

2006-08-23 Thread John R. Culleton
On Tuesday 22 August 2006 23:39, Derek Schmidt wrote:
 Hi,

 Another simple question--have at it!

 I'd like to typeset some poetry. It should be indented, obey lines,
 and the lines should be close together, not like separate paragraphs.
 So far I've got

 \definestartstop[verse][commands=\obeylines]


 What next?

 All best,
 Derek
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

In a book being set in plain pdftex I used the following;

\newcount\numberoflines
\newcount\stanza
\stanza=5


\def\bpoem{%
\\
\begingroup
\everypar={\kern .18\hsize\advance\numberoflines1
\ifodd\numberoflines
\ifnum\numberoflines=\the\stanza
\vskip-\baselineskip\medskip\numberoflines=0\relax\fi%
\else%
\quad\fi}%
\obeylines}

\def\epoem{\everypar={}\par\endgroup\bigskip}

For each poem the quantity \stanza would be set first. Stanza is
the number of lines in each stanza plus one. A four lines per
stanza poem gets the value of 5.

Then the poem would be enclosed in \bpoem \epoem statements. 

Most pdftex statements will execute in Context. But if not, then
the above can be used as pseudocode to guide the process. 


The poems themselves would look like e.g:

\bpoem
`` The things of Christ the Spirit takes,
And to our heart reveals,
Our bodies He His temple makes,
And our redemption seals.

Almighty Spirit! Visit thus,
Our hearts, and guide our ways,
Pour down thy quickening grace on us,
And tune our lips to praise.''
\epoem

Most pdftex statements will execute in Context. But if not, then
the above can be used as pseudocode to guide the process. 



-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



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


Re: [NTG-context] Message supression revisited.

2006-08-23 Thread John R. Culleton
On Wednesday 23 August 2006 00:13, Aditya Mahajan wrote:
 On Tue, 22 Aug 2006, John R. Culleton wrote:
  I compile a Context file using an F key in my Gvim session. I
  I waste a lot of time watching messages scroll past in my Gvim
  window. What I am looking for is a command line switch or a
  combination of command line switches that will suppress ALL
  messages except for:
  1. error messages that cause the compile to halt.
  2. The message(s) that tells me that compilation is completed.
  If necessary I can live without this message.

 How about a different approach. Set the makeprg to texmfstart texexec.
 Then set the appropriate errorformat. Then map your F key to :make |
 copen. That way, vim will parse texexec's output and show only the
 lines that have errors in the copen window.

Very interesting approach.  But it would be better if the
nonfatal error messsages were not issued in the first place. I
will try what you suggest and see how the timing is. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



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


[NTG-context] Message supression revisited.

2006-08-22 Thread John R. Culleton
I compile a Context file using an F key in my Gvim session. I
I waste a lot of time watching messages scroll past in my Gvim
window. What I am looking for is a command line switch or a
combination of command line switches that will suppress ALL
messages except for:
1. error messages that cause the compile to halt.
2. The message(s) that tells me that compilation is completed. 
If necessary I can live without this message. 

With most programs one can divert all ordinary messages to
/dev/null but fatal error messages still return to the console or
the console-equivalent (the 2 messages in Linux-speak.).

Can this be done? Is there a way to modify texexec.rb to do this? 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Purpose(s) of texmfstart

2006-08-16 Thread John R. Culleton
I have read a great deal about the details of texmfstart. I still
don't have a handle on what its purpose is. Did anyone write a
manual on the program or create a comprehensive wiki entry?

BTW I solved my problem with texmfstart and with upgrading
Context in general by creating the separate, standalone minimal
Context-Linux installation as described in an earlier post, which
pointed to a long wiki, which fortunately I could take and use as
a script. 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] Purpose(s) of texmfstart

2006-08-16 Thread John R. Culleton
On Wednesday 16 August 2006 14:09, Taco Hoekwater wrote:
 John R. Culleton wrote:
  I have read a great deal about the details of texmfstart. I still
  don't have a handle on what its purpose is. Did anyone write a
  manual on the program or create a comprehensive wiki entry?

 I love easy questions:

http://www.pragma-ade.com/general/manuals/mtexmfstart.pdf

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

Hmm. It seems to be a solution to problems I have not yet
encountered. So I will proceed with just plain texexec
unless/until someone says texmfstart is required for some reason.

Thanks as always for a prompt and useful reply. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] --silent switch seems not to work.

2006-08-14 Thread John R. Culleton
On Saturday 12 August 2006 13:52, Taco Hoekwater wrote:
  I am using texexec 5.4.3. I get warning messages telling me to
  use texmfstart instead but since that script is not functional on my

 What do you mean with 'not functional'? No ruby installed?

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

It simply does nothing. If ruby were not installed I would get
an error message of some sort. It just exits immediately 

In fact 
ruby --help gives me instructions for using ruby so it is
installed. 

BTW The trick you gave me with cont-sys.tex eliminates the font
messages after the first pass. Thanks!
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] --silent switch seems not to work.

2006-08-12 Thread John R. Culleton
The --silent parameter seems to have no effect. I still get
messages listing every  typescript in use on every pass: e.g.,
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
(./type-charter.tex

The above is repeated about four times. 

All this trivia slows down the compile process significantly.

I am using texexec 5.4.3. I get warning messages telling me to
use texmfstart instead but since that script is not functional on my
machine I just use texexec. It seems to work OK except
for the --silent script. 

On Linux I can always say:
texexec book.tex /dev/null

but this obscures error messages as well.

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Vendor for Lucida Bright

2006-08-11 Thread John R. Culleton

Many of the Context manuals are set in Lucida-Bright. From what
vendor was this specific font obtained?
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Success and a question.

2006-07-26 Thread John R. Culleton
I successfully updated to the latest cont-tem zip but it wasn't
easy.

Karl Berry suggested the following:

cd $TMPDIR
dir=`pwd`
wget http://www.pragma-ade.com/context/current/cont-tmf.zip
cd /wherever/texmf-dist
unzip -t $dir/cont-tmf.zip /tmp/z
unzip -q $dir/cont-tmf.zip

rm web2c/natural.tcx
mv web2c/context.cnf ../texmf/web2c

# [stuff to update the repository]

I did the above with embellishments. Since I have had continual
trouble, even when I reloaded texlive 2005, I started with a new
partition (Slackware 10.2) and a fresh texLIve installation. I
followed the Berry routine. At the end I did:
 texhash 
fmtutil --all 
texhash 
(One cannot do texhash too often.) I tested this on
a known file and it worked. Now I went to my production
partition, wiped out the 2005 directory and copied the 2005
directory from my test partition. After the usual texhash and
fmtutil bowing and scraping I now have an up-to-date context
installation that seems to work OK.

Now for the question:
When I process a tex file with texexec I get a pdf file and a
warnig message that says warning use tekmfstart texecec
instead.  Well the bare texexec seems to work OK but the
command;
texmfstart texexec book.tex
exits immediately with no output. 

Am I using texmfstart correctly? 

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] Fleurons

2006-07-23 Thread John R. Culleton
On Thursday 02 June 2005 18:25, Hartmut Henkel wrote:
 On Thu, 2 Jun 2005, John R. Culleton wrote:
  (K.I.S.S. = Keep it simple silly.)

 wasn't the 2nd S. stupid?

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

A late response:

Yes, but I try to be nice. I never know whose help I may need
someday :)
-- 
John Culleton
Able Indexing and Typesetting


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


Re: [NTG-context] Charts, Graphs, Tufte, and ConTeXt

2006-07-22 Thread John R. Culleton
On Friday 21 July 2006 15:22, David Wooten wrote:
 Mojca Miklavec wrote:
  Thus I'm curious as to what others use... is R an efficient method to
  produce elegant charts? Is straight MetaPost preferable?
 
  With metapost you can surely achive most beautiful results and it is
  not as difficult to learn as TeX-programming. Of course you might need
  more time to draw what you need or to write your own set of macros,
  but if you have high demands about quality this might be the way to
  go.
 
  However, if you prefer doing it quicly using the existing tools (be
  aware that you have to learn how to use those tools as well), R or
  gnuplot might be an interesting choice. You'll be limited by the power
  of those two tools, but in most cases they should suffice for the
  normal usage.
 
  The gnuplot module is still in development (I've been just begging
  Hans for help a few hours ago ;). Take a look at the demo section of
  gnuplot (http://gnuplot.sourceforge.net/demo_4.1/) to see if it can
  offer you what you want to do. In that case ask on the list again,
  I'll give you further pointers how to use it with ConTeXt
  (http://pub.mojca.org/gnuplot).
 
  But basically you can take any program to draw graphs and include the
  resulting PDFs. I'm afraid that the macros from the paper which you
  pointed to, use some PostScript code that cannot be handled as-is (you
  need some conversion to PDF first) and I'm affraid that the effort put
  into making it work woudn't pay off now that you have a great varienty
  of other plotting programs, including metapost itself (esp. if the
  package has never been released - you'll probably hardly get any
  support for it).
 
  Mojca

 Thanks very much for your reply. Your advice seems strong, and in truth
 I have been intrigued by MetaPost for many years. This certainly seems a
 valid excuse to delve into it ;)

 David
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
I have always found Pstricks to be very useful. There is a module
m-pstric.tex 
that you can look at. 
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


[NTG-context] Problem with \typefile

2006-07-19 Thread John R. Culleton
I use the lines:
\typefile {samp.tex}{samp.tex}
\page[yes]
\stoptext % For debugging purposes

The file samp.tex contains ascii tex from the sample files 
knuth, zapf and tufte, concluded by the single tag \bye. 

The document compiles fine and displays fine in xpdf or kpdf 
(Linux).
 But Acrobat Reader 7.0 (Linux) comes up with the message there was a
problem with this document and displays two blank pages instead.
It will however display the rest of the document if the \stoptext
statement above is removed. 




-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com



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


Re: [NTG-context] Problem with \typefile

2006-07-19 Thread John R. Culleton
On Wednesday 19 July 2006 11:21, Taco Hoekwater wrote:
 John R. Culleton wrote:
  The document compiles fine and displays fine in xpdf or kpdf
  (Linux).
   But Acrobat Reader 7.0 (Linux) comes up with the message there was a
  problem with this document and displays two blank pages instead.
  It will however display the rest of the document if the \stoptext
  statement above is removed.

 I cannot reproduce that problem. I guess the exact contents of
 samp.tex is a key ingredient so if it is not too big ...

 (and check your log for font mapping issues)

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

This was truly a wierd one. Way back in my subfile macros.tex I
had an erroneous statement:

\setuptyping [option=tex]

This compiled clean and the resulting pdf could be read in xpdf.
But Acrobat Reader didn't like it. 

I have no memory of when or how I came up with that option. 

To find the problem first I commented out 
\input macros.tex
which identified where the problem was. Then
I commented out the whole macros.tex file (128 lines), 
and uncommented it block by block until I found the culprit. 

Whew!
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com




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


Re: [NTG-context] table numbering

2006-07-19 Thread John R. Culleton
On Wednesday 19 July 2006 13:30, Peter Münster wrote:
 Hello,
 in the following example, the first table gets the number 1 and the second
 table the number 0 !
 Could someone help please?
 Cheers, Peter

 \setupoutput[dvi]
 \starttext
 \placetable[][tab1]{bla}{
   \bTABLE
 \bTR\bTD bla\eTD\eTR
   \eTABLE}
 \placetable[][tab2]{bla}{
   \bTABLE
 \bTR\bTD bla\eTD\eTR
   \eTABLE}
 \stoptext

The following works correctly for me:

\setupoutput[pdf]
\starttext
\placetable[][tab1]{bla}{
  \bTABLE
\bTR\bTD firstbla\eTD\eTR
  \eTABLE}
\placetable[][tab2]{bla}{
  \bTABLE
\bTR\bTD secondbla\eTD\eTR
  \eTABLE}
\stoptext

See if my version works for you.
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com


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


Re: [NTG-context] [OT] Is Indesign CS 2 better than ConTeXt ?

2006-07-01 Thread John R. Culleton
On Thursday 25 May 2006 07:52, luigi scarso wrote:
 OK, it is a big OFF TOPIC.
 Some notes
 * the Elements of Typographic Style was made with Indesign (true or
 false?) and the only
 words about TeX is an url (true or false ?)
 * indesign eat xml
 * there is an indesign server; maybe actually too much complex, but in
 the future?
 * I don't know if IDCS2 has some programming capabilities like ConTeXt
 Ofcourse :
 *IDCS2 come from Adobe, so it has the feature of latest pdf spec.;
 *IDCS2 is WYSIWYG
 * (...possibly many others...)

 But there is one important point:
 Can IDCS2 be view as candidate for automatic typesetting (xml-IDCS2-pdf) 
 ?

InDesign is partly based on TeX, and can yield fine results. But
it is not free of problems. It is, like most commercial and some
Open Source products, page oriented instead of document oriented.
ID shows its feet of clay when a document that is already
completed needs to be altered. Please see the archives of
Pub-Forum and the threads titled: Another Indesign question:
copyfitting.

TeX is hardly perfect. But every problem discussed on that
rather long thread is a non-problem in TeX.  There is a lack of
flexiblity with ID that I found rather shocking. 

My advice: look before you leap. 
 luigi
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context

-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


[NTG-context] INstall minimal context system.

2006-06-25 Thread John R. Culleton
I downloaded the justtex.zip and the context-linux.zip files
into a work directory /usr/local/cont and unzipped them. Then I
cd to the tex directory under that work directory. I made the  
the setuptex file executable and executed it with no apparent
effect. Then I changed the path to point to
/usr/local/cont/tex/texmf-linux/bin and ran mktexlsr. It followed
the new path. I ran texexec --make --alone and it seemed to be
successful. Ran mktexlsr again. Then I ran a test program in
another directory. It could not find cont-en.fmt. In fact this
file or anything similar to this file does not exist in this
tree, although it existed in my previous tetex tree and exists in
my texlive tree. 

How do I create and/or download this file?

-- 
John Culleton


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


Re: [NTG-context] Linux upgrade

2006-06-23 Thread John R. Culleton
On Thursday 22 June 2006 09:37 pm, Aditya Mahajan wrote:
 Hi John,
   Others will be able to tell you better on how to upgrade on Linux (I
 myself use windows) but

  standard /usr/share/texmf tree. No joy. I get messages telling me to use
  the texmfstart command instead. This is as I recall a Windows thingie.

 you need texmfstart on linux also. Does everything work fine if you
 use texmfstart?

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

Not yet. I am unsure what texmfstart is supposed to do. It is a
Ruby script. Does it replace texexec or does it manage texexec? 

Anyhow back to the starting line. I have reinstalled the version
of tetex that comes with Slackware 10.2 so at least I am
operational. I have in addition downloaded the iso's for
slackware-current. I tried upgrading just the TeX part of
Slackware but there are too many differences in libraries between
Slack 10.2 and Slack current. 

For my next step I will install Slack-current on a spare
partition. Then I will test Context there and note the version.
If it is fairly recent then I will proceed using that partition.
If not, then I may experiment with the many and various
suggestions for upgrading.  

My thanks to all who replied. I am hanging in there. Someday I
will get the upgrade going, but probably not today. 
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


Re: [NTG-context] Linux upgrade

2006-06-23 Thread John R. Culleton
On Friday 23 June 2006 12:34 pm, Peter Münster wrote:
 On Thu, 22 Jun 2006, John R. Culleton wrote:
  So next I tried linux binaries only. Still no joy.

 Hello John,
 you could try the tetex-rpm from http://pmrb.free.fr/work/OS/ConTeXt/tetex/
 It has the latest ConTeXt (also latest pdfTeX and MetaPost) and a command
 updateConTeXt.sh to easily update to the most recent ConTeXt.
 Cheers, Peter
Now that is in interesting download. I see the following files
and instructions:

tetex-3.0-3.i586.rpm-1  20-Jun-2006 17:54  66.8M  
[   ] tetex-3.0-3.i586.rpm-2  20-Jun-2006 17:56  41.8M  
[SND] tetex-3.0-3.nosrc.rpm   20-Jun-2006 17:5611k  
[   ] tetex-3.0-3.src.rpm-1   20-Jun-2006 17:58  66.8M  
[   ] tetex-3.0-3.src.rpm-2   20-Jun-2006 18:01  62.0M  
[SND] tetex-3.0-4.nosrc.rpm   21-Jun-2006 21:3511k  

To get the package tetex-3.0-3.i586.rpm, you need to do
cat tetex-3.0-3.i586.rpm-1 tetex-3.0-3.i586.rpm-2 tetex-3.0-3.i586.rpm

To get the package tetex-3.0-3.src.rpm, you need to do
cat tetex-3.0-3.src.rpm-1 tetex-3.0-3.src.rpm-2 tetex-3.0-3.src.rpm

Both packages can be build from tetex-3.0-3.nosrc.rpm

Peter


OK if I catenate the two 586 files, I get one rpm. Presumably I
can just unpack the rpm and go. Or do I need to do something
with one of the two nosrc RPMs? And why are there two nosrc RPMs? 
I'm a tarball guy myself, although Slack has an RPM command too.
Anyhow the first two are downloading right now. Stay tuned.
Advice welcome. 
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


Re: [NTG-context] Linux upgrade

2006-06-23 Thread John R. Culleton
On Friday 23 June 2006 12:34 pm, Peter Münster wrote:
 On Thu, 22 Jun 2006, John R. Culleton wrote:
  So next I tried linux binaries only. Still no joy.

 Hello John,
 you could try the tetex-rpm from http://pmrb.free.fr/work/OS/ConTeXt/tetex/
 It has the latest ConTeXt (also latest pdfTeX and MetaPost) and a command
 updateConTeXt.sh to easily update to the most recent ConTeXt.
 Cheers, Peter

Well I downloaded the two files, catenated them into one called
tetex.rpm, and then tried to unpack the result with rpm -i tetex.rpm
I got a fistful of spurious error messages. So I missed something
somewhere. Any hints?

-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


Re: [NTG-context] Long listing of typescript files

2006-06-22 Thread John R. Culleton
On Thursday 22 June 2006 03:30 am, Hans Hagen wrote:
 John R. Culleton wrote:
  For every run of texexec no matter how trivial I get a list of it
  seems all the available typescript files and map files. Is this
 
 
  normal? E.g.:
  
  (/usr/share/texmf/tex/context/base/type-syn.tex)
  (/usr/share/texmf/tex/context/base/type-enc.tex)
  (/usr/share/texmf/tex/context/base/type-dis.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex)
  (/usr/share/texmf/tex/context/base/type-map.tex)
  (/usr/share/texmf/tex/context/base/type-spe.tex)
  (/usr/share/texmf/tex/context/base/type-exa.tex)
  (/usr/share/texmf/tex/context/base/type-akb.tex)
  (/usr/share/texmf/tex/context/base/type-syn.tex)
  (/usr/share/texmf/tex/context/base/type-enc.tex)
  (/usr/share/texmf/tex/context/base/type-dis.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex)
  (/usr/share/texmf/tex/context/base/type-map.tex)
  (/usr/share/texmf/tex/context/base/type-spe.tex)
  (/usr/share/texmf/tex/context/base/type-exa.tex)
  (/usr/share/texmf/tex/context/base/type-akb.tex)
  (/usr/share/texmf/tex/context/base/type-syn.tex)
  (/usr/share/texmf/tex/context/base/type-enc.tex)
  (/usr/share/texmf/tex/context/base/type-dis.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex)
  (/usr/share/texmf/tex/context/base/type-map.tex)
  (/usr/share/texmf/tex/context/base/type-spe.tex)
  (/usr/share/texmf/tex/context/base/type-exa.tex)
  (/usr/share/texmf/tex/context/base/type-akb.tex)
  (/usr/share/texmf/tex/context/base/type-syn.tex)
  (/usr/share/texmf/tex/context/base/type-enc.tex)
  (/usr/share/texmf/tex/context/base/type-dis.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex)
  (/usr/share/texmf/tex/context/base/type-map.tex)
  (/usr/share/texmf/tex/context/base/type-spe.tex)
  (/usr/share/texmf/tex/context/base/type-exa.tex)
  (/usr/share/texmf/tex/context/base/type-akb.tex)
  (/usr/share/texmf/tex/context/base/type-syn.tex)
  (/usr/share/texmf/tex/context/base/type-enc.tex)
  (/usr/share/texmf/tex/context/base/type-dis.tex)
  (/usr/share/texmf/tex/context/base/type-siz.tex)
  (/usr/share/texmf/tex/context/base/type-map.tex)
  (/usr/share/texmf/tex/context/base/type-spe.tex)
  (/usr/share/texmf/tex/context/base/type-exa.tex)
  (/usr/share/texmf/tex/context/base/type-akb.tex)
  (/usr/share/texmf/tex/context/base/type-pre.tex)

 this is normal, since type-* files are not preloaded (unless you say:

 \preloadtypescripts

OK but this raises another question. Why does it preload the same
scripts over and over again? A close examination of the above
list shows considerable repetition.  There are 8 files reloaded
five times each (I think.)

I will go for \preloadtypescripts as you suggest.
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


[NTG-context] Linux upgrade

2006-06-22 Thread John R. Culleton
I have been working with two versions of TeX, neither one of
which is new enough to accomodate all the latest Context bells and
whistles.  I tried downloading context.zip and installing it on my
standard /usr/share/texmf tree. No joy. I get messages telling me to use the
texmfstart command instead. This is as I recall a Windows thingie.
So next I tried linux binaries only. Still no joy.
 

Let me start all over. Assuming a working TeX installation
(either tetex or texlive 2005) what incantation must I perform to
upgrade to the latest stable Context and what specific zip file
should I use? 

It appears that Context is set up primarily for Windows but I use
Slackware Linux 10.2. 

-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


[NTG-context] Long listing of typescript files

2006-06-21 Thread John R. Culleton
For every run of texexec no matter how trivial I get a list of it
seems all the available typescript files and map files. Is this
normal? E.g.:

(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-syn.tex)
(/usr/share/texmf/tex/context/base/type-enc.tex)
(/usr/share/texmf/tex/context/base/type-dis.tex)
(/usr/share/texmf/tex/context/base/type-siz.tex)
(/usr/share/texmf/tex/context/base/type-map.tex)
(/usr/share/texmf/tex/context/base/type-spe.tex)
(/usr/share/texmf/tex/context/base/type-exa.tex)
(/usr/share/texmf/tex/context/base/type-akb.tex)
(/usr/share/texmf/tex/context/base/type-pre.tex)
bodyfont: unknown variant Charter
) (/usr/share/texmf/tex/plain/pdfcolor/pdfcolor.tex) (./jun06.tuo) 
(./jun06.tuo
) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo)
(./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo)
(./jun06.tuo)
fonts   : using map file: texnansi-public-lm.map
fonts   : using map file: original-public-vnr.map
fonts   : using map file: original-public-csr.map
fonts   : using map file: original-public-plr.map
fonts   : using map file: original-public-lm.map
fonts   : using map file: original-ams-euler.map
fonts   : using map file: original-ams-cmr.map
fonts   : using map file: texnansi-base.map
fonts   : using map file: t5-base.map
fonts   : using map file: qx-base.map
fonts   : using map file: 8r-base.map
fonts   : using map file: ec-base.map
fonts   : using map file: ec-public-lm.map
fonts   : using map file: original-base.map
systems : begin file jun06 at line 4
(../head.tex ./oriole.jpg
figures : dimensions of ./oriole.jpg loaded from figurefile itself
(./jun06.tuo)) (../deadline.tex) (../content.tex (./jun06.tuo)) [1.1
{/usr/share
/texmf/fonts/map/dvips/context/original-empty.map}
{/usr/share/texmf/fonts/map/d
vips/context/texnansi-public-lm.map}
{/usr/share/texmf/fonts/map/dvips/context/o
riginal-public-vnr.map}
{/usr/share/texmf/fonts/map/dvips/context/original-publi
c-csr.map}{/usr/share/texmf/fonts/map/dvips/context/original-public-plr.map}
{/u
sr/share/texmf/fonts/map/dvips/context/original-public-lm.map}
{/usr/share/texmf
/fonts/map/dvips/context/original-ams-euler.map}
{/usr/share/texmf/fonts/map/dvi
ps/context/original-ams-cmr.map}
{/usr/share/texmf/fonts/map/dvips/context/texna
nsi-base.map}{/usr/share/texmf/fonts/map/dvips/context/t5-base.map}
{/usr/share/
texmf/fonts/map/dvips/context/qx-base.map}
{/usr/share/texmf/fonts/map/dvips/con
text/8r-base.map}{/usr/share/texmf/fonts/map/dvips/context/ec-base.map}
{/usr/sh
are/texmf/fonts/map/dvips/context/ec-public-lm.map}
{/usr/share/texmf/fonts/map/
dvips/context/original-base.map}] [2.2] (./calendar.tex
--

A few of these notations are specific to this application but ost
are just repetitive references. 
-- 
John Culleton


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


Re: [NTG-context] Optional Arguments for cite

2006-06-20 Thread John R. Culleton
On Monday 08 May 2006 02:57, Thomas A. Schmitz wrote:
 I'm not Taco...

 buy have a look at section 3.2 of the bibtex manual:

 \cite[extras={page~4}][key]

 HTH

 Thomas

Whazzup? My bibtex manual is from Boris Patashnik and has no
Section 3.2. Where is the URL for the newer manual?

(Awaking from a long slumber)
-- 
John Culleton


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


Re: [NTG-context] texexec

2006-06-19 Thread John R. Culleton
On Thursday 04 May 2006 18:03, Hans Hagen wrote:
 Hi,

 I'd like to make the ruby version of texexec the default. Are there any
 strong objections to this?

 Also, i'd like the stubs to run texmfstart as launcher. For that purpose
 i'll add a /scripts/context/stubs/[mswin|unix] path with the default stubs
 that one can copy to some bin path

 Hans

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

  | www.pragma-pod.nl

 -

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

I am of the school of If it ain't broke, don't fix it. Ruby
seems to be one of those small-market languages like Lisp etc.
and I worry when important software becomes dependent on such 
things. For example Xindy is dependent on I think Lisp and that
has handicapped its development and acceptance majorly. If
Slackware decides not to include Ruby any more then I will have a
problem. 

Of course as the developer you need to use the tool that fits your
hand best. And I did test out newtexexec (through a clumsy call)
and it seemed to work ok. I think the messages are different
however. I will have to do a differential to make sure. 

Are there things that can be done in Ruby that can't be done
conveniently in Perl? Conversely, are there things that can be
done in Perl that are more elegant than what can be done in Ruby?
I am thinking of perl/Tk for a nice gui interface for example. 

Just worrying out loud. 
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


[NTG-context] Ugly hack for multiple MSWord docs.

2006-06-15 Thread John R. Culleton
Frequently I find myself in the position of needing to combine
several MSWord and/or rtf documents into a single file for either
pdftex or Context. I have settled on this strategy. 

1. If necessary I convert the documents to rtf with Open Ofice
Writer. 
2. I convert the resulting  rtf documents to LaTeX using rtf2latex2e.
3. I need to rename some of the LaTeX commands to their plain 
TeX or Context equivalents, and simply ignore others. Instead of
editing each and every occurrence, I add the following to my
macros.tex file which heads up the document:

\def\documentclass{}
\def\newcommand{}
\def\usepackage{}
\def\tab{}
\def\hspace{}
\def\begin{}
\def\end{}
\def\textbf#1{\bf #1}
\def\nobreakspace{~}
\def\underline{}
\def\newpage{}
\def\textmd#1{\rm #1}
\def\textit#1{\it #1}
\def\large{\tfb}
\def\reg{\rm\char174\ }
\def\textregistered{\reg}
--

I create a master file that calls in each of the .tex files
and compile the whole goulash. If I missed a latex tag then I add
it to my \defs shown above and recompile until I get a
clean run. Now I have a readable pdf file and can start correcting
the format. 

The scattered Latex tags give me hints where centering etc. might
be needed even though the tags are inoperative in Context, thanks
to my nullifying \def statements shown above.  

Someday there will be an elegant solution to the MSWord to
Context problem. For now there is my ugly hack as described here.

-- 
John Culleton




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


Re: [NTG-context] Ugly hack for multiple MSWord docs.

2006-06-15 Thread John R. Culleton
On Thursday 15 June 2006 08:50, Hans Hagen wrote:
 John R. Culleton wrote:
  Someday there will be an elegant solution to the MSWord to
  Context problem. For now there is my ugly hack as described here.

 maybe the word xml output, since that can be parsed

 Hans
Interesting suggestion. I don't have a copy of MSWord. And my
clients are naive so that asking them to save in exotic formats
is likely to be unproductive. 

Open Office does not save as xml. Abiword, however does. In a
simplistic test case (Now is the time for all good men.)
Abiword saved the document as xml with a little coaxing and
texexec compiled it clean. So at least there is something there
to experiment with. 

Next I will try a real MSWord document, save it as xml from
Abiword, and see what Context does with it.

One question: How do I mix in the necessary Context commands such
as papersize, font selection etc.? What are the rules and no-nos
for blending Context commands into an xml document?

-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


Re: [NTG-context] Ugly hack for multiple MSWord docs.

2006-06-15 Thread John R. Culleton
On Thursday 15 June 2006 13:55, Hans Hagen wrote:
 John R. Culleton wrote:
  On Thursday 15 June 2006 08:50, Hans Hagen wrote:
  John R. Culleton wrote:
  Someday there will be an elegant solution to the MSWord to
  Context problem. For now there is my ugly hack as described here.
 
  maybe the word xml output, since that can be parsed
 
  Hans
 
  Interesting suggestion. I don't have a copy of MSWord. And my
  clients are naive so that asking them to save in exotic formats
  is likely to be unproductive.
 
  Open Office does not save as xml. Abiword, however does. In a

 hm, open offices uses xml as storage format, just save in oo format and
 unzip the file and you will end up with xml files

 (however, the xml is typical office xml, complete with tab elements that
 spoil the idea)

The abiword xml is neat and parsimonious thus:

--

!DOCTYPE book PUBLIC -//OASIS//DTD DocBook XML V4.2//EN
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd;

book
!-- 

 
--
!-- This DocBook file was created by AbiWord.  
--
!-- AbiWord is a free, Open Source word processor. 
   --
!-- You may obtain more information about AbiWord at www.abisource.com 
   
--
!-- 

 
--


chapter
title/title
section role=unnumbered
title/title
paraNow is the time for all good men./para
/section
/chapter
/book


The Open Office file unzipped is a lot more verbose and  a lot
less readable. There are five files in fact. The file content.xml
will in fact compile correctly via texexec and yield the expected
result. The character count in that file alone is three times
that of the corresponding Abiword xml output shown above.  

The experiments continue...
-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


Re: [NTG-context] Open Type fonts and Context

2006-06-12 Thread John R. Culleton
On Sunday 11 June 2006 11:17, Thomas A. Schmitz wrote:
 opentype installation context, google hit # 1:

 http://www.tug.org/pracjourn/2005-2/lindsay/lindsay.pdf

 Best

 Thomas

 On Jun 11, 2006, at 3:26 PM, John R. Culleton wrote:
  Is there a guide for installing Open Type fonts for use in
  Context?
 

I downloaded the guide and followed the directions carefully for
the antykwa otf font,  but as so often happens with texfont many
of the generated fonts could not be found and kpathsea tried to
create bitmaps instead. Here is the latest missfont.log:

mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaMed-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaLight-Regular--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaLight-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCondMed-Regular--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCondMed-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCondLight-Regular--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCondLight-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCond-Regular--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCond-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCond-BoldItalic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunskaCond-Bold--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunska-Regular--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunska-Italic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunska-BoldItalic--base
mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 
texnansi-LIGA-KERN-SMCP-AntykwaTorunska-Bold--base
--
It may be attributable to the fact that texfont tries to update
maps that are particular to my login name rather than the
original ones in /usr/local/texlive/2005/texmf
I tried specifying the /usr/local/texlive/2005/texmf path but
that doesn't help either. 


-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

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


  1   2   >