Re: [NTG-context] Attachment sizes

2006-04-08 Thread R S Ananda Murthy
Taco Hoekwater wrote:
 Hi all,

 I have just approved two files with rather large attachments by
 mistake. My apologies to everyone who is on a slow link.

 To the original posters: in the future, please make large
 examples available on the internet somewhere. Some of the people
 on this list are on rather slow connections.

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


   
Please excuse me for the big attachment. I will not repeat this in future.
With due apologies,

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


[NTG-context] How to use Helvetica font only for the headings?

2006-04-08 Thread R S Ananda Murthy
Hello,

I want to use sans serif font like Helvetica only for the headings like
chapter title, section headings etc. I want the body text in Times Roman 
font. How to do this in ConTeXt?

Thanks for your help,

Anand

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


Re: [NTG-context] How to use Helvetica font only for the headings?

2006-04-08 Thread R S Ananda Murthy
Taco Hoekwater wrote:
 Hi Anand,

 R S Ananda Murthy wrote:
   
 Hello,

 I want to use sans serif font like Helvetica only for the headings like
 chapter title, section headings etc. 
 

 \setuphead[chapter][style=\ss]

   
 I want the body text in Times Roman font. 
 

 \usetypescript[postscript][ec]
 \setupbodyfont[postscript]
   
The above lines did not give the required results. Instead I used the 
following:

\usetypescript[adobekb][\defaultencoding]
\setupbodyfont[pos]
\usetypescript[times][\defaultencoding]
\setupbodyfont[times,11pt]
\setupbodyfont[times,11pt]

I am using tetex-3.0 that comes with Slackware 10.2.

Anand

   
 How to do this in ConTeXt?
 

 I heartily advice reading the documents mentioned at the
 beginning of this page:

http://wiki.contextgarden.net/Official_ConTeXt_Documentation

 That will drastically decrease the number of questions you have
 to ask while getting started.

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


   

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


Re: [NTG-context] How to do this in ConTeXt

2006-01-05 Thread R S Ananda Murthy

FabriceL. wrote:


Hi,

   Hans, it's so instructive to read yout post... I have learned from 
this last post 2 new commands !
However, I think the original poster wish a line who run to the right 
margin, so I added to your code
in the defineenumeration a inbetween=\vskip-4pt{\hrule height 
1.5pt}\blank. This is not very elegant,
but this works. By the way, I'm interested to know if there is a 
better solution.


 Hans wrote:
 one of you has to wikify this answer ...

I'm not sure how to do this, but I can try how this works.
The complete code follows.
FL.

\setupcolors[state=start]
\setupbackgrounds[text][text][background=color,backgroundcolor=darkred,backgroundoffset=3pt] 



\defineenumeration
 [example]
 [way=bychapter,
  separator=\compoundhyphen,
  chapternumber=yes,
  color=white,
  command=\exampleframed,
  inbetween=\vskip-4pt{\hrule height 1.5pt}\blank]

\defineframed
 [exampleframed]
 [background=color,
  backgroundcolor=black,
  foregroundcolor=white,
  style=bold,
  frame=off]

\starttext

\chapter{One}

\input tufte

\startexample
   \input tufte
\stopexample

\input tufte

\stoptext

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



Thank you FabriceL for your help. It worked.

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


[NTG-context] How to do this in ConTeXt

2006-01-04 Thread R S Ananda Murthy

Hello,

I need the format shown below:

-
|Example 1-1|
-

Here Example 1-1 should be in a black box and text should be in white. 
The line attached to this box should run up to the right margin.
I need a counter for examples to count up and display the example number 
as shown above for more examples. I am new to ConTeXt. So, I need help.


Thanks for your help.

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


[NTG-context] How to do this in ConTeXt

2006-01-04 Thread R S Ananda Murthy

Hello,

I need the format shown below:

-
|Example 1-1|
-

Here Example 1-1 should be in a black box and text should be in white.
The line attached to this box should run up to the right margin.
I need a counter for examples to count up and display the example number
as shown above for more examples. I am new to ConTeXt. So, I need help.

Thanks for your help.

Anand

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


[NTG-context] How to realize this?

2005-12-31 Thread R S Ananda Murthy

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

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


[NTG-context] How to realize this?

2005-12-29 Thread R S Ananda Murthy

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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to setup this type of header?

2005-12-21 Thread R S Ananda Murthy

Hello,

I need to setup header as shown below:

pagenumber  booktitle
chaptertitle   pagenumber

---
left page | right page
 |

How to setup this type of header? I do not want dashed line below the 
header. Header should not be printed on a page where a chapter is starting.


My body text should be in postscript Times Roman font.

Thanks for your help.

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


[NTG-context] How to upgrade ConTeXt on a pre-installed version coming with tetex-3.0?

2005-12-18 Thread R S Ananda Murthy

Hello,

I am using Slackware 10.2 which comes with tetex-3.0. In this, I want to
upgrade ConTeXt to the latest version. How to do this?

Thanks for your help,

Anand

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


Re: [NTG-context] Re: How to install latest version ConTeXt on a Slackware 10.1 system?

2005-04-05 Thread R S Ananda Murthy
Patrick Gundlach wrote:
Hello Anad,
 

I have Slackware 10.1 system with full tetex installation. How to
install the latest version of ConTeXt on this system? Where can I find
installation instructions?
   

what tetex version comes with slackware 10.1?
There is some information on the wiki on installing context, but these
should be updated and extended a bit
Patrick
 

Slackware 10.1 comes with tetex-2.0.2
Anand
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: How to install latest version ConTeXt on a Slackware 10.1 system?

2005-04-05 Thread R S Ananda Murthy
Radoslaw Moszczynski wrote:
TeTeX 3.0 is available from the slackware-current tree, so there is no
need to build everything from the sources, upgradepkg solves all the
problems :)
Best regards-   
-RM
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
 

But will this work properly on Slackware 10.1 ?
Anand
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to check the version ConTEXt that is installed on my system?

2005-03-31 Thread R S Ananda Murthy
Hello,
Please tell me how to check the version of ConTEXt that is installed on 
my system. I am running Slackware 10.1.

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


[NTG-context] How to use Times Roman font for body text.

2005-03-27 Thread R S Ananda Murthy
Hello,
How to use Times Roman font for body text?
Thanks for your help,
Anand
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context