[NTG-context] naming and distribution of typescripts

2003-08-26 Thread Jens-Uwe Morawski

Hi,

Walter Schmidt has made the font DayRoman from Apostrophic Labs
available to TeX. Currently the support package doesn't contain any
ConTeXt support, i.e. typescripts.

I've made for me a typescript for these fonts and now Walter is
interested in including ConTeXt support in his package.

His package is distributed as zip-file that can be directly unpacked
in a texmf-tree. Thus, where should the typescript-file be located?
In my private texmf-tree i use
TEXMF/tex/context/user/typescripts/
and the file names start with "cts-" (i.e. cts-dayroman.tex).

Is there some standard how to name typescripts and locate them in
a texmf-tree, so that distribution of typescripts is possible in a
controled way?

BTW, i would prefer that
\usetypescriptfile[dayroman]

first tries to load dayroman.cts and if it is not available it tries
dayroman.tex. Then we can use the extension "cts" for
ConTeXt TypeScripts in the future.


Best,
  Jens
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \dosetupsystem ????!

2003-08-26 Thread Hans Hagen
At 22:16 26/08/2003 +0900, you wrote:
Hi:

Can anybody tell me what might cause this error:

Runaway argument?
\c!gebied ={\setupsystem [inputfile=rice.tex] \protect
   command   
strange



sounds like you set the directory string to some \setupsystem command, are 
you sure that your file is ok?

Hans
-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] alignment of numbered lists

2003-08-26 Thread Thomas A . Schmitz
In Latex, the numbers in a numbered lists are aligned right by default. 
In Context, the default behavior seems to be left-aligned, which looks 
pretty ugly when item "9" is directly followed by "10." I can't seem to 
find how to change this. Any hints? Thanks, Thomas.

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] problem using Bibtex

2003-08-26 Thread Dave Bailey








Hi---

 

I’ve been trying to get an @InProceedings bibtex entry to
format.

 

The original entry looked like this: 

 

@InProceedings {aapga,

  author = {Williams, Jeffery and Schaefer, Marv and Landoll, Douglas },

  title =   {Pretty good assurance},

  booktitle = {New Security
Paradigms Workshop},

  year =  {1995},

  publisher = {ACM Special Interest Group on Security, Audit,
and Control}

}

 

When bibtexed,
the authors appear in the .bbl file, but they do not appear in the references
list. The references list entry begins at “(1995).”

 

If I change the  bibtex
entry to an Article, as follows, all the information appears in the reference
list.

@Article{aapga,

  author =  {Williams,
Jeffery and Schaefer, Marv and Landoll,
Douglas },

  title =   {Pretty good assurance},

  journal =  {New
Security Paradigms Workshop},

  year =  {1995},

  note = {ACM Special Interest Group on Security, Audit, and
Control}

}

 

Is there a problem with the InProceedings
entry type, or have I done something wrong?

 

---Dave Bailey

 








[NTG-context] \footnote and \note

2003-08-26 Thread John Culleton
I do 
\footnote[bene]{Here is a footnote}

and later,

Mumble mumble\note[bene]

The \footnote works OK but \note does nothing.  What am I doing wrong? 
-- 
John Culleton
Able Indexers and Typesetters
http://wexfordpress.com

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Index sorting

2003-08-26 Thread John Culleton
On Tuesday 26 August 2003 05:22, Michal Kvasnicka wrote:
> Good morning.
>
> I'm sorry that I bother you all once more with the same thing as a
> half year ago, but I was unsuccessful. So:
>
> How works the mechanism that sort items for the index? I have to
> write down my own sorting system for the Czech language. 

The Xindy program which works with TeX can sort for e.g. Czech. Try 
googling on that name.  

-- 
John Culleton
Able Indexers and Typesetters
http://wexfordpress.com

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \dosetupsystem ????!

2003-08-26 Thread Matthew Huggett
Hi:

Can anybody tell me what might cause this error:

Runaway argument?
\c!gebied ={\setupsystem [inputfile=rice.tex] \protect
! File ended while scanning use of \dosetupsystem.

\par

   \relax
\dodoreadfile ...normalinput \readfilename \relax
  \the 
\everyafterreadfile
 ...file \openutilities \loadoptionfile
  \checknotes 
\initializeMPg...
Everything was running smooth a few days ago.  Now every document I 
process causes the same error.  What actions does \dosetupsystem carry out?

Thanks,

Matt

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] problem using bibtex

2003-08-26 Thread Taco Hoekwater

Hi,

It is a bug. In fact, it is a bug I believed to have been fixed. :-(

Solution: Start your favorite editor, load bibl-apa.tex, look for
the \setuppublicationlayout[inproceedings] and change
\insertartauthors 
to 
\insertauthors

Greetings. Taco
On Mon, 25 Aug 2003 16:14:35 -0600, Dave wrote:

> Hi---
>  
> I've been trying to get an @InProceedings bibtex entry to format.
>  
> The original entry looked like this: 
>  
> @InProceedings {aapga,
>   author = {Williams, Jeffery and Schaefer, Marv and Landoll, Douglas },
>   title =  {Pretty good assurance},
>   booktitle = {New Security Paradigms Workshop},
>   year = {1995},
>   publisher = {ACM Special Interest Group on Security, Audit, and
> Control}
> }
>  
> When bibtexed, the authors appear in the .bbl file, but they do not
> appear in the references list. The references list entry begins at
> "(1995)."
>  
> If I change the  bibtex entry to an Article, as follows, all the
> information appears in the reference list.
> @Article{aapga,
>   author =  {Williams, Jeffery and Schaefer, Marv and Landoll, Douglas
> },
>   title =  {Pretty good assurance},
>   journal =  {New Security Paradigms Workshop},
>   year = {1995},
>   note = {ACM Special Interest Group on Security, Audit, and Control}
> }
>  
> Is there a problem with the InProceedings entry type, or have I done
> something wrong?
>  
> ---Dave Bailey
>  
>  
> 


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Index sorting

2003-08-26 Thread Michal Kvasnicka
Good morning.

I'm sorry that I bother you all once more with the same thing as a half 
year ago, but I was unsuccessful. So:

How works the mechanism that sort items for the index? I have to write 
down my own sorting system for the Czech language. (Mr. Hagen sent me 
some files for customizing the ConTeXt for the Czech language, but it 
didn't include index sorting.)

Well, I would appreciate some example, since the task is not so easy. In 
the Czech for example `a' and `acaron' go under the same item `A', but 
`acaron' is sorted after `a'. On the other hand, `ccaron' has its own 
item in the index (under the item for `c'). And to be even more complex, 
`ch' is one letter in the Czech, having its own item in the index.

Many thanks for any hint. (And one more apologize for bothering you once 
again.)
Michal Kvasnicka

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context