Re: [NTG-context] Hanging punctuation again.

2005-05-16 Thread Vit Zyka
Idris Samawi Hamid wrote:
Hi John,
Isn't [thanh] obsolete? See hand-def.tex for details: I think you want 
[normal], which hangs puntuation ([pure]), the Latin alphabet ([alpha]), and 
the rest of ascii characters ([extended]). Then you get full hanging. I tested 
palatino and the following works here:
Hmmm, I was playing with this, for Palatino it is OK, but not for the 
Computer Modern (see the code bellow). I do not know where is the 
problem; I solved it for myself manually (if you are interesting see 
storm manual).

vit
-
\setuplayout[width=6cm]
\showframe
\setupfonthandling [hz][min=80,max=80,step=10] % to see change!
\setupfonthandling [normal][left=1,right=1]
\setupfontsynonym [Serif][handling=normal]
%\usetypescript  [fourier][\defaultencoding]
%\setupbodyfont  [fourier,10pt]
\usetypescript  [modern][ec]
\setupbodyfont  [modern,10pt]
\setupalign [hanging,hz]
\starttext
\input knuth
\vbox to6cm{\input knuth }
\stoptext
===
\setupoutput[pdftex]%
\usetypescriptfile[type-enc]
\usetypescript [serif,sans,mono] [hanging] [normal]
\usetypescript [adobekb] [8r]
\usetypescript [palatino][8r]
\setupalign[hanging] % NOTE no second argument
\setupbodyfont [palatino,12pt]
\showframe
\starttext
   \dorecurse{40}{lots of hy\-phen\-a\-tion\hyphen\ }
   \blank
   \dorecurse{40}{testing, test; }
\stoptext
===
Best
Idris

= Original Message From mailing list for ConTeXt users 
ntg-context@ntg.nl =
Is the  the following kosher?
\usetypescript [serif,sans,mono] [hanging] [thanh]
\usetypescriptfile[type-enc]
\usetypescript [adobekb] [8r]
\usetypescript [palatino][8r]
\setupalign[hanging][thanh]
\setupbodyfont
  [palatino,12pt]


Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
--
Vít Zýka --- http://typokvitek.com
Automatic document typesetting
Automaticka sazba dokumentu --
--

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


Re: [NTG-context] Hanging punctuation again.

2005-05-16 Thread Idris Samawi Hamid
On Mon, 16 May 2005 19:41:17 +0200, Vit Zyka [EMAIL PROTECTED] wrote:
Idris Samawi Hamid wrote:

Hmmm, I was playing with this, for Palatino it is OK, but not for the 
Computer Modern (see the code bellow). I do not know where is the 
problem; I solved it for myself manually (if you are interesting see 
storm manual).
Computer/Latin modern needs special treatment. The following should work 
(If not, I'll forward some working files from home later)

Best
Idris
===
\setupoutput[pdftex]%
\setupfontsynonym[cmr10][handling=normal]
\usetypescript[cmr]
\setupbodyfont[10pt]
\setupalign[hanging]
\setuplayout[width=4.2in]
\showframe
\starttext
  \dorecurse{40}{testing, testing test- }
\stoptext
===
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Paragraph numbering

2005-05-16 Thread piskala upendran
Thanks Taco, 

It works perfectly works as desired. with the addition
of \doglobal with paragraph enumeration, it is solved.



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Context, LaTeX, or an XML for academic writing?

2005-05-16 Thread Tobias Wolf
Dear NTG-context denizens,

today I went to work to make up my mind about whether it would be a
good idea to go ahead and produce my BSc. Thesis with ConTeXt.
It's clear, I'm very much attracted to it's approach, I do like the
syntax and the focus on PDF output (I never used DVI before) et cetera
pp.
This is my first post to the list and I'm happy that CB just
formulated my main requirements. The hard contraints are certainly 2,
3 and 5.
I've seen Hrabans' ciee juxtaposition of ConTeXt and LaTeX, and after
searching the list I am not sure whether going for a KOMA class
wouldn't be better considering that I definitely don't have time
develop my own ConTeXt environment this time.

I've also seen the MS thesis of Han The Thanh. It's good. But I would
need something more suited for natural sciences that accomodates
plenty of figures and references. Also I would like to cloak my
thesis by avoiding Computer Modern.

Do ready-made academic templates by one of you experts exist - or
do you dissuade me from just using ConTeXt for for writing academic
literature?

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


Re: [NTG-context] Context, LaTeX, or an XML for academic writing?

2005-05-16 Thread John R. Culleton
On Saturday 14 May 2005 12:45 pm, Tobias Wolf wrote:
 Dear NTG-context denizens,

 today I went to work to make up my mind about whether it would be a
 good idea to go ahead and produce my BSc. Thesis with ConTeXt.
 It's clear, I'm very much attracted to it's approach, I do like the
 syntax and the focus on PDF output (I never used DVI before) et cetera
 pp.

AFAIK pdflatex will also bypass the dvi to ps to pdf maypole
dance. 


-- 

John Culleton


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


Re: [NTG-context] Presentation Styles

2005-05-16 Thread Otared Kavian
At 16:19 +0200 16/05/05, M.guravage wrote:
Hello,
I recently prepared a presentation using pre-05. The Topics, represented as
buttons in a column on the left, are now each preceeded by a number. This
was not the case when I last used the style back in January. Interestingly,
s-pre-05.tex has not changed since then. This behavior is the same on both
the latest ConTeXt alpha and beta releases.
I'd appreciate it very much if anyone could shed some light on why these
numbers are appearing.
Hello,
I tried your example file (by the way I had to change 
\usemodule[pre-04] into \usemodule[pre-05] according to what you 
wanted).

Indeed something has changed since the page number at which each 
\Topic appears, is repeated before the buttons in the interaction 
menu. I tried your file with other versions of s-pre-05.tex (I mean 
those I had in my archives, one of them being from 2003, another from 
2004): the result is the same...
Something has changed maybe in s-pre-00.tex?
Since I don't know how the page number is called I couldn't locate the bug.
Sorry for this :-(

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