output of ~ and ^

1999-10-29 Thread Bruce Momjian

It is my understanding that output of ~ and ^ is not being handled
correctly.

LyX outputs ~ as \~, and ^ as \^.  However, it is my understanding that
\^ is really \^{}, to be used to put above a latter in \^{a}.  Same with
~.

I believe the proper output of ~ is \textasciitilde, and ^ is
\textasciicircum.

Attached are two e-mail messages I sent to the teTeX maintainer.  The
e-mails describe a problem I had with non-TeX fonts where there was no
symbol for \~, while there was one for \textasciitilde.


---

A week ago, I asked a question about afm2tfm, and I have it working
great now.  Thanks.  Nice to have 500 fonts to choose from.

I am afraid I have one more problem.  For some reason, the caret (^) and
tilde (~) symbols will not print in any of my fonts.  I have fonts from
three foundries, and they call don't print carets or tildes.  I am
printing them as \~{} and \^{}.

I tested the other characters on my keyboard on top of the number from 1
to 0, and they all print, except caret and tilde.

My latex log shows:

Missing character: There is no ^^B in font p052003l!

for caret symbol, and

Missing character: There is no ^^C in font p052003l!

for tilde font.

I see \textasciitilde and \textasciicircum as I will looking around
dejanews, and I am totally shocked that they work, and look fine.  Now,
I don't understand why, because the stock palatino tfm/vf fonts use \~{}
and \^{} directly.  Is \~{} accessing a different font I don't have,
while I do have \textasciitilde?

Was some special hand-coding done in the stock font files for these
symbols?  Seems they weren't in computer modern in a standard way, and
that is why there may be a problem with them for me.  Are there any
other weird characters I should know about?

The strange thing is that many other more exotic symbols do print, and I
am using many of them.  Symbols like the n-dash, and the (c) copyright
symbol print fine, so I must be doing something right with these fonts.

When using the supplied palatino font tfm/vf files, the ~ and ^ print
fine, but the (c) and n-dash don't print in PDF files, meaning the
standard palatino tfm/vf files do not match my encoding, while the
encodings I created with afm2tfm and vptovf did enable me to print these
in PDF files.


---


> A week ago, I asked a question about afm2tfm, and I have it working
> great now.  Thanks.  Nice to have 500 fonts to choose from.
> 
> I am afraid I have one more problem.  For some reason, the caret (^) and
> tilde (~) symbols will not print in any of my fonts.  I have fonts from
> three foundries, and they call don't print carets or tildes.  I am
> printing them as \~{} and \^{}.

OK, I read this on DejaNews.  Seems that \~{} and \textasciitilde are
different, and I don't have \~{} in my font.  Is this person right?

---

CM fonts use an encoding (TeX text or OT1) that has circumflex accent
where  ASCII has asciicircumflex and tilde accent where ASCII has asciitilde.
When you use something like \~{} you get the tilde accent.  When you use
$\sim$ you get a mathematical relation, not asciitilde.

Use \textasciitilde and \textasciicircum  - of course this requires a font
that has those glyphs (like any of the thousands of fonts in Type 1 format)
and an encoding that provides access to it (like T1, LY1, or LM1).

The asciitilde and asciicircum in EC are kind of a compromise - not quite
accents, but not quite low enough and large enough...

-- 
  Bruce Momjian|  http://www.op.net/~candle
  [EMAIL PROTECTED]|  (610) 853-3000
  +  If your life is a hard drive, |  830 Blythe Avenue
  +  Christ can be your backup.|  Drexel Hill, Pennsylvania 19026



Re: new feature

1999-10-29 Thread Kaare Rasmussen

> The reason why I am writing this is that I would not want people to
> get frustrated because such or such feature has been ranked #1 for 3
> monthes and is still not here.

Just put the above disclaimer on the page and add that if people want a
specific feature in LyX they're welcome to either code it them selves,
pay for the development or try to convince another developer with
strong arguments :-)



Customising appendices etc.

1999-10-29 Thread Christian

Hi all,

I've written my honours thesis in LyX (fantastic program btw, kudos to
all involved) and I'm in the final week of editing and tweaking and
there's a couple of little customisations I'd like to make and I'm not
really sure how.  I don't think they can probably be done with LyX
directly and, although I know a very tiny bit of LaTeX, I don't know
enough for this.

Firstly, I'd like the numbering for each of my appendices to be like:
A-1, A-2 etc. for first and second pages in appendix A. I can get the
numbering to start again but not sure how to customise it to look like
that.

