Changing default font of equations

2000-04-24 Thread Martin Vonwald

I use ps2pdf to create pdf documents. It works very well (especially
with the ps2pdf from gs6.0) except for the font of the equations, for
which I get a pixelated type 3 font in the resulting pdf-file. I set the
default font to times but that doesn't affect the equations.
Does anybody know how to chance the default font of the equations so
that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
lazy to keep all my images in two formats (eps for latex and gif for
pdflatex) - or did I miss something and pdflatex can now handle eps
images too?

Thanks for any reply,
Martin



Re: agu (and other) styles/classes

2000-04-24 Thread Allan Rae

On Sun, 23 Apr 2000, Josh Rigler wrote:

 I have a barely passing knowledge of LaTeX (i.e. I've only used provided
 templates for writing/submitting papers), and am very new to LyX.  I
 would like to use the AGU (American Geophysical Union) style sheets.
 
 How does one go about doing this?  I tried simply importing the
 "sample.tex" that comes with the AGU suite (I have all of the .sty
 files).  All it seems to do is put EVERYTHING in TeX mode (well, almost
 everything...it's about 90% red text).  I would be better off simply
 using Emacs to edit this mess!
 
 Any pointers for a relative LyX newbie?  Please CC me with any responses
 to the list, as I am not currently subscribed.

Take a look at chapter 6 (I think) of the Customization manual.  You'll
need to create a .layout file.  With a bit of luck it won't be too hard.
Read the chapter through twice then contact the list with more questions.

Cheers, and happy Easter. 

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Allan Rae

On Mon, 24 Apr 2000, Martin Vonwald wrote:

 I use ps2pdf to create pdf documents. It works very well (especially
 with the ps2pdf from gs6.0) except for the font of the equations, for
 which I get a pixelated type 3 font in the resulting pdf-file. I set the
 default font to times but that doesn't affect the equations.
 Does anybody know how to chance the default font of the equations so
 that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
 lazy to keep all my images in two formats (eps for latex and gif for
 pdflatex) - or did I miss something and pdflatex can now handle eps
 images too?

In your preamble add:
\usepackage{pslatex}

this fixes everything to use type 1 fonts from the default 35 fonts
(IIRC).  Alternaively there is a similar package specifically for the
math fonts:

\usepackage{mathptm}

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Martin Vonwald

Allan Rae wrote:
 
 On Mon, 24 Apr 2000, Martin Vonwald wrote:
 
  I use ps2pdf to create pdf documents. It works very well (especially
  with the ps2pdf from gs6.0) except for the font of the equations, for
  which I get a pixelated type 3 font in the resulting pdf-file. I set the
  default font to times but that doesn't affect the equations.
  Does anybody know how to chance the default font of the equations so
  that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
  lazy to keep all my images in two formats (eps for latex and gif for
  pdflatex) - or did I miss something and pdflatex can now handle eps
  images too?
 
 In your preamble add:
 \usepackage{pslatex}
 
 this fixes everything to use type 1 fonts from the default 35 fonts
 (IIRC).  Alternaively there is a similar package specifically for the
 math fonts:
 
 \usepackage{mathptm}
 
 Allan. (ARRae)

Thanks for your answer!
If I use \usepackage{pslatex} it will display perfect in KGhostView,
gives me an error message about a missing font (symbol) in Acrobat
Reader for Linux, it shows me the doc but some characters are missing
and in AR for Windows it won't open at all.
If I use \usepackage{mathptm} it displays perfect again in KGhostView,
same problems as above in AR for Linux and nearly perfect in AR for
Windows - only brackets, integral/root signs are pixelated.
I think I can live with that - many thanks and (little bit late): Happy
Easter!

Martin



No Type 1 fonts for dvips

2000-04-24 Thread Daniel Andrade

Hi, people!

I started to use LyX some days ago and I became completely addicted to
the TeX way of life! :)
But I have a little problem that is annoying me: I cannot produce a
quality PostScript document.
I know that many people have this problem (i found some pages on the Net
about it) but I could not manage to make things work for me. Every time I
use dvips, EXCEPT when I use "times" as the font for my entire document, I
get a poor quality (Font Type 3) output.
I´ve read about psfonts.map and gave a look at it... The file came with
the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
and everything looks fine. But I cannot produce quality output with ANY font
except " times" .
How do I configure dvips/Lyx/LaTex to make it use the Type 1 fonts
(there are MANY installed in my machine, including the ones that came with
TeTex) for the other fonts LyX supports? I think the psfonts.map is fine
but, for some reason, dvips cannot find the other Type 1 fonts (they are
located in the directories used in the TeTex distribution). Maybe I have to
put them in a single directory??
Well, I don´t know!! :) Can anyone help me?
Thanks a lot!

