Re: badly rotated PDFs from Landscape FoilTeX foils

2001-02-18 Thread Jean-Pierre.Chretien


>>Date: Wed, 14 Feb 2001 19:03:07 +0100 (CET)
>>From: Friedemann Baitinger <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: badly rotated PDFs from Landscape FoilTeX foils
>>X-Jihad: I will hunt down all who spam my account
>>X-Spammer-Kill-Ratio: 85%
>>
>>-BEGIN PGP SIGNED MESSAGE-
>>Hash: SHA1
>>
>>this topic has been previously discussed but there still doesn't seem to
>>be a solution so I am bringing it up again:
>>
>>When I make presentations I am typically using LyX with the foiltex
>>package. As usually done with presentation I select
>>"Landscape" oprientation. dvi is displayed correctly and postscript
>>output is displayed heads down but can be corrected by selecting
>>"Seascape" from gv. Printing is ok because Seascape vs. Landscape
>>doesn't really matter, however, when I do a 'ps2pdf' on the output the
>>result is displayed in Portrait mode and I currently know only one very
>>ugly way to fix this and this is to fire up Acrobat in Windows and
>>rotate all pages and then save the result. This can't be the solution!
>>
>>Does anybody have a better solution?
>>

I need pdf for video projection mostly, and what I want there is not
portrait (21x29.7cm in A4) nor landscape (29.7x21cm in A4) but 
« video portrait » (someting like 29x23cm) which is not a standard AFAIK.

Here I didn't found any other solution than exporting every page to eps
and reinsering in this pseudo-portait geometry, all done in a perl script.

By the way, as I need PPT in PDF as well (for WWW publish there),
I use the same trick by exporting to PNG that time.

-- 
Jean-Pierre





Re: What's happening with tabular in 1.1.6?

2001-02-18 Thread Herbert Voss

German Poo Caaman~o wrote:
> 
> On Mon, 19 Feb 2001, Allan Rae wrote:
> > On Sun, 18 Feb 2001, German Poo Caaman~o wrote:
> > > Before LyX 1.1.6 the default behaviour for tabular was {\centering,
> > > but it doesn't happen anymore.  All my new tables are left aligned,
> > > but doesn't happen with tables created before than 1.1.5.
> > >
> > > Is it a new feature or a mistake?
> >
> > It is a bug fix.  Tables shouldn't be centred by default.
> 
> I prefer the bug :-)
> It coulb be nice choose the alignment for the table, because
> now is necessary an ERT to solve it.

cursor left or right the table and
layout-paragraph-center

HErbert

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



Re: lyx-1.1.6fix1 : aspell ispell

2001-02-18 Thread Herbert Voss

Robin Gerard wrote:
> 
> Hello,
> J have read the previous messages of the subject,
> but I can not resolve my problem :
> J configure spell checker like this :
> spell command : ispell
> use alternative language : french
> and when I launch the spell checker I get this
> message : ispell process has died ...
> checke /usr/lib/ispell

what's going on, when you don't activate the "alternative 
language" and choosing in the spellchecker options "language 
of the document"?

Herbert

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





Re: Lyx won't compile on my Solaris and OSF

2001-02-18 Thread Allan Rae

On Sun, 18 Feb 2001, Amihai Silverman wrote:

> Hello,
>
> Could anybody help me ? I try to compile Lyx on Solaris 2.6 and OSF V4.0,
> but get errors. I tried to compile almost all the versions on the two
> operating systems, but non of the versions compiles properly.
> I will be grateful for any help.
>
> In Alpha OSF 4.0, I get the following errors in the configuration for all
> the versions:
>
> in lyx-1.1.6fix1
>
> configure: error: Your compiler is not powerful enough to compile
> libsigc++.

Try using gcc-2.95.2.  I take it you are using a Sun Pro compiler.

> in lyx-1.1.5fix2
>
> Cannot find libXpm
> Cannot find libforms or libxforms

You may need to add a --with-extra-lib or with-extra-inc option to the
running of configure.  Or you may need to add the libraries to the
LM_LIBRARY_PATH variable or run ldconfig so the linker can find them.

> in lyx-1.1.4
>
> ../../src/Spacing.h:19: strstream: No such file or directory
>
> In Sparc Solaris 2.6, the configuration runs properly, but the make
> fails. (I installed XForm 0.88 and 0.89 before the compilation):
>
> in lyx-1.1.6fix1
>
> error LyX will not compile with this version of XForms. Please get version
> 0.89. If you want to try to compile anyway, delete this test in
> src/frontends/xforms/GUIRunTime.C.