Secondly I've noticed that LaTeX sometimes hyphenates words in my
headings (chapter, sections, etc.) and I'd sort of prefer it didn't.  Is
there a way to mark text so that it won't get hypenated?

Finally, in the table of contents it marks each appendix title as just
"A   Blah Blah Blah" and I'd rather it say "Appendix A  Blah Blah Blah"
to make it clear where the appendices begin in the TOC.  Is there any
way of doing this? (I know I'm being fussy... ;-)

Thanks in advance,

Christian.

-- 
To the systems programmer, users and applications serve only to
provide a test load.



Re: Double question

1999-10-29 Thread Roger Williams

> Antonio Zugaldia Rodriguez <[EMAIL PROTECTED]> writes:

  > I have not explained fine my problem. I know this answer. I want
  > the number _over_ the equal sign...

You could simply stack the '1' on top of the '=' with the TeX
\stackrel command, like this:

2 + 3 \stackrel{1}{=} 5

-- 
Roger Williams finger me for my PGP public key
Coelacanth Engineering Incconsulting & turnkey product development
Middleborough, Massachusetts   wireless * datacomm * DSP * ATE
tel +1 508 947-5585 * fax +1 508 861-0278 * http://www.coelacanth.com/



Announce: LyX 1.1.1

1999-10-29 Thread Jean-Marc Lasgouttes


I am glad to announce the official release of LyX 1.1.1, which marks a
turning point in the development of LyX. While it does not have many
new features, there have been lots of internal changes, many of which
have been backported from our old development branch (which is now
extinct). While on the surface this version is very similar to
version 1.0.4, many things happened under the hood. 

As a consequence of this: expect that some new bugs have crept in. 
I mean it.

A few new user-visible features have been added since version 1.0.4:

- Preliminary export to HTML feature (with tth program)

- All the popups should be more resistant to resize actions.

- normal spaces are automatically made unbreakable if we are in
  a freespacing mode (LyX-Code), but not in latex mode. The rule used
  to be that spaces where changed when in typewriter font.

- the default encoding of a new document is now latin1, since it seems
  to be a reasonable default for many people. Note that you can
  override this default with the "Save layout as default" feature.

As usual, version 1.1.1 can be found in the following places:

ftp://ftp.lyx.org:/pub/lyx/devel/lyx-1.1.1.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.1.tar.gz

No patches this time, since there have been very a large reorganisation
of the sources.

While this version is certainly not as stable as we would like it to
be, we urge you to try it out and report all problems. It is planned
to release a bug-fix 1.1.2 as soon as possible.

JMarc ([EMAIL PROTECTED])



Re: Double question

1999-10-29 Thread Antonio Zugaldia Rodriguez

Jean-Marc Lasgouttes wrote:
> 
> > "Antonio" == Antonio Zugaldia Rodriguez <[EMAIL PROTECTED]> writes:
> 
> Antonio> Hello everybody! * First a LaTeX question: ¿Is there any form
> Antonio> of inserting an equal sign (=) with a superscript?, really,
> Antonio> with a number as a superscript. (Like an "enumerate" of equal
> Antonio> signs.)
> 
> Antonio> * Second a LyX question: ¿How can I use question #1 in LyX?
> Antonio> (If possible.)
> 
> Just do a = sign with a superscript :)
> 
> Longer answer: M-m m = ^ 1.
> 
> JMarc

I have not explained fine my problem. I know this answer. I want the
number _over_ the equal sign, like the "1" in this:

  1
2 + 3 = 5

Sorry again and thanks!

···---[  Antonio Zugaldía Rodríguez  ]···
   Proyecto Ciencia Libre 
o bien 
···---[ mailto:[EMAIL PROTECTED] ]---




Re: Error Reading TEX files with Scientific Workspace

1999-10-29 Thread br

I will check this "import" function on tuesday.
(monday is religious holiday :)  )
Did anyone using "Scientific Wokspace 3.0" and had sucessfully imported
LATEX -files??
Thank you
bruno
- Original Message -
From: Jean-Pierre.Chretien <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, October 29, 1999 6:58 PM
Subject: Re: Error Reading TEX files with Scientific Workspace