Daniel Andrade.




Re: editing lyx files

2000-04-24 Thread jdd

On dim, 23 avr 2000, Bruce Richardson à écrit
 (a lot of things)
thank, it's very impressive, I wiil try this soon.

-- 
http://www.dodin.net mailto:[EMAIL PROTECTED]
QUI EST CET HOMME ? Aidez-moi à le retrouver
WHO'S THAT GUY ? Help me found it
http://www.dodin.net/serge/index.html




Re: No Type 1 fonts for dvips

2000-04-24 Thread Herbert voss

Daniel Andrade wrote:
 
 Hi, people!
 
 I started to use LyX some days ago and I became completely addicted to
 the TeX way of life! :)
 But I have a little problem that is annoying me: I cannot produce a
 quality PostScript document.
 I know that many people have this problem (i found some pages on the Net
 about it) but I could not manage to make things work for me. Every time I
 use dvips, EXCEPT when I use "times" as the font for my entire document, I
 get a poor quality (Font Type 3) output.
 I´ve read about psfonts.map and gave a look at it... The file came with
 the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
 and everything looks fine. But I cannot produce quality output with ANY font
have a look at  /etc/texmf/config.ps    (this is the Linux-place for 
config.ps)
for  lines
p psfonts.map
p +psnfss.map

there are good comments in this config file.

Herbert




table of contents

2000-04-24 Thread robin

Hello,
I write a document in french language, with lyx, and 
I insert a table of contents.
How can I make appear "table des matières" in place
of "table of contents" ?
Forgive me if this question had already been submited .
gerard.
-- 
Robin Gerard



Re: table of contents

2000-04-24 Thread Herbert Voss

robin wrote:
 
 Hello,
 I write a document in french language, with lyx, and 
 I insert a table of contents.
 How can I make appear "table des matières" in place
 of "table of contents" ?

in latex preamble

\renewcommand\contentsname{table des matières}

Herbert

--
[EMAIL PROTECTED]
http://perce.de/voss




Re: DocBook errors

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 02:15:32AM +0100, Bruce Richardson wrote:
 On Sat, Apr 22, 2000 at 12:32:54AM +0100, Bruce Richardson wrote:
  Running sgmlcheck against any document I create from the DocBook template
  gives me this:
 
 Scratch that, installed the right version of sgmltools

  Glad to hear that.

  Next version will support different distributions, including the distributions
that come with suse or red hat. The same applies to debian, but I'm not sure here,
even if it doesn't apply is easier to add.
 
 -- 
 Bruce
 
 Sh**! F**k!  Listen who swears!  Christopher Robin has fallen downstairs.

-- 
José



Re: Help with Docbook

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 03:11:36PM -0400, Chuck Hartley wrote:
 I have been unable to get Docbook working in Lyx. When I export to sgml
 and
 then try to use db2ps, I get lots of error messages like below:

  Could you please run

  sgmlnorm docbook_example.sgml

  and tell me if there is any error. If not that means that you have
