List down?

2002-04-22 Thread Stephen Carville

I haven't recieved any messages for a while...  Used to be an active
list.

-- 
-- Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt




List down?

2002-04-22 Thread Stephen Carville

I haven't recieved any messages for a while...  Used to be an active
list.

-- 
-- Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt




List down?

2002-04-22 Thread Stephen Carville

I haven't recieved any messages for a while...  Used to be an active
list.

-- 
-- Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt




Re: LyX to HTML via latex2html?

2001-08-29 Thread Stephen Carville

On Tue, 28 Aug 2001, Paul Lussier wrote:

-
- Hi all,
-
- For quite some time now, my colleague and I have been using LyX to
- write our internal documentation.  However, we now need to place this
- documentation on the internal website.  We've tried latex2html, and
- it works great as far as I can tell.  The problem is it's really ugly.
-
- For our internal web pages, we have look 'n' feel that we want to
- perpetuate throughout all our pages, documentation included. Most of
- our other pages are hand-crafted, so we just manually include all the
- header information that provides the look we want.
-
- Is there any way to do this with LyX/latex2html?  Is there a way to
- have latex2html use cascading style sheets, etc.?  Currently our
- websites all have a table at the top with certain text centered, and
- some images on both the left and right.  Obviously we don't want this
- to carry over to the printed versions, so we need some way of having
- latex2html include either a css or some other chunk of html code at
- the top of each generated page.
-
- Anyone doing this type of thing? Or should I start looking at SGML?

After a fashion.

I do not use CSS but I embed a header in the title page of each
document.  In the preamble add

\usepackage{html}
\usepackage{url}

Then I put something like (single paragraph labeled as LaTex):

\begin{rawhtml}
centera href='/index.html'
img src='/icons/noc-logo.png'/a
/center
hr
\end{rawhtml}

This doed not show in the printed output.

Inline links can be added as (inlined TeX):

