Re: LyX->TeX Log Location?

2005-01-26 Thread G. Milde
On 27.01.05, Herbert Voss wrote:
> Rich Shepard wrote:
> >   After working in LyX today and deciding to break for dinner I killed X. 
> >   I
> >see what appears to be part of a TeX compile log on the console. What I saw
> >was apparent errors in the .bib file.
> >
> >   Where do I look for this log file? It's not in my document directory or 
> >   in
> >/usr/local/lyx-1.3.5.
> 
> it is saved together with the other temporary files in
> the temp dir like lyx_tempdfsd544/, which will be deleted
> when closing LyX and which will still be there, when you
> had a crash

Another guess is, that you saw the standard output of LyX and programs it
called (like bibtex). If you start LyX from a x-terminal emulator, you
will see a lot of messages (and with the -dbg "something" option even
more.

Some of this ends up in ~./xsession-errors.


Günter

-- 
G.Milde web.de


Re: line break and indentation for Lyx-Code

2005-01-26 Thread Kevin Pfeiffer
Wolfgang Hennerbichler writes:
> On Wed, 2005-01-26 at 16:31 +0100, G. Milde wrote:
> > [Wolfgang Hennerbichler wrote:]
> > > not line break the code. If a line is longer
> > > than a sheet of paper, it's just cut off.
> >
> > Verbatim means input as-is. Again, how should LyX knwo which lines to
> > break.
>
> I'd say: Every line that exceeds the defined margin.

Splitting lines is difficult enough with ordinary text, but with various 
programming languages?

-K

-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: LyX->TeX Log Location?

2005-01-26 Thread Herbert Voss
Rich Shepard wrote:
   After working in LyX today and deciding to break for dinner I killed X. I
see what appears to be part of a TeX compile log on the console. What I saw
was apparent errors in the .bib file.
   Where do I look for this log file? It's not in my document directory or in
/usr/local/lyx-1.3.5.
it is saved together with the other temporary files in
the temp dir like lyx_tempdfsd544/, which will be deleted
when closing LyX and which will still be there, when you
had a crash
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Can't get DVI viewer to start

2005-01-26 Thread James Bennett
Another beginner's question:
I just updated to LyX 1.3.5 and for some reason it doesn't automatically
start the DVI viewer I was using (MacDviX) even after I asked LyX to
reconfigure.  What am I doing wrong?

James Bennett


LyX->TeX Log Location?

2005-01-26 Thread Rich Shepard
   After working in LyX today and deciding to break for dinner I killed X. I
see what appears to be part of a TeX compile log on the console. What I saw
was apparent errors in the .bib file.

   Where do I look for this log file? It's not in my document directory or in
/usr/local/lyx-1.3.5.

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Re: dead keys (new)

2005-01-26 Thread =?iso-8859-1?q?Marcelo=20Acu=FFfffff1a?=

Marcelo Acuña wrote:

>hello
>I have a problem.
>I have Suse Linux 9.1, KDE 3.2, I selected spanish keyboard, all >keys work 
>OK, 
>Open Office Writer work OK, all keys works fine.
>I writing a book, now 420 pages long,
>I became desperate with Open Office Writer.
>I choose Lyx and transfer my book .sxw to .lyx, (very hard work), >but several 
>keys no work in lyx, <>, ctrl, accents, num pad, no >work.ñ, Ñ, work OK, but 
>áéíóú no work.
>I recompiled Lyx, (first make clean), and now shift key plus arrows >no work!, 
>then recompiled Lyx again, (first deleted all lyx dirs), and >now shift key 
>plus arrows work ok.
>but accents, num pad, ctrl, <>, no work in lyx
>I need help.

Did you compile lyx with qt or xforms? 

> No idea. I dont know how select one or other. How I can do it?


Have you tried to use lyx installed from an rpm file, instead of compiling?
> I will search in Internet for lyx rpm.

Also look at your X setup. Apparently, some input methods for "òóö..."
works with lyx and some have trouble.

I use debian. Lyx-qt version 1.3.4, from debian or self-compiled both
works with òóìí and so on. The keyboard section from
my XF86Config-4 file looks like this:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
EndSection

You probably want something other than "no" for the
keyboard layout, of course. I type á by first typing
the dead key ' (altgr and \ actually), then I type
the a and get a á.

Helge Hafting


> I will look this. Thanks Helge.

> Marcelo Acuña

 







-
 250MB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: failed import of latex doc (relyx produces something that causes lyx2lyx to hang)

2005-01-26 Thread Michael Wojcik
Angus Leeming wrote:
Jean-Marc Lasgouttes wrote:
Another guess is that lyx2lyx fails to run. What version of LyX for
 windows are you using? 1.3.5 has a bug that prevents lyx2lyx from 
running (it is invoked directly, and windows does not guess that it
is a python script, since it does not have a .py extension).

Windows users, please correct me if I am wrong.
I understand that that wouldn't work even if it had a .py extension.
That mechanism is triggered only if you click on the blighter or such
like. Apparently. The only sure fire way to get things working is to
invoke it as "python /lyx2lyx".
Actually, at least in XP (and, presumably, Win2003), if the association
for the "py" file extension is correct, running foo.py from the command
line works fine, as does eg system("foo.py").  I didn't bother testing
OS functions like CreateProcess, or check the source to see how lyx2lyx
is being run.  It's a bit moot as long as lyx2lyx doesn't have an extension.
In older versions of Windows, you would have had to use the "start"
command to have the "associated program" (python.exe in this case)
executed for a *.py file, IIRC; just typing the name at the command
prompt wouldn't have done it.
I tried playing around with various combinations of Windows "shortcuts"
and Interix symbolic and hard links, but couldn't find one that would
pick the right associated program for a file without an extension.
--
Michael Wojcik


Installing Lyx from source, without root.

2005-01-26 Thread Bren Mochocki
Hello,
I'm attempting to get lyx 1.3.5 up and running on RedHat Enterprise via 
the source.  The problem is that xforms is not installed.  I managed to 
compile xforms, and put the libraries in my network (afs) space.  Using 
the --prefix, --with-extra-inc and --with-extra-lib switches, I managed 
to tell configure where I wanted to install lyx (also on my network 
space) and where the xforms libraries were.

The configure, make, and make install all worked fine.  However, when I 
went to run lyx, it couldn't find the files libflimage.so.1 or 
libflimage.so.1 (I verified this by running > ldd lyx). 

the exact when attempting to run lyx is:
lyx: error while loading shared libraries: libflimage.so.1: cannot open 
shared object file: No such file or directory

Both files are in the path I specified using --with-extra-lib during 
configuration.  I attempted adding them to the LD_LIBRARY_PATH, but lyx 
still couldn't find them.

Any ideas?
Thanks,
-Bren


Re: How to cross reference a float

2005-01-26 Thread Herbert Voss
Matej Cepl wrote:
Rich Shepard wrote:
   1) Are all floats referenced other than in the immediate vicinity?
   They