>
> >>Date: Fri, 29 Oct 1999 13:45:41 -0300
> >>From: Osvaldo Fornaro <[EMAIL PROTECTED]>
> >>To: br <[EMAIL PROTECTED]>
> >>CC: [EMAIL PROTECTED]
> >>Subject: Re: Error Reading TEX files with Scientific Workspace
> >>
> >>br wrote:
> >>
> >>> Hallo,I wanna use "Scientific Workspace" (this is a TEX Programm) to
> >>> read and edit Lyx- documents.Therefor I export  lyx -file with LYX
> >>> 1.04 to LATEX.But when I try to open the tex -file I got a bunch of
> >>> error-messages and all math. expression are gone.S.Workspace should be
> >>> able read LATEX files actually .. Any solution here?Thanksbruno
> >>
> >>Scientific Workplace has own include style files. Maybe you could try
> >>open a new document, inspect that and add them by hand.
> >>I have problems to import 'pure' latex documents in SW.
> >>
> >>Osvaldo Fornaro
> There is an export as standard LaTeX, maybe also an import ?
>
> --
> Jean-Pierre
>
>



seminar

1999-10-29 Thread Patrick Dupre LCMI

Hello every bido,

It seems that lyx (1.0.4) does not recognize the documentclass seminar,
how can this be fix ?
Thank for your help.

-- 
---
==
   Patrick DUPRE|   |   Tel:  (33 4) 76-88-78-51
   CNRS/LCMI (GHMFL)|   |   Fax:  (33 4) 76-85-56-10
   25 Rue des Martyrs, BP 166   |   |   http://eschyle.polycnrs-gre.fr
   F-38042 GRENOBLE Cedex 09|   |   email: [EMAIL PROTECTED]
==



LaTeX importer

1999-10-29 Thread JONATHAN DINERSTEIN

Thanks everybody for your help...I've gotten just about everything
working =).
I'm running LyX on Redhat 6.1, and the LaTeX importer is ghosted in the
pulldown menu.  LyX DID find Perl on my system.  I've tried to reconfigure, but
it's still ghosted.  Should I just run the converter from a shell?  If so,
what's the binary named?  Thanks!

Jonathan Dinerstein
[EMAIL PROTECTED]



Re: Error Reading TEX files with Scientific Workspace

1999-10-29 Thread Osvaldo Fornaro

"Jean-Pierre.Chretien" wrote:

> >>Date: Fri, 29 Oct 1999 13:45:41 -0300
> >>From: Osvaldo Fornaro <[EMAIL PROTECTED]>
> >>To: br <[EMAIL PROTECTED]>
> >>CC: [EMAIL PROTECTED]
> >>Subject: Re: Error Reading TEX files with Scientific Workspace
> >>
> >>br wrote:
> >>
> >>> Hallo,I wanna use "Scientific Workspace" (this is a TEX Programm) to
> >>> read and edit Lyx- documents.Therefor I export  lyx -file with LYX
> >>> 1.04 to LATEX.But when I try to open the tex -file I got a bunch of
> >>> error-messages and all math. expression are gone.S.Workspace should be
> >>> able read LATEX files actually .. Any solution here?Thanksbruno
> >>
> >>Scientific Workplace has own include style files. Maybe you could try
> >>open a new document, inspect that and add them by hand.
> >>I have problems to import 'pure' latex documents in SW.
> >>
> >>Osvaldo Fornaro
> There is an export as standard LaTeX, maybe also an import ?
>
> --
> Jean-Pierre

I remember that SW can read standard .TEX files, but it does with some
slightly retouch in the document preamble. For example SW add
\input tcilatex
before \begin {document}

Inverse is true too: you could transform the .TEX files  generated by SW with
reLyX with no serius changes.  However there are a lot of environments that
not is possible translate well (including figures and tables)

Osvaldo





Re: Error Reading TEX files with Scientific Workspace

1999-10-29 Thread Jean-Pierre.Chretien


>>Date: Fri, 29 Oct 1999 13:45:41 -0300
>>From: Osvaldo Fornaro <[EMAIL PROTECTED]>
>>To: br <[EMAIL PROTECTED]>
>>CC: [EMAIL PROTECTED]
>>Subject: Re: Error Reading TEX files with Scientific Workspace
>>
>>br wrote:
>>
>>> Hallo,I wanna use "Scientific Workspace" (this is a TEX Programm) to
>>> read and edit Lyx- documents.Therefor I export  lyx -file with LYX
>>> 1.04 to LATEX.But when I try to open the tex -file I got a bunch of
>>> error-messages and all math. expression are gone.S.Workspace should be
>>> able read LATEX files actually .. Any solution here?Thanksbruno
>>
>>Scientific Workplace has own include style files. Maybe you could try
>>open a new document, inspect that and add them by hand.
>>I have problems to import 'pure' latex documents in SW.
>>
>>Osvaldo Fornaro
There is an export as standard LaTeX, maybe also an import ?

