Are there problems with lyx-ftp-server?

2014-01-15 Thread Uwe Ade
Hello,

to test lyx 2.1.0 beta2 i tried several times download the program from

ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2

Everytime there comes a Login screen. I chose login as guest. When i tried to 
download the mac-Version the connection break down. 

Perhaps I´m doing something wrong? But I don’t know. 

Any ideas?

uwe

Re: Quick question regarding copy/paste and cut/paste

2014-01-15 Thread Andrew Parsloe



On 16/01/2014 8:25 a.m., A Choi wrote:

I am sending this again to include my OS and lyx version. as well as a
more detailed description of the problem.

Windows 7 and 2.0.6.

If I have a math expression, say, $acb$, and want to change the order of
them, I select b inside the math environment and do ctrl+x then move my
cursor to the space between a and c and then press ctrl+v. What happens
is b gets pasted outside the math environment, in plain text, in front
of $ac$. so instead of $abc$, i get b$ac$.



I've tried this for LyX 2.0.6 on both Windows Vista and Windows 7 and 
can't reproduce. Ctrl+V pastes the b between the a and c.


Andrew

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com



Re: Quick question regarding copy/paste and cut/paste

2014-01-15 Thread David L. Johnson

On 01/15/2014 02:25 PM, A Choi wrote:
I am sending this again to include my OS and lyx version. as well as a 
more detailed description of the problem.


Windows 7 and 2.0.6.

If I have a math expression, say, $acb$, and want to change the order 
of them, I select b inside the math environment and do ctrl+x then 
move my cursor to the space between a and c and then press ctrl+v. 
What happens is b gets pasted outside the math environment, in plain 
text, in front of $ac$. so instead of $abc$, i get b$ac$.


*however*, if instead of pressing ctrl+v, i go to edit->paste recent->b

then b gets pasted correctly, right between a and c.

So it seems that my paste shortcut is where the problem lies. In the 
picture below, *none *of those key combinations can achieve what 
edit->paste recent can do.
Ah.  From that menu it seems that some of your settings would be 
unusual.  What about Ctrl+1?  Can these settings be altered?  This seems 
to be Windows-specific, so I can't help further.


Screenshot clipped to save bandwidth.

--
 
David L. Johnson
 
"Business!" cried the Ghost. "Mankind was my business. The common

welfare was my business; charity, mercy, forbearance,  and benevolence,
were, all, my business. The dealings of my trade were but a drop of
water in the comprehensive ocean of my business!"
--Dickens, "A Christmas Carol"



Re: lyx appendix numbering of sections

2014-01-15 Thread Scott Kostyshak
On Wed, Jan 15, 2014 at 11:00 AM, taniaklb  wrote:
> Hello,
>
> I am facing a problem regarding the numbering of sections in the appendix
> whenever i start a appendix and i insert a section, the first section takes
> the following number from the main text and not A. i.e. lets say i have
> three sections in the main text, the first section in the appendix would be
> D instead of A. also same problem with figure and table floats
> can someone help me on that
>
> best
> Tania

Hi Tania,

This sounds like but #8666 to me
(http://www.lyx.org/trac/ticket/8666), in which case it should be
fixed in the next version of LyX. If the problem happens on the output
(e.g. PDF), then it is a different bug.

Best,

Scott


lyx appendix numbering of sections

2014-01-15 Thread taniaklb
Hello,

I am facing a problem regarding the numbering of sections in the appendix
whenever i start a appendix and i insert a section, the first section takes
the following number from the main text and not A. i.e. lets say i have
three sections in the main text, the first section in the appendix would be
D instead of A. also same problem with figure and table floats
can someone help me on that

best
Tania



--
View this message in context: 
http://lyx.475766.n2.nabble.com/lyx-appendix-numbering-of-sections-tp7580247.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Quick question regarding copy/paste and cut/paste

2014-01-15 Thread Scott Kostyshak
On Wed, Jan 15, 2014 at 10:03 AM, Richard Heck  wrote:
> On 01/14/2014 08:39 PM, A Choi wrote:
>
> To whom it may concern,
>
> If I have e^{\delta T}F_{0,T} together, and want to change the order of
> them, I can no longer select F_{0,T} inside the math environment and do
> ctrl+x then move my cursor to the beginning of e^{\delta T} and then press
> ctrl+v. What happens is when I press ctrl+v, the F_{0,T} gets pasted outside
> the math environment.
>
> Changing the shortcut of selection-paste to ctrl+v mentioned here does not
> fix this problem.
> Changing the shortcut of clipboard-paste to ctrl+v does not fix this problem
> either.
>
>
> Very strange. I don't see this problem with 2.0.6 on Linux.
>

Neither do I (2.0.6 or 2.0.7dev or 2.1dev). Also on Linux.

Choi, which version of LyX and which operating system do you use?

Scott


Re: Quick question regarding copy/paste and cut/paste

2014-01-15 Thread Richard Heck

On 01/14/2014 08:39 PM, A Choi wrote:

To whom it may concern,

If I have e^{\delta T}F_{0,T} together, and want to change the order 
of them, I can no longer select F_{0,T} inside the math environment 
and do ctrl+x then move my cursor to the beginning of e^{\delta T} and 
then press ctrl+v. What happens is when I press ctrl+v, the F_{0,T} 
gets pasted outside the math environment.


Changing the shortcut of selection-paste to ctrl+v mentioned here 
 does 
not fix this problem.
Changing the shortcut of clipboard-paste to ctrl+v does not fix this 
problem either.


Very strange. I don't see this problem with 2.0.6 on Linux.

rh



Re: how to add a caption to a Box inset?

2014-01-15 Thread Frank Leone
Jürgen Spitzmüller  spitzmueller.org> writes:

> 
> Am Donnerstag 10 Oktober 2013, 19:16:52 schrieb Frank Leone:
> > Dear Jürgen and others,
> > 
> > Thanks a lot for the boxfloat, it is exactly what I needed. Now I however 
> > want to have a figure float within the boxfloat. If I however try to do 
> > this, I get the error:
> > 
> > LaTeX error: No counter 'subboxfloat' defined.
> > 
> > How can I make sure he understand sub-boxes/sub-figures inside a boxfloat?
> > 
> > Thanks a lot in advance!
> 
> I am afraid this is a bug in LyX, Frank. I'll make sure this will be fixed 
for 
> the next release.
> 
> Jürgen
> 
> 


Thanks a lot, Jürgen, in the new beta it indeed works!

best,

  Frank