a problem with the installed hyperref package.
 
 $ db2ps docbook_example.sgml
 Using stylesheet: "/usr/lib/sgml/stylesheets/cygnus-both.dsl"
 OUTPUT FILE NAME IS docbook_example.dvi
 This is TeX, Version 3.14159 (Web2C 7.3.1)
 (docbook_example.tex
 JadeTeX 1998/10/12: 2.3
 (/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
 (/usr/share/texmf/tex/jadetex/isoents.tex)
 Elements will be labelled
 
 No file docbook_example.aux.
 (/usr/share/texmf/tex/latex/base/ts1cmr.fd)
 No file OT2cmr.fd.
 
 !  Error: This NFSS system isn't set up properly.
 
 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ...
 
 l.20 {48\p@}}
  \Node%
 (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
 ! Undefined control sequence.
 \hyper@anchorstart #1-\Hy@SaveLastskip
 \begingroup \hyper@chars
 \special {h...
 l.20 {48\p@}}

-- 
José



Re: Text as is

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
 I'm trying to show part of a directory tree in a DocBook document, using
 ASCII characters.  Is there an environment I can apply that will let me get
 the spacing exact so it all lines up?
 
 Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
 they are worth - and less attractive than LinuxDoc as well.

  Does code work for that?
 
 -- 
 Bruce
 
 Those of you who think you know everything are annoying to those of us who
 do.

-- 
José



Re: Text as is

2000-04-24 Thread Bruce Richardson

On Mon, Apr 24, 2000 at 10:55:02PM +0100, Jose Abilio Oliveira Matos wrote:
 On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
  I'm trying to show part of a directory tree in a DocBook document, using
  ASCII characters.  Is there an environment I can apply that will let me get
  the spacing exact so it all lines up?
  
  Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
  they are worth - and less attractive than LinuxDoc as well.
 
   Does code work for that?

No.  I went back to sgml-tools and LinuxDoc and that has verbatim.  Much
happier - I really don't like the look of DocBook product.

-- 
Bruce

Those of you who think you know everything are annoying to those of us who
do.



RH6.2 can't get lyx to install

2000-04-24 Thread Steve Salazar

I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
rpm distributions and the tarball.  I each case, in the configure script I
get errors regarding not finding libforms or libxforms, but I DO have
xforms installed.  In the INSTALL file they mention this problem and using
the switch '--with-extra-lib'. Since I know exactly where the lib file is,
I tried this:

./configure --with-extra-lib '/usr/X11R6/lib/libforms.so.0.88'

and

./configure --with-extra-lib /usr/X11R6/lib/libforms.so.0.88

and

./configure --with-extra-lib "/usr/X11R6/lib/libforms.so.0.88"

I then got the inexplicable error:

ltconfig: you must specify a host type if you use '--no-verify'
Try 'ltconfig --help' for more information
configure: error: libtool configure failed

I tried 'ltconfig --help' and that returned 'command not found'

Any suggestions would be really helpful.

Thank you.
Esteban Salazar
[EMAIL PROTECTED]







Re: RH6.2 can't get lyx to install

2000-04-24 Thread Kayvan A. Sylvan

On Mon, Apr 24, 2000 at 09:47:58PM -0700, Steve Salazar wrote:
 I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
 rpm distributions and the tarball.  I each case, in the configure script I
 get errors regarding not finding libforms or libxforms, but I DO have
 xforms installed.  

Try installing the xforms RPM and then the lyx RPM.

The RPMs are in ftp://ftp.sylvan.com/pub/lyx

---Kayvan
-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



Changing default font of equations

2000-04-24 Thread Martin Vonwald

I use ps2pdf to create pdf documents. It works very well (especially
with the ps2pdf from gs6.0) except for the font of the equations, for
which I get a pixelated type 3 font in the resulting pdf-file. I set the
default font to times but that doesn't affect the equations.
Does anybody know how to chance the default font of the equations so
that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
lazy to keep all my images in two formats (eps for latex and gif for
pdflatex) - or did I miss something and pdflatex can now handle eps
images too?

Thanks for any reply,
Martin



Re: agu (and other) styles/classes

2000-04-24 Thread Allan Rae

On Sun, 23 Apr 2000, Josh Rigler wrote:

 I have a barely passing knowledge of LaTeX (i.e. I've only used provided
 templates for writing/submitting papers), and am very new to LyX.  I
 would like to use the AGU (American Geophysical Union) style sheets.
 
 How does one go about doing this?  I tried simply importing the
 "sample.tex" that comes with the AGU suite (I have all of the .sty
 files).  All it seems to do is put EVERYTHING in TeX mode (well, almost
 everything...it's about 90% red text).  I would be better off simply
 using Emacs to edit this mess!
 
 Any pointers for a relative LyX newbie?  Please CC me with any responses
 to the list, as I am not currently subscribed.

Take a look at chapter 6 (I think) of the Customization manual.  You'll
need to create a .layout file.  With a bit of luck it won't be too hard.
Read the chapter through twice then contact the list with more questions.

Cheers, and happy Easter. 

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Allan Rae

On Mon, 24 Apr 2000, Martin Vonwald wrote:

 I use ps2pdf to create pdf documents. It works very well (especially
 with the ps2pdf from gs6.0) except for the font of the equations, for
 which I get a pixelated type 3 font in the resulting pdf-file. I set the
 default font to times but that doesn't affect the equations.
 Does anybody know how to chance the default font of the equations so
 that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
 lazy to keep all my images in two formats (eps for latex and gif for
 pdflatex) - or did I miss something and pdflatex can now handle eps
 images too?

In your preamble add:
\usepackage{pslatex}

this fixes everything to use type 1 fonts from the default 35 fonts
(IIRC).  Alternaively there is a similar package specifically for the
math fonts:

\usepackage{mathptm}

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Martin Vonwald

Allan Rae wrote:
 
 On Mon, 24 Apr 2000, Martin Vonwald wrote:
 
  I use ps2pdf to create pdf documents. It works very well (especially
  with the ps2pdf from gs6.0) except for the font of the equations, for
  which I get a pixelated type 3 font in the resulting pdf-file. I set the
  default font to times but that doesn't affect the equations.
  Does anybody know how to chance the default font of the equations so
  that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
  lazy to keep all my images in two formats (eps for latex and gif for
  pdflatex) - or did I miss something and pdflatex can now handle eps
  images too?
 
 In your preamble add:
 \usepackage{pslatex}
 
 this fixes everything to use type 1 fonts from the default 35 fonts
 (IIRC).  Alternaively there is a similar package specifically for the
 math fonts:
 
 \usepackage{mathptm}
 
 Allan. (ARRae)

Thanks for your answer!
If I use \usepackage{pslatex} it will display perfect in KGhostView,
gives me an error message about a missing font (symbol) in Acrobat
Reader for Linux, it shows me the doc but some characters are missing
and in AR for Windows it won't open at all.
If I use \usepackage{mathptm} it displays perfect again in KGhostView,
same problems as above in AR for Linux and nearly perfect in AR for
Windows - only brackets, integral/root signs are pixelated.
I think I can live with that - many thanks and (little bit late): Happy
Easter!

Martin



No Type 1 fonts for dvips

2000-04-24 Thread Daniel Andrade

Hi, people!

I started to use LyX some days ago and I became completely addicted to
the TeX way of life! :)
But I have a little problem that is annoying me: I cannot produce a
quality PostScript document.
I know that many people have this problem (i found some pages on the Net
about it) but I could not manage to make things work for me. Every time I
use dvips, EXCEPT when I use "times" as the font for my entire document, I
get a poor quality (Font Type 3) output.
I´ve read about psfonts.map and gave a look at it... The file came with
the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
and everything looks fine. But I cannot produce quality output with ANY font
except " times" .
How do I configure dvips/Lyx/LaTex to make it use the Type 1 fonts
(there are MANY installed in my machine, including the ones that came with
TeTex) for the other fonts LyX supports? I think the psfonts.map is fine
but, for some reason, dvips cannot find the other Type 1 fonts (they are
located in the directories used in the TeTex distribution). Maybe I have to
put them in a single directory??
Well, I don´t know!! :) Can anyone help me?
Thanks a lot!

Daniel Andrade.




Re: editing lyx files

2000-04-24 Thread jdd

On dim, 23 avr 2000, Bruce Richardson à écrit
 (a lot of things)
thank, it's very impressive, I wiil try this soon.

-- 
http://www.dodin.net mailto:[EMAIL PROTECTED]
QUI EST CET HOMME ? Aidez-moi à le retrouver
WHO'S THAT GUY ? Help me found it
http://www.dodin.net/serge/index.html




Re: No Type 1 fonts for dvips

2000-04-24 Thread Herbert voss

Daniel Andrade wrote:
 
 Hi, people!
 
 I started to use LyX some days ago and I became completely addicted to
 the TeX way of life! :)
 But I have a little problem that is annoying me: I cannot produce a
 quality PostScript document.
 I know that many people have this problem (i found some pages on the Net
 about it) but I could not manage to make things work for me. Every time I
 use dvips, EXCEPT when I use "times" as the font for my entire document, I
 get a poor quality (Font Type 3) output.
 I´ve read about psfonts.map and gave a look at it... The file came with
 the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
 and everything looks fine. But I cannot produce quality output with ANY font
