line breaking

2003-03-11 Thread Daniel Engelschalt
hi, 
 
i'm having problems with line breaking (hope that's the correct english
phrase ;) within text.

the first one is Fünf-Mächte-Abkommen which is not being broken.
the second one is a bigger text in s using typewriter as font. with
default font settings everything is ok.
if you want to see what i mean, i can send screenshots (have no webspace
currently).

both things appear in lyx 1.3.0 and previous versions. 
 
so do you have any hints for me? please cc me.
 
bye, 
daniel 
 



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:33:28AM +1030, Owen Lucas wrote:
 When in maths mode you can press meta-m and it allows you to type in 
 commands as shown in maths.bind. I can get the single character options 
 to work but cant get the multiple ones to key in. in the file maths.bind 
 these multi character commands start with. ~S- I assume that you need 
 to press or hold a key down a key first. what is it?

Looks like 'Shift'.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
 Owen == Owen Lucas [EMAIL PROTECTED] writes:


Owen O wait I get it now when you go meta-m and it gived you options
Owen like slash it means / not slash.

Indeed :) And concerning the ~S notation, it means the state of the
shift key is not relevant (this is useful because 2, for example,
will need shift on a french keyboard, but not on an US one).

JMarc



Re: line breaking

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:08:44AM +0100, Daniel Engelschalt wrote:
 the first one is Fünf-Mächte-Abkommen which is not being broken.

You could use  \= in ERT instead of the hyphens.

 the second one is a bigger text in s using typewriter as font.

What's wrong there?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: equation numbers

2003-03-11 Thread Andre Poenitz
On Mon, Mar 10, 2003 at 07:04:47PM -0500, William O. Bray wrote:
 Okay, I should know the answer to this, in LaTex I do. Using Lyx, ams article 
 style, with ams packages, what modification is needed to get the equation 
 numbers on the right? I know that righttag is an option for the amstex 
 package but it is not clear how to obtain this in Lyx.

Try the LaTeX way if everything else fails.

If necessary, de-select the 'Use AMS' toggle and explicitly put

\usepackage[youroptions]{amswhatever}

in the preamble.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

  Owen == Owen Lucas [EMAIL PROTECTED] writes:
 
 
 Owen O wait I get it now when you go meta-m and it gived you options
 Owen like slash it means / not slash.
 
 Indeed :) And concerning the ~S notation, it means the state of the
 shift key is not relevant (this is useful because 2, for example,
 will need shift on a french keyboard, but not on an US one).
 
Now I'm confused...

C-m starts math (inline mode)
S-C-m   starts math (display mode)

so there is a difference, i.e. S stands for Shift?

/Christian



-- 
Christian Ridderström   http://www.md.kth.se/~chr



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
 Christian == Christian Ridderström [EMAIL PROTECTED] writes:

Christian On 11 Mar 2003, Jean-Marc Lasgouttes wrote:
  Owen == Owen Lucas [EMAIL PROTECTED] writes:
 
 
Owen O wait I get it now when you go meta-m and it gived you options
Owen like slash it means / not slash.
  Indeed :) And concerning the ~S notation, it means the state of
 the shift key is not relevant (this is useful because 2, for
 example, will need shift on a french keyboard, but not on an US
 one).
 
Christian Now I'm confused...

Christian  C-m starts math (inline mode) S-C-m starts math
Christian (display mode)

Christian so there is a difference, i.e. S stands for Shift?

Yes, S stands for shift, and ~S stands for don't worry about shift.

JMarc


Re: how to activate math preview? (on windows-lyx)

2003-03-11 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...

  I've got Ruurd's port of Qt-Lyx too, and previews are working here. 
 Wow!

Qt is a big improvement over XForms. Ruurd made a big achievement. If the 
little problems can be fixed and a Installshield installer applied, it will 
become a Windows application suitable for giving to the technically-
challenged.

The previews themselves are pretty wow too, of course! :-) 

 We could use different delimiters for the sed command. Eg:
 BAIL_OUT ()
 {
 # Remove everything except the original .tex file.
 FILES=`ls ${BASE}* | sed -e ,${BASE}.tex,d`
 rm -f ${FILES} texput.log
 echo Leaving ${BASE}.tex in ${DIR}
 exit 1
 }

My sed doesn't seem to understand ,,d? I changed it to the following, 
which seems to work:

FILES=`ls ${BASE}* | sed -e s,${BASE}.metrics,,g -e s,${BASE}[0-9]*.
${GSSUFFIX},,g`

  Finally, type is not working for some reason so
  I commented out the line type pnmcrop.
 But it works in the FIND_IT function?

I've taken another look at it. The trouble seems to be that the type in 
sh.exe which is used when lyx calls an external script doesn't understand 
symbolic links (which are a kind of weird hack under Cygwin). Strangely 
enough, it does understand them when executing commands. The executables of 
latex etc were in my path, whereas of pnmcrop only a symbolic link is in my 
path. The fix is simply to use the bash.exe provided with cygwin instead of 
sh.exe . Ruurd should be able to straighten this out. 

Regarding my problem with blocky characters: I have to use a 
\preview_scale_factor of 1.8 to make the math exactly as large as the 
surrounding text. Do you have any idea why this could be? My zoom is 100 and 
my dpi is 86 (I verified with a ruler it is correct). 

Is it normal that math bitmaps are one pixel lower than surrounding text? 
-- 
Bye,
Steven



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

  Christian == Christian Ridderström [EMAIL PROTECTED] writes:
 
 
 Yes, S stands for shift, and ~S stands for don't worry about shift.

Maybe I'm tired today... didn't see the '~' there. I've put some notes 
on this here:

http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings

A few questions though:

Here are some keybindings:
Bindning# Alt.
\bind C-a command1  # 1)
\bind C-A command2  # 2)
\bind C-S-a   command3  # 3)
\bind C-S-A   command4  # 4)
\bind C-~S-a  command5  # 5)

I'm guessing that:
C-a is not the same as C-A
C-S-a  can't be typed on the keyboard?
C-~S-a replaces C-a and C-S-A
C-A is equivalent to C-S-A ?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lost Menu: Lyx 1.3.0: Windows 98

2003-03-11 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...

  but all I had on the top of the screen were the icons for
  printing, opening files, and so on. I *could* open a file in one of my
  directories, but then *all* the information about what kind of LyX
  file it was, what kind of layout it had, etc was missing. I only had
  three options on the edit drop down list.
 Meaning the edit menu, or the list of environments?  I took what you said 
 above to mean that you weren't getting any of the menus, so I'm guessing 
 this refers to the environment list.

Couldn't it be localization problems? What happens if LC_LANG is set to a 
non-existing language for example? It sounds like it tries to pull the words 
for the menus from a non-existent file.
 

-- 
Bye,
Steven



Re: Fw: Re: Your scrlettr2.layout

2003-03-11 Thread Jean-Marc Lasgouttes
 Matej == Matej Cepl [EMAIL PROTECTED] writes:

Matej Here we are. Matej

Applied, thanks.

JMarc


Re: Lyx Window Size

2003-03-11 Thread Marcus Beyer

Angus  I can't answer for the qt frontend.

no problem (see gif)
 
Marcus
attachment: qt-winlyx.gif

Re: how to activate math preview? (on windows-lyx)

2003-03-11 Thread Angus Leeming
Steven van Dijk wrote:
 My sed doesn't seem to understand ,,d? 

