On Thu, Oct 25, 2001 at 02:45:38PM -0400, SteveC wrote:
> If I try view ps on a new document with just "hello" in it, I get
> This is dvips(k) 5.86 Copyright 1999 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2001.10.25:1947' -> newfile.ps_tmp
> <texc.pro>. [1] 
> sh: none: command not found

Do edit->reconfigure.

> Also, I'd like to know how I could put my abstract in a single wide column
> like title etc when I have a two col layout?

1. Put the following lines in the preamble:

 \let\oldmaketitle=\maketitle
 \renewcommand{\maketitle}{}
  
2. Before the abstract, put the following line (in latex mode):
  
 \twocolumn[\oldmaketitle\begin{@twocolumnfalse}
   
3. After the abstract, put the following line (in latex mode):
   
 \end{@twocolumnfalse}]
  

Reply via email to