can be referenced as "... as seen in the following figure." Actually, I
find adding a label while creating the float no more onerous than typing
the title, moving the cursor to the front of that, pressing [Enter], then
going Layout->Paragraph->Center before Insert->Graphic for each one. With
all this, what's one more step? :-)

This is not a wise solution, because floats are floats because they can
float, i.e., "following" figure may actually get before its reference
(AFAIK).
only possible for the t-Option on the _same_ page, otherwise
it is always a _following_ one.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: How to cross reference a float

2005-01-26 Thread Angus Leeming
Matej Cepl wrote:
> Rich Shepard wrote:
>> They can be referenced as 
>> "... as seen in the following figure."

> This is not a wise solution, because floats are floats because they can
> float, i.e., "following" figure may actually get before its reference
> (AFAIK).

Indeed. That's what the prettyref package (and other similar packages) is
designed to deal with. Try the different "Format" options of the cross
reference dialog.

-- 
Angus



Re: Latex output of xfig

2005-01-26 Thread Herbert Voss
Angus Leeming wrote:
Is there a way of making Lyx understand .pstex_t file with that color
command in it?

Add \usepackage{color} to your preamble.
should be
\usepackage{xcolor} to your preamble.
better color support and with tables
\usepackage[table]{xcolor}
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Latex output of xfig