-- 
Jean-Pierre



Re: Error Reading TEX files with Scientific Workspace

1999-10-29 Thread Osvaldo Fornaro



br wrote:

Hallo,I
wanna use "Scientific Workspace" (this is a TEX Programm) to read and edit
Lyx- documents.Therefor
I export  lyx -file with LYX 1.04 to LATEX.But
when I try to open the tex -file I got a bunch of error-messages and all
math. expression are gone.S.Workspace
should be able read LATEX files actually .. Any
solution here?Thanksbruno

Scientific Workplace has own include style files. Maybe you could
try open a new document, inspect that and add them by hand.
I have problems to import 'pure' latex documents in SW.
Osvaldo Fornaro




Re: RH 6.0

1999-10-29 Thread Roland Krause

Hi

On Fri, 29 Oct 1999, JONATHAN DINERSTEIN wrote:

>   You were right, it was a problem with xforms.  I'm not much of a sys
> admin, and I got the libc5 version than glibc2.1.  Thanks!
>   Everythings working great, but I've got two quick questions.  First,
> the LaTeX importer is ghosted in the pull down menus.  Do I have to run the
> converter from a shell?  LyX did find Perl, as it's installed in RH 6.

Try to reconfigure after starting LyX - it should the be able to find it.
Not that you have to restart LyX for the changes to take effect.

>   Second, I'm writing my thesis right now.  Is LyX stable/robust enough
> for me to write my thesis in?  

Yes, absolutely.

> If so, would it be better to use it than say
> WordPerfect?

Much better unless all your pictures and tables are generated from M$soft 
programs in which case you end up with a lot of extra work converting these
things. 

> My thesis will probably end up being about 50 pages with A 
LOT of > pictures.  Will LyX try to load all pictures into memory and die?

LyX never dies :-) 
It crashes only on very few occasions, actually I cant even remember one.
If it crashes, it leaves you with a file that you can recover from. 
LyX has never "eaten" any of my files, made them vanish or even look 
ugly or smell bad.

Nevertheless, a backup of important work is of course always mandatory.

 
leaving you with a file >   Thanks!
> 
>   Jonathan Dinerstein
>   [EMAIL PROTECTED]
> 



Re: RH 6.0

1999-10-29 Thread JONATHAN DINERSTEIN

>> 
>> My guess is that your tetex installation is messed up and needs to be
>> re-installed.
>> 

>My guess is the wrong xforms-library! Or you use 0.89 or a NON glibc2.1!
>
>Greets Jürgen


You were right, it was a problem with xforms.  I'm not much of a sys
admin, and I got the libc5 version than glibc2.1.  Thanks!
Everythings working great, but I've got two quick questions.  First,
the LaTeX importer is ghosted in the pull down menus.  Do I have to run the
converter from a shell?  LyX did find Perl, as it's installed in RH 6.
Second, I'm writing my thesis right now.  Is LyX stable/robust enough
for me to write my thesis in?  If so, would it be better to use it than say
WordPerfect?  My thesis will probably end up being about 50 pages with A LOT of
pictures.  Will LyX try to load all pictures into memory and die?
Thanks!

Jonathan Dinerstein
[EMAIL PROTECTED]



Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Jan Ulrich Hasecke

On Thu, 28 Oct 1999, Kayvan A. Sylvan wrote:

>If you want to compile lyx from source, you need a recent enough C compiler.

That's it. I compiled lyx 1.1.1. on my Red Hat SUN LX with a gcc 2.90.29
without problems. 

I will look for a newer compiler for my Open Linux Intel-Maschine.

Mh, perhaps it's time to make a general upgrade ;-)

Ciao!
juh

-- 
juh's Sudelbuch
Literatur und Satire per E-Mail
http://www.sudelbuch.de




Re: Non-English math´ texts

1999-10-29 Thread Daniel Seifert

"Stephan E. Schlierf" wrote:

> If you use the bash, try a
> 
> export LANG="de"

I have set it to de_DE now and it works (the menu points are in
German).

Thx.

-- 
 Tschau,ICQ 28589118   PGP-Key available
  Daniel[EMAIL PROTECTED]