You must have installed 0.86 or  teh compiler is finding the header of one
and the library of the other.

> After I remove the test above, I get the error:
>
> form_document.C: In method `struct FD_form_tabbed_document *
> FormDocument::build_tabbed_document()':
> form_document.C:30: warning: implicit declaration of function `int
> fl_add_tabfolder(...)'
> form_document.C:30: `FL_TOP_TABFOLDER' undeclared (first use this
> function)
> form_document.C:30: (Each undeclared identifier is reported only once
> form_document.C:30: for each function it appears in.)
> make[4]: *** [form_document.lo] Error 1

This looks like you are using 0.86.

> in lyx-1.1.5fix2:
>
> WorkArea.C:94: `FL_VERT_SCROLLBAR' undeclared (first use this function)
> WorkArea.C:94: (Each undeclared identifier is reported only once
> WorkArea.C:94: for each function it appears in.)
> WorkArea.C: In method `void WorkArea::setScrollbar(double, double) const':
> WorkArea.C:234: warning: implicit declaration of function `int
> fl_set_scrollbar_size(...)'
> WorkArea.C: In method `void WorkArea::setScrollbarBounds(double, double)
> const':
> WorkArea.C:240: warning: implicit declaration of function `int
> fl_set_scrollbar_bounds(...)'
> WorkArea.C: In method `void WorkArea::setScrollbarIncrements(double)
> const':
> WorkArea.C:246: warning: implicit declaration of function `int
> fl_set_scrollbar_increment(...)'
> WorkArea.C: In method `class lyxstring WorkArea::getClipboard() const':
> WorkArea.C:386: warning: implicit declaration of function `int
> fl_request_clipboard(...)'
> WorkArea.C: In method `void WorkArea::putClipboard(const class lyxstring
> &) const':
> WorkArea.C:406: warning: implicit declaration of function `int
> fl_stuff_clipboard(...)'
> make[3]: *** [WorkArea.o] Error 1

Yeah, definitely 0.86.
 Allan. (ARRae)




Re: What's happening with tabular in 1.1.6?

2001-02-18 Thread German Poo Caaman~o

On Mon, 19 Feb 2001, Allan Rae wrote:
> On Sun, 18 Feb 2001, German Poo Caaman~o wrote:
> > Before LyX 1.1.6 the default behaviour for tabular was {\centering,
> > but it doesn't happen anymore.  All my new tables are left aligned,
> > but doesn't happen with tables created before than 1.1.5.
> >
> > Is it a new feature or a mistake?
> 
> It is a bug fix.  Tables shouldn't be centred by default.

I prefer the bug :-)
It coulb be nice choose the alignment for the table, because
now is necessary an ERT to solve it.

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html




Re: What's happening with tabular in 1.1.6?

2001-02-18 Thread Allan Rae

On Sun, 18 Feb 2001, German Poo Caaman~o wrote:

> Before LyX 1.1.6 the default behaviour for tabular was {\centering,
> but it doesn't happen anymore.  All my new tables are left aligned,
> but doesn't happen with tables created before than 1.1.5.
>
> Is it a new feature or a mistake?

It is a bug fix.  Tables shouldn't be centred by default.

Allan. (ARRae)




Re: Does Indexing still work?

2001-02-18 Thread Friedemann Baitinger

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 17 Feb 2001, Herbert Voss wrote:

> 
> export lyx as latex, delete all files except *.lyx and *.tex
> and run latex by hand
> latex myFile.tex
> makeindex myFile.tex
> latex myFile.tex
> 
> look at dvi-file. is everything okay?

No. If I do exactly what you suggest I get:

[baiti@blackbox]$ makeindex sparch.tex
This is makeindex, version 2.13 [07-Mar-1997] (using kpathsea).
Scanning input file sparch.tex...done (0 entries accepted, 431 rejected).
Nothing written in sparch.ind.
Transcript written in sparch.ilg.


- -- 
Friedemann Baitinger  [EMAIL PROTECTED]   http://baiti.net/fb/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6kI/v8ZparKdkcvIRAoMmAKCB33G/C7goYe3Y8W0SYDDd8Cs0ZwCfY98g
Q7PUKpr4eyxiIJOE5PAxEm0=
=mBSV
-END PGP SIGNATURE-




lyx-1.1.6fix1 : aspell ispell

2001-02-18 Thread Robin Gerard

Hello,
J have read the previous messages of the subject,
but I can not resolve my problem :
J configure spell checker like this :
spell command : ispell
use alternative language : french
and when I launch the spell checker I get this
message : ispell process has died ...
checke /usr/lib/ispell
I have the same result with aspell.
J use Debian potato and I have installed ispell, 
aspell + ifrenc-gut + wfrench  wich are all Debian
packages. 
 I have  /usr/lib/ispell/francais-TeX8b.aff francais.aff 
 francais-TeX8b.hash francais.hash
 /usr/share/dict/french  (wfrench)
Thanks for your help.
 
Gerard.
  




What's happening with tabular in 1.1.6?

2001-02-18 Thread German Poo Caaman~o


Before LyX 1.1.6 the default behaviour for tabular was {\centering,
but it doesn't happen anymore.  All my new tables are left aligned,
but doesn't happen with tables created before than 1.1.5.

Is it a new feature or a mistake?
-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html
"La historia no se lee, se escribe"



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




Speicherzugriffsfehler with lyx 1.1.5fix2

2001-02-18 Thread Wolfgang Kilian

 Hello again,
  mhhh really strange. After the test with lyx 1.1.6.fix1 yesterday which made the 
difficulties with installing I decided to try 1.1.5fix2 at my computer at home. This 
worked very well.
 
 Now I tried to install also lyx 1.1.5.fix2 here in my institute on a PentiumIII 
500MHz, 512 MB ram computer with exact the same SuSE Linux 6.3. 
 
Configure and compiling seemed OK. But when starting lyx I get the message
 Speicherzugriffsfehler (maybe something like 'memory access error' in engl).

I also get the same message with the pre-installed lyx version from the SuSE 
distribution (some 1.0.x Version). So it does not seem to do anything with lyx it 
self. But anyway does anybody have a glue what the problem might be?
 
...

OK I thougt I had fixed it. I had to add the kernel parameter mem=512M. After that lyx 
gave an error writing 

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

But when netscape is running again I get the error
Speicherzugriffsfehler


OK I admit that this is more a system error but if anybody has a hint I will be glad.
 Thanks in advance
Wolfgang


___
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
[EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de





LYX 1.1.6fix1 does abort after make install

2001-02-18 Thread Wolfgang Kilian

 Hello all you,
  OK after waiting long time I thought about testing the new LYX-Version
 (luckyly not on the computer where I`m writing my PhD theses).
 
 I'm running SUSE-Linux 6.3 on an old Pentium 166MMX:
 
 - After fixing the Problems with ./configure (just insalling the
 develoment tools for X11)
 - after long time compiling I tested in /src ./lyx -> everything seemd
 to work well
 - after make install and starting lyx not from /src I get the message:
 
 LyX Warning! Couldn't determine system directory. Try the '-sysdir'
 command line parameter or set the environment variable LYX_DIR_11x to
 the LyX system directory containing the file `chkconfig.ltx'.
 Using built-in default /usr/X11R6/share/lyx but expect problems.
 LyXTextClassList::Read: unable to find textclass file 
 `~/'. Exiting.
 
 LyX wasn't able to find its layout descriptions!
 Check that the file "textclass.lst"
 is installed correctly. Sorry, has to exit :-(
  
 - 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
 
 
 
 
 What do I have to do???
 
 Thanks in advance
Wolfgang 

___
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
[EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de





Lyx won't compile on my Solaris and OSF

2001-02-18 Thread Amihai Silverman

Hello,

Could anybody help me ? I try to compile Lyx on Solaris 2.6 and OSF V4.0,
but get errors. I tried to compile almost all the versions on the two
operating systems, but non of the versions compiles properly.
I will be grateful for any help.

In Alpha OSF 4.0, I get the following errors in the configuration for all
the versions:

in lyx-1.1.6fix1

configure: error: Your compiler is not powerful enough to compile
libsigc++.

in lyx-1.1.5fix2

Cannot find libXpm
Cannot find libforms or libxforms

in lyx-1.1.4

../../src/Spacing.h:19: strstream: No such file or directory

In Sparc Solaris 2.6, the configuration runs properly, but the make
fails. (I installed XForm 0.88 and 0.89 before the compilation):

in lyx-1.1.6fix1

error LyX will not compile with this version of XForms. Please get version
0.89. If you want to try to compile anyway, delete this test in
src/frontends/xforms/GUIRunTime.C.

After I remove the test above, I get the error:

form_document.C: In method `struct FD_form_tabbed_document *
FormDocument::build_tabbed_document()':
form_document.C:30: warning: implicit declaration of function `int
fl_add_tabfolder(...)'
form_document.C:30: `FL_TOP_TABFOLDER' undeclared (first use this
function)
form_document.C:30: (Each undeclared identifier is reported only once
form_document.C:30: for each function it appears in.)
make[4]: *** [form_document.lo] Error 1

in lyx-1.1.5fix2:

WorkArea.C:94: `FL_VERT_SCROLLBAR' undeclared (first use this function)
WorkArea.C:94: (Each undeclared identifier is reported only once
WorkArea.C:94: for each function it appears in.)
WorkArea.C: In method `void WorkArea::setScrollbar(double, double) const':
WorkArea.C:234: warning: implicit declaration of function `int
fl_set_scrollbar_size(...)'
WorkArea.C: In method `void WorkArea::setScrollbarBounds(double, double)
const':
WorkArea.C:240: warning: implicit declaration of function `int
fl_set_scrollbar_bounds(...)'
WorkArea.C: In method `void WorkArea::setScrollbarIncrements(double)
const':
WorkArea.C:246: warning: implicit declaration of function `int
fl_set_scrollbar_increment(...)'
WorkArea.C: In method `class lyxstring WorkArea::getClipboard() const':
WorkArea.C:386: warning: implicit declaration of function `int
fl_request_clipboard(...)'
WorkArea.C: In method `void WorkArea::putClipboard(const class lyxstring
&) const':
WorkArea.C:406: warning: implicit declaration of function `int
fl_stuff_clipboard(...)'
make[3]: *** [WorkArea.o] Error 1

Thanks,
Amihai.
 o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o
 (  .  )
  ) Dr. Amihai Silverman.  e-mail : [EMAIL PROTECTED] (
 (  Taub Computer Center.  )
  ) Technion -  .  Tel: (972)-4-829-3870  (
 (  Israel Institute of Technology  .  Fax: (972)-4-823-6212   )
  ) Haifa 32000, Israel.. ( 
 (  .  )
 o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o-o_o




Re: Q layout: { in a \def

2001-02-18 Thread Herbert Voss

[EMAIL PROTECTED] wrote:
> 
> Hi,
> In a new layout I need to add in the preamble of a style a command
> like:
> 
> Preamble
> \newcommand {\zozo}[1]{
> \begin{overlay}{
> }

the environment is Overlays and not overlay, without s.

> It seems that latex doesn't understand the command \begin{overlay}{
> because of the character {

> I tried:
> 
> \begin{overlays}{ my_cmds}  and it works great
> \begin{overlays}\bgroup my_cmds \egroup and Latex says "Unbalanced {.

try

\begin{overlays}
\bgroup 
my_cmds 
\egroup
\end{overlays}

and tell me what's going on?

Herbert


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




Re: Q layout: { in a \def

2001-02-18 Thread yves_bergeon

I want to use a special class, named prosper which is an extension of
seminar to do slides in pdf format.
The site is 
http://prosper.sourceforge.net/
and it works very well from latex.

Yves Bergeon

---
> [EMAIL PROTECTED] wrote:
> > 
> > Hi,
> > In a new layout I need to add in the preamble of a style a command
> > like:
> > 
> > Preamble
> > \newcommand {\zozo}[1]{
> > \begin{overlay}{
> > }
> > 
> 
> what kind of textclass do you use? slides?
> 
> Herbert
> 
> 
> -- 
> [EMAIL PROTECTED]
> http://perce.de/lyx/
> 



Re: Yet another lyx guide

2001-02-18 Thread Marcus Beyer


> In case anyone's interested, I've just written a very basic guide to
> lyx, available at
>
> www.bilkent.edu.tr/~robin/lyxguide.pdf
>
> It's aimed at university students and staff, so doesn't have anything
> about letter class etc. - it's just something to get people started in
> the right direction and give a brief taste of some of the things that
> can be done with lyx.  Feedback welcome!

I only had a quick look at it, but seems quite nice :-)

Comment regarding 3.3 Inserting figures:
You write that
"One drawback is that LyX can only handle images in PostScript
(or Encapsulated PostScript) format, [...]"
And on page 2 footnote 4 you explain the way
"LyX -> LaTeX -> TeX -> DVI -> PostScript"

When you choose the way
"LyX -> pdfLaTeX -> pdfTeX -> PDF"
you can include PDF, PNG and JPG images.

The only weird is that you have to tell LyX
to include an "EPS"  image anyway...

Marcus

http://www.Stormlight.de/lyx_de.html



Yet another lyx guide

2001-02-18 Thread robin

In case anyone's interested, I've just written a very basic guide to
lyx, available at 

www.bilkent.edu.tr/~robin/lyxguide.pdf

It's aimed at university students and staff, so doesn't have anything
about letter class etc. - it's just something to get people started in
the right direction and give a brief taste of some of the things that
can be done with lyx.  Feedback welcome!

Robin