have a look at  /etc/texmf/config.ps    (this is the Linux-place for 
config.ps)
for  lines
p psfonts.map
p +psnfss.map

there are good comments in this config file.

Herbert




table of contents

2000-04-24 Thread robin

Hello,
I write a document in french language, with lyx, and 
I insert a table of contents.
How can I make appear "table des matières" in place
of "table of contents" ?
Forgive me if this question had already been submited .
gerard.
-- 
Robin Gerard



Re: table of contents

2000-04-24 Thread Herbert Voss

robin wrote:
 
 Hello,
 I write a document in french language, with lyx, and 
 I insert a table of contents.
 How can I make appear "table des matières" in place
 of "table of contents" ?

in latex preamble

\renewcommand\contentsname{table des matières}

Herbert

--
[EMAIL PROTECTED]
http://perce.de/voss




Re: DocBook errors

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 02:15:32AM +0100, Bruce Richardson wrote:
 On Sat, Apr 22, 2000 at 12:32:54AM +0100, Bruce Richardson wrote:
  Running sgmlcheck against any document I create from the DocBook template
  gives me this:
 
 Scratch that, installed the right version of sgmltools

  Glad to hear that.

  Next version will support different distributions, including the distributions
that come with suse or red hat. The same applies to debian, but I'm not sure here,
even if it doesn't apply is easier to add.
 
 -- 
 Bruce
 
 Sh**! F**k!  Listen who swears!  Christopher Robin has fallen downstairs.