2005-01-26 Thread Angus Leeming
LB wrote:

> Hello,
> 
> When I generate Latex part (.pstex_t) of a xfig picture, xfig inserts:
> \color[rgb]{0,0,0} in front of every line of text in the pstex_t
> document.
> Lyx seem to have a problem with \color[rgb]{0,0,0}.  As soon as edit
> .pstex_t file and remove \color[rgb]{0,0,0} Lyx becomes happy again.
> 
> Is there a way of making Lyx understand .pstex_t file with that color
> command in it?

Add \usepackage{color} to your preamble.

-- 
Angus



Re: follow-up: relyx / lyx2lyx problems and tex2lyx future

2005-01-26 Thread Sven Schreiber
G. Milde wrote:

IMHO, the lyx wiki  would be the right place for such user-provided hints.
Maybe we could start a section for tex2lyx (or even for relyx, as long as we
have to live with it) e.g. in  http://wiki.lyx.org/pmwiki.php/Tips/Tips
Günter
That's a great idea. Looking at the wiki, maybe use the latex page 
(which seems natural and is pretty empty) instead of tips?

-sven


Re: How to cross reference a float

2005-01-26 Thread Matej Cepl
Rich Shepard wrote:
> 1) Are all floats referenced other than in the immediate vicinity?
> They
> can be referenced as "... as seen in the following figure." Actually, I
> find adding a label while creating the float no more onerous than typing
> the title, moving the cursor to the front of that, pressing [Enter], then
> going Layout->Paragraph->Center before Insert->Graphic for each one. With
> all this, what's one more step? :-)

This is not a wise solution, because floats are floats because they can
float, i.e., "following" figure may actually get before its reference
(AFAIK).

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[...] an old man recently told me "Son, I've learned something
new every day of my life, and I'm getting damn tired of it."




Latex output of xfig

2005-01-26 Thread LB
Hello,
When I generate Latex part (.pstex_t) of a xfig picture, xfig inserts: 
\color[rgb]{0,0,0} in front of every line of text in the pstex_t document. 
Lyx seem to have a problem with \color[rgb]{0,0,0}.  As soon as edit 
.pstex_t file and remove \color[rgb]{0,0,0} Lyx becomes happy again.

Is there a way of making Lyx understand .pstex_t file with that color 
command in it?

Regards
Leo 




Index: Keeping Main- and Sub-Entries Together

2005-01-26 Thread Rich Shepard
   I have a situation now where the main heading is at the foot of the left
index column and all sub-headings are at the top of the right index column.
This may well change as I build the index, but it may not. Is there a
command that can be used to prevent splitting the head and sub-items across
columns or pages?

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: How to cross reference a float

2005-01-26 Thread Steve Litt
On Wednesday 26 January 2005 11:23 am, Rich Shepard wrote:
> On Wed, 26 Jan 2005, Steve Litt wrote:
> > OK, now I'm ready to ask for my first feature request since I asked for
> > character styles in 2001. We need some sort of automatic labelling so
> > that every part, chapter, section, subsection, subsubsection, and float
> > in the document. Here's why...
> >
> > Adding a label to every float is a mere inconvenience. But keeping track
> > of all those labels is a gargantuan task because labels are scoped
> > document wide. Imagine a programming language with no local variables.
> > How ugly is that to maintain?
>
> Steve,
>
>Permit me a contrarian view. When I create a label I get a default
> initial tag. However, I prefer my own. All figure tags begin with "fig: ",
> all table tags begin with "tab: ", and so on. In the cross-reference dialog
> box I activate the sort widget and they're all in alphabetical order. I
> don't use numbers, but descriptive phrase. That way it doesn't matter if I
> move a section from one chapter to another, the label remains valid and
> LaTeX finds in when needed.
>
>I suspect that automating labels for everything will turn out to be more
> of a bother for most situations. Besides, LyX already does so much of the
> heavy lifting it should leave some things to us.
>
> Rich