http://www.dseifert.de/



Re: Non-English math´ texts

1999-10-29 Thread Stephan E. Schlierf


If you use the bash, try a

export LANG="de"

in an xterminal (or/and put it in your local .profile) and restart LyX
then. This should do the trick.
 
CU

Stephan

--
Stephan E. Schlierf M.A.
 - Product Management -
++49 9254 960332
CSE GmbH Germany

On Fri, 29 Oct 1999, Daniel Seifert wrote:
...[snip]...
> 
> In addition, I am not able to get German menu points ... ?! In
> /usr/local/share/locale/ is the German .mo file for LyX, but even
> when setting LYX_LOCALEDIR to the above directory, LyX displays it´s
> menues and messages only in English. Very annoying.
> 
> -- 
>  Tschau,ICQ 28589118   PGP-Key available
>   Daniel[EMAIL PROTECTED]
> http://www.dseifert.de/
> 



Non-English math´ texts

1999-10-29 Thread Daniel Seifert

Hi.

I am using lyx 1.0.4 and want to write a mathematical text (article
(ams) or ams-book). When I set the document language to "german", I
still get only "Theorem", "Corollar", etc. but not the German
equivalent (Satz, Korollar, etc), when creating the DVI or Postscript
file. (When using just article or book, "Chapter", etc are
translated)

