ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to realize this?
@ 2005-12-29 11:49 R S Ananda Murthy
  2005-12-29 12:47 ` VnPenguin
  2005-12-29 13:22 ` Peter Münster
  0 siblings, 2 replies; 5+ messages in thread
From: R S Ananda Murthy @ 2005-12-29 11:49 UTC (permalink / raw)


Hello,

I want a new chapter to begin as shown below:


Chapter No

Title of the Chapter


How to realize this in ConTeXt.

Thanks for your help.

Anand

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to realize this?
  2005-12-29 11:49 How to realize this? R S Ananda Murthy
@ 2005-12-29 12:47 ` VnPenguin
  2005-12-29 13:22 ` Peter Münster
  1 sibling, 0 replies; 5+ messages in thread
From: VnPenguin @ 2005-12-29 12:47 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

On 12/29/05, R S Ananda Murthy <rsamurti@touchtelindia.net> wrote:
> Hello,
>
> I want a new chapter to begin as shown below:
>
>
> Chapter No
>
> Title of the Chapter
>
>
> How to realize this in ConTeXt.

Have a look at http://wiki.contextgarden.net/Titles

--
http://vnoss.org
Vietnamese Open Source Software Community

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to realize this?
  2005-12-29 11:49 How to realize this? R S Ananda Murthy
  2005-12-29 12:47 ` VnPenguin
@ 2005-12-29 13:22 ` Peter Münster
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Münster @ 2005-12-29 13:22 UTC (permalink / raw)


On Thu, 29 Dec 2005, R S Ananda Murthy wrote:

> I want a new chapter to begin as shown below:
> 
> Chapter No
> 
> Title of the Chapter

\def\MyChapter#1#2{\vbox{Chapter #1\crlf#2}}
\setuphead[chapter][command=\MyChapter]
\starttext
\chapter{First chapter}
\stoptext

Or instead of \crlf something like \blank[small].
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to realize this?
  2005-12-31 10:11 R S Ananda Murthy
@ 2005-12-31 10:17 ` Taco Hoekwater
  0 siblings, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2005-12-31 10:17 UTC (permalink / raw)


R S Ananda Murthy wrote:
> Hello,
> 
> I want a new chapter to begin as shown below:
> 
> 
> Chapter No
> 
> Title of the Chapter
> 
> 
> How to realize this in ConTeXt.
> 
> Thanks for your help.

Borrowed from Peters reply the day before yesterday:

   \def\MyChapter#1#2{\vbox{Chapter No\blank[line]Title of the Chapter}}
   \setuphead[chapter][command=\MyChapter]
   \starttext
   \chapter{First chapter}
   \stoptext

;-)

Taco

^ permalink raw reply	[flat|nested] 5+ messages in thread

* How to realize this?
@ 2005-12-31 10:11 R S Ananda Murthy
  2005-12-31 10:17 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: R S Ananda Murthy @ 2005-12-31 10:11 UTC (permalink / raw)


Hello,

I want a new chapter to begin as shown below:


Chapter No

Title of the Chapter


How to realize this in ConTeXt.

Thanks for your help.

Anand

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-31 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-29 11:49 How to realize this? R S Ananda Murthy
2005-12-29 12:47 ` VnPenguin
2005-12-29 13:22 ` Peter Münster
2005-12-31 10:11 R S Ananda Murthy
2005-12-31 10:17 ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).