Thanks Rich,

I just had hernia repair surgery, and the doctor forbade me from heavy 
lifting. He specifically mentioned skateboarding and inter-chapter cross 
references.

Seriously, there's got to be some way to make it easier. Your method of "fig:" 
is a start, and makes things tolerable (THANKS!), but I'm wondering if 
something could be done with automatic labels or maybe local labels.

Thanks

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


Re: How to cross reference a float

2005-01-26 Thread Rich Shepard
On Wed, 26 Jan 2005, Steve Litt wrote:

> Having to label chapters doesn't bother me because there are so few
> chapters (17 in my upcoming book). But there are multiple floats per
> chapter, and I know of no sane naming convention, and labels are global,
> not local to a chapter.

SteveT,

   Coupla' thoughts:

1) Are all floats referenced other than in the immediate vicinity? They
can be referenced as "... as seen in the following figure." Actually, I find
adding a label while creating the float no more onerous than typing the
title, moving the cursor to the front of that, pressing [Enter], then going
Layout->Paragraph->Center before Insert->Graphic for each one. With all
this, what's one more step? :-)

   2) I think you'd find local labels a problem. Consider a figure in Chapter
2 that you want to reference in Chapter 11. How do you do this with local
labels?

   Besides, if writing books was easy, everyone would do it. :-) That's why
we have blogs.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: How to cross reference a float

2005-01-26 Thread Rich Shepard
On Wed, 26 Jan 2005, Steve Litt wrote:

> OK, now I'm ready to ask for my first feature request since I asked for
> character styles in 2001. We need some sort of automatic labelling so that
> every part, chapter, section, subsection, subsubsection, and float in the
> document. Here's why...
>
> Adding a label to every float is a mere inconvenience. But keeping track of
> all those labels is a gargantuan task because labels are scoped document
> wide. Imagine a programming language with no local variables. How ugly is
> that to maintain?

Steve,

   Permit me a contrarian view. When I create a label I get a default initial
tag. However, I prefer my own. All figure tags begin with "fig: ", all table
tags begin with "tab: ", and so on. In the cross-reference dialog box I
activate the sort widget and they're all in alphabetical order. I don't use
numbers, but descriptive phrase. That way it doesn't matter if I move a
section from one chapter to another, the label remains valid and LaTeX finds
in when needed.

   I suspect that automating labels for everything will turn out to be more
of a bother for most situations. Besides, LyX already does so much of the
heavy lifting it should leave some things to us.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: How to cross reference a float

2005-01-26 Thread Steve Litt
On Wednesday 26 January 2005 11:11 am, Rich Shepard wrote:
> On Wed, 26 Jan 2005, Steve Litt wrote:
> > Intuitively, I doubt LyX would make me create a label for every float --
> > the float's already there, so I'd think that would be enough.
>
> Steve,
>
>Why would LyX know what label to apply to a float? It doesn't know what
> label to give to an equation, chapter or piece of text.

Thanks Rich,

Yes, I guess that's my beef.

LyX really does know of all chapter names, as evidenced by the navigate menu. 
Surely it could find some method of automatic label making, or something like 
that.

Having to label chapters doesn't bother me because there are so few chapters 
(17 in my upcoming book). But there are multiple floats per chapter, and I 
know of no sane naming convention, and labels are global, not local to a 
chapter.

SteveT


Re: How to cross reference a float

2005-01-26 Thread Steve Litt
On Wednesday 26 January 2005 10:59 am, Stephen Buonopane wrote:
> > Intuitively, I doubt LyX would make me create a label for every float
> > -- the
> > float's already there, so I'd think that would be enough.
>
> AFAIK, you must manually create a label for each float. I think
> technically the label is associated with the caption.

Thanks Stephen,

OK, now I'm ready to ask for my first feature request since I asked for 
character styles in 2001. We need some sort of automatic labelling so that 
every part, chapter, section, subsection, subsubsection, and float in the 
document. Here's why...