Mine neither :-( Sorry for the hot air.

 I changed it to the following, which seems to work:
 
 FILES=`ls ${BASE}* | sed -e s,${BASE}.metrics,,g -e s,${BASE}[0-9]*.
 ${GSSUFFIX},,g`

Ok and fair enough. I have one problem however:
DIR=`dirname $1`
BASE=`basename $1 .tex`

Given $1 == 'c:/yourfile.tex' I would expect 
$DIR == 'c:/' and $BASE == 'yourfile.tex'

If that were the case, then we wouldn't need to change BAIL_OUT at all. So I 
think that the real solution is to fill $DIR and $BASE 'correctly'. Did I 
read that 'basename' isn't working as you'd expect but, by implication, 
'dirname' is fine? Try:

# 'basename' apears to be broken on Cygwin
BASE=`echo $1 | sed s,^${DIR},,; s,\.tex$,,`

  Finally, type is not working for some reason so
  I commented out the line type pnmcrop.
 But it works in the FIND_IT function?
 
 I've taken another look at it. The trouble seems to be that the type in
 sh.exe which is used when lyx calls an external script doesn't understand
 symbolic links (which are a kind of weird hack under Cygwin). Strangely
 enough, it does understand them when executing commands. The executables
 of latex etc were in my path, whereas of pnmcrop only a symbolic link is
 in my path. The fix is simply to use the bash.exe provided with cygwin
 instead of sh.exe . Ruurd should be able to straighten this out.

Ok. 'type' is a shell built-in. We could use 'which' instead, which is not 
part of the shell but should be part of cygwin. The problem is parsing the 
returned string in a portable manner. 

On linux:
$ which gs
/usr/bin/gs
$ which gss
/usr/bin/which: no gss in 
(/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/angus/bin)

On my Dec Alpha box:
$ which gs
/usr/local/bin/gs
$ which gss
no gss in /usr/bin /usr/local/bin

Moreover the Dec version does not indicate success or failure with its 
returned value. Hmmm... we could test for the presence of ' ' in the 
returned string. Could you try this little script:

#! /bin/sh

# A replacement for 'type' that works on Cygwin also
TYPE () {
test $# -eq 1 || return 1

which $1 21 | grep ' '  /dev/null  {
return 1
}
return 0
}

FIND_IT ()
{
test $# -eq 1 || exit 1

# 'type' appears to be broken on Cygwin
TYPE $1  /dev/null || {
echo Unable to find \$1\. Please install.
exit 1
}
}

for exe in $*; do
FIND_IT $exe
done

 Regarding my problem with blocky characters: I have to use a
 \preview_scale_factor of 1.8 to make the math exactly as large as the
 surrounding text. Do you have any idea why this could be? My zoom is 100
 and my dpi is 86 (I verified with a ruler it is correct).

No idea at all. But that's why we provided you with a parameter. Note that 
this is exactly double the 'normal' value, so it looks a little suspicious.

 Is it normal that math bitmaps are one pixel lower than surrounding text?

Perhaps not unexpected. The metrics info used to place the bitmap is 
generated by latex. Is it guaranteed to be the same as that used internally 
by LyX to place real fonts? probably not.

-- 
Angus



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On Tue, 11 Mar 2003, Christian Ridderström wrote:

 On 11 Mar 2003, Jean-Marc Lasgouttes wrote:
 
   Christian == Christian Ridderström [EMAIL PROTECTED] writes:
  
  
  Yes, S stands for shift, and ~S stands for don't worry about shift.
 
 Maybe I'm tired today... didn't see the '~' there. I've put some notes 
 on this here:
 
   http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings
 
Some testing showed that:
C-a is equivalent to C-A
and
C-S-a is equivalent to C-S-A
and the order of the modifiers doesn't matter either, so:
C-S-a is equivalent to S-C-a

Furthermore, the last binding seem to override previous bindings, i.e.
\bind C-a self-insert a
\bind C-A self-insert A
means that pressing C-a will insert a 'A' (since C-a and C-A are 
equivalent).

The '~S' modifier seems to be an exception to overriding previous 
key bindings. Having only this binding:
\bind C-~S-a self-insert a
means that both C-a and C-S-a will insert a 'a'. However, in this 
case:
\bind C-a self-insert a
\bind C-S-A self-insert A
\bind C-~S-a self-insert b

pressing C-a - 'a' so C-S-A - A.  The binding C-~S-a is never 
activated. If one of the previous bindings are removed, i.e.

\bind C-S-A self-insert A
\bind C-~S-a self-insert b

then C-a - 'A' and C-S-a - b.  So bindings with the modifier ~S 
doesn't seem to override previous bindings.

Anyway, I put these notes here:

   http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings
for the future.

/Chrstian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lyx Window Size

2003-03-11 Thread Dekel Tsur
On Mon, Mar 10, 2003 at 03:45:03PM +, Angus Leeming wrote:
  I would like to decrease the width of the lyx window (in order to view
  the PostScript and the lyx file side-by-side without overlap), but it
  does not want to go below a certain size.  Is it possible to change the
  minimum window size?
 
 The xforms frontend has hard-coded limits because really nasty things 
 (segfaults) can happen if the widgets are larger than the available size.

Actually, the problem is that the window cannot be made smaller than its
initial size (e.g. if you run lyx -geometry 800x600, you cannot make the
window smaller than 800x600), at least on some window managers.
This problem was not present in earlier version of LyX (I think it was
introduced in LyX 1.2.0).


Re: equation numbers

2003-03-11 Thread Dekel Tsur
On Mon, Mar 10, 2003 at 07:04:47PM -0500, William O. Bray wrote:
 Okay, I should know the answer to this, in LaTex I do. Using Lyx, ams article 
 style, with ams packages, what modification is needed to get the equation 
 numbers on the right? I know that righttag is an option for the amstex 
 package but it is not clear how to obtain this in Lyx.
 best regards, bill

Open the dialog document, and put 'reqno' in the 'Extra options' field.


Re: Lyx Window Size

2003-03-11 Thread Angus Leeming
Dekel Tsur wrote:

 On Mon, Mar 10, 2003 at 03:45:03PM +, Angus Leeming wrote:
  I would like to decrease the width of the lyx window (in order to view
  the PostScript and the lyx file side-by-side without overlap), but it
  does not want to go below a certain size.  Is it possible to change the
  minimum window size?
 
 The xforms frontend has hard-coded limits because really nasty things
 (segfaults) can happen if the widgets are larger than the available size.
 
 Actually, the problem is that the window cannot be made smaller than its
 initial size (e.g. if you run lyx -geometry 800x600, you cannot make the
 window smaller than 800x600), at least on some window managers.
 This problem was not present in earlier version of LyX (I think it was
 introduced in LyX 1.2.0).

Sure. I hard coded it:
fl_set_form_minsize(form, form-w, form-h);
The _reaon_ I did so was because of the possibilites of crashing LyX if the 
toolbars were longer than the size available to them. I _beieve_ that 
xforms 1.0 is more robust in this regard but I haven't tested.

-- 
Angus



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Dekel Tsur
On Tue, Mar 11, 2003 at 02:13:15AM +0100, Heiko Schmidt-Evers wrote:
 I have made a document with lyx with many math functions. I used PS-Tricks
 to plot the functions and to make some other graphics. Now and wanted to
 make a table of contents, which was very easy to make in lyx, but i also
 wanted hyperlinks to the sections in that table of contents. I searched the
 web and found out, that i have to use the hyperref package and make pdflatex
 as output.

You don't need pdflatex for hyperlinks!
You can just add \usepackage{hyperref}
( or perhaps \usepackage[ps2pdf]{hyperref} for an old system)
and use View-PDF.


Lots of problems

2003-03-11 Thread Andreas Buening
Hello!

I've just been trying lyx 1.3. It had lots of problems.

1. It's not possible to compile xforms 1.0 out of the box for Solaris
   and AIX systems. Could you kindly provide some precompiled binaries?

2. The compilation on AIX terminates with:

g++ -O2 -Wno-non-template-friend -ftemplate-depth-30 -s -o lyx BufferView.o 
BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o 
paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spacing.o TextCache.o 
Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o bufferlist.o 
bufferparams.o bufferview_funcs.o chset.o converter.o counters.o debug.o encoding.o 
exporter.o gettext.o factory.o funcrequest.o importer.o intl.o iterators.o kbmap.o 
kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o 
lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o 
lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o lyxtextclasslist.o 
lyxvc.o main.o paragraph.o paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o 
tabular-old.o tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
text3.o toc!
.o trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.o vspace.o  
-L/afs/mpa/common/pdsoft/lib mathed/.libs/libmathed.a insets/.libs/libinsets.a 
frontends/.libs/libfrontends.a -lflimage -L/afs/mpa/common/pdsoft/appl/libjpeg-6b/lib 
-ljpeg -lforms -lXpm graphics/.libs/libgraphics.a support/.libs/libsupport.a 
../boost/libs/regex/src/.libs/libboostregex.a 
../boost/libs/signals/src/.libs/libboostsignals.a ../intl/libintl.a -liconv -lSM -lICE 
-lc -lm -lX11
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::hide(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::update(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::show(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::hide(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::update(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::show(void)
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make[3]: *** [lyx] Error 1
make[3]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make: *** [all-recursive] Error 1


3. I want to have some standard key bindings like M-i l - insert-label
   independent of the language but lyx ignores my bindings in de_menus.bind
   (it reads the file but ignores the bindings). The german menu
   shows the M-i l after M_a_rke (Label) in the Einfügen (Insert) menu
   but it ignores it. M-i ever starts the Ans_i_cht (View) menu.

4. Some key bindings are unknown (I get an error if lyx is started) like
   insert-marginpar.

5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
   output which makes lyx basically unusable for me.

6. The new method to insert TeX code is rather annoying. I'd prefer the
   old behaviour where I edit the text directly without mouse clicking.

7. Same for user defined macro expansion. It's rather annoying when
   moving the cursor through a big equation.


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 01:59:36PM +0100, Andreas Buening wrote:
 5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
output which makes lyx basically unusable for me.

Why?

$x\ne0$ is LaTeX-wise equivalent to $x \ne 0$

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: Lots of problems

2003-03-11 Thread Andreas Buening
 On Tue, Mar 11, 2003 at 01:59:36PM +0100, Andreas Buening wrote:
  5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
 output which makes lyx basically unusable for me.
 
 Why?
 
 $x\ne0$ is LaTeX-wise equivalent to $x \ne 0$

Oops. Yes, you're right. It was a user defined macro that caused the error.
I was just confused by \ne0 (old lyx versions produce \ne 0). I didn't
know that it's correct latex.


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andreas Buening
Nicolas Ferre wrote:
 Andreas Buening wrote:
  
  Hello!
  
  I've just been trying lyx 1.3. It had lots of problems.
  
  1. It's not possible to compile xforms 1.0 out of the box for Solaris
 and AIX systems. Could you kindly provide some precompiled binaries?
 
 I compiled xforms on aix5.1 without problem.

How? I had to use about dozens of make flags to get it working.


  
  2. The compilation on AIX terminates with:

[snip]

 Unfortunately, I get the same problem. It seems to be a rather
 fundemental one so you have to keep the old lyx1.2.3 :-(

I guess, it's a rather trivial one. You just have to add a magic flag
and it will work. ;-)


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 05:01:44PM +0200, Dekel Tsur wrote:
 I prefer LyX would write $x\ne 0$ or $x \ne 0$, as it is more human readable.

Feel free to fix this without breaking something.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


ieee and lix

2003-03-11 Thread Roberto Marabini
Hi,

  I am trying to use IEEEtrans and lyx. First I retrieved the IEEE files
from:


 http://www.educat.hu-berlin.de/~voss/lyx/data/IEEE.tgz

and I made IEEEtran.cls and IEEEtran.layout available to lyx. Then I try
to process the sample file IEEEtran.lyx (after selecting edit-
reconfigure and restarting lyx). When I compile the file I get six
identical errors:



Undefined control sequence.
 \floatstyle
{}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
---


if a export the file as latex (I attach it to this mail) it does not
compile but if a remove the lines 13 to 18, that is:

\providecommand{\tabularnewline}{\\}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}


everything goes right.

  Can anybody point my what am I doing wrong in lyx?

I use lyx 1.3.0 (compiled with QT) and tetex 1.0.7-47
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[twocolumn]{IEEEtran}
\usepackage[T1]{fontenc}

\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]
\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}

%% Textclass specific LaTeX commands.
 \RequirePackage{graphicx}
 \newlength{\myWidth}
 \renewenvironment{biography}[2]{% % !AC
   \setlength{\myWidth}{\columnwidth}
   \noindent%
   [EMAIL PROTECTED]
 \IfFileExists{#1}{
   \addtolength{\myWidth}{-29mm}
   \raisebox{-32mm}{\begin{minipage}[t]{29mm}
 \resizebox{25mm}{32mm}{\includegraphics[]{#1}}
   \end{minipage}}}{}%
  \begin{minipage}[t]{\myWidth}
\textbf{#2}\rm\\
 }{%
 \end{minipage}
   \end{lrbox}
   [EMAIL PROTECTED]
 }
 \usepackage{verbatim}
 \newtheorem{thm}{Theorem}
 \newtheorem{lemma}{Lemma}

\makeatother
\begin{document}

\title{Your Title: And maybe a bit extra}


\author{Herbert Voss%
\footnote{Berlin, Germany%
}, Charlotte Bronte%
\footnote{Thornton, England%
}}

\maketitle
\begin{comment}
This paper presents a simple template for IEEEtran documents. Pay
attention, that the IEEE-papers can't work with the babel-package.
In Edit\lyxarrow{}Preferences\lyxarrow{}Languages\lyxarrow{}Language
delete the text \texttt{\textbackslash{}usepackage\{babel\}} in the
package-field (at least \LyX{}1.1.6fix2).
\end{comment}
\begin{abstract}
This paper presents a simple template for IEEEtran documents. Pay
attention, that the IEEE-papers can't work with the babel-package.
In Edit\lyxarrow{}Preferences\lyxarrow{}Languages\lyxarrow{}Language
delete the text \texttt{\textbackslash{}usepackage\{babel\}} in the
package-field (at least \LyX{}1.1.6fix2).
\end{abstract}
\begin{keywords}
simplicity, beauty, elegance
\end{keywords}

\markboth{This is for left pages}{and this is for right pages}


\section{Introduction}

There is no need for Evil Red Text in the \textbf{first paragraph}.
You can choose this as a \LyX{}-paragraph from the paragraph-menu
as \texttt{FirstStandard}. 

There is no need for Evil Red Text in the \textbf{first paragraph}.
You can choose this as a \LyX{}-paragraph from the paragraph-menu
as \texttt{FirstStandard}. But this paragraph is a real Standard one!
With an enter behind the FirstStandard layout, you always get the
standard one!


\section{Previous Work}

This is only a template remember.


\section{Methodology}

\begin{thm}
[Theorem name] For a named theorem or theorem-like environment you
need to use a little evil red text (\LaTeX{} mode) around the name.
If you want an own Theorem name put it in \TeX{} square brackets:
\texttt{{[}my Theorem name{]}}
\end{thm}
\begin{lemma}
If you don't want a theorem or lemma name don't add one.
\end{lemma}
\begin{proof}
And here's the proof!
\end{proof}

\section{Results}

%
\begin{figure}[hbt]
\begin{center}\fbox{\rule{0cm}{3cm}\rule{3cm}{0cm}}\end{center}


\caption{Captions go \emph{under} the figure}
\end{figure}
%
\begin{table}[hbt]

\caption{Table captions go \emph{above} the table}

\begin{center}\begin{tabular}{|c|c|}
\hline 
delete
this\tabularnewline
\hline
\hline 
example
table\tabularnewline
\hline
\end{tabular}\end{center}
\end{table}



\section{Conclusions}

And here some conclusions or not .. And here some conclusions or not
.. And here some conclusions or not .. And here some conclusions or
not .. And here some conclusions or not .. And here some conclusions
or not .. And here some conclusions or not .. And here some conclusions
or not .. And here some conclusions or not .. And here some 

lyx file permission problem under cygwin

2003-03-11 Thread Max Bian
Hello,

It seems that if the citation reference dialog opens a bibtex file to
get the list of the keys, it keeps the bibtex file open.  If I try to
edit the bibtex file at the same time using another program, I am not
able to save it.  The error message is like error 13, permission
denied.

I do not have this problem under linux, only under cygwin.

Should the way lyx handles the bibtex file be changed? Read and close
it immediately, and re-read only after a change is detected?


Re: lyx file permission problem under cygwin

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 07:33:43AM -0800, Max Bian wrote:
 It seems that if the citation reference dialog opens a bibtex file to
 get the list of the keys, it keeps the bibtex file open.  If I try to
 edit the bibtex file at the same time using another program, I am not
 able to save it.  The error message is like error 13, permission
 denied.

I think this is a Windows limitation that a file can be opened only by one
process at a time. At least I've seen this behaviour more than once with
different Windows apps, so I don't think this is a LyX problem.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: lyx file permission problem under cygwin

2003-03-11 Thread Angus Leeming
Max Bian wrote:

 Hello,
 
 It seems that if the citation reference dialog opens a bibtex file to
 get the list of the keys, it keeps the bibtex file open.  If I try to
 edit the bibtex file at the same time using another program, I am not
 able to save it.  The error message is like error 13, permission
 denied.
 
 I do not have this problem under linux, only under cygwin.
 
 Should the way lyx handles the bibtex file be changed?

Most certainly. However that won't solve your present problem.

Here is the relevant snippet of code. We read the file with an ifstream 
which should close the stream automatically when it goes out of scope. You 
could try adding an explicit 'ifs.close()' command to the code (to be found 
in src/insets/insetbib.C). 

See below, but I'm not promising anything:

 void InsetBibtex::fillWithBibKeys
(Buffer const * buffer, vectorpairstring, string   keys) const
 {
lyx::Assert(buffer);
vectorstring const files = getFiles(*buffer);
for (vectorstring::const_iterator it = files.begin();
 it != files.end(); ++ it) {
// This is a _very_ simple parser for Bibtex database
// files. All it does is to look for lines starting
// in @ and not being @preamble and @string entries.
// It does NOT do any syntax checking!
ifstream ifs(it-c_str());
string linebuf0;
while (getline(ifs, linebuf0)) {
...
}
+   ifs.close();
}
 }

-- 
Angus



Re: lyx file permission problem under cygwin

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 04:04:44PM +, Angus Leeming wrote:
 Here is the relevant snippet of code. We read the file with an ifstream 
 which should close the stream automatically when it goes out of scope. You 
 could try adding an explicit 'ifs.close()' command to the code (to be found 
 in src/insets/insetbib.C). 

This won't change anything. 

The close() called in the destructor.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


textclass error

2003-03-11 Thread Jonathan Murray
I'm getting the following error when I start lyx:

The document uses an unknown textclass article.
Lyx will not be able to produce output correctly
I'm running lyx-1.2.3-1 with Linux version 2.4.7-10.

additionally after running rpm -Uvh lyx-1.2.3-1rh73.i386.rpm,

Layout 'Section*' does not exist in textclass 'docbook'.
Trying to use default layout instead.
Any ideas how to fix this?

thanks
--
=
  Jonathan Murray
  Computer and Information Services
  Woods Hole Oceanographic Institution  http://www.whoi.edu
  Woods Hole, MA  02543-1541 voice: (508) 289-2877
  fax: (508) 457-2174   e-mail: [EMAIL PROTECTED]
=








Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Herbert Voss
Heiko Schmidt-Evers schrieb:

with two sollutions. My question regards to the second solution on that
site: Do i just have to copypaste everything in my preamble without any
modifications and then put \begin{pdfpic}...\end{pdfpic} around my
pspicture?
a better way is to use the new ps4pdf package

http://www.perce.de/LaTeX/ps4pdf/

There is an example.

Herbert




Re: Lots of problems

2003-03-11 Thread Andreas Buening
Nicolas Ferre wrote:
 Andreas Buening wrote:
  
  Nicolas Ferre wrote:

[snip]

   I compiled xforms on aix5.1 without problem.
  
  How? I had to use about dozens of make flags to get it working.
  
 
 Ooops, maybe you are right, maybe I downloaded xforms from:
 ftp://ncmir.ucsd.edu/pub/xforms/ibm-rs6000/
 But I don't remember if it's the source file or already the binaries.
 Anyway, I can send you my libforms.a

Finally, I was able to compile it myself but it's nice to know that there
are binaries. However, this is AIX 4. I don't know whether it makes
a difference.

[snip]

   Unfortunately, I get the same problem. It seems to be a rather
   fundemental one so you have to keep the old lyx1.2.3 :-(
  
  I guess, it's a rather trivial one. You just have to add a magic flag
  and it will work. ;-)
 
 Unfortunately, this is not the case. This is related to some typeinfo
 C++ stuff (that actually works well on my system, but not in lyx. Who
 knows why ?) Which gcc are you using ?

2.95.2.

 By the way, it does not seem to be on the top of the lyx's todo list.

What a surprise! ;-)


Bye,
Andreas


short view menu in 1.2.3

2003-03-11 Thread S K Tomar
Hi,

I am wondering why I am able to get only a short view menu in
1.2.3, starting from update only and no dvi, pdf, ps, html
etc, where on other machine where I have 1.2.1 I get full.

Help please.

Thanks in advance
Satyendra Tomar
17:42, Mar 11



Re: short view menu in 1.2.3

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 05:50:32PM +0100, S K Tomar wrote:
 I am wondering why I am able to get only a short view menu in
 1.2.3, starting from update only and no dvi, pdf, ps, html
 etc, where on other machine where I have 1.2.1 I get full.

What's the output of Edit-Reconfigure?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: short view menu in 1.2.3

2003-03-11 Thread S K Tomar
Hi Andre,

Thanks for your reply.

-|What's the output of Edit-Reconfigure?

Some packages appears to be missing :-( How to overcome that?


==
checking for a LaTeX2e program... (latex latex2e) +checking for
latex... yes checking for the pdflatex program... (pdflatex)
+checking for pdflatex... no checking for a LaTeX - LyX
converter... (reLyX) +checking for reLyX... yes checking for a
Noweb - LyX converter... (noweb2lyx) +checking for
noweb2lyx... yes checking for a Noweb - LaTeX converter...
(noweave) +checking for noweave... no checking for a HTML -
Latex converter... (html2latex) +checking for html2latex... no
checking for a MSWord - Latex converter... (wvCleanLatex
word2x) +checking for wvCleanLatex... no +checking for
word2x... no checking for Image converter... (convert)
+checking for convert... no checking for a Postscript
interpreter... (gs) +checking for gs... yes checking for a
Postscript previewer... (gv ghostview) +checking for gv... yes
checking for a PDF preview... (acroread gv ghostview xpdf)
+checking for acroread... yes checking for a DVI previewer...
(xdvi windvi yap) +checking for xdvi... no +checking for
windvi... no +checking for yap... no checking for a HTML
previewer... (mozilla file://$$p$$i netscape) +checking for
mozilla... yes checking for a PS to PDF converter... (ps2pdf)
+checking for ps2pdf... yes checking for a DVI to PS
converter... (dvips) +checking for dvips... no checking for a
DVI to PDF converter... (dvipdfm) +checking for dvipdfm... no
checking for a *roff formatter... ('groff -t -Tlatin1
15529FName' nroff) +checking for groff... yes checking for
ChkTeX... (chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38) +checking
for chktex... no checking for a spell-checker... (ispell)
+checking for ispell... yes checking for a fax program...
(kdeprintfax ksendfax) +checking for kdeprintfax... yes
/usr/local/share/lyx/configure: line 862: test: too many
arguments checking for SGML-tools 1.x (LinuxDoc)... (sgml2lyx)
+checking for sgml2lyx... yes checking for SGML-tools 2.x
(DocBook) or db2x scripts...  (sgmltools db2dvi) +checking for
sgmltools... no +checking for db2dvi... yes checking for a
spool command... (lp lpr) +checking for lp... yes checking for
a LaTeX - HTML converter... (tth latex2html hevea) +checking
for tth... no +checking for latex2html... no +checking for
hevea... no checking for an Image - EPS converter... (convert
pnmtops) +checking for convert... no +checking for
pnmtops... yes checking for an Image - PNG converter...
(convert pnmtopng) +checking for convert... no +checking for
pnmtopng... yes checking for an Image - XPM converter...
(convert) +checking for convert... no checking for an EPS -
PDF converter... (epstopdf) +checking for epstopdf... no
checking for a Grace - Image converter... (gracebat) +checking
for gracebat... no checking for an FIG - EPS/XPM converter...
(fig2dev) +checking for fig2dev... yes checking LaTeX
configuration... auto +Inspecting your LaTeX configuration.
+checking for LaTeX version... 2001/06/01 +checking for default
encoding (this may take a long time) + checking for ec fonts...
yes + checking for ec support in LaTeX format... yes +checking
for document class IEEEtran [IEEEtran]... no +checking for
document class aa [aa]... no +checking for document class
aapaper [aa]... no +checking for document class aastex
[aastex]... yes +checking for document class amsart-plain
[amsart]... yes +checking for document class amsart-seq
[amsart]... yes +checking for document class amsart [amsart]...
yes +checking for document class amsbook [amsbook]... yes
+checking for document class apa [apa,apacite.sty]... no
+checking for document class article [article]... yes +checking
for document class book [book]... yes +checking for document
class broadway [broadway]... no +checking for document class
chess [article,lyxskak.sty]... no +checking for document class
cl2emult [cl2emult]... no +checking for document class cv
[cv]... yes +checking for document class dinbrief [dinbrief]...
yes +checking for docbook class docbook-book...  yes +checking
for docbook class docbook-chapter...  yes +checking for docbook
class docbook-section...  yes +checking for docbook class
docbook...  yes +checking for document class dtk [dtk]... yes
+checking for document class egs [egs]... no +checking for
document class entcs [entcs]... no +checking for document class
extarticle [extarticle]... yes +checking for document class
extbook [extbook]... yes +checking for document class extletter
[extletter]... yes +checking for document class extreport
[extreport]... yes +checking for document class foils [foils]...
no +checking for document class g-brief-de [g-brief]... yes
+checking for document class g-brief-en [g-brief]... yes
+checking for document class heb-article [article]... yes
+checking for document class heb-letter [letter]... yes
+checking for document class hollywood [hollywood]... no
+checking for document class 

Re: short view menu in 1.2.3

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 06:12:26PM +0100, S K Tomar wrote:
 -|What's the output of Edit-Reconfigure?
 
 Some packages appears to be missing :-( How to overcome that?

Maybe by installing a thing or two in a place where it is found?

 checking for a DVI previewer...
 (xdvi windvi yap) +checking for xdvi... no +checking for
 windvi... no +checking for yap...

This means no 'View .dvi' etc.

Your mail is not particularly readable by the way...

Andre'
-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-11 Thread Raymond Ouellette
I compiled and installed both Qt and XForm version of LyX 1.3.0 a few weeks ago.

Qt version is really pleasing to use and the viisual comfort with aa fonts is great.

I do have 2 small concerns.

1. There are some not translated options in the different combo boxes (I use it in 
french) -- if I note the different missing sentences, who must be advised? This 
problem occurs in both version (Qt and XForm).

2. Only in Qt version: you can't do a vertical space fill for a paragraph, it doesn't 
work. Selecting « ressort vertical » (vertical fill I guess in the english text) does 
nothing. The other options work. I had to use \vspace{\fill} in ERT to get my 
paragraph pushed at the bottom of the page.

R. Ouellette




BU FIRSATTAN RARARLANIN.

2003-03-11 Thread MARAMARA Erotik Market
DIKKAT

VIDEO CD :
Iddia ediyoruz.. Hic bir yerden temin edemeyeceginiz ses ve göruntu kalitesi ile
yuzlerce porno video CD. arSivimiz yenilenmistir. istemis oldugunuz video CD.ler
bire bir yollanir kesinlikle isteginiz harici alakasiz baSka video CD.ler yollanmaz.

Anal. Oral. Vajinal. Grup. Zenci. FethiS. Ayak fethiS. Gay. Zenci gay. Trans. 
Transexual.
Lezbiyen ve daha bircok ceSit   http://www.erotik.sites.cc/

ZENGIN URUN CESITLERIMIZ :

Sisme Bebekler . (Erkek  Bayan) Kesinlikle size hayir demeyecek.
Vibratörler  Istediginiz boy ve ebatlarda 
(Vajinal/Anal/catal.Pilli.Motorlu.TitreSimli)
Suni Vajinalar . Asla gerceginden ayirt edemeyeceksiniz (Gercek ten hassasiyetinde)
Reailistik Penisler. Gercek ten hassasiyetinde ve dokusunda (Vantuzlu/Deri kemer 
kilotlu)
Vakum Pompalari  Ereksiyonu kolaylastirici ve duzenli kullanimlarda peniste 
irilesme saglar.
Geciktiriciler . Erken boSalmayi dert etmeyin (Sprey ceSitleri/Kremler)
Kremler  Anal ve Vajinal iliSkilerde kullanabileceginiz kayganlaStirici 
krem ceSitleri
Uyandiricilar .. Cinsel istek uyandirici haplar ve damlalar.

Yapmaniz gereken tek Sey http://www.erotik.sites.cc/   TIKLAMAK ..



NOT : BU MAIL REKLAM AMAcLI OLUP HIcBIR SEKILDE TARAFIMIZDA KAYDINIZ BULUNMAMAKTADIR.
  ILGI ALANINIZIN DISINDA ISE EGER LUTFEN DIKKATE ALMAYINIZ TESEKKURLER..









Re: LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-11 Thread robin
Raymond Ouellette wrote:
I compiled and installed both Qt and XForm version of LyX 1.3.0 a few weeks ago.

Qt version is really pleasing to use and the viisual comfort with aa fonts is great.

I do have 2 small concerns.

1. There are some not translated options in the different combo boxes (I use it in french) -- if I note the different missing sentences, who must be advised? This problem occurs in both version (Qt and XForm).

2. Only in Qt version: you can't do a vertical space fill for a paragraph, it doesn't work. Selecting « ressort vertical » (vertical fill I guess in the english text) does nothing. The other options work. I had to use \vspace{\fill} in ERT to get my paragraph pushed at the bottom of the page.
That's funny - I only just noticed I have the same problem with 1.3 Qt.

Robin

--
The raisins may be the best part of a cake, but that doesn't
mean that a bag of raisins is better than a cake.
- Wittgenstein
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin




Russian in Qt Lyx 1.3.0

2003-03-11 Thread Andrew Abyzov
Is it possible to display Russian letters in Qt Lyx 1.3.0?

-- 
Best regards,
 Andrew Abyzov  mailto:[EMAIL PROTECTED]



polish keyboard lyx-1.3.0-qt

2003-03-11 Thread Marcin Bukat
Hello!
I can't get working polish keyboard in lyx. In oters applications it 
works ok.
I dig up archives and found nothing usefull.

any feedback wold be nice

wo



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Heiko Schmidt-Evers
From: Dekel Tsur [EMAIL PROTECTED]
 
 You don't need pdflatex for hyperlinks!
 You can just add \usepackage{hyperref}
 ( or perhaps \usepackage[ps2pdf]{hyperref} for an old system)
 and use View-PDF.

Thanks, it works with that ps2pdf parameter.  



Help installing - where's pdflatex, view?

2003-03-11 Thread Todd Flaming
I am an author, not a programmer. Just installed (after much effort) and
got lyx running. But there is no pdflatex in the export menu item, and
there are no dvi or gs view options.

I'm just an author who's trying to make a go of this. Any help would be
appreciated. I searched and found nothing on it.



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Heiko Schmidt-Evers
Hi,

From: Herbert Voss [EMAIL PROTECTED]

 a better way is to use the new ps4pdf package

What is that package?? I made a google-search with ps4pdf, but found only
one site, which did not tell much about it. How can I use it? Don't have
much experience with Lyx nor LaTex.

bye, Heiko.







Help with graphics please

2003-03-11 Thread Jose
Hi all, I have to turn in a project this thursday and I was using lyx 
1.2 with Miktek.  It was working perfectly.  I updated to 1.3 and 
changed my latex editor for fptex.
 I insert graphics in my document  then try to display it using dvi, it 
generates the document, but when I try to look the included graphics it 
displays the following error and the it closes.  Missing gsdll32.dll 
I have the ghostscrip applications installed.  I don't know what is 
happening.  Also when I generate the pdf file the graphics are not included.

I hope someone could help me thanks

Jose




line breaking

2003-03-11 Thread Daniel Engelschalt
hi, 
 
i'm having problems with line breaking (hope that's the correct english
phrase ;) within text.

the first one is Fünf-Mächte-Abkommen which is not being broken.
the second one is a bigger text in s using typewriter as font. with
default font settings everything is ok.
if you want to see what i mean, i can send screenshots (have no webspace
currently).

both things appear in lyx 1.3.0 and previous versions. 
 
so do you have any hints for me? please cc me.
 
bye, 
daniel 
 



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:33:28AM +1030, Owen Lucas wrote:
 When in maths mode you can press meta-m and it allows you to type in 
 commands as shown in maths.bind. I can get the single character options 
 to work but cant get the multiple ones to key in. in the file maths.bind 
 these multi character commands start with. ~S- I assume that you need 
 to press or hold a key down a key first. what is it?

Looks like 'Shift'.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
 Owen == Owen Lucas [EMAIL PROTECTED] writes:


Owen O wait I get it now when you go meta-m and it gived you options
Owen like slash it means / not slash.

Indeed :) And concerning the ~S notation, it means the state of the
shift key is not relevant (this is useful because 2, for example,
will need shift on a french keyboard, but not on an US one).

JMarc



Re: line breaking

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:08:44AM +0100, Daniel Engelschalt wrote:
 the first one is Fünf-Mächte-Abkommen which is not being broken.

You could use  \= in ERT instead of the hyphens.

 the second one is a bigger text in s using typewriter as font.

What's wrong there?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: equation numbers

2003-03-11 Thread Andre Poenitz
On Mon, Mar 10, 2003 at 07:04:47PM -0500, William O. Bray wrote:
 Okay, I should know the answer to this, in LaTex I do. Using Lyx, ams article 
 style, with ams packages, what modification is needed to get the equation 
 numbers on the right? I know that righttag is an option for the amstex 
 package but it is not clear how to obtain this in Lyx.

Try the LaTeX way if everything else fails.

If necessary, de-select the 'Use AMS' toggle and explicitly put

\usepackage[youroptions]{amswhatever}

in the preamble.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

  Owen == Owen Lucas [EMAIL PROTECTED] writes:
 
 
 Owen O wait I get it now when you go meta-m and it gived you options
 Owen like slash it means / not slash.
 
 Indeed :) And concerning the ~S notation, it means the state of the
 shift key is not relevant (this is useful because 2, for example,
 will need shift on a french keyboard, but not on an US one).
 
Now I'm confused...

C-m starts math (inline mode)
S-C-m   starts math (display mode)

so there is a difference, i.e. S stands for Shift?

/Christian



-- 
Christian Ridderström   http://www.md.kth.se/~chr



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
 Christian == Christian Ridderström [EMAIL PROTECTED] writes:

Christian On 11 Mar 2003, Jean-Marc Lasgouttes wrote:
  Owen == Owen Lucas [EMAIL PROTECTED] writes:
 
 
Owen O wait I get it now when you go meta-m and it gived you options
Owen like slash it means / not slash.
  Indeed :) And concerning the ~S notation, it means the state of
 the shift key is not relevant (this is useful because 2, for
 example, will need shift on a french keyboard, but not on an US
 one).
 
Christian Now I'm confused...

Christian  C-m starts math (inline mode) S-C-m starts math
Christian (display mode)

Christian so there is a difference, i.e. S stands for Shift?

Yes, S stands for shift, and ~S stands for don't worry about shift.

JMarc


Re: how to activate math preview? (on windows-lyx)

2003-03-11 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...

  I've got Ruurd's port of Qt-Lyx too, and previews are working here. 
 Wow!

Qt is a big improvement over XForms. Ruurd made a big achievement. If the 
little problems can be fixed and a Installshield installer applied, it will 
become a Windows application suitable for giving to the technically-
challenged.

The previews themselves are pretty wow too, of course! :-) 

 We could use different delimiters for the sed command. Eg:
 BAIL_OUT ()
 {
 # Remove everything except the original .tex file.
 FILES=`ls ${BASE}* | sed -e ,${BASE}.tex,d`
 rm -f ${FILES} texput.log
 echo Leaving ${BASE}.tex in ${DIR}
 exit 1
 }

My sed doesn't seem to understand ,,d? I changed it to the following, 
which seems to work:

FILES=`ls ${BASE}* | sed -e s,${BASE}.metrics,,g -e s,${BASE}[0-9]*.
${GSSUFFIX},,g`

  Finally, type is not working for some reason so
  I commented out the line type pnmcrop.
 But it works in the FIND_IT function?

I've taken another look at it. The trouble seems to be that the type in 
sh.exe which is used when lyx calls an external script doesn't understand 
symbolic links (which are a kind of weird hack under Cygwin). Strangely 
enough, it does understand them when executing commands. The executables of 
latex etc were in my path, whereas of pnmcrop only a symbolic link is in my 
path. The fix is simply to use the bash.exe provided with cygwin instead of 
sh.exe . Ruurd should be able to straighten this out. 

Regarding my problem with blocky characters: I have to use a 
\preview_scale_factor of 1.8 to make the math exactly as large as the 
surrounding text. Do you have any idea why this could be? My zoom is 100 and 
my dpi is 86 (I verified with a ruler it is correct). 

Is it normal that math bitmaps are one pixel lower than surrounding text? 
-- 
Bye,
Steven



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

  Christian == Christian Ridderström [EMAIL PROTECTED] writes:
 
 
 Yes, S stands for shift, and ~S stands for don't worry about shift.

Maybe I'm tired today... didn't see the '~' there. I've put some notes 
on this here:

http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings

A few questions though:

Here are some keybindings:
Bindning# Alt.
\bind C-a command1  # 1)
\bind C-A command2  # 2)
\bind C-S-a   command3  # 3)
\bind C-S-A   command4  # 4)
\bind C-~S-a  command5  # 5)

I'm guessing that:
C-a is not the same as C-A
C-S-a  can't be typed on the keyboard?
C-~S-a replaces C-a and C-S-A
C-A is equivalent to C-S-A ?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lost Menu: Lyx 1.3.0: Windows 98

2003-03-11 Thread Steven van Dijk
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...

  but all I had on the top of the screen were the icons for
  printing, opening files, and so on. I *could* open a file in one of my
  directories, but then *all* the information about what kind of LyX
  file it was, what kind of layout it had, etc was missing. I only had
  three options on the edit drop down list.
 Meaning the edit menu, or the list of environments?  I took what you said 
 above to mean that you weren't getting any of the menus, so I'm guessing 
 this refers to the environment list.

Couldn't it be localization problems? What happens if LC_LANG is set to a 
non-existing language for example? It sounds like it tries to pull the words 
for the menus from a non-existent file.
 

-- 
Bye,
Steven



Re: Fw: Re: Your scrlettr2.layout

2003-03-11 Thread Jean-Marc Lasgouttes
 Matej == Matej Cepl [EMAIL PROTECTED] writes:

Matej Here we are. Matej

Applied, thanks.

JMarc


Re: Lyx Window Size

2003-03-11 Thread Marcus Beyer

Angus  I can't answer for the qt frontend.

no problem (see gif)
 
Marcus
attachment: qt-winlyx.gif

Re: how to activate math preview? (on windows-lyx)

2003-03-11 Thread Angus Leeming
Steven van Dijk wrote:
 My sed doesn't seem to understand ,,d? 

Mine neither :-( Sorry for the hot air.

 I changed it to the following, which seems to work:
 
 FILES=`ls ${BASE}* | sed -e s,${BASE}.metrics,,g -e s,${BASE}[0-9]*.
 ${GSSUFFIX},,g`

Ok and fair enough. I have one problem however:
DIR=`dirname $1`
BASE=`basename $1 .tex`

Given $1 == 'c:/yourfile.tex' I would expect 
$DIR == 'c:/' and $BASE == 'yourfile.tex'

If that were the case, then we wouldn't need to change BAIL_OUT at all. So I 
think that the real solution is to fill $DIR and $BASE 'correctly'. Did I 
read that 'basename' isn't working as you'd expect but, by implication, 
'dirname' is fine? Try:

# 'basename' apears to be broken on Cygwin
BASE=`echo $1 | sed s,^${DIR},,; s,\.tex$,,`

  Finally, type is not working for some reason so
  I commented out the line type pnmcrop.
 But it works in the FIND_IT function?
 
 I've taken another look at it. The trouble seems to be that the type in
 sh.exe which is used when lyx calls an external script doesn't understand
 symbolic links (which are a kind of weird hack under Cygwin). Strangely
 enough, it does understand them when executing commands. The executables
 of latex etc were in my path, whereas of pnmcrop only a symbolic link is
 in my path. The fix is simply to use the bash.exe provided with cygwin
 instead of sh.exe . Ruurd should be able to straighten this out.

Ok. 'type' is a shell built-in. We could use 'which' instead, which is not 
part of the shell but should be part of cygwin. The problem is parsing the 
returned string in a portable manner. 

On linux:
$ which gs
/usr/bin/gs
$ which gss
/usr/bin/which: no gss in 
(/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/angus/bin)

On my Dec Alpha box:
$ which gs
/usr/local/bin/gs
$ which gss
no gss in /usr/bin /usr/local/bin

Moreover the Dec version does not indicate success or failure with its 
returned value. Hmmm... we could test for the presence of ' ' in the 
returned string. Could you try this little script:

#! /bin/sh

# A replacement for 'type' that works on Cygwin also
TYPE () {
test $# -eq 1 || return 1

which $1 21 | grep ' '  /dev/null  {
return 1
}
return 0
}

FIND_IT ()
{
test $# -eq 1 || exit 1

# 'type' appears to be broken on Cygwin
TYPE $1  /dev/null || {
echo Unable to find \$1\. Please install.
exit 1
}
}

for exe in $*; do
FIND_IT $exe
done

 Regarding my problem with blocky characters: I have to use a
 \preview_scale_factor of 1.8 to make the math exactly as large as the
 surrounding text. Do you have any idea why this could be? My zoom is 100
 and my dpi is 86 (I verified with a ruler it is correct).

No idea at all. But that's why we provided you with a parameter. Note that 
this is exactly double the 'normal' value, so it looks a little suspicious.

 Is it normal that math bitmaps are one pixel lower than surrounding text?

Perhaps not unexpected. The metrics info used to place the bitmap is 
generated by latex. Is it guaranteed to be the same as that used internally 
by LyX to place real fonts? probably not.

-- 
Angus



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On Tue, 11 Mar 2003, Christian Ridderström wrote:

 On 11 Mar 2003, Jean-Marc Lasgouttes wrote:
 
   Christian == Christian Ridderström [EMAIL PROTECTED] writes:
  
  
  Yes, S stands for shift, and ~S stands for don't worry about shift.
 
 Maybe I'm tired today... didn't see the '~' there. I've put some notes 
 on this here:
 
   http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings
 
Some testing showed that:
C-a is equivalent to C-A
and
C-S-a is equivalent to C-S-A
and the order of the modifiers doesn't matter either, so:
C-S-a is equivalent to S-C-a

Furthermore, the last binding seem to override previous bindings, i.e.
\bind C-a self-insert a
\bind C-A self-insert A
means that pressing C-a will insert a 'A' (since C-a and C-A are 
equivalent).

The '~S' modifier seems to be an exception to overriding previous 
key bindings. Having only this binding:
\bind C-~S-a self-insert a
means that both C-a and C-S-a will insert a 'a'. However, in this 
case:
\bind C-a self-insert a
\bind C-S-A self-insert A
\bind C-~S-a self-insert b

pressing C-a - 'a' so C-S-A - A.  The binding C-~S-a is never 
activated. If one of the previous bindings are removed, i.e.

\bind C-S-A self-insert A
\bind C-~S-a self-insert b

then C-a - 'A' and C-S-a - b.  So bindings with the modifier ~S 
doesn't seem to override previous bindings.

Anyway, I put these notes here:

   http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings
for the future.

/Chrstian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lyx Window Size

2003-03-11 Thread Dekel Tsur
On Mon, Mar 10, 2003 at 03:45:03PM +, Angus Leeming wrote:
  I would like to decrease the width of the lyx window (in order to view
  the PostScript and the lyx file side-by-side without overlap), but it
  does not want to go below a certain size.  Is it possible to change the
  minimum window size?
 
 The xforms frontend has hard-coded limits because really nasty things 
 (segfaults) can happen if the widgets are larger than the available size.

Actually, the problem is that the window cannot be made smaller than its
initial size (e.g. if you run lyx -geometry 800x600, you cannot make the
window smaller than 800x600), at least on some window managers.
This problem was not present in earlier version of LyX (I think it was
introduced in LyX 1.2.0).


Re: equation numbers

2003-03-11 Thread Dekel Tsur
On Mon, Mar 10, 2003 at 07:04:47PM -0500, William O. Bray wrote:
 Okay, I should know the answer to this, in LaTex I do. Using Lyx, ams article 
 style, with ams packages, what modification is needed to get the equation 
 numbers on the right? I know that righttag is an option for the amstex 
 package but it is not clear how to obtain this in Lyx.
 best regards, bill

Open the dialog document, and put 'reqno' in the 'Extra options' field.


Re: Lyx Window Size

2003-03-11 Thread Angus Leeming
Dekel Tsur wrote:

 On Mon, Mar 10, 2003 at 03:45:03PM +, Angus Leeming wrote:
  I would like to decrease the width of the lyx window (in order to view
  the PostScript and the lyx file side-by-side without overlap), but it
  does not want to go below a certain size.  Is it possible to change the
  minimum window size?
 
 The xforms frontend has hard-coded limits because really nasty things
 (segfaults) can happen if the widgets are larger than the available size.
 
 Actually, the problem is that the window cannot be made smaller than its
 initial size (e.g. if you run lyx -geometry 800x600, you cannot make the
 window smaller than 800x600), at least on some window managers.
 This problem was not present in earlier version of LyX (I think it was
 introduced in LyX 1.2.0).

Sure. I hard coded it:
fl_set_form_minsize(form, form-w, form-h);
The _reaon_ I did so was because of the possibilites of crashing LyX if the 
toolbars were longer than the size available to them. I _beieve_ that 
xforms 1.0 is more robust in this regard but I haven't tested.

-- 
Angus



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Dekel Tsur
On Tue, Mar 11, 2003 at 02:13:15AM +0100, Heiko Schmidt-Evers wrote:
 I have made a document with lyx with many math functions. I used PS-Tricks
 to plot the functions and to make some other graphics. Now and wanted to
 make a table of contents, which was very easy to make in lyx, but i also
 wanted hyperlinks to the sections in that table of contents. I searched the
 web and found out, that i have to use the hyperref package and make pdflatex
 as output.

You don't need pdflatex for hyperlinks!
You can just add \usepackage{hyperref}
( or perhaps \usepackage[ps2pdf]{hyperref} for an old system)
and use View-PDF.


Lots of problems

2003-03-11 Thread Andreas Buening
Hello!

I've just been trying lyx 1.3. It had lots of problems.

1. It's not possible to compile xforms 1.0 out of the box for Solaris
   and AIX systems. Could you kindly provide some precompiled binaries?

2. The compilation on AIX terminates with:

g++ -O2 -Wno-non-template-friend -ftemplate-depth-30 -s -o lyx BufferView.o 
BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o 
paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spacing.o TextCache.o 
Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o bufferlist.o 
bufferparams.o bufferview_funcs.o chset.o converter.o counters.o debug.o encoding.o 
exporter.o gettext.o factory.o funcrequest.o importer.o intl.o iterators.o kbmap.o 
kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o lyx_sty.o 
lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o 
lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o lyxtextclasslist.o 
lyxvc.o main.o paragraph.o paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o 
tabular-old.o tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
text3.o toc!
.o trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.o vspace.o  
-L/afs/mpa/common/pdsoft/lib mathed/.libs/libmathed.a insets/.libs/libinsets.a 
frontends/.libs/libfrontends.a -lflimage -L/afs/mpa/common/pdsoft/appl/libjpeg-6b/lib 
-ljpeg -lforms -lXpm graphics/.libs/libgraphics.a support/.libs/libsupport.a 
../boost/libs/regex/src/.libs/libboostregex.a 
../boost/libs/signals/src/.libs/libboostsignals.a ../intl/libintl.a -liconv -lSM -lICE 
-lc -lm -lX11
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::hide(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::update(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBD::show(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::hide(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::update(void)
ld: 0711-317 ERROR: Undefined symbol: ControlDialogControlConnectBI::show(void)
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make[3]: *** [lyx] Error 1
make[3]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/scratch/buening/lyx-1.3.0/src'
make: *** [all-recursive] Error 1


3. I want to have some standard key bindings like M-i l - insert-label
   independent of the language but lyx ignores my bindings in de_menus.bind
   (it reads the file but ignores the bindings). The german menu
   shows the M-i l after M_a_rke (Label) in the Einfügen (Insert) menu
   but it ignores it. M-i ever starts the Ans_i_cht (View) menu.

4. Some key bindings are unknown (I get an error if lyx is started) like
   insert-marginpar.

5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
   output which makes lyx basically unusable for me.

6. The new method to insert TeX code is rather annoying. I'd prefer the
   old behaviour where I edit the text directly without mouse clicking.

7. Same for user defined macro expansion. It's rather annoying when
   moving the cursor through a big equation.


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 01:59:36PM +0100, Andreas Buening wrote:
 5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
output which makes lyx basically unusable for me.

Why?

$x\ne0$ is LaTeX-wise equivalent to $x \ne 0$

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: Lots of problems

2003-03-11 Thread Andreas Buening
 On Tue, Mar 11, 2003 at 01:59:36PM +0100, Andreas Buening wrote:
  5. In math mode code like x \ne 0 is transformed to x\ne0 for LaTeX
 output which makes lyx basically unusable for me.
 
 Why?
 
 $x\ne0$ is LaTeX-wise equivalent to $x \ne 0$

Oops. Yes, you're right. It was a user defined macro that caused the error.
I was just confused by \ne0 (old lyx versions produce \ne 0). I didn't
know that it's correct latex.


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andreas Buening
Nicolas Ferre wrote:
 Andreas Buening wrote:
  
  Hello!
  
  I've just been trying lyx 1.3. It had lots of problems.
  
  1. It's not possible to compile xforms 1.0 out of the box for Solaris
 and AIX systems. Could you kindly provide some precompiled binaries?
 
 I compiled xforms on aix5.1 without problem.

How? I had to use about dozens of make flags to get it working.


  
  2. The compilation on AIX terminates with:

[snip]

 Unfortunately, I get the same problem. It seems to be a rather
 fundemental one so you have to keep the old lyx1.2.3 :-(

I guess, it's a rather trivial one. You just have to add a magic flag
and it will work. ;-)


Bye,
Andreas


Re: Lots of problems

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 05:01:44PM +0200, Dekel Tsur wrote:
 I prefer LyX would write $x\ne 0$ or $x \ne 0$, as it is more human readable.

Feel free to fix this without breaking something.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


ieee and lix

2003-03-11 Thread Roberto Marabini
Hi,

  I am trying to use IEEEtrans and lyx. First I retrieved the IEEE files
from:


 http://www.educat.hu-berlin.de/~voss/lyx/data/IEEE.tgz

and I made IEEEtran.cls and IEEEtran.layout available to lyx. Then I try
to process the sample file IEEEtran.lyx (after selecting edit-
reconfigure and restarting lyx). When I compile the file I get six
identical errors:



Undefined control sequence.
 \floatstyle
{}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
---


if a export the file as latex (I attach it to this mail) it does not
compile but if a remove the lines 13 to 18, that is:

\providecommand{\tabularnewline}{\\}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}


everything goes right.

  Can anybody point my what am I doing wrong in lyx?

I use lyx 1.3.0 (compiled with QT) and tetex 1.0.7-47
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[twocolumn]{IEEEtran}
\usepackage[T1]{fontenc}

\makeatletter

%% LyX specific LaTeX commands.
[EMAIL PROTECTED]
\newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}
\floatstyle{}
\newfloat{}{}{}
\floatname{}{}

%% Textclass specific LaTeX commands.
 \RequirePackage{graphicx}
 \newlength{\myWidth}
 \renewenvironment{biography}[2]{% % !AC
   \setlength{\myWidth}{\columnwidth}
   \noindent%
   [EMAIL PROTECTED]
 \IfFileExists{#1}{
   \addtolength{\myWidth}{-29mm}
   \raisebox{-32mm}{\begin{minipage}[t]{29mm}
 \resizebox{25mm}{32mm}{\includegraphics[]{#1}}
   \end{minipage}}}{}%
  \begin{minipage}[t]{\myWidth}
\textbf{#2}\rm\\
 }{%
 \end{minipage}
   \end{lrbox}
   [EMAIL PROTECTED]
 }
 \usepackage{verbatim}
 \newtheorem{thm}{Theorem}
 \newtheorem{lemma}{Lemma}

\makeatother
\begin{document}

\title{Your Title: And maybe a bit extra}


\author{Herbert Voss%
\footnote{Berlin, Germany%
}, Charlotte Bronte%
\footnote{Thornton, England%
}}

\maketitle
\begin{comment}
This paper presents a simple template for IEEEtran documents. Pay
attention, that the IEEE-papers can't work with the babel-package.
In Edit\lyxarrow{}Preferences\lyxarrow{}Languages\lyxarrow{}Language
delete the text \texttt{\textbackslash{}usepackage\{babel\}} in the
package-field (at least \LyX{}1.1.6fix2).
\end{comment}
\begin{abstract}
This paper presents a simple template for IEEEtran documents. Pay
attention, that the IEEE-papers can't work with the babel-package.
In Edit\lyxarrow{}Preferences\lyxarrow{}Languages\lyxarrow{}Language
delete the text \texttt{\textbackslash{}usepackage\{babel\}} in the
package-field (at least \LyX{}1.1.6fix2).
\end{abstract}
\begin{keywords}
simplicity, beauty, elegance
\end{keywords}

\markboth{This is for left pages}{and this is for right pages}


\section{Introduction}

There is no need for Evil Red Text in the \textbf{first paragraph}.
You can choose this as a \LyX{}-paragraph from the paragraph-menu
as \texttt{FirstStandard}. 

There is no need for Evil Red Text in the \textbf{first paragraph}.
You can choose this as a \LyX{}-paragraph from the paragraph-menu
as \texttt{FirstStandard}. But this paragraph is a real Standard one!
With an enter behind the FirstStandard layout, you always get the
standard one!


\section{Previous Work}

This is only a template remember.


\section{Methodology}

\begin{thm}
[Theorem name] For a named theorem or theorem-like environment you
need to use a little evil red text (\LaTeX{} mode) around the name.
If you want an own Theorem name put it in \TeX{} square brackets:
\texttt{{[}my Theorem name{]}}
\end{thm}
\begin{lemma}
If you don't want a theorem or lemma name don't add one.
\end{lemma}
\begin{proof}
And here's the proof!
\end{proof}

\section{Results}

%
\begin{figure}[hbt]
\begin{center}\fbox{\rule{0cm}{3cm}\rule{3cm}{0cm}}\end{center}


\caption{Captions go \emph{under} the figure}
\end{figure}
%
\begin{table}[hbt]

\caption{Table captions go \emph{above} the table}

\begin{center}\begin{tabular}{|c|c|}
\hline 
delete
this\tabularnewline
\hline
\hline 
example
table\tabularnewline
\hline
\end{tabular}\end{center}
\end{table}



\section{Conclusions}

And here some conclusions or not .. And here some conclusions or not
.. And here some conclusions or not .. And here some conclusions or
not .. And here some conclusions or not .. And here some conclusions
or not .. And here some conclusions or not .. And here some conclusions
or not .. And here some conclusions or not .. And here some 

lyx file permission problem under cygwin

2003-03-11 Thread Max Bian
Hello,

It seems that if the citation reference dialog opens a bibtex file to
get the list of the keys, it keeps the bibtex file open.  If I try to
edit the bibtex file at the same time using another program, I am not
able to save it.  The error message is like error 13, permission
denied.

I do not have this problem under linux, only under cygwin.

Should the way lyx handles the bibtex file be changed? Read and close
it immediately, and re-read only after a change is detected?


Re: lyx file permission problem under cygwin

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 07:33:43AM -0800, Max Bian wrote:
 It seems that if the citation reference dialog opens a bibtex file to
 get the list of the keys, it keeps the bibtex file open.  If I try to
 edit the bibtex file at the same time using another program, I am not
 able to save it.  The error message is like error 13, permission
 denied.

I think this is a Windows limitation that a file can be opened only by one
process at a time. At least I've seen this behaviour more than once with
different Windows apps, so I don't think this is a LyX problem.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: lyx file permission problem under cygwin

2003-03-11 Thread Angus Leeming
Max Bian wrote:

 Hello,
 
 It seems that if the citation reference dialog opens a bibtex file to
 get the list of the keys, it keeps the bibtex file open.  If I try to
 edit the bibtex file at the same time using another program, I am not
 able to save it.  The error message is like error 13, permission
 denied.
 
 I do not have this problem under linux, only under cygwin.
 
 Should the way lyx handles the bibtex file be changed?

Most certainly. However that won't solve your present problem.

Here is the relevant snippet of code. We read the file with an ifstream 
which should close the stream automatically when it goes out of scope. You 
could try adding an explicit 'ifs.close()' command to the code (to be found 
in src/insets/insetbib.C). 

See below, but I'm not promising anything:

 void InsetBibtex::fillWithBibKeys
(Buffer const * buffer, vectorpairstring, string   keys) const
 {
lyx::Assert(buffer);
vectorstring const files = getFiles(*buffer);
for (vectorstring::const_iterator it = files.begin();
 it != files.end(); ++ it) {
// This is a _very_ simple parser for Bibtex database
// files. All it does is to look for lines starting
// in @ and not being @preamble and @string entries.
// It does NOT do any syntax checking!
ifstream ifs(it-c_str());
string linebuf0;
while (getline(ifs, linebuf0)) {
...
}
+   ifs.close();
}
 }

-- 
Angus



Re: lyx file permission problem under cygwin

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 04:04:44PM +, Angus Leeming wrote:
 Here is the relevant snippet of code. We read the file with an ifstream 
 which should close the stream automatically when it goes out of scope. You 
 could try adding an explicit 'ifs.close()' command to the code (to be found 
 in src/insets/insetbib.C). 

This won't change anything. 

The close() called in the destructor.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


textclass error

2003-03-11 Thread Jonathan Murray
I'm getting the following error when I start lyx:

The document uses an unknown textclass article.
Lyx will not be able to produce output correctly
I'm running lyx-1.2.3-1 with Linux version 2.4.7-10.

additionally after running rpm -Uvh lyx-1.2.3-1rh73.i386.rpm,

Layout 'Section*' does not exist in textclass 'docbook'.
Trying to use default layout instead.
Any ideas how to fix this?

thanks
--
=
  Jonathan Murray
  Computer and Information Services
  Woods Hole Oceanographic Institution  http://www.whoi.edu
  Woods Hole, MA  02543-1541 voice: (508) 289-2877
  fax: (508) 457-2174   e-mail: [EMAIL PROTECTED]
=








Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Herbert Voss
Heiko Schmidt-Evers schrieb:

with two sollutions. My question regards to the second solution on that
site: Do i just have to copypaste everything in my preamble without any
modifications and then put \begin{pdfpic}...\end{pdfpic} around my
pspicture?
a better way is to use the new ps4pdf package

http://www.perce.de/LaTeX/ps4pdf/

There is an example.

Herbert




Re: Lots of problems

2003-03-11 Thread Andreas Buening
Nicolas Ferre wrote:
 Andreas Buening wrote:
  
  Nicolas Ferre wrote:

[snip]

   I compiled xforms on aix5.1 without problem.
  
  How? I had to use about dozens of make flags to get it working.
  
 
 Ooops, maybe you are right, maybe I downloaded xforms from:
 ftp://ncmir.ucsd.edu/pub/xforms/ibm-rs6000/
 But I don't remember if it's the source file or already the binaries.
 Anyway, I can send you my libforms.a

Finally, I was able to compile it myself but it's nice to know that there
are binaries. However, this is AIX 4. I don't know whether it makes
a difference.

[snip]

   Unfortunately, I get the same problem. It seems to be a rather
   fundemental one so you have to keep the old lyx1.2.3 :-(
  
  I guess, it's a rather trivial one. You just have to add a magic flag
  and it will work. ;-)
 
 Unfortunately, this is not the case. This is related to some typeinfo
 C++ stuff (that actually works well on my system, but not in lyx. Who
 knows why ?) Which gcc are you using ?

2.95.2.

 By the way, it does not seem to be on the top of the lyx's todo list.

What a surprise! ;-)


Bye,
Andreas


short view menu in 1.2.3

2003-03-11 Thread S K Tomar
Hi,

I am wondering why I am able to get only a short view menu in
1.2.3, starting from update only and no dvi, pdf, ps, html
etc, where on other machine where I have 1.2.1 I get full.

Help please.

Thanks in advance
Satyendra Tomar
17:42, Mar 11



Re: short view menu in 1.2.3

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 05:50:32PM +0100, S K Tomar wrote:
 I am wondering why I am able to get only a short view menu in
 1.2.3, starting from update only and no dvi, pdf, ps, html
 etc, where on other machine where I have 1.2.1 I get full.

What's the output of Edit-Reconfigure?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: short view menu in 1.2.3

2003-03-11 Thread S K Tomar
Hi Andre,

Thanks for your reply.

-|What's the output of Edit-Reconfigure?

Some packages appears to be missing :-( How to overcome that?


==
checking for a LaTeX2e program... (latex latex2e) +checking for
latex... yes checking for the pdflatex program... (pdflatex)
+checking for pdflatex... no checking for a LaTeX - LyX
converter... (reLyX) +checking for reLyX... yes checking for a
Noweb - LyX converter... (noweb2lyx) +checking for
noweb2lyx... yes checking for a Noweb - LaTeX converter...
(noweave) +checking for noweave... no checking for a HTML -
Latex converter... (html2latex) +checking for html2latex... no
checking for a MSWord - Latex converter... (wvCleanLatex
word2x) +checking for wvCleanLatex... no +checking for
word2x... no checking for Image converter... (convert)
+checking for convert... no checking for a Postscript
interpreter... (gs) +checking for gs... yes checking for a
Postscript previewer... (gv ghostview) +checking for gv... yes
checking for a PDF preview... (acroread gv ghostview xpdf)
+checking for acroread... yes checking for a DVI previewer...
(xdvi windvi yap) +checking for xdvi... no +checking for
windvi... no +checking for yap... no checking for a HTML
previewer... (mozilla file://$$p$$i netscape) +checking for
mozilla... yes checking for a PS to PDF converter... (ps2pdf)
+checking for ps2pdf... yes checking for a DVI to PS
converter... (dvips) +checking for dvips... no checking for a
DVI to PDF converter... (dvipdfm) +checking for dvipdfm... no
checking for a *roff formatter... ('groff -t -Tlatin1
15529FName' nroff) +checking for groff... yes checking for
ChkTeX... (chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38) +checking
for chktex... no checking for a spell-checker... (ispell)
+checking for ispell... yes checking for a fax program...
(kdeprintfax ksendfax) +checking for kdeprintfax... yes
/usr/local/share/lyx/configure: line 862: test: too many
arguments checking for SGML-tools 1.x (LinuxDoc)... (sgml2lyx)
+checking for sgml2lyx... yes checking for SGML-tools 2.x
(DocBook) or db2x scripts...  (sgmltools db2dvi) +checking for
sgmltools... no +checking for db2dvi... yes checking for a
spool command... (lp lpr) +checking for lp... yes checking for
a LaTeX - HTML converter... (tth latex2html hevea) +checking
for tth... no +checking for latex2html... no +checking for
hevea... no checking for an Image - EPS converter... (convert
pnmtops) +checking for convert... no +checking for
pnmtops... yes checking for an Image - PNG converter...
(convert pnmtopng) +checking for convert... no +checking for
pnmtopng... yes checking for an Image - XPM converter...
(convert) +checking for convert... no checking for an EPS -
PDF converter... (epstopdf) +checking for epstopdf... no
checking for a Grace - Image converter... (gracebat) +checking
for gracebat... no checking for an FIG - EPS/XPM converter...
(fig2dev) +checking for fig2dev... yes checking LaTeX
configuration... auto +Inspecting your LaTeX configuration.
+checking for LaTeX version... 2001/06/01 +checking for default
encoding (this may take a long time) + checking for ec fonts...
yes + checking for ec support in LaTeX format... yes +checking
for document class IEEEtran [IEEEtran]... no +checking for
document class aa [aa]... no +checking for document class
aapaper [aa]... no +checking for document class aastex
[aastex]... yes +checking for document class amsart-plain
[amsart]... yes +checking for document class amsart-seq
[amsart]... yes +checking for document class amsart [amsart]...
yes +checking for document class amsbook [amsbook]... yes
+checking for document class apa [apa,apacite.sty]... no
+checking for document class article [article]... yes +checking
for document class book [book]... yes +checking for document
class broadway [broadway]... no +checking for document class
chess [article,lyxskak.sty]... no +checking for document class
cl2emult [cl2emult]... no +checking for document class cv
[cv]... yes +checking for document class dinbrief [dinbrief]...
yes +checking for docbook class docbook-book...  yes +checking
for docbook class docbook-chapter...  yes +checking for docbook
class docbook-section...  yes +checking for docbook class
docbook...  yes +checking for document class dtk [dtk]... yes
+checking for document class egs [egs]... no +checking for
document class entcs [entcs]... no +checking for document class
extarticle [extarticle]... yes +checking for document class
extbook [extbook]... yes +checking for document class extletter
[extletter]... yes +checking for document class extreport
[extreport]... yes +checking for document class foils [foils]...
no +checking for document class g-brief-de [g-brief]... yes
+checking for document class g-brief-en [g-brief]... yes
+checking for document class heb-article [article]... yes
+checking for document class heb-letter [letter]... yes
+checking for document class hollywood [hollywood]... no
+checking for document class 

Re: short view menu in 1.2.3

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 06:12:26PM +0100, S K Tomar wrote:
 -|What's the output of Edit-Reconfigure?
 
 Some packages appears to be missing :-( How to overcome that?

Maybe by installing a thing or two in a place where it is found?

 checking for a DVI previewer...
 (xdvi windvi yap) +checking for xdvi... no +checking for
 windvi... no +checking for yap...

This means no 'View .dvi' etc.

Your mail is not particularly readable by the way...

Andre'
-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-11 Thread Raymond Ouellette
I compiled and installed both Qt and XForm version of LyX 1.3.0 a few weeks ago.

Qt version is really pleasing to use and the viisual comfort with aa fonts is great.

I do have 2 small concerns.

1. There are some not translated options in the different combo boxes (I use it in 
french) -- if I note the different missing sentences, who must be advised? This 
problem occurs in both version (Qt and XForm).

2. Only in Qt version: you can't do a vertical space fill for a paragraph, it doesn't 
work. Selecting « ressort vertical » (vertical fill I guess in the english text) does 
nothing. The other options work. I had to use \vspace{\fill} in ERT to get my 
paragraph pushed at the bottom of the page.

R. Ouellette




BU FIRSATTAN RARARLANIN.

2003-03-11 Thread MARAMARA Erotik Market
DIKKAT

VIDEO CD :
Iddia ediyoruz.. Hic bir yerden temin edemeyeceginiz ses ve göruntu kalitesi ile
yuzlerce porno video CD. arSivimiz yenilenmistir. istemis oldugunuz video CD.ler
bire bir yollanir kesinlikle isteginiz harici alakasiz baSka video CD.ler yollanmaz.

Anal. Oral. Vajinal. Grup. Zenci. FethiS. Ayak fethiS. Gay. Zenci gay. Trans. 
Transexual.
Lezbiyen ve daha bircok ceSit   http://www.erotik.sites.cc/

ZENGIN URUN CESITLERIMIZ :

Sisme Bebekler . (Erkek  Bayan) Kesinlikle size hayir demeyecek.
Vibratörler  Istediginiz boy ve ebatlarda 
(Vajinal/Anal/catal.Pilli.Motorlu.TitreSimli)
Suni Vajinalar . Asla gerceginden ayirt edemeyeceksiniz (Gercek ten hassasiyetinde)
Reailistik Penisler. Gercek ten hassasiyetinde ve dokusunda (Vantuzlu/Deri kemer 
kilotlu)
Vakum Pompalari  Ereksiyonu kolaylastirici ve duzenli kullanimlarda peniste 
irilesme saglar.
Geciktiriciler . Erken boSalmayi dert etmeyin (Sprey ceSitleri/Kremler)
Kremler  Anal ve Vajinal iliSkilerde kullanabileceginiz kayganlaStirici 
krem ceSitleri
Uyandiricilar .. Cinsel istek uyandirici haplar ve damlalar.

Yapmaniz gereken tek Sey http://www.erotik.sites.cc/   TIKLAMAK ..



NOT : BU MAIL REKLAM AMAcLI OLUP HIcBIR SEKILDE TARAFIMIZDA KAYDINIZ BULUNMAMAKTADIR.
  ILGI ALANINIZIN DISINDA ISE EGER LUTFEN DIKKATE ALMAYINIZ TESEKKURLER..









Re: LyX 1.3.0-Qt no paragraph vertical spacing fill

2003-03-11 Thread robin
Raymond Ouellette wrote:
I compiled and installed both Qt and XForm version of LyX 1.3.0 a few weeks ago.

Qt version is really pleasing to use and the viisual comfort with aa fonts is great.

I do have 2 small concerns.

1. There are some not translated options in the different combo boxes (I use it in french) -- if I note the different missing sentences, who must be advised? This problem occurs in both version (Qt and XForm).

2. Only in Qt version: you can't do a vertical space fill for a paragraph, it doesn't work. Selecting « ressort vertical » (vertical fill I guess in the english text) does nothing. The other options work. I had to use \vspace{\fill} in ERT to get my paragraph pushed at the bottom of the page.
That's funny - I only just noticed I have the same problem with 1.3 Qt.

Robin

--
The raisins may be the best part of a cake, but that doesn't
mean that a bag of raisins is better than a cake.
- Wittgenstein
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin




Russian in Qt Lyx 1.3.0

2003-03-11 Thread Andrew Abyzov
Is it possible to display Russian letters in Qt Lyx 1.3.0?

-- 
Best regards,
 Andrew Abyzov  mailto:[EMAIL PROTECTED]



polish keyboard lyx-1.3.0-qt

2003-03-11 Thread Marcin Bukat
Hello!
I can't get working polish keyboard in lyx. In oters applications it 
works ok.
I dig up archives and found nothing usefull.

any feedback wold be nice

wo



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Heiko Schmidt-Evers
From: Dekel Tsur [EMAIL PROTECTED]
 
 You don't need pdflatex for hyperlinks!
 You can just add \usepackage{hyperref}
 ( or perhaps \usepackage[ps2pdf]{hyperref} for an old system)
 and use View-PDF.

Thanks, it works with that ps2pdf parameter.  



Help installing - where's pdflatex, view?

2003-03-11 Thread Todd Flaming
I am an author, not a programmer. Just installed (after much effort) and
got lyx running. But there is no pdflatex in the export menu item, and
there are no dvi or gs view options.

I'm just an author who's trying to make a go of this. Any help would be
appreciated. I searched and found nothing on it.



Re: pdflatex, pdf, pstricks, hyperrefs

2003-03-11 Thread Heiko Schmidt-Evers
Hi,

From: Herbert Voss [EMAIL PROTECTED]

 a better way is to use the new ps4pdf package

What is that package?? I made a google-search with ps4pdf, but found only
one site, which did not tell much about it. How can I use it? Don't have
much experience with Lyx nor LaTex.

bye, Heiko.







Help with graphics please

2003-03-11 Thread Jose
Hi all, I have to turn in a project this thursday and I was using lyx 
1.2 with Miktek.  It was working perfectly.  I updated to 1.3 and 
changed my latex editor for fptex.
 I insert graphics in my document  then try to display it using dvi, it 
generates the document, but when I try to look the included graphics it 
displays the following error and the it closes.  Missing gsdll32.dll 
I have the ghostscrip applications installed.  I don't know what is 
happening.  Also when I generate the pdf file the graphics are not included.

I hope someone could help me thanks

Jose




line breaking

2003-03-11 Thread Daniel Engelschalt
hi, 
 
i'm having problems with line breaking (hope that's the correct english
phrase ;) within "text".

the first one is "Fünf-Mächte-Abkommen" which is not being broken.
the second one is a bigger text in ""s using typewriter as font. with
default font settings everything is ok.
if you want to see what i mean, i can send screenshots (have no webspace
currently).

both things appear in lyx 1.3.0 and previous versions. 
 
so do you have any hints for me? please cc me.
 
bye, 
daniel 
 



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:33:28AM +1030, Owen Lucas wrote:
> When in maths mode you can press meta-m and it allows you to type in 
> commands as shown in maths.bind. I can get the single character options 
> to work but cant get the multiple ones to key in. in the file maths.bind 
> these multi character commands start with. "~S-" I assume that you need 
> to press or hold a key down a key first. what is it?

Looks like 'Shift'.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
> "Owen" == Owen Lucas <[EMAIL PROTECTED]> writes:


Owen> O wait I get it now when you go meta-m and it gived you options
Owen> like slash it means "/" not "slash".

Indeed :) And concerning the ~S notation, it means "the state of the
shift key is not relevant" (this is useful because "2", for example,
will need shift on a french keyboard, but not on an US one).

JMarc



Re: line breaking

2003-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2003 at 09:08:44AM +0100, Daniel Engelschalt wrote:
> the first one is "Fünf-Mächte-Abkommen" which is not being broken.

You could use  \= in ERT instead of the hyphens.

> the second one is a bigger text in ""s using typewriter as font.

What's wrong there?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: equation numbers

2003-03-11 Thread Andre Poenitz
On Mon, Mar 10, 2003 at 07:04:47PM -0500, William O. Bray wrote:
> Okay, I should know the answer to this, in LaTex I do. Using Lyx, ams article 
> style, with ams packages, what modification is needed to get the equation 
> numbers on the right? I know that righttag is an option for the amstex 
> package but it is not clear how to obtain this in Lyx.

Try the LaTeX way if everything else fails.

If necessary, de-select the 'Use AMS' toggle and explicitly put

\usepackage[youroptions]{amswhatever}

in the preamble.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

> > "Owen" == Owen Lucas <[EMAIL PROTECTED]> writes:
> 
> 
> Owen> O wait I get it now when you go meta-m and it gived you options
> Owen> like slash it means "/" not "slash".
> 
> Indeed :) And concerning the ~S notation, it means "the state of the
> shift key is not relevant" (this is useful because "2", for example,
> will need shift on a french keyboard, but not on an US one).
> 
Now I'm confused...

C-m starts math (inline mode)
S-C-m   starts math (display mode)

so there is a difference, i.e. S stands for Shift?

/Christian



-- 
Christian Ridderström   http://www.md.kth.se/~chr



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:

Christian> On 11 Mar 2003, Jean-Marc Lasgouttes wrote:
>> > "Owen" == Owen Lucas <[EMAIL PROTECTED]> writes:
>> 
>> 
Owen> O wait I get it now when you go meta-m and it gived you options
Owen> like slash it means "/" not "slash".
>>  Indeed :) And concerning the ~S notation, it means "the state of
>> the shift key is not relevant" (this is useful because "2", for
>> example, will need shift on a french keyboard, but not on an US
>> one).
>> 
Christian> Now I'm confused...

Christian>  C-m starts math (inline mode) S-C-m starts math
Christian> (display mode)

Christian> so there is a difference, i.e. S stands for Shift?

Yes, S stands for shift, and ~S stands for "don't worry about shift".

JMarc


Re: how to activate math preview? (on windows-lyx)

2003-03-11 Thread Steven van Dijk
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...

> > I've got Ruurd's port of Qt-Lyx too, and previews are working here. 
> Wow!

Qt is a big improvement over XForms. Ruurd made a big achievement. If the 
little problems can be fixed and a Installshield installer applied, it will 
become a Windows application suitable for giving to the technically-
challenged.

The previews themselves are pretty "wow" too, of course! :-) 

> We could use different delimiters for the sed command. Eg:
> BAIL_OUT ()
> {
> # Remove everything except the original .tex file.
> FILES=`ls ${BASE}* | sed -e ",${BASE}.tex,d"`
> rm -f ${FILES} texput.log
> echo "Leaving ${BASE}.tex in ${DIR}"
> exit 1
> }

My sed doesn't seem to understand ",,d"? I changed it to the following, 
which seems to work:

FILES=`ls ${BASE}* | sed -e "s,${BASE}.metrics,,g" -e "s,${BASE}[0-9]*.
${GSSUFFIX},,g"`

> > Finally, type is not working for some reason so
> > I commented out the line "type pnmcrop".
> But it works in the FIND_IT function?

I've taken another look at it. The trouble seems to be that the type in 
sh.exe which is used when lyx calls an external script doesn't understand 
symbolic links (which are a kind of weird hack under Cygwin). Strangely 
enough, it does understand them when executing commands. The executables of 
latex etc were in my path, whereas of pnmcrop only a symbolic link is in my 
path. The fix is simply to use the bash.exe provided with cygwin instead of 
sh.exe . Ruurd should be able to straighten this out. 

Regarding my problem with blocky characters: I have to use a 
\preview_scale_factor of 1.8 to make the math exactly as large as the 
surrounding text. Do you have any idea why this could be? My zoom is 100 and 
my dpi is 86 (I verified with a ruler it is correct). 

Is it normal that math bitmaps are one pixel lower than surrounding text? 
-- 
Bye,
Steven



Re: really stupid simple maths keyboard command question

2003-03-11 Thread Christian Ridderström
On 11 Mar 2003, Jean-Marc Lasgouttes wrote:

> > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes:
> 
> 
> Yes, S stands for shift, and ~S stands for "don't worry about shift".

Maybe I'm tired today... didn't see the '~' there. I've put some notes 
on this here:

http://ev-en.org/wiki/moin.cgi/LyxKeyboardBindings

A few questions though:

Here are some keybindings:
Bindning# Alt.
\bind "C-a" "command1"  # 1)
\bind "C-A" "command2"  # 2)
\bind "C-S-a"   "command3"  # 3)
\bind "C-S-A"   "command4"  # 4)
\bind "C-~S-a"  "command5"  # 5)

I'm guessing that:
"C-a" is not the same as "C-A"
"C-S-a"  can't be typed on the keyboard?
"C-~S-a" replaces "C-a" and "C-S-A"
"C-A" is equivalent to "C-S-A" ?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lost Menu: Lyx 1.3.0: Windows 98

2003-03-11 Thread Steven van Dijk
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...

> > but all I had on the top of the screen were the icons for
> > printing, opening files, and so on. I *could* open a file in one of my
> > directories, but then *all* the information about what kind of LyX
> > file it was, what kind of layout it had, etc was missing. I only had
> > three options on the edit drop down list.
> Meaning the edit menu, or the list of environments?  I took what you said 
> above to mean that you weren't getting any of the menus, so I'm guessing 
> this refers to the environment list.

Couldn't it be localization problems? What happens if LC_LANG is set to a 
non-existing language for example? It sounds like it tries to pull the words 
for the menus from a non-existent file.
 

-- 
Bye,
Steven



Re: Fw: Re: Your scrlettr2.layout

2003-03-11 Thread Jean-Marc Lasgouttes
> "Matej" == Matej Cepl <[EMAIL PROTECTED]> writes:

Matej> Here we are. Matej

Applied, thanks.

JMarc


Re: Lyx Window Size

2003-03-11 Thread Marcus Beyer

Angus > I can't answer for the qt frontend.

no problem (see gif)
 
Marcus
<>

  1   2   >