Re: Section symbol (was "misc. bib questions")

2001-04-09 Thread Tuukka Toivonen

On Thu, 5 Apr 2001, Ronald Florence wrote:

>   more general than that. Problem is, I just don't know how to get that symbol
>   -anywhere-.

One solution is to write a small program in C or Perl that prints all
characters, and then copy and paste the correct character in your
document. Type the following in file chars.c:

#include 
int main(int argc, char **argv) {
  int i;
  for (i=32; i<256; i++) putchar(i);
  putchar('\n');
  return 0;
}

Compile it with command
cc chars.c -o chars

And run with command
./chars 

Then just pick up the correct character and paste it into LyX.

Btw, a dialog that would display _all_ possible characters from some
font and the user could pick up them with mouse, would be nice for LyX.




Re: what is latex2.09 equivalent of \usepackage?

2001-04-09 Thread Jean-Marc Lasgouttes

> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:

Allan> On 9 Apr 2001, Jean-Marc Lasgouttes wrote:
>> > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
>> 
Allan> Yeah, I know it's off topic but I'm sure someone must still be
Allan> awake that'd know.
>>  The equivalent is to add the package name as an option of
>> \documentstyle (like classes options in 2e)

Allan> I thought this too obvious and there must be another way. Seems
Allan> not.

The less obvious way is
\makeatletter
\input{package.sty}
\makeatother.

You choose.

JMarc



Re: graphes! help!

2001-04-09 Thread Emanuele Olivetti