Adding a label to every float is a mere inconvenience. But keeping track of 
all those labels is a gargantuan task because labels are scoped document 
wide. Imagine a programming language with no local variables. How ugly is 
that to maintain?

Perhaps I could preface each label with some code indicating its chapter. But 
what code? Chapter numbers change with the addition of a chapter. Entire 
chapter names are big and ugly, and can change.

If these ready made labels cannot be accommodated, then at least a way of 
performing local scoping for intra chapter references, as well as global 
scoping for interchapter references.

Thanks

SteveT

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com


Re: How to cross reference a float

2005-01-26 Thread Rich Shepard
On Wed, 26 Jan 2005, Steve Litt wrote:

> Intuitively, I doubt LyX would make me create a label for every float -- the
> float's already there, so I'd think that would be enough.

Steve,

   Why would LyX know what label to apply to a float? It doesn't know what
label to give to an equation, chapter or piece of text.

> How do I cross reference a float?

   In front of the caption Insert->Label and give it a name. Now it appears
in your cross-reference list.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: follow-up: relyx / lyx2lyx problems and tex2lyx future

2005-01-26 Thread Sven Schreiber
Jose' Matos wrote:
  Do you have a small example where this happens?
  It should be easy to fix.
I cannot reproduce the infinite "hanging" yet with a small example, but 
I can reproduce an abort with error, so I'll leave the hang for later -- 
please note again, this is *not* win-specific, I also tried importing it 
on linux. Consider this latex doc:

\documentclass{article}
\begin{document}
\begin{tabular}{p{1.75cm}|c|p{0.75cm}|p{2cm}|p{3cm}|p{1.5cm}|p{1.5cm}}
& &  & eigenvalue & & &  \\ \hline
\multicolumn{6}{l}{log} \\ \hline
\end{tabular}
\end{document}
This compiles without errors in latex.
I run relyx on it, that reports "finished successfully!" and I get the 
following lyx document (I've tried not to change line spacing etc.):


# The reLyX bundled with LyX 1.3 created this file.
# For more info see http://www.lyx.org/
\lyxformat 2.15
\textclass article
\use_natbib 0
\use_numerical_citations 0
\layout Standard

\LyXTable
multicol5
2 7 0 0 0 0 0 0
0 1 0 0
0 1 0 0
8 0 1 "1.75cm" ""
8 0 1 "" ""
8 0 1 "0.75cm" ""
8 0 1 "2cm" ""
8 0 1 "3cm" ""
8 0 1 "1.5cm" ""
8 0 0 "1.5cm" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
1 2 0 1 0 0 0 "" ""
2 8 0 1 0 0 0 "" ""
2 8 0 1 0 0 0 "" ""
2 8 0 1 0 0 0 "" ""
2 8 0 1 0 0 0 "" ""
2 8 0 1 0 0 0 "" ""
0 8 0 1 0 0 0 "" ""
\newline
\newline
\newline
 eigenvalue
\newline
\newline
\newline
\newline
log

\the_end

along with this .relyx1 file, if it matters at all:

\documentclass{article}

Then I run lyx2lyx on it, and it reports "Malformed lyx file" and aborts 
without output.

Is it multicolumn alone or do the column widths have anything to do?
cheers, sven


Re: How to cross reference a float

2005-01-26 Thread Stephen Buonopane
Intuitively, I doubt LyX would make me create a label for every float 
-- the
float's already there, so I'd think that would be enough.

AFAIK, you must manually create a label for each float. I think 
technically the label is associated with the caption.



How to cross reference a float

2005-01-26 Thread Steve Litt
Hi all,

I must not have gotten enough sleep last night, because I can't find a way to 
cross reference a float on my LyX 1.3.3. I create the figure float, give it a 
caption, and insert a .eps graphic. I then want to refer to the figure within 
some other text, so I Insert->Cross Reference, but the list of available 
references does not include my float, but only includes labels I've created.

Intuitively, I doubt LyX would make me create a label for every float -- the 
float's already there, so I'd think that would be enough.

How do I cross reference a float?

STeveT
 
Steve Litt
Founder and acting president: GoLUG
http://www.golug.org


Re: line break and indentation for Lyx-Code

2005-01-26 Thread Wolfgang Hennerbichler
On Wed, 2005-01-26 at 16:31 +0100, G. Milde wrote:
> > I experience 2 Problems with that: 
> > * Indentation (done with TAB's) is ignored
> 
> This is bad. However, how should LyX know your TAB setting (4 vs. 8 spaces,
> say). I'd untab the source files (M-x untab in my "jed programmers editor").

Well, LyX could assume a TAB-setting. A nice workaround anyway. 

> > * Lyx (or LateX?) does not line break the code. If a line is longer than
> > a sheet of paper, it's just cut off. 
> 
> Verbatim means input as-is. Again, how should LyX knwo which lines to break.

I'd say: Every line that exceeds the defined margin. 

> You have to do this manually, either in the source (which will improve
> readability in a normal text editor anyway) or in LyX. You could also think
> about using a "line-breaking layout".

I guessed that this was the solution to my problem :) 
Well, in that case, I say: Vielen \
Dank :) 