\htmladdnormallink{Link Text}{http://URL}

Only Link Text  appears in the printed output.

If you use:

\htmladdnormallinkfoot{Link Text}{http://URL}

http://URL; will be added as a footnote to Link Text

-- 
-- 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.
==





Re: LyX to HTML via latex2html?

2001-08-29 Thread Stephen Carville

On Tue, 28 Aug 2001, Paul Lussier wrote:

-
- Hi all,
-
- For quite some time now, my colleague and I have been using LyX to
- write our internal documentation.  However, we now need to place this
- documentation on the internal website.  We've tried latex2html, and
- it works great as far as I can tell.  The problem is it's really ugly.
-
- For our internal web pages, we have look 'n' feel that we want to
- perpetuate throughout all our pages, documentation included. Most of
- our other pages are hand-crafted, so we just manually include all the
- header information that provides the look we want.
-
- Is there any way to do this with LyX/latex2html?  Is there a way to
- have latex2html use cascading style sheets, etc.?  Currently our
- websites all have a table at the top with certain text centered, and
- some images on both the left and right.  Obviously we don't want this
- to carry over to the printed versions, so we need some way of having
- latex2html include either a css or some other chunk of html code at
- the top of each generated page.
-
- Anyone doing this type of thing? Or should I start looking at SGML?

After a fashion.

I do not use CSS but I embed a header in the title page of each
document.  In the preamble add

\usepackage{html}
\usepackage{url}

Then I put something like (single paragraph labeled as LaTex):

\begin{rawhtml}
centera href='/index.html'
img src='/icons/noc-logo.png'/a
/center
hr
\end{rawhtml}

This doed not show in the printed output.

Inline links can be added as (inlined TeX):

\htmladdnormallink{Link Text}{http://URL}

Only Link Text  appears in the printed output.

If you use:

\htmladdnormallinkfoot{Link Text}{http://URL}

http://URL; will be added as a footnote to Link Text

-- 
-- 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.
==





Re: LyX to HTML via latex2html?

2001-08-29 Thread Stephen Carville

On Tue, 28 Aug 2001, Paul Lussier wrote:

-
- Hi all,
-
- For quite some time now, my colleague and I have been using LyX to
- write our internal documentation.  However, we now need to place this
- documentation on the internal website.  We've tried latex2html, and
- it works great as far as I can tell.  The problem is it's really ugly.
-
- For our internal web pages, we have look 'n' feel that we want to
- perpetuate throughout all our pages, documentation included. Most of
- our other pages are hand-crafted, so we just manually include all the
- header information that provides the look we want.
-
- Is there any way to do this with LyX/latex2html?  Is there a way to
- have latex2html use cascading style sheets, etc.?  Currently our
- websites all have a table at the top with certain text centered, and
- some images on both the left and right.  Obviously we don't want this
- to carry over to the printed versions, so we need some way of having
- latex2html include either a css or some other chunk of html code at
- the top of each generated page.
-
- Anyone doing this type of thing? Or should I start looking at SGML?

After a fashion.

I do not use CSS but I embed a header in the title page of each
document.  In the preamble add

\usepackage{html}
\usepackage{url}

Then I put something like (single paragraph labeled as LaTex):

\begin{rawhtml}




\end{rawhtml}

This doed not show in the printed output.

Inline links can be added as (inlined TeX):

\htmladdnormallink{Link Text}{http://URL}

Only "Link Text"  appears in the printed output.

If you use:

\htmladdnormallinkfoot{Link Text}{http://URL}

"http://URL; will be added as a footnote to "Link Text"

-- 
-- 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.
==





Re: Layout for Business Envelopes

2001-07-16 Thread Stephen Carville

On Mon, 16 Jul 2001, Tim Winter wrote:

- On Sun, 15 Jul 2001, Stephen Carville wrote:
-
-  This has to have been covered but I can't find it.  How can I print
-  business envelopes?  Small envelopes I can print but my printer
-  (Brother 1240) will only accept business size envelopes edge first.
-  I cannot figure out how to get LyX to rotate the print.
-
- I use plain latex for envelopes, see the following files called 'envelope'
- and 'envelope.tex'. The package envbig is required.

That was very helpful, thank you.  I created a makefile that does
basically the same thing and, after a little fiddling with margins I
can now print business envelopes.

bigenv: envelope-large.lyx
lyx --export latex envelope-large.lyx
latex envelope-large.tex
dvips -m -O 1in,2in -t landscape envelope-large.dvi

- ==
- \documentclass[12pt]{article}
- \usepackage{envbig}
- %
- \begin{document}
- %
- \sffamily
- %\from{Me at\\My Address}
- \to{\large{
- \hspace {-25mm}Name\\
- \hspace {-25mm}Address 1\\
- \hspace {-25mm}Address 2\\
- \hspace {-25mm}Address 3\\
- \hspace {-25mm}Address 4\\
- \hspace {-25mm}Address 5\\
- %\hspace {-25mm}\\
- }}
- \envelope
- \rmfamily
- \end{document}
- =
- #!/bin/bash
- #
- rm envelope.dvi
- rm envelope.ps
- latex envelope.tex
- dvips -m  -t landscape envelope.dvi
- lpr envelope.ps
- ===
-
- HTH
- Tim
-

-- 
--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.
==




Re: Layout for Business Envelopes

2001-07-16 Thread Stephen Carville

On Mon, 16 Jul 2001, Tim Winter wrote:

- On Sun, 15 Jul 2001, Stephen Carville wrote:
-
-  This has to have been covered but I can't find it.  How can I print
-  business envelopes?  Small envelopes I can print but my printer
-  (Brother 1240) will only accept business size envelopes edge first.
-  I cannot figure out how to get LyX to rotate the print.
-
- I use plain latex for envelopes, see the following files called 'envelope'
- and 'envelope.tex'. The package envbig is required.

That was very helpful, thank you.  I created a makefile that does
basically the same thing and, after a little fiddling with margins I
can now print business envelopes.

bigenv: envelope-large.lyx
lyx --export latex envelope-large.lyx
latex envelope-large.tex
dvips -m -O 1in,2in -t landscape envelope-large.dvi

- ==
- \documentclass[12pt]{article}
- \usepackage{envbig}
- %
- \begin{document}
- %
- \sffamily
- %\from{Me at\\My Address}
- \to{\large{
- \hspace {-25mm}Name\\
- \hspace {-25mm}Address 1\\
- \hspace {-25mm}Address 2\\
- \hspace {-25mm}Address 3\\
- \hspace {-25mm}Address 4\\
- \hspace {-25mm}Address 5\\
- %\hspace {-25mm}\\
- }}
- \envelope
- \rmfamily
- \end{document}
- =
- #!/bin/bash
- #
- rm envelope.dvi
- rm envelope.ps
- latex envelope.tex
- dvips -m  -t landscape envelope.dvi
- lpr envelope.ps
- ===
-
- HTH
- Tim
-

-- 
--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.
==




Re: Layout for Business Envelopes

2001-07-16 Thread Stephen Carville

On Mon, 16 Jul 2001, Tim Winter wrote:

- On Sun, 15 Jul 2001, Stephen Carville wrote:
-
- > This has to have been covered but I can't find it.  How can I print
- > business envelopes?  Small envelopes I can print but my printer
- > (Brother 1240) will only accept business size envelopes edge first.
- > I cannot figure out how to get LyX to rotate the print.
-
- I use plain latex for envelopes, see the following files called 'envelope'
- and 'envelope.tex'. The package envbig is required.

That was very helpful, thank you.  I created a makefile that does
basically the same thing and, after a little fiddling with margins I
can now print business envelopes.

bigenv: envelope-large.lyx
lyx --export latex envelope-large.lyx
latex envelope-large.tex
dvips -m -O 1in,2in -t landscape envelope-large.dvi

- ==
- \documentclass[12pt]{article}
- \usepackage{envbig}
- %
- \begin{document}
- %
- \sffamily
- %\from{Me at\\My Address}
- \to{\large{
- \hspace {-25mm}Name\\
- \hspace {-25mm}Address 1\\
- \hspace {-25mm}Address 2\\
- \hspace {-25mm}Address 3\\
- \hspace {-25mm}Address 4\\
- \hspace {-25mm}Address 5\\
- %\hspace {-25mm}\\
- }}
- \envelope
- \rmfamily
- \end{document}
- =
- #!/bin/bash
- #
- rm envelope.dvi
- rm envelope.ps
- latex envelope.tex
- dvips -m  -t landscape envelope.dvi
- lpr envelope.ps
- ===
-
- HTH
- Tim
-

-- 
--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.
==




Layout for Business Envelopes

2001-07-15 Thread Stephen Carville

This has to have been covered but I can't find it.  How can I print
business envelopes?  Small envelopes I can print but my printer
(Brother 1240) will only accept business size envelopes edge first.
I cannot figure out how to get LyX to rotate the print.

-- 
--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.
==




Layout for Business Envelopes

2001-07-15 Thread Stephen Carville

This has to have been covered but I can't find it.  How can I print
business envelopes?  Small envelopes I can print but my printer
(Brother 1240) will only accept business size envelopes edge first.
I cannot figure out how to get LyX to rotate the print.

-- 
--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.
==




Layout for Business Envelopes

2001-07-15 Thread Stephen Carville

This has to have been covered but I can't find it.  How can I print
business envelopes?  Small envelopes I can print but my printer
(Brother 1240) will only accept business size envelopes edge first.
I cannot figure out how to get LyX to rotate the print.

-- 
--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.
==




Re: Times Font not on my computer !

2001-07-09 Thread Stephen Carville

On Mon, 9 Jul 2001, Yann Le Du wrote:

- Hello,
-
- I use Lyx on my desktop, and it runs fine. But now I need to use it on my
- laptop. But the problem is that when I run Lyx, and open some file, I get
- notified that I don't have the Times font. I read some of the archived
- mails, and succeeded in changing my default screen font to Fixed (which
- looks nicer than Utopia on my laptop), but I would be very happy to know
- if someone could tell me how to add the times font to my computer...
-
- Xlsfonts tells me that I have adobe-utopia, but not times, be it in adobe
- or any other kind.
-
- So how can I install the times font and all its derivatives ? Are there
- some files to download and then link to my Xserver with xset -fp ?
-
- Thanks,
-
- Yann
-
- P.S. I use SUSE 7.1, both on my desktop and laptop, so I don't understand
- why I don't have the Times font on my laptop, and why I have Utopia, which
- should be rarer than Times...

Are you using truetype fonts?  If so you can copy the files from your
desktop to your laptop.  On my Redhat system they are stored in
/usr/share/fonts/ttf but I don't know where they are on SUSE.

After copying change to the font directory and run:

# ttmkfdir -o fonts.scale
# mkfontdir

Add the new fonts to the system  and restart the X font server.  On
RH (YMMV)

# chkfontpath -add /usr/share/fonts/ttf
# service xfs restart

You have to restart the X-Server for the new fonts to be seen.

I have never done anythigng but a little sendmail on SUSE so the above
may be a little different for your system.

--
-- 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.
==




Re: Times Font not on my computer !

2001-07-09 Thread Stephen Carville

On Mon, 9 Jul 2001, Yann Le Du wrote:

- Hello,
-
- I use Lyx on my desktop, and it runs fine. But now I need to use it on my
- laptop. But the problem is that when I run Lyx, and open some file, I get
- notified that I don't have the Times font. I read some of the archived
- mails, and succeeded in changing my default screen font to Fixed (which
- looks nicer than Utopia on my laptop), but I would be very happy to know
- if someone could tell me how to add the times font to my computer...
-
- Xlsfonts tells me that I have adobe-utopia, but not times, be it in adobe
- or any other kind.
-
- So how can I install the times font and all its derivatives ? Are there
- some files to download and then link to my Xserver with xset -fp ?
-
- Thanks,
-
- Yann
-
- P.S. I use SUSE 7.1, both on my desktop and laptop, so I don't understand
- why I don't have the Times font on my laptop, and why I have Utopia, which
- should be rarer than Times...

Are you using truetype fonts?  If so you can copy the files from your
desktop to your laptop.  On my Redhat system they are stored in
/usr/share/fonts/ttf but I don't know where they are on SUSE.

After copying change to the font directory and run:

# ttmkfdir -o fonts.scale
# mkfontdir

Add the new fonts to the system  and restart the X font server.  On
RH (YMMV)

# chkfontpath -add /usr/share/fonts/ttf
# service xfs restart

You have to restart the X-Server for the new fonts to be seen.

I have never done anythigng but a little sendmail on SUSE so the above
may be a little different for your system.

--
-- 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.
==




Re: Times Font not on my computer !

2001-07-09 Thread Stephen Carville

On Mon, 9 Jul 2001, Yann Le Du wrote:

- Hello,
-
- I use Lyx on my desktop, and it runs fine. But now I need to use it on my
- laptop. But the problem is that when I run Lyx, and open some file, I get
- notified that I don't have the Times font. I read some of the archived
- mails, and succeeded in changing my default screen font to Fixed (which
- looks nicer than Utopia on my laptop), but I would be very happy to know
- if someone could tell me how to add the times font to my computer...
-
- Xlsfonts tells me that I have adobe-utopia, but not times, be it in adobe
- or any other kind.
-
- So how can I install the times font and all its derivatives ? Are there
- some files to download and then link to my Xserver with "xset -fp" ?
-
- Thanks,
-
- Yann
-
- P.S. I use SUSE 7.1, both on my desktop and laptop, so I don't understand
- why I don't have the Times font on my laptop, and why I have Utopia, which
- should be rarer than Times...

Are you using truetype fonts?  If so you can copy the files from your
desktop to your laptop.  On my Redhat system they are stored in
/usr/share/fonts/ttf but I don't know where they are on SUSE.

After copying change to the font directory and run:

# ttmkfdir -o fonts.scale
# mkfontdir

Add the new fonts to the system  and restart the X font server.  On
RH (YMMV)

# chkfontpath -add /usr/share/fonts/ttf
# service xfs restart

You have to restart the X-Server for the new fonts to be seen.

I have never done anythigng but a little sendmail on SUSE so the above
may be a little different for your system.

--
-- 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.
==




Indented paragraphs in Letter

2001-07-08 Thread Stephen Carville

How do I get paragraphs to indent in a letter?  I selected paragaph
separation as indent and I can see \paragraph_separation indent  in
hte .lyx file but, when I preview, the paragraphs are still separated
by a skip.  This particular letter has to be double spaced so a skip
separation looks a little -- uh -- amateurish.  The indent works in
all the other layouts I've tried.

-- 
--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.
==




Build from SPRM on RH 7.0

2001-07-08 Thread Stephen Carville

I finally got the SRPM for lyx-1.1.6fix2 to build on my Redhat system.
I had to remove the --with-included-string from the configure command
in the spec file.  Is --with-included-string a good thing?  Should I
try to fix the failure it causes or can I get away without it?

-- 
--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.
==




Indented paragraphs in Letter

2001-07-08 Thread Stephen Carville

How do I get paragraphs to indent in a letter?  I selected paragaph
separation as indent and I can see \paragraph_separation indent  in
hte .lyx file but, when I preview, the paragraphs are still separated
by a skip.  This particular letter has to be double spaced so a skip
separation looks a little -- uh -- amateurish.  The indent works in
all the other layouts I've tried.

-- 
--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.
==




Build from SPRM on RH 7.0

2001-07-08 Thread Stephen Carville

I finally got the SRPM for lyx-1.1.6fix2 to build on my Redhat system.
I had to remove the --with-included-string from the configure command
in the spec file.  Is --with-included-string a good thing?  Should I
try to fix the failure it causes or can I get away without it?

-- 
--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.
==




Indented paragraphs in Letter

2001-07-08 Thread Stephen Carville

How do I get paragraphs to indent in a letter?  I selected paragaph
separation as indent and I can see "\paragraph_separation indent"  in
hte .lyx file but, when I preview, the paragraphs are still separated
by a skip.  This particular letter has to be double spaced so a skip
separation looks a little -- uh -- amateurish.  The indent works in
all the other layouts I've tried.

-- 
--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.
==




Build from SPRM on RH 7.0

2001-07-08 Thread Stephen Carville

I finally got the SRPM for lyx-1.1.6fix2 to build on my Redhat system.
I had to remove the --with-included-string from the configure command
in the spec file.  Is --with-included-string a good thing?  Should I
try to fix the failure it causes or can I get away without it?

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Thu, Jul 05, 2001 at 11:27:22PM -0700, Stephen Carville wrote:
-  I am writing some essays that will end up on a website and I would
-  like to embed some links.  Right nowe I am doing it with
-  \usepackage{html} and typing any paragraph that has a link in it as
-  raw html:
- 
-  \begin{rawhtml}
-  Paragraph stuff a href=http://www.url.com URL /a More paragraph.
-  \end{rawhtml}
- 
-  This works but I am hoping there is a better way.  I tried
-  Insert-URL... but that doesn't work (or I am doing it wrong).  I
-  didn't see anything on Herbert Voss's site about how to do this
-  either.
-
- \htmladdnormallink{Name}{http://www.url.com}
- In the DVI, only Name will appear.
- Another option is to use \htmladdnormallink{Name}{http://www.url.com}
- The difference is that with the latter, the DVI will contain Name, and then
- the URL will appear as footnote.

This still means labelling the entire paragraph as Latex but I can
live with that.  Thanks to everyone who answered.

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Fri, Jul 06, 2001 at 01:24:59PM -0700, Stephen Carville wrote:
-  - \htmladdnormallink{Name}{http://www.url.com}
-  - In the DVI, only Name will appear.
-  - Another option is to use \htmladdnormallink{Name}{http://www.url.com}
-  - The difference is that with the latter, the DVI will contain Name, and then
-  - the URL will appear as footnote.
- 
-  This still means labelling the entire paragraph as Latex but I can
-  live with that.  Thanks to everyone who answered.
-
- You don't need to change the entire paragraph to latex mode,
- only the \htmladdnormallink{}{} command.

Oh.  I see what you mean.  I didnlt realize that LyX let me set
selected text to latex mode.  Thanks again.

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Thu, Jul 05, 2001 at 11:27:22PM -0700, Stephen Carville wrote:
-  I am writing some essays that will end up on a website and I would
-  like to embed some links.  Right nowe I am doing it with
-  \usepackage{html} and typing any paragraph that has a link in it as
-  raw html:
- 
-  \begin{rawhtml}
-  Paragraph stuff a href=http://www.url.com URL /a More paragraph.
-  \end{rawhtml}
- 
-  This works but I am hoping there is a better way.  I tried
-  Insert-URL... but that doesn't work (or I am doing it wrong).  I
-  didn't see anything on Herbert Voss's site about how to do this
-  either.
-
- \htmladdnormallink{Name}{http://www.url.com}
- In the DVI, only Name will appear.
- Another option is to use \htmladdnormallink{Name}{http://www.url.com}
- The difference is that with the latter, the DVI will contain Name, and then
- the URL will appear as footnote.

This still means labelling the entire paragraph as Latex but I can
live with that.  Thanks to everyone who answered.

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Fri, Jul 06, 2001 at 01:24:59PM -0700, Stephen Carville wrote:
-  - \htmladdnormallink{Name}{http://www.url.com}
-  - In the DVI, only Name will appear.
-  - Another option is to use \htmladdnormallink{Name}{http://www.url.com}
-  - The difference is that with the latter, the DVI will contain Name, and then
-  - the URL will appear as footnote.
- 
-  This still means labelling the entire paragraph as Latex but I can
-  live with that.  Thanks to everyone who answered.
-
- You don't need to change the entire paragraph to latex mode,
- only the \htmladdnormallink{}{} command.

Oh.  I see what you mean.  I didnlt realize that LyX let me set
selected text to latex mode.  Thanks again.

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Thu, Jul 05, 2001 at 11:27:22PM -0700, Stephen Carville wrote:
- > I am writing some essays that will end up on a website and I would
- > like to embed some links.  Right nowe I am doing it with
- > \usepackage{html} and typing any paragraph that has a link in it as
- > raw html:
- >
- > \begin{rawhtml}
- > Paragraph stuff http://www.url.com> URL  More paragraph.
- > \end{rawhtml}
- >
- > This works but I am hoping there is a better way.  I tried
- > Insert->URL... but that doesn't work (or I am doing it wrong).  I
- > didn't see anything on Herbert Voss's site about how to do this
- > either.
-
- \htmladdnormallink{Name}{http://www.url.com}
- In the DVI, only Name will appear.
- Another option is to use \htmladdnormallink{Name}{http://www.url.com}
- The difference is that with the latter, the DVI will contain Name, and then
- the URL will appear as footnote.

This still means labelling the entire paragraph as Latex but I can
live with that.  Thanks to everyone who answered.

-- 
--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.
==




Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville

On Fri, 6 Jul 2001, Dekel Tsur wrote:

- On Fri, Jul 06, 2001 at 01:24:59PM -0700, Stephen Carville wrote:
- > - \htmladdnormallink{Name}{http://www.url.com}
- > - In the DVI, only Name will appear.
- > - Another option is to use \htmladdnormallink{Name}{http://www.url.com}
- > - The difference is that with the latter, the DVI will contain Name, and then
- > - the URL will appear as footnote.
- >
- > This still means labelling the entire paragraph as Latex but I can
- > live with that.  Thanks to everyone who answered.
-
- You don't need to change the entire paragraph to latex mode,
- only the \htmladdnormallink{}{} command.

Oh.  I see what you mean.  I didnlt realize that LyX let me set
selected text to latex mode.  Thanks again.

-- 
--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.
==




Re: Title class always include the date

2001-07-01 Thread Stephen Carville

On Sun, 1 Jul 2001, Riccardo Gori wrote:

- I am newbie to LyX
-
- I am going to write my graduation thesis,
- well my project was open source and the thesis should be open too
-
- Well I found very easy to choose chapter, section subsections and the page 
customization
- but I tried many times to write a good first page with the title of my dissertation 
inside
-
-
- it would look like
- 
- University of Bologna
- Telecomunication Engineering
-
- Implementing embedded TCP/IP stacks
-
- My name
-
- Session
- 
-
- Every time I find the date after the Title in the output,
-
- can suggest how to modify the Title text class to cut the date away??

Not the best solution but try adding a blank line labelled as date.

--
--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.
==




Re: Title class always include the date

2001-07-01 Thread Stephen Carville

On Sun, 1 Jul 2001, Riccardo Gori wrote:

- I am newbie to LyX
-
- I am going to write my graduation thesis,
- well my project was open source and the thesis should be open too
-
- Well I found very easy to choose chapter, section subsections and the page 
customization
- but I tried many times to write a good first page with the title of my dissertation 
inside
-
-
- it would look like
- 
- University of Bologna
- Telecomunication Engineering
-
- Implementing embedded TCP/IP stacks
-
- My name
-
- Session
- 
-
- Every time I find the date after the Title in the output,
-
- can suggest how to modify the Title text class to cut the date away??

Not the best solution but try adding a blank line labelled as date.

--
--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.
==




Re: Title class always include the date

2001-07-01 Thread Stephen Carville

On Sun, 1 Jul 2001, Riccardo Gori wrote:

- I am newbie to LyX
-
- I am going to write my graduation thesis,
- well my project was open source and the thesis should be open too
-
- Well I found very easy to choose chapter, section subsections and the page 
customization
- but I tried many times to write a good first page with the title of my dissertation 
inside
-
-
- it would look like
- 
- "University of Bologna"
- Telecomunication Engineering
-
- Implementing embedded TCP/IP stacks
-
- My name
-
- Session
- 
-
- Every time I find the date after the Title in the output,
-
- can suggest how to modify the "Title" text class to cut the date away??

Not the best solution but try adding a blank line labelled as date.

--
--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.
==




Re: New LyX website released

2001-06-27 Thread Stephen Carville

On 27 Jun 2001, Lars Gullik Bjønnes wrote:

- John Levon [EMAIL PROTECTED] writes:
-
- | On Tue, Jun 26, 2001 at 08:07:32AM +1000, Kathryn Andersen wrote:
- |
- |  This may sound silly, but I miss the embossed LyX logo in the
- |  background... can you bring it back?  (-8
- |
- | I think you've been outvoted on this one :)
-
- I am not so sure about that...

The only vote that counts belings to the guy who own the site..

-- 
--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.
==




Re: New LyX website released

2001-06-27 Thread Stephen Carville

On 27 Jun 2001, Lars Gullik Bjønnes wrote:

- John Levon [EMAIL PROTECTED] writes:
-
- | On Tue, Jun 26, 2001 at 08:07:32AM +1000, Kathryn Andersen wrote:
- |
- |  This may sound silly, but I miss the embossed LyX logo in the
- |  background... can you bring it back?  (-8
- |
- | I think you've been outvoted on this one :)
-
- I am not so sure about that...

The only vote that counts belings to the guy who own the site..

-- 
--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.
==




Re: New LyX website released

2001-06-27 Thread Stephen Carville

On 27 Jun 2001, Lars Gullik Bjønnes wrote:

- John Levon <[EMAIL PROTECTED]> writes:
-
- | On Tue, Jun 26, 2001 at 08:07:32AM +1000, Kathryn Andersen wrote:
- |
- | > This may sound silly, but I miss the embossed LyX logo in the
- | > background... can you bring it back?  (-8
- |
- | I think you've been outvoted on this one :)
-
- I am not so sure about that...

The only vote that counts belings to the guy who own the site..

-- 
--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.
==




Re: Embedding IMG tag

2001-05-06 Thread Stephen Carville

On Sat, 5 May 2001, Matej Cepl wrote:

- I am not user of LaTeX2HTML, but I am certain that it is possible to
- use some special code, which is ommited by LaTeX and read by
- LaTeX2HTML. With tth, I can write

I thought so too.  A few years back, when I started using LyX to
manage my online documentation, I remember using a special command to
include some html to let me link to some image files.  I just do not
remember what that command was.

- %%tth: anything which will not go to LaTeX, but it will go to tth
-
- or I can use section rawhtml, which is defined as comment for LaTeX,
- but used by tth.
-
- I am certain, that something similar is present in LaTeX2HTML as well.

That is what I am looking for.

-- 
--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.
==




Re: Embedding IMG tag

2001-05-06 Thread Stephen Carville

On Sat, 5 May 2001, Matej Cepl wrote:

- I am not user of LaTeX2HTML, but I am certain that it is possible to
- use some special code, which is ommited by LaTeX and read by
- LaTeX2HTML. With tth, I can write

I thought so too.  A few years back, when I started using LyX to
manage my online documentation, I remember using a special command to
include some html to let me link to some image files.  I just do not
remember what that command was.

- %%tth: anything which will not go to LaTeX, but it will go to tth
-
- or I can use section rawhtml, which is defined as comment for LaTeX,
- but used by tth.
-
- I am certain, that something similar is present in LaTeX2HTML as well.

That is what I am looking for.

-- 
--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.
==




Re: Embedding tag

2001-05-06 Thread Stephen Carville

On Sat, 5 May 2001, Matej Cepl wrote:

- I am not user of LaTeX2HTML, but I am certain that it is possible to
- use some special code, which is ommited by LaTeX and read by
- LaTeX2HTML. With tth, I can write

I thought so too.  A few years back, when I started using LyX to
manage my online documentation, I remember using a special command to
include some html to let me link to some image files.  I just do not
remember what that command was.

- %%tth: anything which will not go to LaTeX, but it will go to tth
-
- or I can use section rawhtml, which is defined as comment for LaTeX,
- but used by tth.
-
- I am certain, that something similar is present in LaTeX2HTML as well.

That is what I am looking for.

-- 
--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.
==




Re: Embedding IMG tag

2001-05-05 Thread Stephen Carville

On Sat, 5 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- 
-  I use LyX to maintain my Network and UNIX systems documentation and
-  latex2html to convert to HTML for publication on the NOC web server.
-  Now that I'm used to a couple of foibles of LyX and the notion of
-  WYSIWYM, this combination saves me a ridiculous amount of time over
-  the alternatives I've tried.
- 
-  One thing I would like to be able to do is include the NOC logo on the
-  index page for each sub-directory.  I've tried various ways to get the
-  URL in the HTML output but, so far, nothing has worked right.  Is
-  there a way to do this?  Is this a problem better solved with
-  latex2html?
-
- did you try fancyhdr?
- you can define your headers for single pages.
- or look at
- http://www.educat.hu-berlin.de/~voss/lyx/titlepage/logo.html
- for different logos or
- http://www.educat.hu-berlin.de/~voss/lyx/LaTeX/chapterPic.html
- for pictures on a chapter, section , ... page.

Your web site was the first place I looked :-) but this is not what I
am looking for.  I was looking for a way to embed something like:

center
a href=/index.htmlimg src=/icons/noc-logo.png/a
/center

and have it come out properly in the final HTML.  I thought here was a
way to do that in LyX.

Its not that much a bother to edit the index.html file by hand.

-- 
--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.
==




Re: Embedding IMG tag

2001-05-05 Thread Stephen Carville

On Sat, 5 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- 
-  I use LyX to maintain my Network and UNIX systems documentation and
-  latex2html to convert to HTML for publication on the NOC web server.
-  Now that I'm used to a couple of foibles of LyX and the notion of
-  WYSIWYM, this combination saves me a ridiculous amount of time over
-  the alternatives I've tried.
- 
-  One thing I would like to be able to do is include the NOC logo on the
-  index page for each sub-directory.  I've tried various ways to get the
-  URL in the HTML output but, so far, nothing has worked right.  Is
-  there a way to do this?  Is this a problem better solved with
-  latex2html?
-
- did you try fancyhdr?
- you can define your headers for single pages.
- or look at
- http://www.educat.hu-berlin.de/~voss/lyx/titlepage/logo.html
- for different logos or
- http://www.educat.hu-berlin.de/~voss/lyx/LaTeX/chapterPic.html
- for pictures on a chapter, section , ... page.

Your web site was the first place I looked :-) but this is not what I
am looking for.  I was looking for a way to embed something like:

center
a href=/index.htmlimg src=/icons/noc-logo.png/a
/center

and have it come out properly in the final HTML.  I thought here was a
way to do that in LyX.

Its not that much a bother to edit the index.html file by hand.

-- 
--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.
==




Re: Embedding tag

2001-05-05 Thread Stephen Carville

On Sat, 5 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- >
- > I use LyX to maintain my Network and UNIX systems documentation and
- > latex2html to convert to HTML for publication on the NOC web server.
- > Now that I'm used to a couple of foibles of LyX and the notion of
- > WYSIWYM, this combination saves me a ridiculous amount of time over
- > the alternatives I've tried.
- >
- > One thing I would like to be able to do is include the NOC logo on the
- > index page for each sub-directory.  I've tried various ways to get the
- > URL in the HTML output but, so far, nothing has worked right.  Is
- > there a way to do this?  Is this a problem better solved with
- > latex2html?
-
- did you try fancyhdr?
- you can define your headers for single pages.
- or look at
- http://www.educat.hu-berlin.de/~voss/lyx/titlepage/logo.html
- for different logos or
- http://www.educat.hu-berlin.de/~voss/lyx/LaTeX/chapterPic.html
- for pictures on a chapter, section , ... page.

Your web site was the first place I looked :-) but this is not what I
am looking for.  I was looking for a way to embed something like:





and have it come out properly in the final HTML.  I thought here was a
way to do that in LyX.

Its not that much a bother to edit the index.html file by hand.

-- 
--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.
==




Re: Problem appending column to a table

2001-05-04 Thread Stephen Carville

On Thu, 3 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- 
-  When trying to add a column to a table LyX goes into a loop repeating
-  messages like this untill I kill it:
- 
- what size of table was it before and where were your
- cursor when you insert a new column?

Six columns by four rows.   The cursor was placed in the upper right
cell.

I think I isolated the problem.

I had the following RPMS installed on my system at work:

xforms-0.88-15.i386.rpm
xforms-devel.0.88-15.i386.rpm
lyx-1.1.6fix1-2.i386.rpm

THis combination gave me the error.

When I tried to rebuild the lyx rpm at work I got the folowng error:

../../src/minibuffer.h:17: using directive `Object' introduced
ambiguous type `_ObjectRec *make

I got the same error when I tried to build from the source tarball.

At home I have these rpms:

xforms-0.88-1.i386.rpm
xforms-devel-0.88.1-1.i386.rpm

and I built lyx from source.

So I uninstalled the -15 rpms and installed the -1 rpms.  The SRPM
still does not rebuild (at least its a different error :-) but I can
build lyx from source.  Columns add/insert seems to work correctly
now.

-- 
--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.
==




Embedding IMG tag

2001-05-04 Thread Stephen Carville

I use LyX to maintain my Network and UNIX systems documentation and
latex2html to convert to HTML for publication on the NOC web server.
Now that I'm used to a couple of foibles of LyX and the notion of
WYSIWYM, this combination saves me a ridiculous amount of time over
the alternatives I've tried.

One thing I would like to be able to do is include the NOC logo on the
index page for each sub-directory.  I've tried various ways to get the
URL in the HTML output but, so far, nothing has worked right.  Is
there a way to do this?  Is this a problem better solved with
latex2html?

-- 
--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.
==





Re: Problem appending column to a table

2001-05-04 Thread Stephen Carville

On Thu, 3 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- 
-  When trying to add a column to a table LyX goes into a loop repeating
-  messages like this untill I kill it:
- 
- what size of table was it before and where were your
- cursor when you insert a new column?

Six columns by four rows.   The cursor was placed in the upper right
cell.

I think I isolated the problem.

I had the following RPMS installed on my system at work:

xforms-0.88-15.i386.rpm
xforms-devel.0.88-15.i386.rpm
lyx-1.1.6fix1-2.i386.rpm

THis combination gave me the error.

When I tried to rebuild the lyx rpm at work I got the folowng error:

../../src/minibuffer.h:17: using directive `Object' introduced
ambiguous type `_ObjectRec *make

I got the same error when I tried to build from the source tarball.

At home I have these rpms:

xforms-0.88-1.i386.rpm
xforms-devel-0.88.1-1.i386.rpm

and I built lyx from source.

So I uninstalled the -15 rpms and installed the -1 rpms.  The SRPM
still does not rebuild (at least its a different error :-) but I can
build lyx from source.  Columns add/insert seems to work correctly
now.

-- 
--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.
==




Embedding IMG tag

2001-05-04 Thread Stephen Carville

I use LyX to maintain my Network and UNIX systems documentation and
latex2html to convert to HTML for publication on the NOC web server.
Now that I'm used to a couple of foibles of LyX and the notion of
WYSIWYM, this combination saves me a ridiculous amount of time over
the alternatives I've tried.

One thing I would like to be able to do is include the NOC logo on the
index page for each sub-directory.  I've tried various ways to get the
URL in the HTML output but, so far, nothing has worked right.  Is
there a way to do this?  Is this a problem better solved with
latex2html?

-- 
--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.
==





Re: Problem appending column to a table

2001-05-04 Thread Stephen Carville

On Thu, 3 May 2001, Herbert Voss wrote:

- Stephen Carville wrote:
- >
- > When trying to add a column to a table LyX goes into a loop repeating
- > messages like this untill I kill it:
- >
- what size of table was it before and where were your
- cursor when you insert a new column?

Six columns by four rows.   The cursor was placed in the upper right
cell.

I think I isolated the problem.

I had the following RPMS installed on my system at work:

xforms-0.88-15.i386.rpm
xforms-devel.0.88-15.i386.rpm
lyx-1.1.6fix1-2.i386.rpm

THis combination gave me the error.

When I tried to rebuild the lyx rpm at work I got the folowng error:

../../src/minibuffer.h:17: using directive `Object' introduced
ambiguous type `_ObjectRec *make

I got the same error when I tried to build from the source tarball.

At home I have these rpms:

xforms-0.88-1.i386.rpm
xforms-devel-0.88.1-1.i386.rpm

and I built lyx from source.

So I uninstalled the -15 rpms and installed the -1 rpms.  The SRPM
still does not rebuild (at least its a different error :-) but I can
build lyx from source.  Columns add/insert seems to work correctly
now.

-- 
--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.
==




Embedding tag

2001-05-04 Thread Stephen Carville

I use LyX to maintain my Network and UNIX systems documentation and
latex2html to convert to HTML for publication on the NOC web server.
Now that I'm used to a couple of foibles of LyX and the notion of
WYSIWYM, this combination saves me a ridiculous amount of time over
the alternatives I've tried.

One thing I would like to be able to do is include the NOC logo on the
index page for each sub-directory.  I've tried various ways to get the
URL in the HTML output but, so far, nothing has worked right.  Is
there a way to do this?  Is this a problem better solved with
latex2html?

-- 
--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.
==





Problem appending column to a table

2001-05-03 Thread Stephen Carville

When trying to add a column to a table LyX goes into a loop repeating
messages like this untill I kill it:

ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::GetInset): Inset does not exist: 84786

I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
and xforms version 0.88.

I tried to see if this is a known bug but I couldn't find a list on
the lyx website.

-- 
--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.
==




Re: Won't let me change paper margins

2001-05-03 Thread Stephen Carville

You need to add a unit to the value.  For example 1in or 25mm or
whatever.  Also check Use Geometry Package.

On Fri, 4 May 2001, Robert Baruch wrote:

- Please help... I'm a new user of LyX and I've been banging my head
- against this problem, I'm about to cry :_(
-
- I'm using version 1.1.6fix1.
-
- I created a new document (File  New) and then I typed some text in and
- printed the document. I found that the left margin was about 2.25
- inches, and I really want it to be 1 inch. So I went into Layout 
- Document  Paper, but whenever I type anything into the margin entry
- boxes, the OK and Apply buttons get grayed out, as if what I'm doing
- isn't valid.
-
- So how do I change the margins on my document?
-
- Thanks,
-
- --Rob
-
-

-- 
--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.
==




Re: Problem appending column to a table

2001-05-03 Thread Stephen Carville

I just tested this on the same file on my home machine -- also Redhat
7.0 -- and the append worked fine!  The only difference I can see is
LyX at work was from an RPM and at home I built it the 'old fashioned'
way.  I'll try building from the tarball at work and see if that fixes
the problem.

On Thu, 3 May 2001, Stephen Carville wrote:

- When trying to add a column to a table LyX goes into a loop repeating
- messages like this untill I kill it:
-
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84786
-
- I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
- and xforms version 0.88.
-
- I tried to see if this is a known bug but I couldn't find a list on
- the lyx website.
-
-

-- 
--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.
==




Problem appending column to a table

2001-05-03 Thread Stephen Carville

When trying to add a column to a table LyX goes into a loop repeating
messages like this untill I kill it:

ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::GetInset): Inset does not exist: 84786

I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
and xforms version 0.88.

I tried to see if this is a known bug but I couldn't find a list on
the lyx website.

-- 
--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.
==




Re: Won't let me change paper margins

2001-05-03 Thread Stephen Carville

You need to add a unit to the value.  For example 1in or 25mm or
whatever.  Also check Use Geometry Package.

On Fri, 4 May 2001, Robert Baruch wrote:

- Please help... I'm a new user of LyX and I've been banging my head
- against this problem, I'm about to cry :_(
-
- I'm using version 1.1.6fix1.
-
- I created a new document (File  New) and then I typed some text in and
- printed the document. I found that the left margin was about 2.25
- inches, and I really want it to be 1 inch. So I went into Layout 
- Document  Paper, but whenever I type anything into the margin entry
- boxes, the OK and Apply buttons get grayed out, as if what I'm doing
- isn't valid.
-
- So how do I change the margins on my document?
-
- Thanks,
-
- --Rob
-
-

-- 
--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.
==




Re: Problem appending column to a table

2001-05-03 Thread Stephen Carville

I just tested this on the same file on my home machine -- also Redhat
7.0 -- and the append worked fine!  The only difference I can see is
LyX at work was from an RPM and at home I built it the 'old fashioned'
way.  I'll try building from the tarball at work and see if that fixes
the problem.

On Thu, 3 May 2001, Stephen Carville wrote:

- When trying to add a column to a table LyX goes into a loop repeating
- messages like this untill I kill it:
-
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84786
-
- I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
- and xforms version 0.88.
-
- I tried to see if this is a known bug but I couldn't find a list on
- the lyx website.
-
-

-- 
--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.
==




Problem appending column to a table

2001-05-03 Thread Stephen Carville

When trying to add a column to a table LyX goes into a loop repeating
messages like this untill I kill it:

ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::writeFile): NULL char in structure.
ERROR (LyXParagraph::GetInset): Inset does not exist: 84786

I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
and xforms version 0.88.

I tried to see if this is a known bug but I couldn't find a list on
the lyx website.

-- 
--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.
==




Re: Won't let me change paper margins

2001-05-03 Thread Stephen Carville

You need to add a unit to the value.  For example 1in or 25mm or
whatever.  Also check Use Geometry Package.

On Fri, 4 May 2001, Robert Baruch wrote:

- Please help... I'm a new user of LyX and I've been banging my head
- against this problem, I'm about to cry :_(
-
- I'm using version 1.1.6fix1.
-
- I created a new document (File > New) and then I typed some text in and
- printed the document. I found that the left margin was about 2.25
- inches, and I really want it to be 1 inch. So I went into Layout >
- Document > Paper, but whenever I type anything into the margin entry
- boxes, the OK and Apply buttons get grayed out, as if what I'm doing
- isn't valid.
-
- So how do I change the margins on my document?
-
- Thanks,
-
- --Rob
-
-

-- 
--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.
==




Re: Problem appending column to a table

2001-05-03 Thread Stephen Carville

I just tested this on the same file on my home machine -- also Redhat
7.0 -- and the append worked fine!  The only difference I can see is
LyX at work was from an RPM and at home I built it the 'old fashioned'
way.  I'll try building from the tarball at work and see if that fixes
the problem.

On Thu, 3 May 2001, Stephen Carville wrote:

- When trying to add a column to a table LyX goes into a loop repeating
- messages like this untill I kill it:
-
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84774
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::writeFile): NULL char in structure.
- ERROR (LyXParagraph::GetInset): Inset does not exist: 84786
-
- I am using v 1.1.6 fix1 on Redhat 7.0 with kernel version 2.2.17-14
- and xforms version 0.88.
-
- I tried to see if this is a known bug but I couldn't find a list on
- the lyx website.
-
-

-- 
--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.
==




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.
==




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.
==




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.
==




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.
==




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.
==




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.
==




Re: output quality from .ps and .pdf poor

2001-03-25 Thread Stephen Carville

On Sun, 25 Mar 2001, Redvers Davies wrote:

- Hi,
-
-   I have checked through the various FAQ's and the archive but
- as yet have been unable to find an answer to this question.
-
-   The problem that I have is that the output to pdf is "furry".
- Text in a dvi is sharp and perfect.  The postscript is slightly furry
- and the pdf is so furry its almost unreadable.
-
-   If anyone could give me some ideas as to where to start looking
- I would appreciate it.

I use the following as a preamble:

\usepackage{pslatex}
\usepackage[ps2pdf,pdftitle={Your Document Title},urlcolor=blue,
linktocpage,letterpaper,colorlinks=true]{hyperref}

I copied it off a web site and I am not sure how it works but it does
make my PDF look nice.

-- 
--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.
==




Re: output quality from .ps and .pdf poor

2001-03-25 Thread Stephen Carville

On Sun, 25 Mar 2001, Redvers Davies wrote:

- Hi,
-
-   I have checked through the various FAQ's and the archive but
- as yet have been unable to find an answer to this question.
-
-   The problem that I have is that the output to pdf is "furry".
- Text in a dvi is sharp and perfect.  The postscript is slightly furry
- and the pdf is so furry its almost unreadable.
-
-   If anyone could give me some ideas as to where to start looking
- I would appreciate it.

I use the following as a preamble:

\usepackage{pslatex}
\usepackage[ps2pdf,pdftitle={Your Document Title},urlcolor=blue,
linktocpage,letterpaper,colorlinks=true]{hyperref}

I copied it off a web site and I am not sure how it works but it does
make my PDF look nice.

-- 
--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.
==




Re: output quality from .ps and .pdf poor

2001-03-25 Thread Stephen Carville

On Sun, 25 Mar 2001, Redvers Davies wrote:

- Hi,
-
-   I have checked through the various FAQ's and the archive but
- as yet have been unable to find an answer to this question.
-
-   The problem that I have is that the output to pdf is "furry".
- Text in a dvi is sharp and perfect.  The postscript is slightly furry
- and the pdf is so furry its almost unreadable.
-
-   If anyone could give me some ideas as to where to start looking
- I would appreciate it.

I use the following as a preamble:

\usepackage{pslatex}
\usepackage[ps2pdf,pdftitle={Your Document Title},urlcolor=blue,
linktocpage,letterpaper,colorlinks=true]{hyperref}

I copied it off a web site and I am not sure how it works but it does
make my PDF look nice.

-- 
--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.
==




URL's in Latex - HTML

2001-02-22 Thread Stephen Carville

I am creating some documentation using the Article layout that needs to be
exported in both HTML and PDF format.

A typical Makefile entry looks like:

solaris-security: solaris-security.lyx
lyx --export latex solaris-security.lyx
latex2html -split 4 -show_section_numbers solaris-security.tex
cd solaris-security;pdflatex ../solaris-security.tex 

This produces OK PDF but the embedded URL's in both the HTML and PDF
appear as:

  www.insecure.org http://www.insecure.org/

It doesn't matter whether I select 'HTML Type' or not. 

I tried switching to the LinuxDOC layout which fixed the URL problem in
the HTML but left the '#' in comment lines in sample scripts as

{[num  ]}



-- 
--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. 
==




URL's in Latex - HTML

2001-02-22 Thread Stephen Carville

I am creating some documentation using the Article layout that needs to be
exported in both HTML and PDF format.

A typical Makefile entry looks like:

solaris-security: solaris-security.lyx
lyx --export latex solaris-security.lyx
latex2html -split 4 -show_section_numbers solaris-security.tex
cd solaris-security;pdflatex ../solaris-security.tex 

This produces OK PDF but the embedded URL's in both the HTML and PDF
appear as:

  www.insecure.org http://www.insecure.org/

It doesn't matter whether I select 'HTML Type' or not. 

I tried switching to the LinuxDOC layout which fixed the URL problem in
the HTML but left the '#' in comment lines in sample scripts as

{[num  ]}



-- 
--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. 
==




URL's in Latex -> HTML

2001-02-22 Thread Stephen Carville

I am creating some documentation using the Article layout that needs to be
exported in both HTML and PDF format.

A typical Makefile entry looks like:

solaris-security: solaris-security.lyx
lyx --export latex solaris-security.lyx
latex2html -split 4 -show_section_numbers solaris-security.tex
cd solaris-security;pdflatex ../solaris-security.tex 

This produces OK PDF but the embedded URL's in both the HTML and PDF
appear as:

  www.insecure.org http://www.insecure.org/

It doesn't matter whether I select 'HTML Type' or not. 

I tried switching to the LinuxDOC layout which fixed the URL problem in
the HTML but left the '#' in comment lines in sample scripts as

{[num  ]}



-- 
--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. 
==




Re: LYX 1.1.6fix1 does abort after make install

2001-02-18 Thread Stephen Carville

I had a similar problem on Mandrake with lyx 1.1.6.  I am guessing there
were some changes in the lyxrc file format and older files do not work.  
I mv'ed my ~/.lyx directory and let lyx recreate it for me.  Since almost
all the stuff I used to have to change by hand can now be edited from
within Lyx this was less of a loss than it seems.

On Sun, 18 Feb 2001, Wolfgang Kilian wrote:

-  - after setting 'export LYX_DIR_11x=/usr/share/lyx' and starting lyx I
-  get:
-  
-  LyX: Unknown tag `\latex_command' [around line 6 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\relyx_command' [around line 7 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_command' [around line 8 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_extension' [around line 9 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_ps_command' [around line 11 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_pspic_command' [around line 12 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\fax_command' [around line 16 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown LyX function `buffer-previous' [around line 33 of file
-  /usr/share/lyx/bind/cua.bind
-  ]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 47 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset' [around line 48 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 49 of file
-  /usr/share/lyx/bind/cua.bi
-  nd]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 37 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset' [around line 38 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 39 of file
-  /usr/share/lyx/bind/menus.
-  bind]
-  LyX: Unknown LyX function `buffer-fax' [around line 41 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-paper' [around line 83 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-table' [around line 84 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-quotes' [around line 85 of file
-  /usr/share/lyx/bind/menus.bind
-  Unable to find icon `paste'
-  Unable to find icon `font-emph'
-  Unable to find icon `font-noun'
-  Unable to find icon `font-free'
-  Unable to find icon `footnote-insert'
-  Unable to find icon `marginpar-insert'
-  Unable to find icon `depth-next'
-  Unable to find icon `tex-mode'
-  Unable to find icon `math-mode'
-  Unable to find icon `figure-insert'
-  Unable to find icon `dialog-tabular-insert'
-   
-  lyx: SIGSEGV signal caught
-  Sorry, you have found a bug in LyX. If possible, please read 'Known
-  bugs'
-  under the Help menu and then send us a full bug report. Thanks!
-  Bye.
-  Aborted

-- 
--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. 
==




Re: LYX 1.1.6fix1 does abort after make install

2001-02-18 Thread Stephen Carville

I had a similar problem on Mandrake with lyx 1.1.6.  I am guessing there
were some changes in the lyxrc file format and older files do not work.  
I mv'ed my ~/.lyx directory and let lyx recreate it for me.  Since almost
all the stuff I used to have to change by hand can now be edited from
within Lyx this was less of a loss than it seems.

On Sun, 18 Feb 2001, Wolfgang Kilian wrote:

-  - after setting 'export LYX_DIR_11x=/usr/share/lyx' and starting lyx I
-  get:
-  
-  LyX: Unknown tag `\latex_command' [around line 6 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\relyx_command' [around line 7 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_command' [around line 8 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_extension' [around line 9 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_ps_command' [around line 11 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_pspic_command' [around line 12 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\fax_command' [around line 16 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown LyX function `buffer-previous' [around line 33 of file
-  /usr/share/lyx/bind/cua.bind
-  ]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 47 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset' [around line 48 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 49 of file
-  /usr/share/lyx/bind/cua.bi
-  nd]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 37 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset' [around line 38 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 39 of file
-  /usr/share/lyx/bind/menus.
-  bind]
-  LyX: Unknown LyX function `buffer-fax' [around line 41 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-paper' [around line 83 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-table' [around line 84 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-quotes' [around line 85 of file
-  /usr/share/lyx/bind/menus.bind
-  Unable to find icon `paste'
-  Unable to find icon `font-emph'
-  Unable to find icon `font-noun'
-  Unable to find icon `font-free'
-  Unable to find icon `footnote-insert'
-  Unable to find icon `marginpar-insert'
-  Unable to find icon `depth-next'
-  Unable to find icon `tex-mode'
-  Unable to find icon `math-mode'
-  Unable to find icon `figure-insert'
-  Unable to find icon `dialog-tabular-insert'
-   
-  lyx: SIGSEGV signal caught
-  Sorry, you have found a bug in LyX. If possible, please read 'Known
-  bugs'
-  under the Help menu and then send us a full bug report. Thanks!
-  Bye.
-  Aborted

-- 
--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. 
==




Re: LYX 1.1.6fix1 does abort after make install

2001-02-18 Thread Stephen Carville

I had a similar problem on Mandrake with lyx 1.1.6.  I am guessing there
were some changes in the lyxrc file format and older files do not work.  
I mv'ed my ~/.lyx directory and let lyx recreate it for me.  Since almost
all the stuff I used to have to change by hand can now be edited from
within Lyx this was less of a loss than it seems.

On Sun, 18 Feb 2001, Wolfgang Kilian wrote:

-  - after setting 'export LYX_DIR_11x=/usr/share/lyx' and starting lyx I
-  get:
-  
-  LyX: Unknown tag `\latex_command' [around line 6 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\relyx_command' [around line 7 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_command' [around line 8 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\literate_extension' [around line 9 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_ps_command' [around line 11 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\view_pspic_command' [around line 12 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown tag `\fax_command' [around line 16 of file
-  /usr/share/lyx/lyxrc.defaults]
-  LyX: Unknown LyX function `buffer-previous' [around line 33 of file
-  /usr/share/lyx/bind/cua.bind
-  ]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 47 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset' [around line 48 of file
-  /usr/share/lyx/bind/cua.bind]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 49 of file
-  /usr/share/lyx/bind/cua.bi
-  nd]
-  LyX: Unknown LyX function `buffer-view-ps' [around line 37 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset' [around line 38 of file
-  /usr/share/lyx/bind/menus.bin
-  d]
-  LyX: Unknown LyX function `buffer-typeset-ps' [around line 39 of file
-  /usr/share/lyx/bind/menus.
-  bind]
-  LyX: Unknown LyX function `buffer-fax' [around line 41 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-paper' [around line 83 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-table' [around line 84 of file
-  /usr/share/lyx/bind/menus.bind]
-  LyX: Unknown LyX function `layout-quotes' [around line 85 of file
-  /usr/share/lyx/bind/menus.bind
-  Unable to find icon `paste'
-  Unable to find icon `font-emph'
-  Unable to find icon `font-noun'
-  Unable to find icon `font-free'
-  Unable to find icon `footnote-insert'
-  Unable to find icon `marginpar-insert'
-  Unable to find icon `depth-next'
-  Unable to find icon `tex-mode'
-  Unable to find icon `math-mode'
-  Unable to find icon `figure-insert'
-  Unable to find icon `dialog-tabular-insert'
-   
-  lyx: SIGSEGV signal caught
-  Sorry, you have found a bug in LyX. If possible, please read 'Known
-  bugs'
-  under the Help menu and then send us a full bug report. Thanks!
-  Bye.
-  Aborted

-- 
--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. 
==




Re: Specifying explicit point sizes

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, A. L. Meyers wrote:

- Dear fellow LyXers,
- 
- Part of the beauty and new paradigm (WYSIWYM) of LyX is precisely that it
- does not bother the user with exact type sizes etc. Just went through
- reformatting a cv using LyX. In 15 minutes I had a beautifully formatted cv
- using the class "article" without setting a single font size.

I started using lyx with version 0.10 or so while in college (second
time around).  Once I got used to the 'new' way of doing things I
found it was _much_ faster to create good looking papers with Lyx than
with Word or Wordperfect precisely because I never had to worry about
font sizes or paragraph spacing or such.  You have no idea how
valuable it is to a student to be able to type it in, spell check, a
few clicks for formatting, and print it out.  Saved me hours of time I
could use for studying.  Sometimes even left me time for the wife and
kids.

Sometimes the formatting for preview took a while using Linux running
on a 486, but is was easy to break really long papers into smaller
chunks I could check fairly quickly.

Now that I am in the 'real' world, I still use Lyx when I can.  I used
to maintain internal Network documentation with it and latex2html.  
After I left, the new maintainer switched to Dreamweaver and gripes
constantly about how he never has time to keep up.

- However, I understand that someone might want to set a specific font size.

True, it may be necessary but for someone who, like me, just wants to
produce output, it is no big deal.  Lyx is a fabulous tool.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
-  cannot find a bunch of includes.  The files exist (in
-  /usr/include/g++-2/) but I haven't figured out yet where ./configure
-  is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  They do appear to be the correct headers.  Where should they be?  I
-  can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--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. 
==




Upgraded to 1.1.6

2001-02-13 Thread Stephen Carville

Which fixed the problem with tables.

The lyx developers have been _busy_.  There is a bunch of nifty new
features added between 1.1.5 and 1.1.6.  Thanks guys...

-- 
--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. 
==




Re: Specifying explicit point sizes

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, A. L. Meyers wrote:

- Dear fellow LyXers,
- 
- Part of the beauty and new paradigm (WYSIWYM) of LyX is precisely that it
- does not bother the user with exact type sizes etc. Just went through
- reformatting a cv using LyX. In 15 minutes I had a beautifully formatted cv
- using the class "article" without setting a single font size.

I started using lyx with version 0.10 or so while in college (second
time around).  Once I got used to the 'new' way of doing things I
found it was _much_ faster to create good looking papers with Lyx than
with Word or Wordperfect precisely because I never had to worry about
font sizes or paragraph spacing or such.  You have no idea how
valuable it is to a student to be able to type it in, spell check, a
few clicks for formatting, and print it out.  Saved me hours of time I
could use for studying.  Sometimes even left me time for the wife and
kids.

Sometimes the formatting for preview took a while using Linux running
on a 486, but is was easy to break really long papers into smaller
chunks I could check fairly quickly.

Now that I am in the 'real' world, I still use Lyx when I can.  I used
to maintain internal Network documentation with it and latex2html.  
After I left, the new maintainer switched to Dreamweaver and gripes
constantly about how he never has time to keep up.

- However, I understand that someone might want to set a specific font size.

True, it may be necessary but for someone who, like me, just wants to
produce output, it is no big deal.  Lyx is a fabulous tool.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
-  cannot find a bunch of includes.  The files exist (in
-  /usr/include/g++-2/) but I haven't figured out yet where ./configure
-  is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
-  They do appear to be the correct headers.  Where should they be?  I
-  can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--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. 
==




Upgraded to 1.1.6

2001-02-13 Thread Stephen Carville

Which fixed the problem with tables.

The lyx developers have been _busy_.  There is a bunch of nifty new
features added between 1.1.5 and 1.1.6.  Thanks guys...

-- 
--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. 
==




Re: Specifying explicit point sizes

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, A. L. Meyers wrote:

- Dear fellow LyXers,
- 
- Part of the beauty and new paradigm (WYSIWYM) of LyX is precisely that it
- does not bother the user with exact type sizes etc. Just went through
- reformatting a cv using LyX. In 15 minutes I had a beautifully formatted cv
- using the class "article" without setting a single font size.

I started using lyx with version 0.10 or so while in college (second
time around).  Once I got used to the 'new' way of doing things I
found it was _much_ faster to create good looking papers with Lyx than
with Word or Wordperfect precisely because I never had to worry about
font sizes or paragraph spacing or such.  You have no idea how
valuable it is to a student to be able to type it in, spell check, a
few clicks for formatting, and print it out.  Saved me hours of time I
could use for studying.  Sometimes even left me time for the wife and
kids.

Sometimes the formatting for preview took a while using Linux running
on a 486, but is was easy to break really long papers into smaller
chunks I could check fairly quickly.

Now that I am in the 'real' world, I still use Lyx when I can.  I used
to maintain internal Network documentation with it and latex2html.  
After I left, the new maintainer switched to Dreamweaver and gripes
constantly about how he never has time to keep up.

- However, I understand that someone might want to set a specific font size.

True, it may be necessary but for someone who, like me, just wants to
produce output, it is no big deal.  Lyx is a fabulous tool.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, Tuukka Toivonen wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
- > So far 1.1.6 has not compiled on my machine (Mandrake 7.2) because it
- > cannot find a bunch of includes.  The files exist (in
- > /usr/include/g++-2/) but I haven't figured out yet where ./configure
- > is supposed to pick them up.
- 
- You can use --with-extra-inc in configure to specify the directory, but
- taken the weird place for the headers they might not be what LyX wants
- even if they have the same name. You could try, though.

They do appear to be the correct headers.  Where should they be?  I
can create symlinks to prevent this problem again.

-- 
--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. 
==




Re: Word Wrap in Tables

2001-02-13 Thread Stephen Carville

On Tue, 13 Feb 2001, John Levon wrote:

- On Tue, 13 Feb 2001, Stephen Carville wrote:
- 
- > They do appear to be the correct headers.  Where should they be?  I
- > can create symlinks to prevent this problem again.
- 
- Did you upgrade from a previous Mandrake by any chance ? And did you install
- the contents of CD2 ?

No, it was a fresh install.  I have subsequently installed just about
everything from either CD that had '-devel' in the name.

This is not the first problem I have had with Mandrake 7.2 and the
development environment.

-- 
--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. 
==




Upgraded to 1.1.6

2001-02-13 Thread Stephen Carville

Which fixed the problem with tables.

The lyx developers have been _busy_.  There is a bunch of nifty new
features added between 1.1.5 and 1.1.6.  Thanks guys...

-- 
--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. 
==




Word Wrap in Tables

2001-02-12 Thread Stephen Carville

I am trying to create some tables that will have cells with pretty long
lines.  So far I have been unable to get these line to wrap on screen or
on paper.  

-- 
--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. 
==




Word Wrap in Tables

2001-02-12 Thread Stephen Carville

I am trying to create some tables that will have cells with pretty long
lines.  So far I have been unable to get these line to wrap on screen or
on paper.  

-- 
--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. 
==




Word Wrap in Tables

2001-02-12 Thread Stephen Carville

I am trying to create some tables that will have cells with pretty long
lines.  So far I have been unable to get these line to wrap on screen or
on paper.  

-- 
--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. 
==