Do there exist special layout files for that purpose or do I need a
different ams package? I have not very much experience with LaTeX as
I always used only LyX, so I have no clue. For the time being I have
put together my own layout and .cls file which is working but not
especially well ;((( I´d appreciate any help!

In addition, I am not able to get German menu points ... ?! In
/usr/local/share/locale/ is the German .mo file for LyX, but even
when setting LYX_LOCALEDIR to the above directory, LyX displays it´s
menues and messages only in English. Very annoying.

-- 
 Tschau,ICQ 28589118   PGP-Key available
  Daniel[EMAIL PROTECTED]
http://www.dseifert.de/



Downtime for lyx.org

1999-10-29 Thread Lars Gullik Bjønnes



Hello, 

There will be some downtime on the LyX Servers today, since I will
move baywatch and aussie from my office to the server room.

This move will mandate a ip-number change and it might be hard to get
in conntact with the machines until the dns update has spread to the
secondary Domain Name Servers.

Anyway the new ip addresses will be:

baywatch.lyx.org:  129.240.74.11 www.devel/ftp.devel/cvs
aussie.lyx.org:129.240.74.10 www/anoncvs

I will take the machines down fairly soon, so you are warned.

Lgb



Re: Text before Chapter

1999-10-29 Thread Jean-Marc Lasgouttes

> "Ramin" == Ramin Yasdi <[EMAIL PROTECTED]> writes:

Ramin> Hallo, 1. How can I have a text before chapter heading without
Ramin> page break (chapter causes page break) ?

Ramin> 2. How can I get ride of the word "Kapitel" in the German
Ramin> document style book?

Why not use style 'article' and replace chapters with sections? It
seems to fit what you are wanting to do...

JMarc



Re: new feature

1999-10-29 Thread Jean-Marc Lasgouttes

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

Allan> We've considered setting up something like this on www.lyx.org
Allan> in the past but everyone was to busy doing something else to
Allan> make it happen. We do have a fairly extensive todo list
Allan> already. I'm not sure it's visible though.

It is indeed well hidden :)
  http://www.devel.lyx.org/tasks.php3
is a list of things that need to be done _one_day_. It should probably
be proof-read...

Allan> Certainly, a wishlist with voting -- so existing wishes could
Allan> be seconded or prioritized by users -- would be a useful
Allan> measure. If it was setup right we could perhaps use it to
Allan> gather and co-ordinate new developers or at least people who
Allan> are willing to implement popular features and then disappear
Allan> again.

Such a list is certainly a good idea.

But keep in mind that, since developpers do their work for fun, they
will tend to pick from this list things that they like to do. One
solution to overcome this is of course to have some kind of funding
for features.

Also keep in mind that much of LyX work in the near future will be
more on structure than on features. While this is not very rewarding
for the users, we have come to a point where this is needed. Note
however that (well written) patches for new features are still
welcome.

The reason why I am writing this is that I would not want people to
get frustrated because such or such feature has been ranked #1 for 3
monthes and is still not here.

JMarc



Re: LyX crashes in 8-bit color mode

1999-10-29 Thread Jean-Marc Lasgouttes

> "Eric" == Eric Krohn <[EMAIL PROTECTED]> writes:

Eric> Another data point. I normally run lyx on my 16-bit X server
Eric> without problems. I tried to run it under VNC
Eric> (http://www.uk.research.att.com/vnc/) which acts as an X server.
Eric> Then lyx kept saying: In flvisual.c[217]: Can't find an
Eric> appropriate visual This was very frustrating until I started up
Eric> vnc with -depth 16 instead of the 8 it was defaulting to. Hmm,
Eric> when I ran xdpyinfo, it said the server was 8-bit but TrueColor.
Eric> Maybe the xform library would have been happier with 8-bit
Eric> PseudoColor.

Note that lyx also has a -visual option, which may be useful here.

JMarc



Re: LyX-1.1.1 crashes with File->Export->Custom->Ascii->program

1999-10-29 Thread Jean-Marc Lasgouttes

> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes:

Ronald> As much as I appreciate the fine job the developers are doing
Ronald> with LyX, it seems from this bug and the fax bug that version
Ronald> 1.1.1 was not quite ready for prime time. Perhaps I
Ronald> misunderstood the announcement, which seemed to suggest that
Ronald> this was a major real release and not betaware.

If I may quote my own announce (sorry, I can't find the full text on
the archive):

> While this version is certainly not as stable as we would like it to
> be, we urge you to try it out and report all problems. It is planned
> to release a bug-fix 1.1.2 as soon as possible.

In another part, I stressed the fact that there were bugs in 1.1.1,
but that we had no other mean to find them (before adding new stuff
with theur own bugs) than to make a release.

Sorry for the inconvenience, in any case. We do not particularly like
to release buggy software...

JMarc



Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Shaun Courtney

Hi

I've got 1.1.1 compiled on FreeBSD 3.3-STABLE but needed to use
gcc 295 (aka egcs) as 2.7.2.1 dies on iostream errors and 
I needed the gettext else linking dies at the end.

CXX=/usr/local/bin/g++295 CC=/usr/local/bin/gcc295 ./configure
--with-extra-lib=/usr/X11R6/lib --with-extra-inc="/usr/X11R6/include
/usr/X11R6/include/X11 /usr/local/include" --with-included-gettext

Regards

Shaun

On Thu Oct 28 15:32:14 1999 Jean-Marc Lasgouttes wrote:
> 
> Note that the problem with __builtin_constant_p(int) is due to a
> broken GNU gettext installation and should go away if you reconfigure
> LyX with --with-included-gettext (see the end of the INSTALL file for
> details). 
> 
> JMarc

-- 
Faculty of Engineering and the Built Environment
 Information Technology Manager
0 828 228822 / 650 2800



Text before Chapter

1999-10-29 Thread Ramin Yasdi

Hallo,

1. How can I have a text before chapter heading without page break
(chapter causes
 page  break) ?

2. How can I get ride of the word "Kapitel" in the German document style
book?

Thanks for help

Ramin



RE: Hi, is there any way to scan photographs, pictures, etc. an

1999-10-29 Thread Juergen Vigna


On 29-Oct-99 Ramin Yasdi wrote:
> 
> Hallo,
> 
> is there any way to scan photographs, pictures, etc. and include as
> objects into Lyx as Windows does?

Sure just trasform them to EPS files and use the figure-inset!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY Web:http://www.sad.it/~jug

Once harm has been done, even a fool understands it.
-- Homer

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Juergen Vigna


On 28-Oct-99 Jean-Marc Lasgouttes wrote:

> It is because we are a bit confused too :) The only new requirement
> for lyx 1.1.x is: ``a good and recent enough C++ compiler''. Obviously
> gcc 2.7.x is not this compiler. However, I believe that the problem is
> more with the library provided with gcc than with the compiler itself.
> Hopefully, somebody will do the necessary grunt work to make some
> future lyx version compatible with gcc 2.7.x. I think however that
> STLport will be needed to do that (it is fortunately very easy to
> install). 

I really doubt you can compile lyx-1.1.1 with gcc 2.7.x. I tried to install
STLport on our linux libc5 system with gcc-2.7.2.3, but am not able to
compile it's test suite!!! I didn't even try with LyX then :)

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY Web:http://www.sad.it/~jug

"What a wonder is USENET; such wholesale production of conjecture from
such a trifling investment in fact."
-- Carl S. Gutekunst

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._