> Günter

Wolfgang 



Re: line break and indentation for Lyx-Code

2005-01-26 Thread G. Milde
On 26.01.05, Wolfgang Hennerbichler wrote:
> Hi! 
> 
> I am currently writing my Master Thesis in Lyx. I do have some pieces of
> code that i incuded as verbatim files. I use Lyx-Code as the formatting
> style for my program-code. 
> 
> I experience 2 Problems with that: 
> * Indentation (done with TAB's) is ignored

This is bad. However, how should LyX know your TAB setting (4 vs. 8 spaces,
say). I'd untab the source files (M-x untab in my "jed programmers editor").

> * Lyx (or LateX?) does not line break the code. If a line is longer than
> a sheet of paper, it's just cut off. 

Verbatim means input as-is. Again, how should LyX knwo which lines to break.
You have to do this manually, either in the source (which will improve
readability in a normal text editor anyway) or in LyX. You could also think
about using a "line-breaking layout".

Günter

-- 
G.Milde web.de


Re: Index Letter Separators

2005-01-26 Thread Rich Shepard
On Wed, 26 Jan 2005, Jean-Pierre Chretien wrote:

> tex2pdf offers such a wrapper, among a lot of other stuff (hyperref setup,
> graphics management, etc). Configuration is (hopefully) self-explanatory.
> http://tex2pdf.berlios.de/lyx-howto.htm Leaves original files unchanged.
>
> If you find it useful, you may add a (e.g) pdf3 converter creating pdfs
> through tex2pdf.
>
> The first run may take some time if you have a lot of epses to convert to
> pdf (and the result may be disappointing as epstopdf bitmaps vector-like
> graphics: you may prefer to control yourself the bitmap quality of such
> graphics by using png format, or by preserving scalability with the help
> of external pdf export, see the recent thread about xfig export).

   Thank you very much, Jean-Pierre.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


Re: Index Letter Separators

2005-01-26 Thread Rich Shepard
On Wed, 26 Jan 2005, Herbert Voss wrote:

> put it into $texmf-local/makeindex/letter.ist
>
> Now the problem is, that LyX runs hardcoded
> makeindex -q  file.idx   or something similiar
> but you need
> makeindex -s letter.ist file.idx
>
> you have to write a wrapper makeindex, which does nothing else
> as starting the makeindexOld with the letter.ist

Herbert,

   Thank you very much!

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863


line break and indentation for Lyx-Code

2005-01-26 Thread Wolfgang Hennerbichler
Hi! 

I am currently writing my Master Thesis in Lyx. I do have some pieces of
code that i incuded as verbatim files. I use Lyx-Code as the formatting
style for my program-code. 

I experience 2 Problems with that: 
* Indentation (done with TAB's) is ignored
* Lyx (or LateX?) does not line break the code. If a line is longer than
a sheet of paper, it's just cut off. 

I beg for help. 

Wolfgang 



pyclient at LyX wiki

2005-01-26 Thread G. Milde
Dear fellow LyXers,

word count with LyX 1.3.4 is now possible (as well as source code editing
and a lot of other stuff) by use of the pyclient
http://wiki.lyx.org/pmwiki.php/Tools/PyClient

Günter

-- 
G.Milde web.de


Re: dead keys (new)

2005-01-26 Thread Helge Hafting
Marcelo AcuÃf1a wrote:
hello
I have a problem.
I have Suse Linux 9.1 (not 9.2), I selected spanish keyboard, all soft work OK, 
Open Office work OK, all keys works fine.

I writing a book, now 420 pages long,
I became desesperate with Open Office Writer.
I selected Lyx and transfer my book .sxw to .lyx, (very hard work), but 
several keys no work, <>, ctrl, accents, num pad, no work.

Ã, Ã, work OK, but à no work.
I recompiled Lyx, (first make clean), and now shift key plus arrows no work!
then recompiled Lyx again, (first deleted all lyx dirs), and now shift key plus 
arrows work ok.
but accents, num pad, ctrl, <>, no work.
I need help.
 

Did you compile lyx with qt or xforms? 
Have you tried to use lyx installed from an rpm file, instead of compiling?
Also look at your X setup.  Apparently, some input methods for "ÃÃÃ..."
works with lyx and some have trouble.

I use debian.  Lyx-qt version 1.3.4, from debian or self-compiled both
works with  and so on.  The keyboard section from
my XF86Config-4 file looks like this:
Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver  "keyboard"
   Option  "CoreKeyboard"
   Option  "XkbRules"  "xfree86"
   Option  "XkbModel"  "pc105"
   Option  "XkbLayout" "no"
EndSection
You probably want something other than "no" for the
keyboard layout, of course.  I type à by first typing
the dead key '  (altgr and \ actually), then I type
the a and get a Ã.
Helge Hafting




Re: Index Letter Separators

2005-01-26 Thread Jean-Pierre Chretien

>>To: lyx-users@lists.lyx.org
>>From: Herbert Voss <[EMAIL PROTECTED]>
>>Subject: Re: Index Letter Separators
>>Date: Wed, 26 Jan 2005 07:41:43 +0100
>>
>>Rich Shepard wrote:
[..]
>>Now the problem is, that LyX runs hardcoded
>>makeindex -q  file.idx   or something similiar
>>but you need
>>makeindex -s letter.ist file.idx
>>
>>
>>you have to write a wrapper makeindex, which does nothing else
>>as starting the makeindexOld with the letter.ist

tex2pdf offers such a wrapper, among a lot of other stuff
(hyperref setup, graphics management, etc).
Configuration is (hopefully) self-explanatory.
http://tex2pdf.berlios.de/lyx-howto.htm
Leaves original files unchanged.

If you find it useful, you may add a (e.g) pdf3 converter creating pdfs
through tex2pdf.

The first run may take some time if you have a lot of epses to convert to pdf
(and the result may be disappointing as epstopdf bitmaps vector-like graphics:
you may prefer to control yourself the bitmap quality of such graphics by using 
png format,
or by preserving scalability with the help of external pdf export, see the 
recent thread
about xfig export).

-- 
Jean-Pierre





Re: follow-up: relyx / lyx2lyx problems and tex2lyx future

2005-01-26 Thread G. Milde
On 25.01.05, Sven Schreiber wrote:
 
> Ok, I take that as meaning that relyx & tabular (or similar) is really a 
> hopeless case. Then I redirect my suggestion to tex2lyx: maybe it's a 
> good idea to collect in some public place hints and experience from 
> users with respect to what works and what doesn't. And this time right 
> from the start of this new tool tex2lyx.

IMHO, the lyx wiki  would be the right place for such user-provided hints.
Maybe we could start a section for tex2lyx (or even for relyx, as long as we
have to live with it) e.g. in  http://wiki.lyx.org/pmwiki.php/Tips/Tips

Günter

-- 
G.Milde web.de