[NTG-context] Re: texshow and kpsewhich

2005-01-28 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Fri, 28 Jan 2005, Thomas Esser wrote:

> > to get texshow working with teTeX-2.99.10.20050123-beta, I needed to add
> > CONTEXTINPUTS = .;$TEXMF/tex/context//
> > to texmf.cnf
> 
> No, that sounds like texshow is using the wrong search path
>   --format='other ... files' --progname=context
> where it should better have been
>   --format=.tex --progname=context
> 
> Please, report this to Hans Hagen. It would be great to see a fix in
> one of the next days.

Since texshow is looking for xml-files, wouldn't it be better to say
--format=.xml ?

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \starttables and \footnote

2005-01-28 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Fri, 28 Jan 2005, Hans Hagen wrote:

> Peter Münster wrote:
> 
> > Perhaps, this is not possible with ConTeXt, but this is, what I'm looking
> > for:
> > - multi-page table with horizontal lines
> > - footnotes, that appear at bottom of each page
> > 
> > I've tried with \appendtoks \flushfootnotes \to \everyshipout
> > or \flushfootnotes in the table-tail, but this does not work neither...
> 
> maybe i need to make this configurable, just for the moment:
> 
> \setuplayout[height=8cm]
> 
> \bgroup
> \let\postponefootnotes\relax
> \starttabulate
> [...]

Thank you, Hans!
Unfortunately, there is still a small problem: since I need also table head
and table tail, and sometimes also vertical lines, I use \starttables.
With the following example, the first page begins a little bit lower and
overwrites the first footnote:

\setuplayout[height=8cm]

\starttext
\bgroup
\let\postponefootnotes\relax
\starttablehead
\HL
\NC command \NC meaning \NC\SR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|l|]
\NC \tex{NC}\NC next column\footnote{first footnote}\NC\FR
\dorecurse{10}{\NC \tex{MR} \NC middle row  \NC\MR}
\NC \tex{LR}\NC last row\footnote{last footnote}\NC\LR
\stoptables
\egroup

\stoptext

I tried some negative \vskip in the beginning, but without success...

Greetings, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Setting up a sombined list ...

2005-01-28 Thread Hans Hagen
Willi Egger wrote:
Hi,
I am trying to setup a special TOC which should show the version instead 
of a pagenumber. My approach was to setup newheads with \definehead[][]
and defining a new combined list.
The struggle is that I can't manage to get the list entries numbered and 
the lower level listentries are not indented as intended.

Could some one give me a clue where I am missing the proper options.
Please try the attached minimal file.
Tanks and kind regards
you set up a combined list with
\setupcombinedlist[Mycontent][pagenumber=no,distance=4em]
and not with
\setuplist[Mycontent][pagenumber=no,distance=4em]
Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TeX control sequence inside XML param

2005-01-28 Thread Hans Hagen
Vit Zyka wrote:
I s! I might come to me... Actually I'd like to solve a bit more 
complex task:
some day ...
 \externalfigure[\filewithpath][\param]}}%
you need to expand the parameters
  \expanded{\external...[...][...]}
food for thought ... (and the wiki)
\starttext
\useMPlibrary[dum]
\defineXMLentity[ctx-var-textwidth] {\textwidth}
\defineXMLenvironmentsave
  [float]
  {\bgroup
   \defineXMLsave[caption]%
   \defineXMLignore[figure]}
  {\XMLflush{float}%
   \defineXMLignore
 [caption]
   \defineXMLcommand
 [figure]
 [file=dummy,context=]
 {\expanded{\externalfigure
   [\XMLflush{dir-fig}\XMLop{file}][\XMLop{context}]}%
  \kern1em
  \ignorespaces}%
   \placefigure
 {\XMLflush{caption}}
 {\hbox{\ignorespaces\XMLflush{float}\removeunwantedspaces}}%
   \egroup}
\startXMLdata

  
  
  Cow and hacker.

\stopXMLdata
\stoptext

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Duplex question ...

2005-01-28 Thread Hans Hagen
Stefano wrote:
All,
I used the example shown in section 3.5 of the ConTeXt manual to enable
duplex printing.  I would like to shift the page as demonstrated in the
first right/left pages in Figure 3.9.  The following, however, does not
work, as the right and left pages both remain in the top left corner.  I'm
using the MiKTeX distribution and WinEdt (TeXExec 5.2.3).  Any info is
appreciated ...
Stefano
\setuppapersize[A5][A4]
\setuplayout[location=duplex]
\setuplayout[location=duplex,location=middle]
\showframe
\starttext
Page 1
\page
Page 2
\page
Page 3
\page
\stoptext
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


--
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \starttables and \footnote