-- 
José



Re: Help with Docbook

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 03:11:36PM -0400, Chuck Hartley wrote:
 I have been unable to get Docbook working in Lyx. When I export to sgml
 and
 then try to use db2ps, I get lots of error messages like below:

  Could you please run

  sgmlnorm docbook_example.sgml

  and tell me if there is any error. If not that means that you have
a problem with the installed hyperref package.
 
 $ db2ps docbook_example.sgml
 Using stylesheet: "/usr/lib/sgml/stylesheets/cygnus-both.dsl"
 OUTPUT FILE NAME IS docbook_example.dvi
 This is TeX, Version 3.14159 (Web2C 7.3.1)
 (docbook_example.tex
 JadeTeX 1998/10/12: 2.3
 (/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
 (/usr/share/texmf/tex/jadetex/isoents.tex)
 Elements will be labelled
 
 No file docbook_example.aux.
 (/usr/share/texmf/tex/latex/base/ts1cmr.fd)
 No file OT2cmr.fd.
 
 !  Error: This NFSS system isn't set up properly.
 
 See the LaTeX manual or LaTeX Companion for explanation.
 Type  H return  for immediate help.
  ...
 
 l.20 {48\p@}}
  \Node%
 (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
 ! Undefined control sequence.
 \hyper@anchorstart #1-\Hy@SaveLastskip
 \begingroup \hyper@chars
 \special {h...
 l.20 {48\p@}}

-- 
José



Re: Text as is

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
 I'm trying to show part of a directory tree in a DocBook document, using
 ASCII characters.  Is there an environment I can apply that will let me get
 the spacing exact so it all lines up?
 
 Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
 they are worth - and less attractive than LinuxDoc as well.

  Does code work for that?
 
 -- 
 Bruce
 
 Those of you who think you know everything are annoying to those of us who
 do.

-- 
José



Re: Text as is

2000-04-24 Thread Bruce Richardson

On Mon, Apr 24, 2000 at 10:55:02PM +0100, Jose Abilio Oliveira Matos wrote:
 On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
  I'm trying to show part of a directory tree in a DocBook document, using
  ASCII characters.  Is there an environment I can apply that will let me get
  the spacing exact so it all lines up?
  
  Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
  they are worth - and less attractive than LinuxDoc as well.
 
   Does code work for that?

No.  I went back to sgml-tools and LinuxDoc and that has verbatim.  Much
happier - I really don't like the look of DocBook product.

-- 
Bruce

Those of you who think you know everything are annoying to those of us who
do.



RH6.2 can't get lyx to install

2000-04-24 Thread Steve Salazar

I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
rpm distributions and the tarball.  I each case, in the configure script I
get errors regarding not finding libforms or libxforms, but I DO have
xforms installed.  In the INSTALL file they mention this problem and using
the switch '--with-extra-lib'. Since I know exactly where the lib file is,
I tried this:

./configure --with-extra-lib '/usr/X11R6/lib/libforms.so.0.88'

and

./configure --with-extra-lib /usr/X11R6/lib/libforms.so.0.88

and

./configure --with-extra-lib "/usr/X11R6/lib/libforms.so.0.88"

I then got the inexplicable error:

ltconfig: you must specify a host type if you use '--no-verify'
Try 'ltconfig --help' for more information
configure: error: libtool configure failed

I tried 'ltconfig --help' and that returned 'command not found'

Any suggestions would be really helpful.

Thank you.
Esteban Salazar
[EMAIL PROTECTED]







Re: RH6.2 can't get lyx to install

2000-04-24 Thread Kayvan A. Sylvan

On Mon, Apr 24, 2000 at 09:47:58PM -0700, Steve Salazar wrote:
 I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
 rpm distributions and the tarball.  I each case, in the configure script I
 get errors regarding not finding libforms or libxforms, but I DO have
 xforms installed.  

Try installing the xforms RPM and then the lyx RPM.

The RPMs are in ftp://ftp.sylvan.com/pub/lyx

---Kayvan
-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory



Changing default font of equations

2000-04-24 Thread Martin Vonwald

I use ps2pdf to create pdf documents. It works very well (especially
with the ps2pdf from gs6.0) except for the font of the equations, for
which I get a pixelated type 3 font in the resulting pdf-file. I set the
default font to times but that doesn't affect the equations.
Does anybody know how to chance the default font of the equations so
that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
lazy to keep all my images in two formats (eps for latex and gif for
pdflatex) - or did I miss something and pdflatex can now handle eps
images too?

Thanks for any reply,
Martin



Re: agu (and other) styles/classes

2000-04-24 Thread Allan Rae

On Sun, 23 Apr 2000, Josh Rigler wrote:

> I have a barely passing knowledge of LaTeX (i.e. I've only used provided
> templates for writing/submitting papers), and am very new to LyX.  I
> would like to use the AGU (American Geophysical Union) style sheets.
> 
> How does one go about doing this?  I tried simply importing the
> "sample.tex" that comes with the AGU suite (I have all of the .sty
> files).  All it seems to do is put EVERYTHING in TeX mode (well, almost
> everything...it's about 90% red text).  I would be better off simply
> using Emacs to edit this mess!
> 
> Any pointers for a relative LyX newbie?  Please CC me with any responses
> to the list, as I am not currently subscribed.

Take a look at chapter 6 (I think) of the Customization manual.  You'll
need to create a .layout file.  With a bit of luck it won't be too hard.
Read the chapter through twice then contact the list with more questions.

Cheers, and happy Easter. 

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Allan Rae

On Mon, 24 Apr 2000, Martin Vonwald wrote:

> I use ps2pdf to create pdf documents. It works very well (especially
> with the ps2pdf from gs6.0) except for the font of the equations, for
> which I get a pixelated type 3 font in the resulting pdf-file. I set the
> default font to times but that doesn't affect the equations.
> Does anybody know how to chance the default font of the equations so
> that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
> lazy to keep all my images in two formats (eps for latex and gif for
> pdflatex) - or did I miss something and pdflatex can now handle eps
> images too?

In your preamble add:
\usepackage{pslatex}

this fixes everything to use type 1 fonts from the default 35 fonts
(IIRC).  Alternaively there is a similar package specifically for the
math fonts:

\usepackage{mathptm}

Allan. (ARRae)




Re: Changing default font of equations

2000-04-24 Thread Martin Vonwald

Allan Rae wrote:
> 
> On Mon, 24 Apr 2000, Martin Vonwald wrote:
> 
> > I use ps2pdf to create pdf documents. It works very well (especially
> > with the ps2pdf from gs6.0) except for the font of the equations, for
> > which I get a pixelated type 3 font in the resulting pdf-file. I set the
> > default font to times but that doesn't affect the equations.
> > Does anybody know how to chance the default font of the equations so
> > that ps2pdf creates type 1 fonts? I know about pdflatex but I'm just to
> > lazy to keep all my images in two formats (eps for latex and gif for
> > pdflatex) - or did I miss something and pdflatex can now handle eps
> > images too?
> 
> In your preamble add:
> \usepackage{pslatex}
> 
> this fixes everything to use type 1 fonts from the default 35 fonts
> (IIRC).  Alternaively there is a similar package specifically for the
> math fonts:
> 
> \usepackage{mathptm}
> 
> Allan. (ARRae)

Thanks for your answer!
If I use \usepackage{pslatex} it will display perfect in KGhostView,
gives me an error message about a missing font (symbol) in Acrobat
Reader for Linux, it shows me the doc but some characters are missing
and in AR for Windows it won't open at all.
If I use \usepackage{mathptm} it displays perfect again in KGhostView,
same problems as above in AR for Linux and nearly perfect in AR for
Windows - only brackets, integral/root signs are pixelated.
I think I can live with that - many thanks and (little bit late): Happy
Easter!

Martin



No Type 1 fonts for dvips

2000-04-24 Thread Daniel Andrade

Hi, people!

I started to use LyX some days ago and I became completely addicted to
the TeX way of life! :)
But I have a little problem that is annoying me: I cannot produce a
quality PostScript document.
I know that many people have this problem (i found some pages on the Net
about it) but I could not manage to make things work for me. Every time I
use dvips, EXCEPT when I use "times" as the font for my entire document, I
get a poor quality (Font Type 3) output.
I´ve read about psfonts.map and gave a look at it... The file came with
the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
and everything looks fine. But I cannot produce quality output with ANY font
except " times" .
How do I configure dvips/Lyx/LaTex to make it use the Type 1 fonts
(there are MANY installed in my machine, including the ones that came with
TeTex) for the other fonts LyX supports? I think the psfonts.map is fine
but, for some reason, dvips cannot find the other Type 1 fonts (they are
located in the directories used in the TeTex distribution). Maybe I have to
put them in a single directory??
Well, I don´t know!! :) Can anyone help me?
Thanks a lot!

Daniel Andrade.




Re: editing lyx files

2000-04-24 Thread jdd

On dim, 23 avr 2000, Bruce Richardson à écrit
> (a lot of things)
thank, it's very impressive, I wiil try this soon.

-- 
 
QUI EST CET HOMME ? Aidez-moi à le retrouver
WHO'S THAT GUY ? Help me found it
http://www.dodin.net/serge/index.html




Re: No Type 1 fonts for dvips

2000-04-24 Thread Herbert voss

Daniel Andrade wrote:
> 
> Hi, people!
> 
> I started to use LyX some days ago and I became completely addicted to
> the TeX way of life! :)
> But I have a little problem that is annoying me: I cannot produce a
> quality PostScript document.
> I know that many people have this problem (i found some pages on the Net
> about it) but I could not manage to make things work for me. Every time I
> use dvips, EXCEPT when I use "times" as the font for my entire document, I
> get a poor quality (Font Type 3) output.
> I´ve read about psfonts.map and gave a look at it... The file came with
> the Slackware Linux 7.0 distribution of TeTex (but I have RedHat installed)
> and everything looks fine. But I cannot produce quality output with ANY font
have a look at  /etc/texmf/config.ps    (this is the Linux-place for 
config.ps)
for  lines
p psfonts.map
p +psnfss.map