Try wmf2eps (http://members.tripod.de/wmf2eps/) ; it converts Windoze Meta
Files in very good (Adobe) eps.

Emanuele


On Sat, Apr 07, 2001 at 06:59:37AM +0100, Khurom Kiyani wrote:
> Hi guys,
> I just started using lyx about three monthes ago. Intermittingly wrting up my final 
>year report. I'm having trouble getting graphes from excel into, into lyx. i'm using 
>thw indows version. I have been writing the graphs onto file via a postscript driver 
>, but when i try to scale the picture down or even just stickiing it in with its 
>normal a4 size, it just won't show on the dvi or postscrpt preview and it does'nt 
>print either. Any tips?
> Thanks
> Khurom



force a wrapped float figure to paper right edge

2001-04-09 Thread Tuukka Toivonen

A used the trick shown in "extended features" to make text wrap around
a figure. Unfortunately the figure goes just below the section title on
the left edge of the paper. It will look unacceptably ugly unless i can
get into right edge. Any possibility to do this?
Like cheating float package to imagine its odd number pages, not even or
something?

My article has only one column and it is single-sided.

(I wrote a nice article with IEEEtran style but just when I was finished
my boss said that I must use his custom latex-template :( Fortunately LyX
imported it very well :)




Re: force a wrapped float figure to paper right edge

2001-04-09 Thread Herbert Voss

Tuukka Toivonen wrote:
> 
> A used the trick shown in "extended features" to make text wrap around
> a figure. Unfortunately the figure goes just below the section title on
> the left edge of the paper. It will look unacceptably ugly unless i can
> get into right edge. Any possibility to do this?
> Like cheating float package to imagine its odd number pages, not even or
> something?
> 
> My article has only one column and it is single-sided.
> 
> (I wrote a nice article with IEEEtran style but just when I was finished
> my boss said that I must use his custom latex-template :( Fortunately LyX
> imported it very well :)


\begin{floatingfigure}[r]{3cm}
insert lyx figure
\caption{ blah }
\end{floatingfigure}

Herbert


-- 
http:[EMAIL PROTECTED]





header on title page

2001-04-09 Thread Remzi Seker

Hi, 
I am writing a document in lyx 1.1.6fix1 using report style. 

I need to have something like:

Technical Report 2001-04-ECE-001

on the right upper corner of the title page. Can this be done in Lyx? If not 
I will have to do it in StarOffice but then i have to go through page merging 
issues in the final pdf
Thanks in advance

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: header on title page

2001-04-09 Thread Tuukka Toivonen

On Mon, 9 Apr 2001, Remzi Seker wrote:

> Technical Report 2001-04-ECE-001
> 
> on the right upper corner of the title page. Can this be done in Lyx? If not 

The first thing I tried was to just write it but apparently the
"Title" style forces a page break which makes it a problem.

You could not to use the "Title" style but "Standard" and then enlarge,
center (vertically and horizontally) and bolden your title. This should
get rid of the page break.

One option is to use fancyheader package, see
http://www.educat.hu-berlin.de/~voss/lyx/fancy/header.html#fancy_1
but then you probably get the text on every page unless the headers can be
changed between pages (i don't know if this is possible with fancyheader).




How does float-algorithm work in lyx?

2001-04-09 Thread Juan Ramon Rico


Hi:
I have lyx1.1.6fix1 and.
Anybody has a example about float-algoritm work in lyx?
I read the doc about package {algorithm} but if I work in lyx don't
recognize
commands like \STATE, \COMMENT, \IF, etc.
There is another package called {algoritmic}, Do I need it to work in
Lyx?
 
Thanks in advanced.
__

 Juan Ramón Rico - [EMAIL PROTECTED] - http://www.dlsi.ua.es/~juanra
 Tel.: +34 96 590 34 00 ext. 2738
 Fax:  +34 96 590 93 26
__

 Departamento de Lenguajes y Sistemas Informaticos
 UNIVERSIDAD DE ALICANTE
 E-03080 ALICANTE, Spain.
__
 



Re: How does float-algorithm work in lyx?

2001-04-09 Thread Herbert Voss

Juan Ramon Rico wrote:
> 
> Hi:
> 
> I have lyx1.1.6fix1 and.
> 
> Anybody has a example about float-algoritm work in lyx?
> 
> I read the doc about package {algorithm} but if I work in lyx don't
> recognize
> commands like \STATE, \COMMENT, \IF, etc.
> 
> There is another package called {algoritmic}, Do I need it to work in
> Lyx?

have a look at 

http://www.educat.hu-berlin.de/~voss/lyx/algorithm/algorithm.html

Herbert


-- 
http:[EMAIL PROTECTED]



Preformatted text in Lyx

2001-04-09 Thread Stephen Carville

I ma trying to create documentation for my Solaris and Linux boxes
using LyX.  For the most part, the combination of LyX and latex2html
is working fine except for one tiny problem.

I need scripts and config files to have indents like:

start() {
   # Create keys if necessary
   do_rsa1_keygen
   do_rsa_keygen
   do_dsa_keygen
   echo "Starting $prog:"
   $SSHD
   RETVAL=$?
   echo
}

But everything appears right justified even if I use the typewriter
font and the ctrl-space key to insert leading spaces.  Is there a fix
for this?

I am using lyx 1.1.6fix1 on Redhat 7.0

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women.
==




TOC for multiple document

2001-04-09 Thread monty

I'm writing a big document, so i divided it into several parts with a master
document. I include each file from the master, but TOC don't include
subdocuments' contents.

Any idea?.



Quality problems with PDF windows

2001-04-09 Thread Willy K

I have to use Windows to print the documents I type in
LyX. But the problem is that when I convert it to PDF
it doesn´t look very good in Acrobat Reader or
Ghostscript for Windows. The fonts look very bad.
Does anyone knows a workaround?

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



Re: Quality problems with PDF windows

2001-04-09 Thread Victor Fischer


- Original Message -
From: Willy K <[EMAIL PROTECTED]>
To: lyx <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 8:42 PM
Subject: Quality problems with PDF windows


> I have to use Windows to print the documents I type in
> LyX. But the problem is that when I convert it to PDF
> it doesn´t look very good in Acrobat Reader or
> Ghostscript for Windows. The fonts look very bad.
> Does anyone knows a workaround?

herbert voss told me you should try out an other font type in this case:
layout->document->font->pslatex
Victor




Re: Preformatted text in Lyx

2001-04-09 Thread Herbert Voss

Stephen Carville wrote:
> 
> I ma trying to create documentation for my Solaris and Linux boxes
> using LyX.  For the most part, the combination of LyX and latex2html
> is working fine except for one tiny problem.
> 
> I need scripts and config files to have indents like:
> 
> start() {
># Create keys if necessary
>do_rsa1_keygen
>do_rsa_keygen
>do_dsa_keygen
>echo "Starting $prog:"
>$SSHD
>RETVAL=$?
>echo
> }
> 
> But everything appears right justified even if I use the typewriter
> font and the ctrl-space key to insert leading spaces.  Is there a fix
> for this?

choose package listings. have a look at

http://www.educat.hu-berlin.de/~voss/lyx/listings/listings.html

Herbert

-- 
http:[EMAIL PROTECTED]



Re: Preformatted text in Lyx

2001-04-09 Thread Stephen Carville

OK, answered my own question.  I can use Verbatim Input and keep the
preformatted text in a separate file.  At least this works with DVI.
I'll have to see later if it produces acceptable html.

On Mon, 9 Apr 2001, Stephen Carville wrote:

- I ma trying to create documentation for my Solaris and Linux boxes
- using LyX.  For the most part, the combination of LyX and latex2html
- is working fine except for one tiny problem.
-
- I need scripts and config files to have indents like:
-
- start() {
-# Create keys if necessary
-do_rsa1_keygen
-do_rsa_keygen
-do_dsa_keygen
-echo "Starting $prog:"
-$SSHD
-RETVAL=$?
-echo
- }
-
- But everything appears right justified even if I use the typewriter
- font and the ctrl-space key to insert leading spaces.  Is there a fix
- for this?
-
- I am using lyx 1.1.6fix1 on Redhat 7.0
-
-

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women.
==




Lyx 1.1.6fix1 failure while building (.src.rpm)

2001-04-09 Thread Matej Cepl

Hi,

I have probably missed something, because it was the most frequent question for a 
while, but I am trying to build lyx 1.1.6fix1 on RedHat 7.0 (xforms are downloaded 
from sylvan and it is .src.rpm), but it fails. Redirected output from rpm --rebuild is 
attached.

Any help?

Matej

 rpmbuild.log.gz


Re: TOC for multiple document

2001-04-09 Thread Herbert Voss

monty wrote:
> 
> I'm writing a big document, so i divided it into several parts with a master
> document. I include each file from the master, but TOC don't include
> subdocuments' contents.

do you include them via

insert->include file->insert with include

Herbert

-- 
http:[EMAIL PROTECTED]



Re: what is latex2.09 equivalent of \usepackage?

2001-04-09 Thread Allan Rae

On 9 Apr 2001, Jean-Marc Lasgouttes wrote:

> The less obvious way is
> \makeatletter
> \input{package.sty}
> \makeatother.
>
> You choose.

Okay.  I tried \input but latex wasn't happy. Now I see why.  Thanks.

Allan. (ARRae)




Hyphenization

2001-04-09 Thread Willy K

I have a problem with hyphenization. If I set the
language to "Brazil", the hyphenization is a mess.
When I set to English, it works fine. But I have to
use the labels like in "Brazil". So I have two options
: Change all the labels (Introduction, Bibliography,
etc) or correct the hyphenization (or even disable
it). I prefer the second one. Does anyone know how to
do it?

Thanks!

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



moving title

2001-04-09 Thread Remzi Seker


how can I move title of a report class document up and down?

thanks in advance

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



annotated bibliography

2001-04-09 Thread Birch P. Browning

I am beginning the process of writing a dissertation and would like to 
use LyX for the project. First I have to complete an annotated 
bibliography. The only *.bst file I could locate that includes an 
annotation field is chicagoa.bst, but it appears to be difficult to use 
at best because it is in an older format.

What is the most convenient way to do this annotated bibliography?

Birch Browning
Tallahassee, FL




Re: Hyphenization

2001-04-09 Thread Herbert Voss

Willy K wrote:
> 
> I have a problem with hyphenization. If I set the
> language to "Brazil", the hyphenization is a mess.
> When I set to English, it works fine. But I have to
> use the labels like in "Brazil". So I have two options
> : Change all the labels (Introduction, Bibliography,
> etc) or correct the hyphenization (or even disable
> it). I prefer the second one. Does anyone know how to
> do it?

have a look at

http://www.educat.hu-berlin.de/~voss/lyx/language/hyphen.html

Herbert


-- 
http:[EMAIL PROTECTED]





Re: moving title

2001-04-09 Thread Herbert Voss

Remzi Seker wrote:
> 
> how can I move title of a report class document up and down?

put the cizsor just before the title, insert ctrl-space and
in tex (red) \vspace{3cm} and than ctrl-return.
with \vspace{-3cm} the title moves up.

Herbert

-- 
http:[EMAIL PROTECTED]





Re: annotated bibliography

2001-04-09 Thread Herbert Voss

"Birch P. Browning" wrote:
> 
> I am beginning the process of writing a dissertation and would like to
> use LyX for the project. First I have to complete an annotated
> bibliography. The only *.bst file I could locate that includes an
> annotation field is chicagoa.bst, but it appears to be difficult to use
> at best because it is in an older format.

annotate.bst
annotation.bst
phaip.bst   (comment annote-field out) 
phapalik.bst(same)
and all other ph* ...
refer.bst

all available at ctan

Herert

-- 
http:[EMAIL PROTECTED]




Re: header on title page

2001-04-09 Thread Kari Ruohonen

On Mon, 9 Apr 2001, Remzi Seker wrote:

> Hi, 
> I am writing a document in lyx 1.1.6fix1 using report style. 
> 
> I need to have something like:
> 
> Technical Report 2001-04-ECE-001
> 
> on the right upper corner of the title page. Can this be done in Lyx? If not 

Look at documentstyle report(koma-script) that has a command 'titlehead'
that may solve your problem.

Kari


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com