2005-01-28 Thread Hans Hagen
Peter Münster wrote:
Perhaps, this is not possible with ConTeXt, but this is, what I'm looking
for:
- multi-page table with horizontal lines
- footnotes, that appear at bottom of each page
I've tried with \appendtoks \flushfootnotes \to \everyshipout
or \flushfootnotes in the table-tail, but this does not work neither...
maybe i need to make this configurable, just for the moment:
\setuplayout[height=8cm]
\bgroup
\let\postponefootnotes\relax
\starttabulate
\HL
\NC test \NC test \NC \NR
\NC test \footnote{test} \NC test \NC \NR
\HL
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\NC test \footnote{test} \NC test \NC \NR
\HL
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\NC test \footnote{test} \NC test \NC \NR
\HL
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\stoptabulate
\egroup
\stoptext
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \starttables and \footnote

2005-01-28 Thread =?ISO-8859-15?Q?Peter_M=FCnster?=
On Fri, 28 Jan 2005, Willi Egger wrote:

> May be the 
> \startlocalfootnotes[n=0]...{\placelocalfootnote}\stoplocalfootnotes is 
> an option. Sorry I do not know what the [n=0] is meaning ...

Hello Willi,
I've just discovered, that I had already asked this same question some
months ago (and you gave the same answer), I'm sorry for this...
Perhaps, this is not possible with ConTeXt, but this is, what I'm looking
for:
- multi-page table with horizontal lines
- footnotes, that appear at bottom of each page

I've tried with \appendtoks \flushfootnotes \to \everyshipout
or \flushfootnotes in the table-tail, but this does not work neither...

Nevertheless, thanks for your efforts.
Greetings, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] garden down

2005-01-28 Thread Patrick Gundlach
Hi all,

my server is currently down; I see what I can do to get it working as
soon as possible. 

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


Re: [NTG-context] Russia (cyrillic letters) Arabic]

2005-01-28 Thread Rob Ermers
> Rob Ermers wrote:
>
>> Hi,
>>
>> I would be interested in a solution for Arabic... Presently 
\ works, but otherwise support for Arabic (\startarabic) is 
not optimal. If one of you could make a set-up for that too ...
>
>
>
> arabic a bit more tricky since it has those ligatures, so that needs 
aleph or arabtex
>
> (of course we can make an encoding with named glyphs)
>
> Hans
>
That would be great! The number of ligatures is limited, however. 
Arabtex in fact has more than strictly necessary.

However, I never got omega running, in spite of my attempts.
By the way, be aware that Hebrew may not have ligatures, but it does 
have some characters whose shape changes when they appear at the word 
ending, so, e.g., -n is not the same character code as n- or -n-.
You should also take in account that people will want to use dotted 
consonants, i.e. the dots that distinguish b from v, and s from sh, etc.

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


Re: [NTG-context] \starttables and \footnote

2005-01-28 Thread Hans Hagen
Willi Egger wrote:
Hi Peter,
May be the 
\startlocalfootnotes[n=0]...{\placelocalfootnote}\stoplocalfootnotes is 
an option. Sorry I do not know what the [n=0] is meaning ...
n -> number of columns that footnotes get typeset in
Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Russia (cyrillic letters)

2005-01-28 Thread Hans Hagen
I uploaded a new alpha release with the adapted / extended cyrillic/greek 
encoding vectors (enco-* & unic-*)

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \starttables and \footnote

2005-01-28 Thread Willi Egger
Hi Peter,
May be the 
\startlocalfootnotes[n=0]...{\placelocalfootnote}\stoplocalfootnotes is 
an option. Sorry I do not know what the [n=0] is meaning ...

Willi
Peter Münster wrote:
Hello,
could someone help me with placing a footnote in a multipage-table?
Here an example, where the table overwrite the footnote:
\starttext
\starttablehead
\HL
\NC command \NC meaning \NC\SR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\startlocalfootnotes[n=0]
\starttables[|l|l|]
\NC \tex{NC}\NC next column\footnote{a footnote}\NC\FR
\dorecurse{50}{\NC \tex{MR} \NC middle row  \NC\MR}
\NC \tex{LR}\NC last row\NC\LR
\stoptables
{\placelocalfootnotes}
\stoplocalfootnotes
\stoptext
Used versions:
 TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004
   texexec : TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeX, 3.141592-1.20c-beta-20050121-2.2 (Web2C 7.5.4)
   context : ver: 2005.01.13
   cont-en : ver: 2005.01.13  fmt: 2005.1.25  mes: english
Cheers, Peter
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texshow problem after update (teTeX-2.99.10.20050123-beta)

2005-01-28 Thread Hans Hagen
Peter Münster wrote:
P.S.: In the manual of kpsewhich, the options begin with only one hyphen.
i never understood the -option versus --option thing in kpse,
  try: kpsewhich --help
and it reports
  -help print this message and exit.
i remember discussing this once but there seems to be some kind of unix 
convention going on

Hans
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Russia (cyrillic letters)

2005-01-28 Thread Hans Hagen
Adam Lindsay wrote:
Ack! You're asking me?
I always thought you had a logic to it... I just picked up the
(\cyrillicBLAH) pattern from what was already in ConTeXt.
But if you were to push me on my opinion, the greek characters should
probably have a \greek prefix, rather than \Greek, because of your usual
lowercase namespacing conventions. I'd say leave cyrillic as it is?
well \greekBLAH it is ...
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