there are good comments in this config file.

Herbert




table of contents

2000-04-24 Thread robin

Hello,
I write a document in french language, with lyx, and 
I insert a table of contents.
How can I make appear "table des matières" in place
of "table of contents" ?
Forgive me if this question had already been submited .
gerard.
-- 
Robin Gerard



Re: table of contents

2000-04-24 Thread Herbert Voss

robin wrote:
> 
> Hello,
> I write a document in french language, with lyx, and 
> I insert a table of contents.
> How can I make appear "table des matières" in place
> of "table of contents" ?

in latex preamble

\renewcommand\contentsname{table des matières}

Herbert

--
[EMAIL PROTECTED]
http://perce.de/voss




Re: DocBook errors

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 02:15:32AM +0100, Bruce Richardson wrote:
> On Sat, Apr 22, 2000 at 12:32:54AM +0100, Bruce Richardson wrote:
> > Running sgmlcheck against any document I create from the DocBook template
> > gives me this:
> 
> Scratch that, installed the right version of sgmltools

  Glad to hear that.

  Next version will support different distributions, including the distributions
that come with suse or red hat. The same applies to debian, but I'm not sure here,
even if it doesn't apply is easier to add.
 
> -- 
> Bruce
> 
> Sh**! F**k!  Listen who swears!  Christopher Robin has fallen downstairs.

