[NTG-context] \defineenumeration

2003-09-20 Thread Willi Egger
Hi,

Thanks Hans for the patch concerning enumerations. - Certain things now work
as I thought they should, others don't .  :-(

In the meantime I downloaded and installed the latest (yesterdays) CONTeXT.

1. Numbering starts at 2, and the following items get numberd 4,6,
2. I detected, that the option style=command, I used style=\em, does not
give the desired result. The first item would be slanted, the second would
be regular and the third again slanted. - Hoewer using style=slanted makes
all items slanted.

Please find attached a minimal test file (probe.tex)

Cheers Willi


probe.tex
Description: Binary data


[NTG-context] probably well known problem

2003-09-20 Thread Pawel Jackowski na Onet
Hi all!

I've just finished (?) reinstalling and configuring my TeX system. It is
quite small conglomerate of cont-bas, cont-tmf and my own packages. I've
successfully generated all formats using fmtutil. However I
have some troubles with 'cont-en'; it was successfully generated but do not
work properly. I tried to do that also with texexec 'shell'.

I need pl language hyphenation patterns as a default and for some cases also
en and de. That's why I uncommented following lines in cont-usr.tex file:
...
 \installlanguage [\s!de] [\c!status=\v!start]
 \installlanguage [\s!en] [\c!status=\v!start]
 \installlanguage [\s!pl] [\c!status=\v!start]
...
 \setupcurrentlanguage[\s!pl]
 \definefilesynonym [font-cmr] [font-plr]
% \useencoding[fde]  % commented by me
 \useencoding[fpl]
...

After these changes I generated format with command

texexec --make --language=pl,en,de --bodyfont=plr en

Log file (cont-fmt):

\unprotect
\installlanguage[\s!pl][\c!status=\v!start]
\installlanguage[\s!en][\c!status=\v!start]
\installlanguage[\s!de][\c!status=\v!start]
\setupcurrentlanguage[\s!pl]
\definetypescriptsynonym[cmr][plr]\definefilesynonym[font-cmr][font-plr]
\protect
\endinput

Is it correct?

After that I expect format with following features:
-- interface: english
-- default language: polish
-- other languages (activated by \language[??]): en,de
-- default font: plr

The problem is that default font is still CMR and I want to use PLR. What is
wrong? What should I do?

Oh by the way, I recomend you cont-bas package; tidy, small and complete.


Regards, Pawe/l


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


[NTG-context] (no subject)

2003-09-20 Thread Jean-Pierre Le Narzul
Hi,

I'm trying to configure my itemization environment so that
second level switches to a smaller font.
The following code does not produce the expected result (no change in 
font size).

I imagine I'm doing something wrong but could not figure what ...
(setupitemize[1][before=\tx] is works well)
 Any idea ?

 jp

\starttext

\setupitemize[2][before=\tx]

\startitemize
\item First Level
\startitemize
\item Second Level
\stopitemize
\stopitemize
\stoptext

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


[NTG-context] sorry ... I forgot the title .... \setupitemize

2003-09-20 Thread Jean-Pierre Le Narzul
Hi,

I'm trying to configure my itemization environment so that
second level switches to a smaller font.
The following code does not produce the expected result (no change in 
font size).

I imagine I'm doing something wrong but could not figure what ...
(setupitemize[1][before=\tx] is works well)
 Any idea ?

 jp

\starttext

\setupitemize[2][before=\tx]

\startitemize
\item First Level
\startitemize
\item Second Level
\stopitemize
\stopitemize
\stoptext

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


[NTG-context] Endnotes and pagenumbering

2003-09-20 Thread Larry Stamm

I'm just learning ConTeXt, and am having a couple of problems with a
document right now:

1.  I'm try to set footnotes as endnotes at the end of every chapter,
and have used
\setupfootnotes[location=text, 
way=bychapter,  
conversion=numbers, 
rule=on]

in my environment file, and use
\placefootnotes

at the end of the chapters.  The endnotes are placed where I want, but
there is no horizontal rule between the body text and the endnotes, and
the numbering of the endnotes starts afresh with every new page in the 
chapter instead of being a continuous series.
So I get endnotes numbered like 1,2,1,1,2,3,1,2  instead of 
1,2,3,4,5,6,7,8.

I've tried way=bypart and way=bytext and location=page in the setups,
and it didn't affect the endnote typesetting at all.  How to fix...?

2.  I have been requested to get rid of all blank pages in the final
pdf file, but keep the doublesided layout and numbering.  Currently the
page number is placed on the outside top margin.  Putting
alternative=singlesided in the pagenumbering setup gets rid of the blank
pages but also will put every other page number on the inside when
printed duplex.  So is there a way to set no blank pages but still have
doublesided pagenumbering within ConTeXt, or will I have to do some post
processing of the output file?

Regards,

-- 
Larry Stamm
http://www.larrystamm.com

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