Re: [NTG-context] Indenting problems

2012-06-08 Thread Bill Meahan

On 06/08/2012 10:20, Aditya Mahajan wrote:

On Fri, 8 Jun 2012, Aditya Mahajan wrote:


On Fri, 8 Jun 2012, Bill Meahan wrote:


\setupindenting[next]


\setupindenting[next,yes]


Sorry, that should be

\setupindenting[medium, next, yes]



Yep, found that out before I got a chance to read your second note.

Thanks so much!


--
Bill Meahan K8QN

"The pessimist complains about the wind;
 the optimist expects it to change;
 the realist adjusts the sails."

-- William Arthur Ward

This message is digitally signed with an X.509 certificate
to prove it is from me and has not been altered since it was sent.



smime.p7s
Description: S/MIME Cryptographic Signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Indenting problems

2012-06-08 Thread Aditya Mahajan

On Fri, 8 Jun 2012, Aditya Mahajan wrote:


On Fri, 8 Jun 2012, Bill Meahan wrote:


\setupindenting[next]


\setupindenting[next,yes]


Sorry, that should be

\setupindenting[medium, next, yes]

See 
http://wiki.contextgarden.net/Indentation#Setting_up_indentation_for_the_whole_document


(The above page is not completely clear on this).

Aditya
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Indenting problems

2012-06-08 Thread Aditya Mahajan

On Fri, 8 Jun 2012, Bill Meahan wrote:


\setupindenting[next]


\setupindenting[next,yes]

See 
http://wiki.contextgarden.net/Indentation#Setting_up_indentation_for_the_whole_document


Aditya
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Indenting problems

2012-06-08 Thread Bill Meahan
I can't seem to get indenting to work. I've tried various combinations 
of \setupindenting, \indenting and \indent to no avail. My latest try 
looks like this:


\setuppapersize[letter][letter]

\setuplayout
  [  backspace=0.10\paperwidth,
 width=0.60\paperwidth,
   rightmargin=0.20\paperwidth,
footer=0pt,
  topspace=0.10\paperheight,
height=0.80\paperheight]

\setuppagenumbering[alternative=doublesided]

\setupbackgrounds[text][rightmargin][frame=on,rulethickness=0.05pt]

\setuplabeltext[en][chapter=Chapter ]

\define[2]\ChapterCommand
  {\inright[][align=middle]{#1}%
   \midaligned{#2}}

\setuphead
  [chapter]
  [command=\ChapterCommand,
   after=\hairline\blank,
   header=empty,
   textstyle=\cgd,
   numberstyle=\sca]

\definefontfeature[smallcaps][smallcaps][onum=yes]

\definetypeface[mainface][rm][serif]  [pagella] [default]
\definetypeface[mainface][ss][sans]   [modern]  [default]
\definetypeface[mainface][cg][calligraphy][chorus]  [default]
\definetypeface[mainface][mm][math]   [palatino][default]

\setupbodyfont[mainface]

\setupindenting[next]


\starttext %\showframe

\indenting[small]
\startchapter[title=Knuth]
\input /usr/home/wwm/LoremIpsum.tex
%\dorecurse{10}{\input knuth\par}
\stopchapter

\startchapter[title=Zapf]
\dorecurse{10}{\input zapf\par}
\stopchapter

\stoptext

(Yes, this is an expanded version of Wolfgang's example from yesterday.)

This is LuaTeX, Version beta-0.70.2-2012052318 (TeX Live 2012)
ConTeXt  ver: 2012.05.29 00:12 MKIV  fmt: 2012.6.7  int: english/english
i386-FreeBSD 9.0
--
Bill Meahan K8QN

"The pessimist complains about the wind;
 the optimist expects it to change;
 the realist adjusts the sails."

-- William Arthur Ward

This message is digitally signed with an X.509 certificate
to prove it is from me and has not been altered since it was sent.



smime.p7s
Description: S/MIME Cryptographic Signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___