-- 
José



Re: Help with Docbook

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 03:11:36PM -0400, Chuck Hartley wrote:
> I have been unable to get Docbook working in Lyx. When I export to sgml
> and
> then try to use db2ps, I get lots of error messages like below:

  Could you please run

  sgmlnorm docbook_example.sgml

  and tell me if there is any error. If not that means that you have
a problem with the installed hyperref package.
 
> $ db2ps docbook_example.sgml
> Using stylesheet: "/usr/lib/sgml/stylesheets/cygnus-both.dsl"
> OUTPUT FILE NAME IS docbook_example.dvi
> This is TeX, Version 3.14159 (Web2C 7.3.1)
> (docbook_example.tex
> JadeTeX 1998/10/12: 2.3
> (/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
> (/usr/share/texmf/tex/jadetex/isoents.tex)
> Elements will be labelled
> 
> No file docbook_example.aux.
> (/usr/share/texmf/tex/latex/base/ts1cmr.fd)
> No file OT2cmr.fd.
> 
> !  Error: This NFSS system isn't set up properly.
> 
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H   for immediate help.
>  ...
> 
> l.20 {48\p@}}
>  \Node%
> (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
> ! Undefined control sequence.
> \hyper@anchorstart #1->\Hy@SaveLastskip
> \begingroup \hyper@chars
> \special {h...
> l.20 {48\p@}}

-- 
José



Re: Text "as is"

2000-04-24 Thread Jose Abilio Oliveira Matos

On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
> I'm trying to show part of a directory tree in a DocBook document, using
> ASCII characters.  Is there an environment I can apply that will let me get
> the spacing exact so it all lines up?
> 
> Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
> they are worth - and less attractive than LinuxDoc as well.

  Does code work for that?
 
> -- 
> Bruce
> 
> Those of you who think you know everything are annoying to those of us who
> do.

-- 
José



Re: Text "as is"

2000-04-24 Thread Bruce Richardson

On Mon, Apr 24, 2000 at 10:55:02PM +0100, Jose Abilio Oliveira Matos wrote:
> On Sun, Apr 23, 2000 at 11:44:51PM +0100, Bruce Richardson wrote:
> > I'm trying to show part of a directory tree in a DocBook document, using
> > ASCII characters.  Is there an environment I can apply that will let me get
> > the spacing exact so it all lines up?
> > 
> > Frankly, DocBook and sgmltools 2 are turning out to be more trouble than
> > they are worth - and less attractive than LinuxDoc as well.
> 
>   Does code work for that?

No.  I went back to sgml-tools and LinuxDoc and that has verbatim.  Much
happier - I really don't like the look of DocBook product.

-- 
Bruce

Those of you who think you know everything are annoying to those of us who
do.



RH6.2 can't get lyx to install

2000-04-24 Thread Steve Salazar

I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
rpm distributions and the tarball.  I each case, in the configure script I
get errors regarding not finding libforms or libxforms, but I DO have
xforms installed.  In the INSTALL file they mention this problem and using
the switch '--with-extra-lib'. Since I know exactly where the lib file is,
I tried this:

./configure --with-extra-lib '/usr/X11R6/lib/libforms.so.0.88'

and

./configure --with-extra-lib /usr/X11R6/lib/libforms.so.0.88

and

./configure --with-extra-lib "/usr/X11R6/lib/libforms.so.0.88"

I then got the inexplicable error:

ltconfig: you must specify a host type if you use '--no-verify'
Try 'ltconfig --help' for more information
configure: error: libtool configure failed

I tried 'ltconfig --help' and that returned 'command not found'

Any suggestions would be really helpful.

Thank you.
Esteban Salazar
[EMAIL PROTECTED]







Re: RH6.2 can't get lyx to install

2000-04-24 Thread Kayvan A. Sylvan

On Mon, Apr 24, 2000 at 09:47:58PM -0700, Steve Salazar wrote:
> I'm using RH6.2 and I can't get lyx to install.  I've tried 2 different
> rpm distributions and the tarball.  I each case, in the configure script I
> get errors regarding not finding libforms or libxforms, but I DO have
> xforms installed.  

Try installing the xforms RPM and then the lyx RPM.

The RPMs are in ftp://ftp.sylvan.com/pub/lyx

---Kayvan
-- 
Kayvan A. Sylvan   | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory