How to configure plantuml with lyx

2014-01-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 01/16/14, 06:14 , rajender saini wrote:
 I got your reference from the gmail lyx posting. Can you help me
 with the steps include plant uml file into lyx file and
 automatically get it converted into image when we include it into
 the lyx master file ?

Sure.

I will CC it to the LyX list to have it there for reference.

I assume you have downloaded plantuml.

1) Define a new File Format, named plantuml:

Vector graphics format: I ticked it - what are actually the
implications of this field?
Short name: plantuml
Extension:  plantuml
So all files with the extension .plantuml will be considered as
plantuml source code files files!

Editor: I choose Emacs, but set any text editor you want.

In the preferences files, this corresponds to the following line in
the formats section:

\format plantuml plantuml plantuml   open -n -a Emacs
- --args --name LyX --title LyX --no-desktop vector

Now we have to define the converters, i.e. how to convert the plantuml
file into a format usable by the converter chain in LyX. This now
depends on you installed converters, but I got the best results when
using svg as the *only* output format of plantuml, and then use the
standard converter tools of LyX to convert these into the required
formats.

The conversion of svg (a vector format) to eps, PDF and PNG
is done by rsvg, which is detected and configured automatically by
LyX. If you don't have it installed, install it and re-configure :LyX
and it should be detected.

Coming back to plantuml: The converter to be defined converts the
.plantuml to a graphics format .svg (vector):

- From format: plantuml
To format:  SVG
Converter: /Users/rainerkrug/bin/plantuml $$i -ofile $$o -tsvg

The preference file line is:

\converter plantuml svg /Users/rainerkrug/bin/plantuml $$i -ofile
$$o -tsvg 

The last step: What is the file /Users/rainerkrug/bin/plantuml? It is
*not* the .jar file but the following:

### BEGIN FILE ##
#!/bin/sh
# PlantUML Launcher
#
# This script is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This script distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License for more details.
# You should have received a copy of the GNU General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301,
# USA.
#
# Copyright (C) 2010 Ilya Paramonov ivparamo...@gmail.com

if [ -n ${JAVA_HOME} ]  [ -x ${JAVA_HOME}/bin/java ] ; then
JAVA=${JAVA_HOME}/bin/java
elif [ -x /usr/bin/java ] ; then
JAVA=/usr/bin/java
else
echo Cannot find JVM
exit 1
fi

$JAVA -jar ~/jar/plantuml.jar -graphvizdot /usr/local/bin/dot ${@}
### END FILE ##

It is from https://gist.github.com/eelcocramer/4502562 and it simply makes
calling plantuml much easier.

Make sure tht this ~/bin/plantuml is executable!

Now, in LyX, you simply have to add a .plantuml file as a picture, and
you should be able to edit it via right-mouse-click and it should be
converted into all the needed formats.

Now This worked for me under Mac (I am using it right now) and Linux
(used it before). There might be differences under Windows, but I
would suggest to ask on the mailing list if you don't get it to work,
so that therte is a reference to this.


Hope this helps,

Rainer



 
 -- Raj Ph:+17737706099

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJS152qAAoJENvXNx4PUvmCfaYH/2CBavtVCI5a37KO3sqdoR7g
JgntyBmQCIGZ5i9lwLpj/e/P95THCoPTpFo8nv09JM89KMWVgU3CdoJI0cUzelPH
/47ZdhPQYEEYSiA8H+Zsp9AgE4ess0gsB/CWE9HVDnAXZIwWhOHC4Mwys8umeUOO
AEqK1IvBtXH2b5PMDSLJt/7DEL/kdFst/59YaAQl3lmKQnwbGUz/vgkXhbULILm2
bq6PfUSlNHc+kggvAUolotSXzsBsvhrb+dU51jUG8c8DIM7WVHhAvBDJhoZVVNdZ
JSVIDVbyPab8GFNDfeJhhJ+xf6GRnZZb5/fION7zoEbNLtzMbXZcqODeUGceVI0=
=HBXj
-END PGP SIGNATURE-


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
Try paste the link in Firefox address field and download with Firefox.
This works fine for me. (Could probably work also with other web browsers,
but I haven¹t tried that).

All the best!
Anders

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: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:

Hello again,
 
I tried to change the kluwer.bst file in such a way, that the volume of a 
journal is not given in bold in the References by changing the part after 
%%
to the  {* *
in the following function:

FUNCTION {format.vol.num.pages}
{ volume embolden field.or.null
  number empty$
'skip$
%%{ ( number * ) * *
{* *

but the volume is still in bold. 
I searched for bold in the kluwer.bst and found only the above item besides 
this one:

FUNCTION {embolden}
{ duplicate$ empty$
{ pop$  }
{ {\bf  swap$ * } * }
  if$
}.
which is probably not the one I need. 

I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running lyx.

Apparently I did something wrong. Any idea?


###additional info:
This is the output if I export from the .lyx file the .tex file and run latex 
3 times and bibtex once; The ps file has no References 
output:
Package natbib Warning: Citation `Lam2000a' on page 61 undefined on input 
line 
3730.

[61]
No file PBR-FINAL-Jan14.bbl.
No file PBR-FINAL-Jan14-idx.ind.
No file PBR-FINAL-Jan14-ind1.ind.
No file PBR-FINAL-Jan14.nls.

Package natbib Warning: There were undefined citations.

(./PBR-FINAL-Jan14.aux) )
(see the transcript file for additional information)
Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
Transcript written on PBR-FINAL-Jan14.log.
we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
This is BibTeX, Version 0.99d (TeX Live 2013)
The top-level auxiliary file: PBR-FINAL-Jan14.aux
The style file: kluwer.bst
Database file #1: PB-ref-20140108.bib
we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi 
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2014.01.16:1050' - PBR-FINAL-Jan14.ps
/usr/local/texlive/2013/texmf-dist/dvips/base/tex.pro
/usr/local/texlive/2013/texmf-dist/fonts/enc/dvips/base/8r.enc
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
/usr/local/texlive/2013/texmf-dist/dvips/base/texps.pro
/usr/local/texlive/2013/texmf-dist/dvips/base/special.pro
/usr/local/texlive/2013/texmf-dist/dvips/base/color.pro. 
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmr.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplbi8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmri.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplri8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb[1] 
[2] [3] [4] [5./Fig18-1Kal.eps] [6] [7] [8] [9] [10
./Fig18-2EclosionOnly.eps./Fig18-2DrosophilaPRC.eps] [11] [12] [13] 
[14] 
[15] [16./Fig18-3.eps] [17] [18] [19] [20./Fig18-4.eps] [21] [22] [23
./Fig18-5.eps] [24] [25] [26] [27] [28./Fig18-6.eps] [29] [30] [31] 
[32] 
[33] [34] [35./Fig18-7.eps] [36] [37./Fig18-8.eps] [38] [39] [40] [41] 
[42./Fig18-9.eps] [43./Fig18-10.eps] [44] [45] [46] [47] [48] [49] [50] 
[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] 
we@wolfgang:~/PBR-FINAL-Jan13$ 


 2014/1/14 Wolfgang Engelmann engelm...@uni-tuebingen.de
 
   On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
  Thanks all of you giving hints re van von de di della
  
  I tried Jürgens proposal changing the kluwer.bst:
  
  
  
  [...]
  
  
  
  However, the citing style has'nt changed (see de Paula), which
  actually does'nt matter
  
  e.g.
  
  FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
  2002.
 
 This is handled in another function (format.lab.names.full). Just change
 the occurrence of {vv~} there, if you need.
 
  but all the references in the Bibliography show no author,
  
  but only:
  : 1964, Circadian rhythms during and after three months in solitude
  
  underground, J Physiol 174, 217–231.
 
 Try the attached modified file.
 
 Jürgen

-- 
-
Wolfgang Engelmann
Schlossgartenstrasse 22
D-72070 Tübingen
Tel 07071 68325


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

2014-01-16 Thread Jean-Marc Lasgouttes

15/01/2014 20:25, A Choi:

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


From your bindings, it seems that Ctrl+v is selection-paste and not 
paste. Why is that? I am not sure whether there is a good reason why 
paste-selection does not work in math. The reason is probably that we 
have to many of these paste variants and that most of them are half-baked.


JMarc



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:

I just found this function in the kluwer.bst file:

FUNCTION {format.bvolume}
{ volume empty$
{  }
{ Vol. volume tie.or.space.connect
  series empty$
'skip$
{  of  * series emphasize * }
  if$
  volume and number number either.or.check
}
  if$
}

and guess bvolume is what I DO NOT WANT

how do I use/not use it? Commenting it out?

Wolfgang

 On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:
 
 Hello again,
 
 I tried to change the kluwer.bst file in such a way, that the volume of
 a journal is not given in bold in the References by changing the part
 after %%
 to the  {* *
 in the following function:
 
 FUNCTION {format.vol.num.pages}
 { volume embolden field.or.null
   number empty$
 'skip$
 %%{ ( number * ) * *
 {* *
 
 but the volume is still in bold.
 I searched for bold in the kluwer.bst and found only the above item
 besides this one:
 
 FUNCTION {embolden}
 { duplicate$ empty$
 { pop$  }
 { {\bf  swap$ * } * }
   if$
 }.
 which is probably not the one I need.
 
 I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running
 lyx.
 
 Apparently I did something wrong. Any idea?
 
 
 ###additional info:
 This is the output if I export from the .lyx file the .tex file and run
 latex 3 times and bibtex once; The ps file has no References
 output:
 Package natbib Warning: Citation `Lam2000a' on page 61 undefined on
 input line
 3730.
 
 [61]
 No file PBR-FINAL-Jan14.bbl.
 No file PBR-FINAL-Jan14-idx.ind.
 No file PBR-FINAL-Jan14-ind1.ind.
 No file PBR-FINAL-Jan14.nls.
 
 Package natbib Warning: There were undefined citations.
 
 (./PBR-FINAL-Jan14.aux) )
 (see the transcript file for additional information)
 Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
 Transcript written on PBR-FINAL-Jan14.log.
 we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
 This is BibTeX, Version 0.99d (TeX Live 2013)
 The top-level auxiliary file: PBR-FINAL-Jan14.aux
 The style file: kluwer.bst
 Database file #1: PB-ref-20140108.bib
 we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi
 This is dvips(k) 5.993 Copyright 2013 Radical Eye Software
 (www.radicaleye.com)
 ' TeX output 2014.01.16:1050' - PBR-FINAL-Jan14.ps
 /usr/local/texlive/2013/texmf-dist/dvips/base/tex.pro
 /usr/local/texlive/2013/texmf-dist/fonts/enc/dvips/base/8r.enc
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
 /usr/local/texlive/2013/texmf-dist/dvips/base/texps.pro
 /usr/local/texlive/2013/texmf-dist/dvips/base/special.pro
 /usr/local/texlive/2013/texmf-dist/dvips/base/color.pro.
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
 /usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmr.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb
 
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb
 
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplbi8a.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmri.
 pfb
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplri8a.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
 [1] [2] [3] [4] [5./Fig18-1Kal.eps] [6] [7] [8] [9] [10
 ./Fig18-2EclosionOnly.eps./Fig18-2DrosophilaPRC.eps] [11] [12] [13]
 [14]
 [15] [16./Fig18-3.eps] [17] [18] [19] [20./Fig18-4.eps] [21] [22]
 [23 ./Fig18-5.eps] [24] [25] [26] [27] [28./Fig18-6.eps] [29] [30]
 [31] [32]
 [33] [34] [35./Fig18-7.eps] [36] [37./Fig18-8.eps] [38] [39] [40]
 [41] [42./Fig18-9.eps] [43./Fig18-10.eps] [44] [45] [46] [47] [48]
 [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
 we@wolfgang:~/PBR-FINAL-Jan13$
 
  2014/1/14 Wolfgang Engelmann engelm...@uni-tuebingen.de
  
On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
   Thanks all of you giving hints re van von de di della
   
   I tried Jürgens proposal changing the kluwer.bst:
   
   
   
   [...]
   
   
   
   However, the citing style has'nt changed (see de Paula), which
   actually does'nt matter
   
   e.g.
   
   FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
   2002.
  
  This is handled in another function (format.lab.names.full). Just
  change the occurrence of {vv~} there, if you need.
  
   but all the references in the Bibliography show no author,
   
   but only:
   : 1964, Circadian rhythms during and after three months in solitude
   
   underground, J Physiol 174, 217–231.
  
  Try the attached modified file.
  
  Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann engelm...@uni-tuebingen.de írta:


p, li { white-space: pre-wrap; }

On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:
nbsp;
I just found this function in the kluwer.bst file:
nbsp;
FUNCTION {format.bvolume}
{ volume empty$
{ quot;quot; }
{ quot;Vol.quot; volume tie.or.space.connect
  series empty$
   'skip$
   { quot; of quot; * series emphasize * }
  if$
  quot;volume and numberquot; number either.or.check
}
  if$
}
nbsp;
and guess bvolume is what I DO NOT WANT
nbsp;
how do I use/not use it? Commenting it out?
nbsp;
Wolfgang
nbsp;

I suggest visiting the http://tex.stackexchange.com/ site and ask your question 
there.

I doubt you will find anyone on this list who knows how to hack/edit a bst file 
in such details.

Regards,

bcsikos




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.gz

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
 Wolfgang Engelmann engelm...@uni-tuebingen.de írta:

 
 I suggest visiting the http://tex.stackexchange.com/ site and ask your
 question there.
 
 I doubt you will find anyone on this list who knows how to hack/edit a
 bst file in such details.
 
 Regards,
 
 bcsikos

Thanks, Csikos,

but this site is too confusing for me. Do I have to be a member, how do I 
become one?

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
gz

Scott

OK, maybe I was unclear: The upper link will give you a page where you
will see all the downloadable files. Click on the LyX suitable for your
needs and it should download (at least did for me).

/Anders
 




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
gz

Scott

 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).


Thanks Anders. Your report of strange behavior is still difficult for
others to try to reproduce. I'm not trying to be pedantic here, but
when you report something like this you want to give as much
information as possible. For example, Click on the LyX suitable for
your need is different for you (Windows?) than for me (Linux). So we
would be clicking on different links! To see if I can reproduce the
problem, we want to click on the same link, using the same OS (if
possible) using the same browser (if possible). Otherwise you will get
a lot of responses of works for me because we are using different
applications to do it. That will not help you. Well, actually it will
if you're able to change OS or change browsers, etc., but it won't
help us figure out if it's a problem on our side or your side.

Which link are you clicking on? With which browser? With which OS?
Have you tried using a different browser? If so, which one? Have you
tried using a different computer? Did it work there?

Thanks for the report. If users can't download the installation file
for LyX, that's definitely a problem and hopefully we can get to the
root cause of it.

Best,

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Stephan Witt
Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).
 
 All the best!
 Anders
 
 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
 
 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz
 
 Scott
 
 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).
 
 
 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.
 
 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?
 
 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.

Hi Scott,

sorry for chiming in… it was Uwe who had the problem and Anders proposed
an alternate solution.

I tried to download the Mac disk image myself (again) and it worked for me.

On a Mac it is like that: when you click on an ftp: link the Finder opens a
new window and than the question user/pass or anonymous (guest) is shown.
After successful login (named or guest) you'll see a regular window with
files just like a local directory. You download some file by dragging it on
your desktop or onto another Finder window. This is how it worked for me.

Perhaps it was a temporary problem or a problem at Uwe's site.

Stephan



lyx tables numbering in the main text

2014-01-16 Thread taniaklb
hello again,

thank you Scott for the previous response of my thread
i am facing another problem this time, not in the appendix but in the main
text
whenever i am inserting table floats
the numbering in the output (pdf) not in lyx skips some numbers
i.e.: i get in the output for instance, table 1, table 2 then table 4, table
6 and tables 3 and 5 do not exist

is it a bug or am i missing someting?
thank you for your help in advance
T



--
View this message in context: 
http://lyx.475766.n2.nabble.com/lyx-tables-numbering-in-the-main-text-tp7580248.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).

 All the best!
 Anders

 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

 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz

 Scott

 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).


 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.

 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?

 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.

 Hi Scott,

 sorry for chiming in… it was Uwe who had the problem and Anders proposed
 an alternate solution.


Hi Stephan,

Thanks for pointing out my mistake. My apologies to Anders.

Uwe, more information would be helpful.

Best,

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann engelm...@uni-tuebingen.de írta:


p, li { white-space: pre-wrap; }

On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
 Wolfgang Engelmann  írta:
nbsp;
 
 I suggest visiting the http://tex.stackexchange.com/ site and ask your
 question there.
 
 I doubt you will find anyone on this list who knows how to hack/edit a
 bst file in such details.
 
 Regards,
 
 bcsikos
nbsp;
Thanks, Csikos,
nbsp;
but this site is too confusing for me. Do I have to be a member, how do I 
become one?
nbsp;
Wolfgang

Well, that site was/is confusing for me too. But it has advantage too: you can 
post/ask question as a guest, don't have to register.

I try to explain what I know.

For example look at the follwong question:

http://tex.stackexchange.com/questions/37989/dissertation-how-to-customize-bst

Near to the top there is the title of the question, practically the question 
itself:

Dissertation: How to customize *.bst?

Below that you  see a number (currently 11): this number indicates how many 
people found this question useful (how many people voted it). Above and below 
the number the nib shaped arrow for voting up or down the question (up: you 
find it useful, down: you find it bad). There is tooltip for the arrows if you 
hover the mouse on them.

Below the question there are comments. These should not be answers, only 
additional information related to the question. You can add clarifying 
information to the question for example. After adding a comment, for a limited 
time you can change/edit your comment.

Below the comments ther are the answers. If there are several answers, they are 
ordered according to the numbers at their left side. The numbers here are also 
votes, indicating how many user found the answer useful. The most useful answer 
goes closest to the question. Each answer might have their own comments, 
similarly to questions.

Regarding etiquette: It is expected not to use greetings, signature, thank 
you etc., only write down your question/comment/answer. The author's name  is 
put there by the system, you don't have to include it.

If you want to ask a question, click the Ask question button (right side 
close to the top on the page).  You add your question title, and in the window 
below write your question.
If you want to add computer code start the it with 4 space and it will be 
presented as computer code. There are other formatting aids and help pages.
You have to add max 5 tags. You write the tag which triggers the system to show 
a list of tags to choose from.

Finally you click Post question

Regards,

bcsikos



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Jürgen Spitzmüller
2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de

  Hello again,

  I tried to change the kluwer.bst file in such a way, that the volume of
 a journal is not given in bold in the References by changing the part after
 %%

 to the {* *

 in the following function:



 FUNCTION {format.vol.num.pages}

 { volume embolden field.or.null

 number empty$

 'skip$

 %%{ ( number * ) * *

 {* *



 but the volume is still in bold.

 I searched for bold in the kluwer.bst and found only the above item
 besides this one:



 FUNCTION {embolden}

 { duplicate$ empty$

 { pop$  }

 { {\bf  swap$ * } * }

 if$

 }.

 which is probably not the one I need.



 I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running lyx.



 Apparently I did something wrong. Any idea?


Try (untested)

FUNCTION {format.vol.num.pages}

{ volume field.or.null

number empty$

'skip$

{ ( number * ) * *


(i.e., change volume embolden to volume).

HTH
Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
 2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de

Thanks, Jürgen,
works well. In the meantime I tried to use makebst to produce the desired 
.bst file, but at the end got 
LaTeX Error: File `babelbst.tex' not found
Have to find out how to get it, unless somebody knows already.

Wolfgang
 
   Hello again,
   
   I tried to change the kluwer.bst file in such a way, that the volume
   of
  
  a journal is not given in bold in the References by changing the part
  after %%
  
  to the {* *
  
  in the following function:
  
  
  
  FUNCTION {format.vol.num.pages}
  
  { volume embolden field.or.null
  
  number empty$
  
  'skip$
  
  %%{ ( number * ) * *
  
  {* *
  
  
  
  but the volume is still in bold.
  
  I searched for bold in the kluwer.bst and found only the above item
  besides this one:
  
  
  
  FUNCTION {embolden}
  
  { duplicate$ empty$
  
  { pop$  }
  
  { {\bf  swap$ * } * }
  
  if$
  
  }.
  
  which is probably not the one I need.
  
  
  
  I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running
  lyx.
  
  
  
  Apparently I did something wrong. Any idea?
 
 Try (untested)
 
 FUNCTION {format.vol.num.pages}
 
 { volume field.or.null
 
 number empty$
 
 'skip$
 
 { ( number * ) * *
 
 
 (i.e., change volume embolden to volume).
 
 HTH
 Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:30:46 Wolfgang Engelmann wrote:
 On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
  2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de
 
 Thanks, Jürgen,
 works well. In the meantime I tried to use makebst to produce the
 desired .bst file, but at the end got
 LaTeX Error: File `babelbst.tex' not found
 Have to find out how to get it, unless somebody knows already.

I found a way to do it in
http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_makebst

on the terminal
 tex docstrip
answer the questions as shown
\infileext=mbs
\outfileext=tex
\Options=bblbst
\filelist=merlin
\answer=n
a file merlin.tex is produced, which has to be renamed to babelbst.tex
This file can be edited 
and, editor etc. in the desired language
The file has to be placed in the same directory as the document
However, running the lyx document gives a number of errors such as
[9] [10] [11]
! Missing = inserted for \ifnum.
to be read again 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
I was expecting to see `', `=', or `'. Didn't.

! Missing number, treated as zero.
to be read again 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

Weird !

I give up for the time being.

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Uwe Ade
Hello,

me again. Sorry for the disagreeability. I have the problem with safari und 
Pathfinder on my mac. The Download doesn’t work. As I read the tip from Anders  
i installed Firefox and the download and the installation of lyx  works fine.

In Future i will try to give more and clear descriptions. 

Thanks for the help an this Mailinglist. For me it´s great!!

uwe


Am 16.01.2014 um 17:18 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:
 
 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).
 
 All the best!
 Anders
 
 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
 
 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz
 
 Scott
 
 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).
 
 
 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.
 
 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?
 
 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.
 
 Hi Scott,
 
 sorry for chiming in… it was Uwe who had the problem and Anders proposed
 an alternate solution.
 
 
 Hi Stephan,
 
 Thanks for pointing out my mistake. My apologies to Anders.
 
 Uwe, more information would be helpful.
 
 Best,
 
 Scott



Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade uwe@gmx.de wrote:
 Hello,

 me again. Sorry for the disagreeability. I have the problem with safari und
 Pathfinder on my mac. The Download doesn’t work. As I read the tip from
 Anders  i installed Firefox and the download and the installation of lyx
 works fine.

 In Future i will try to give more and clear descriptions.

 Thanks for the help an this Mailinglist. For me it´s great!!

Thanks for following up and thanks to Anders for the solultion.

Glad you got it working!

It would be nice if another Mac user could test using Safari.

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Richard Talley
That was interesting.

Evidently Firefox had decided for me that it would take over handling the
FTP protocol. When I pasted
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2 into Safari, it
opened Firefox. I hadn't noticed before because I usually use a standalone
FTP client.

I used the RCDefaultApp preference pane (
http://www.rubicode.com/Software/RCDefaultApp/) to give FTP handling back
to Finder. Safari then turned the FTP handling over to Finder and I was
then able to connect as a guest and drag and drop the Mac dmg into my
Downloads folder. A little slow, over 10 minutes to download, but it worked.

Safari 6.1.1 on OS X 10.8.5.

-- Rich



On Thu, Jan 16, 2014 at 1:38 PM, Scott Kostyshak skost...@lyx.org wrote:

 On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade uwe@gmx.de wrote:
  Hello,
 
  me again. Sorry for the disagreeability. I have the problem with safari
 und
  Pathfinder on my mac. The Download doesn’t work. As I read the tip from
  Anders  i installed Firefox and the download and the installation of lyx
  works fine.
 
  In Future i will try to give more and clear descriptions.
 
  Thanks for the help an this Mailinglist. For me it´s great!!

 Thanks for following up and thanks to Anders for the solultion.

 Glad you got it working!

 It would be nice if another Mac user could test using Safari.

 Scott



Re: lyx tables numbering in the main text

2014-01-16 Thread Paul A . Rubin
Can you post a *minimal* example where this happens? I suspect that, in
addition to deleting most text and graphics, you can probably leave the
table floats empty.

Paul






How to configure plantuml with lyx

2014-01-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 01/16/14, 06:14 , rajender saini wrote:
 I got your reference from the gmail lyx posting. Can you help me
 with the steps include plant uml file into lyx file and
 automatically get it converted into image when we include it into
 the lyx master file ?

Sure.

I will CC it to the LyX list to have it there for reference.

I assume you have downloaded plantuml.

1) Define a new File Format, named plantuml:

Vector graphics format: I ticked it - what are actually the
implications of this field?
Short name: plantuml
Extension:  plantuml
So all files with the extension .plantuml will be considered as
plantuml source code files files!

Editor: I choose Emacs, but set any text editor you want.

In the preferences files, this corresponds to the following line in
the formats section:

\format plantuml plantuml plantuml   open -n -a Emacs
- --args --name LyX --title LyX --no-desktop vector

Now we have to define the converters, i.e. how to convert the plantuml
file into a format usable by the converter chain in LyX. This now
depends on you installed converters, but I got the best results when
using svg as the *only* output format of plantuml, and then use the
standard converter tools of LyX to convert these into the required
formats.

The conversion of svg (a vector format) to eps, PDF and PNG
is done by rsvg, which is detected and configured automatically by
LyX. If you don't have it installed, install it and re-configure :LyX
and it should be detected.

Coming back to plantuml: The converter to be defined converts the
.plantuml to a graphics format .svg (vector):

- From format: plantuml
To format:  SVG
Converter: /Users/rainerkrug/bin/plantuml $$i -ofile $$o -tsvg

The preference file line is:

\converter plantuml svg /Users/rainerkrug/bin/plantuml $$i -ofile
$$o -tsvg 

The last step: What is the file /Users/rainerkrug/bin/plantuml? It is
*not* the .jar file but the following:

### BEGIN FILE ##
#!/bin/sh
# PlantUML Launcher
#
# This script is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This script distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License for more details.
# You should have received a copy of the GNU General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301,
# USA.
#
# Copyright (C) 2010 Ilya Paramonov ivparamo...@gmail.com

if [ -n ${JAVA_HOME} ]  [ -x ${JAVA_HOME}/bin/java ] ; then
JAVA=${JAVA_HOME}/bin/java
elif [ -x /usr/bin/java ] ; then
JAVA=/usr/bin/java
else
echo Cannot find JVM
exit 1
fi

$JAVA -jar ~/jar/plantuml.jar -graphvizdot /usr/local/bin/dot ${@}
### END FILE ##

It is from https://gist.github.com/eelcocramer/4502562 and it simply makes
calling plantuml much easier.

Make sure tht this ~/bin/plantuml is executable!

Now, in LyX, you simply have to add a .plantuml file as a picture, and
you should be able to edit it via right-mouse-click and it should be
converted into all the needed formats.

Now This worked for me under Mac (I am using it right now) and Linux
(used it before). There might be differences under Windows, but I
would suggest to ask on the mailing list if you don't get it to work,
so that therte is a reference to this.


Hope this helps,

Rainer



 
 -- Raj Ph:+17737706099

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJS152qAAoJENvXNx4PUvmCfaYH/2CBavtVCI5a37KO3sqdoR7g
JgntyBmQCIGZ5i9lwLpj/e/P95THCoPTpFo8nv09JM89KMWVgU3CdoJI0cUzelPH
/47ZdhPQYEEYSiA8H+Zsp9AgE4ess0gsB/CWE9HVDnAXZIwWhOHC4Mwys8umeUOO
AEqK1IvBtXH2b5PMDSLJt/7DEL/kdFst/59YaAQl3lmKQnwbGUz/vgkXhbULILm2
bq6PfUSlNHc+kggvAUolotSXzsBsvhrb+dU51jUG8c8DIM7WVHhAvBDJhoZVVNdZ
JSVIDVbyPab8GFNDfeJhhJ+xf6GRnZZb5/fION7zoEbNLtzMbXZcqODeUGceVI0=
=HBXj
-END PGP SIGNATURE-


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
Try paste the link in Firefox address field and download with Firefox.
This works fine for me. (Could probably work also with other web browsers,
but I haven¹t tried that).

All the best!
Anders

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: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:

Hello again,
 
I tried to change the kluwer.bst file in such a way, that the volume of a 
journal is not given in bold in the References by changing the part after 
%%
to the  {* *
in the following function:

FUNCTION {format.vol.num.pages}
{ volume embolden field.or.null
  number empty$
'skip$
%%{ ( number * ) * *
{* *

but the volume is still in bold. 
I searched for bold in the kluwer.bst and found only the above item besides 
this one:

FUNCTION {embolden}
{ duplicate$ empty$
{ pop$  }
{ {\bf  swap$ * } * }
  if$
}.
which is probably not the one I need. 

I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running lyx.

Apparently I did something wrong. Any idea?


###additional info:
This is the output if I export from the .lyx file the .tex file and run latex 
3 times and bibtex once; The ps file has no References 
output:
Package natbib Warning: Citation `Lam2000a' on page 61 undefined on input 
line 
3730.

[61]
No file PBR-FINAL-Jan14.bbl.
No file PBR-FINAL-Jan14-idx.ind.
No file PBR-FINAL-Jan14-ind1.ind.
No file PBR-FINAL-Jan14.nls.

Package natbib Warning: There were undefined citations.

(./PBR-FINAL-Jan14.aux) )
(see the transcript file for additional information)
Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
Transcript written on PBR-FINAL-Jan14.log.
we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
This is BibTeX, Version 0.99d (TeX Live 2013)
The top-level auxiliary file: PBR-FINAL-Jan14.aux
The style file: kluwer.bst
Database file #1: PB-ref-20140108.bib
we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi 
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2014.01.16:1050' - PBR-FINAL-Jan14.ps
/usr/local/texlive/2013/texmf-dist/dvips/base/tex.pro
/usr/local/texlive/2013/texmf-dist/fonts/enc/dvips/base/8r.enc
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
/usr/local/texlive/2013/texmf-dist/dvips/base/texps.pro
/usr/local/texlive/2013/texmf-dist/dvips/base/special.pro
/usr/local/texlive/2013/texmf-dist/dvips/base/color.pro. 
/usr/local/texlive/2013/texmf-
dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmr.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplbi8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmri.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplri8a.pfb
/usr/local/texlive/2013/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb[1] 
[2] [3] [4] [5./Fig18-1Kal.eps] [6] [7] [8] [9] [10
./Fig18-2EclosionOnly.eps./Fig18-2DrosophilaPRC.eps] [11] [12] [13] 
[14] 
[15] [16./Fig18-3.eps] [17] [18] [19] [20./Fig18-4.eps] [21] [22] [23
./Fig18-5.eps] [24] [25] [26] [27] [28./Fig18-6.eps] [29] [30] [31] 
[32] 
[33] [34] [35./Fig18-7.eps] [36] [37./Fig18-8.eps] [38] [39] [40] [41] 
[42./Fig18-9.eps] [43./Fig18-10.eps] [44] [45] [46] [47] [48] [49] [50] 
[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] 
we@wolfgang:~/PBR-FINAL-Jan13$ 


 2014/1/14 Wolfgang Engelmann engelm...@uni-tuebingen.de
 
   On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
  Thanks all of you giving hints re van von de di della
  
  I tried Jürgens proposal changing the kluwer.bst:
  
  
  
  [...]
  
  
  
  However, the citing style has'nt changed (see de Paula), which
  actually does'nt matter
  
  e.g.
  
  FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
  2002.
 
 This is handled in another function (format.lab.names.full). Just change
 the occurrence of {vv~} there, if you need.
 
  but all the references in the Bibliography show no author,
  
  but only:
  : 1964, Circadian rhythms during and after three months in solitude
  
  underground, J Physiol 174, 217–231.
 
 Try the attached modified file.
 
 Jürgen

-- 
-
Wolfgang Engelmann
Schlossgartenstrasse 22
D-72070 Tübingen
Tel 07071 68325


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

2014-01-16 Thread Jean-Marc Lasgouttes

15/01/2014 20:25, A Choi:

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


From your bindings, it seems that Ctrl+v is selection-paste and not 
paste. Why is that? I am not sure whether there is a good reason why 
paste-selection does not work in math. The reason is probably that we 
have to many of these paste variants and that most of them are half-baked.


JMarc



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:

I just found this function in the kluwer.bst file:

FUNCTION {format.bvolume}
{ volume empty$
{  }
{ Vol. volume tie.or.space.connect
  series empty$
'skip$
{  of  * series emphasize * }
  if$
  volume and number number either.or.check
}
  if$
}

and guess bvolume is what I DO NOT WANT

how do I use/not use it? Commenting it out?

Wolfgang

 On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:
 
 Hello again,
 
 I tried to change the kluwer.bst file in such a way, that the volume of
 a journal is not given in bold in the References by changing the part
 after %%
 to the  {* *
 in the following function:
 
 FUNCTION {format.vol.num.pages}
 { volume embolden field.or.null
   number empty$
 'skip$
 %%{ ( number * ) * *
 {* *
 
 but the volume is still in bold.
 I searched for bold in the kluwer.bst and found only the above item
 besides this one:
 
 FUNCTION {embolden}
 { duplicate$ empty$
 { pop$  }
 { {\bf  swap$ * } * }
   if$
 }.
 which is probably not the one I need.
 
 I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running
 lyx.
 
 Apparently I did something wrong. Any idea?
 
 
 ###additional info:
 This is the output if I export from the .lyx file the .tex file and run
 latex 3 times and bibtex once; The ps file has no References
 output:
 Package natbib Warning: Citation `Lam2000a' on page 61 undefined on
 input line
 3730.
 
 [61]
 No file PBR-FINAL-Jan14.bbl.
 No file PBR-FINAL-Jan14-idx.ind.
 No file PBR-FINAL-Jan14-ind1.ind.
 No file PBR-FINAL-Jan14.nls.
 
 Package natbib Warning: There were undefined citations.
 
 (./PBR-FINAL-Jan14.aux) )
 (see the transcript file for additional information)
 Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
 Transcript written on PBR-FINAL-Jan14.log.
 we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
 This is BibTeX, Version 0.99d (TeX Live 2013)
 The top-level auxiliary file: PBR-FINAL-Jan14.aux
 The style file: kluwer.bst
 Database file #1: PB-ref-20140108.bib
 we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi
 This is dvips(k) 5.993 Copyright 2013 Radical Eye Software
 (www.radicaleye.com)
 ' TeX output 2014.01.16:1050' - PBR-FINAL-Jan14.ps
 /usr/local/texlive/2013/texmf-dist/dvips/base/tex.pro
 /usr/local/texlive/2013/texmf-dist/fonts/enc/dvips/base/8r.enc
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb
 /usr/local/texlive/2013/texmf-dist/dvips/base/texps.pro
 /usr/local/texlive/2013/texmf-dist/dvips/base/special.pro
 /usr/local/texlive/2013/texmf-dist/dvips/base/color.pro.
 /usr/local/texlive/2013/texmf-
 dist/fonts/type1/public/amsfonts/symbols/msam10.pfb
 /usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmr.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb
 
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb
 
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplbi8a.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmri.
 pfb
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplri8a.pf
 b
 /usr/local/texlive/2013/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
 [1] [2] [3] [4] [5./Fig18-1Kal.eps] [6] [7] [8] [9] [10
 ./Fig18-2EclosionOnly.eps./Fig18-2DrosophilaPRC.eps] [11] [12] [13]
 [14]
 [15] [16./Fig18-3.eps] [17] [18] [19] [20./Fig18-4.eps] [21] [22]
 [23 ./Fig18-5.eps] [24] [25] [26] [27] [28./Fig18-6.eps] [29] [30]
 [31] [32]
 [33] [34] [35./Fig18-7.eps] [36] [37./Fig18-8.eps] [38] [39] [40]
 [41] [42./Fig18-9.eps] [43./Fig18-10.eps] [44] [45] [46] [47] [48]
 [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
 we@wolfgang:~/PBR-FINAL-Jan13$
 
  2014/1/14 Wolfgang Engelmann engelm...@uni-tuebingen.de
  
On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
   Thanks all of you giving hints re van von de di della
   
   I tried Jürgens proposal changing the kluwer.bst:
   
   
   
   [...]
   
   
   
   However, the citing style has'nt changed (see de Paula), which
   actually does'nt matter
   
   e.g.
   
   FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
   2002.
  
  This is handled in another function (format.lab.names.full). Just
  change the occurrence of {vv~} there, if you need.
  
   but all the references in the Bibliography show no author,
   
   but only:
   : 1964, Circadian rhythms during and after three months in solitude
   
   underground, J Physiol 174, 217–231.
  
  Try the attached modified file.
  
  Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann engelm...@uni-tuebingen.de írta:


p, li { white-space: pre-wrap; }

On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:
nbsp;
I just found this function in the kluwer.bst file:
nbsp;
FUNCTION {format.bvolume}
{ volume empty$
{ quot;quot; }
{ quot;Vol.quot; volume tie.or.space.connect
  series empty$
   'skip$
   { quot; of quot; * series emphasize * }
  if$
  quot;volume and numberquot; number either.or.check
}
  if$
}
nbsp;
and guess bvolume is what I DO NOT WANT
nbsp;
how do I use/not use it? Commenting it out?
nbsp;
Wolfgang
nbsp;

I suggest visiting the http://tex.stackexchange.com/ site and ask your question 
there.

I doubt you will find anyone on this list who knows how to hack/edit a bst file 
in such details.

Regards,

bcsikos




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.gz

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
 Wolfgang Engelmann engelm...@uni-tuebingen.de írta:

 
 I suggest visiting the http://tex.stackexchange.com/ site and ask your
 question there.
 
 I doubt you will find anyone on this list who knows how to hack/edit a
 bst file in such details.
 
 Regards,
 
 bcsikos

Thanks, Csikos,

but this site is too confusing for me. Do I have to be a member, how do I 
become one?

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
gz

Scott

OK, maybe I was unclear: The upper link will give you a page where you
will see all the downloadable files. Click on the LyX suitable for your
needs and it should download (at least did for me).

/Anders
 




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
browsers,
 but I haven¹t tried that).

 All the best!
 Anders

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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
gz

Scott

 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).


Thanks Anders. Your report of strange behavior is still difficult for
others to try to reproduce. I'm not trying to be pedantic here, but
when you report something like this you want to give as much
information as possible. For example, Click on the LyX suitable for
your need is different for you (Windows?) than for me (Linux). So we
would be clicking on different links! To see if I can reproduce the
problem, we want to click on the same link, using the same OS (if
possible) using the same browser (if possible). Otherwise you will get
a lot of responses of works for me because we are using different
applications to do it. That will not help you. Well, actually it will
if you're able to change OS or change browsers, etc., but it won't
help us figure out if it's a problem on our side or your side.

Which link are you clicking on? With which browser? With which OS?
Have you tried using a different browser? If so, which one? Have you
tried using a different computer? Did it work there?

Thanks for the report. If users can't download the installation file
for LyX, that's definitely a problem and hopefully we can get to the
root cause of it.

Best,

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Stephan Witt
Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).
 
 All the best!
 Anders
 
 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
 
 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz
 
 Scott
 
 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).
 
 
 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.
 
 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?
 
 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.

Hi Scott,

sorry for chiming in… it was Uwe who had the problem and Anders proposed
an alternate solution.

I tried to download the Mac disk image myself (again) and it worked for me.

On a Mac it is like that: when you click on an ftp: link the Finder opens a
new window and than the question user/pass or anonymous (guest) is shown.
After successful login (named or guest) you'll see a regular window with
files just like a local directory. You download some file by dragging it on
your desktop or onto another Finder window. This is how it worked for me.

Perhaps it was a temporary problem or a problem at Uwe's site.

Stephan



lyx tables numbering in the main text

2014-01-16 Thread taniaklb
hello again,

thank you Scott for the previous response of my thread
i am facing another problem this time, not in the appendix but in the main
text
whenever i am inserting table floats
the numbering in the output (pdf) not in lyx skips some numbers
i.e.: i get in the output for instance, table 1, table 2 then table 4, table
6 and tables 3 and 5 do not exist

is it a bug or am i missing someting?
thank you for your help in advance
T



--
View this message in context: 
http://lyx.475766.n2.nabble.com/lyx-tables-numbering-in-the-main-text-tp7580248.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).

 All the best!
 Anders

 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

 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz

 Scott

 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).


 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.

 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?

 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.

 Hi Scott,

 sorry for chiming in… it was Uwe who had the problem and Anders proposed
 an alternate solution.


Hi Stephan,

Thanks for pointing out my mistake. My apologies to Anders.

Uwe, more information would be helpful.

Best,

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann engelm...@uni-tuebingen.de írta:


p, li { white-space: pre-wrap; }

On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
 Wolfgang Engelmann  írta:
nbsp;
 
 I suggest visiting the http://tex.stackexchange.com/ site and ask your
 question there.
 
 I doubt you will find anyone on this list who knows how to hack/edit a
 bst file in such details.
 
 Regards,
 
 bcsikos
nbsp;
Thanks, Csikos,
nbsp;
but this site is too confusing for me. Do I have to be a member, how do I 
become one?
nbsp;
Wolfgang

Well, that site was/is confusing for me too. But it has advantage too: you can 
post/ask question as a guest, don't have to register.

I try to explain what I know.

For example look at the follwong question:

http://tex.stackexchange.com/questions/37989/dissertation-how-to-customize-bst

Near to the top there is the title of the question, practically the question 
itself:

Dissertation: How to customize *.bst?

Below that you  see a number (currently 11): this number indicates how many 
people found this question useful (how many people voted it). Above and below 
the number the nib shaped arrow for voting up or down the question (up: you 
find it useful, down: you find it bad). There is tooltip for the arrows if you 
hover the mouse on them.

Below the question there are comments. These should not be answers, only 
additional information related to the question. You can add clarifying 
information to the question for example. After adding a comment, for a limited 
time you can change/edit your comment.

Below the comments ther are the answers. If there are several answers, they are 
ordered according to the numbers at their left side. The numbers here are also 
votes, indicating how many user found the answer useful. The most useful answer 
goes closest to the question. Each answer might have their own comments, 
similarly to questions.

Regarding etiquette: It is expected not to use greetings, signature, thank 
you etc., only write down your question/comment/answer. The author's name  is 
put there by the system, you don't have to include it.

If you want to ask a question, click the Ask question button (right side 
close to the top on the page).  You add your question title, and in the window 
below write your question.
If you want to add computer code start the it with 4 space and it will be 
presented as computer code. There are other formatting aids and help pages.
You have to add max 5 tags. You write the tag which triggers the system to show 
a list of tags to choose from.

Finally you click Post question

Regards,

bcsikos



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Jürgen Spitzmüller
2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de

  Hello again,

  I tried to change the kluwer.bst file in such a way, that the volume of
 a journal is not given in bold in the References by changing the part after
 %%

 to the {* *

 in the following function:



 FUNCTION {format.vol.num.pages}

 { volume embolden field.or.null

 number empty$

 'skip$

 %%{ ( number * ) * *

 {* *



 but the volume is still in bold.

 I searched for bold in the kluwer.bst and found only the above item
 besides this one:



 FUNCTION {embolden}

 { duplicate$ empty$

 { pop$  }

 { {\bf  swap$ * } * }

 if$

 }.

 which is probably not the one I need.



 I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running lyx.



 Apparently I did something wrong. Any idea?


Try (untested)

FUNCTION {format.vol.num.pages}

{ volume field.or.null

number empty$

'skip$

{ ( number * ) * *


(i.e., change volume embolden to volume).

HTH
Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
 2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de

Thanks, Jürgen,
works well. In the meantime I tried to use makebst to produce the desired 
.bst file, but at the end got 
LaTeX Error: File `babelbst.tex' not found
Have to find out how to get it, unless somebody knows already.

Wolfgang
 
   Hello again,
   
   I tried to change the kluwer.bst file in such a way, that the volume
   of
  
  a journal is not given in bold in the References by changing the part
  after %%
  
  to the {* *
  
  in the following function:
  
  
  
  FUNCTION {format.vol.num.pages}
  
  { volume embolden field.or.null
  
  number empty$
  
  'skip$
  
  %%{ ( number * ) * *
  
  {* *
  
  
  
  but the volume is still in bold.
  
  I searched for bold in the kluwer.bst and found only the above item
  besides this one:
  
  
  
  FUNCTION {embolden}
  
  { duplicate$ empty$
  
  { pop$  }
  
  { {\bf  swap$ * } * }
  
  if$
  
  }.
  
  which is probably not the one I need.
  
  
  
  I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running
  lyx.
  
  
  
  Apparently I did something wrong. Any idea?
 
 Try (untested)
 
 FUNCTION {format.vol.num.pages}
 
 { volume field.or.null
 
 number empty$
 
 'skip$
 
 { ( number * ) * *
 
 
 (i.e., change volume embolden to volume).
 
 HTH
 Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:30:46 Wolfgang Engelmann wrote:
 On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
  2014/1/16 Wolfgang Engelmann engelm...@uni-tuebingen.de
 
 Thanks, Jürgen,
 works well. In the meantime I tried to use makebst to produce the
 desired .bst file, but at the end got
 LaTeX Error: File `babelbst.tex' not found
 Have to find out how to get it, unless somebody knows already.

I found a way to do it in
http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_makebst

on the terminal
 tex docstrip
answer the questions as shown
\infileext=mbs
\outfileext=tex
\Options=bblbst
\filelist=merlin
\answer=n
a file merlin.tex is produced, which has to be renamed to babelbst.tex
This file can be edited 
and, editor etc. in the desired language
The file has to be placed in the same directory as the document
However, running the lyx document gives a number of errors such as
[9] [10] [11]
! Missing = inserted for \ifnum.
to be read again 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
I was expecting to see `', `=', or `'. Didn't.

! Missing number, treated as zero.
to be read again 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

Weird !

I give up for the time being.

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Uwe Ade
Hello,

me again. Sorry for the disagreeability. I have the problem with safari und 
Pathfinder on my mac. The Download doesn’t work. As I read the tip from Anders  
i installed Firefox and the download and the installation of lyx  works fine.

In Future i will try to give more and clear descriptions. 

Thanks for the help an this Mailinglist. For me it´s great!!

uwe


Am 16.01.2014 um 17:18 schrieb Scott Kostyshak skost...@lyx.org:

 On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt st.w...@gmx.net wrote:
 Am 16.01.2014 um 15:46 schrieb Scott Kostyshak skost...@lyx.org:
 
 On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg a...@mac.com wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg a...@mac.com wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).
 
 All the best!
 Anders
 
 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
 
 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz
 
 Scott
 
 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).
 
 
 Thanks Anders. Your report of strange behavior is still difficult for
 others to try to reproduce. I'm not trying to be pedantic here, but
 when you report something like this you want to give as much
 information as possible. For example, Click on the LyX suitable for
 your need is different for you (Windows?) than for me (Linux). So we
 would be clicking on different links! To see if I can reproduce the
 problem, we want to click on the same link, using the same OS (if
 possible) using the same browser (if possible). Otherwise you will get
 a lot of responses of works for me because we are using different
 applications to do it. That will not help you. Well, actually it will
 if you're able to change OS or change browsers, etc., but it won't
 help us figure out if it's a problem on our side or your side.
 
 Which link are you clicking on? With which browser? With which OS?
 Have you tried using a different browser? If so, which one? Have you
 tried using a different computer? Did it work there?
 
 Thanks for the report. If users can't download the installation file
 for LyX, that's definitely a problem and hopefully we can get to the
 root cause of it.
 
 Hi Scott,
 
 sorry for chiming in… it was Uwe who had the problem and Anders proposed
 an alternate solution.
 
 
 Hi Stephan,
 
 Thanks for pointing out my mistake. My apologies to Anders.
 
 Uwe, more information would be helpful.
 
 Best,
 
 Scott



Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade uwe@gmx.de wrote:
 Hello,

 me again. Sorry for the disagreeability. I have the problem with safari und
 Pathfinder on my mac. The Download doesn’t work. As I read the tip from
 Anders  i installed Firefox and the download and the installation of lyx
 works fine.

 In Future i will try to give more and clear descriptions.

 Thanks for the help an this Mailinglist. For me it´s great!!

Thanks for following up and thanks to Anders for the solultion.

Glad you got it working!

It would be nice if another Mac user could test using Safari.

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Richard Talley
That was interesting.

Evidently Firefox had decided for me that it would take over handling the
FTP protocol. When I pasted
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2 into Safari, it
opened Firefox. I hadn't noticed before because I usually use a standalone
FTP client.

I used the RCDefaultApp preference pane (
http://www.rubicode.com/Software/RCDefaultApp/) to give FTP handling back
to Finder. Safari then turned the FTP handling over to Finder and I was
then able to connect as a guest and drag and drop the Mac dmg into my
Downloads folder. A little slow, over 10 minutes to download, but it worked.

Safari 6.1.1 on OS X 10.8.5.

-- Rich



On Thu, Jan 16, 2014 at 1:38 PM, Scott Kostyshak skost...@lyx.org wrote:

 On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade uwe@gmx.de wrote:
  Hello,
 
  me again. Sorry for the disagreeability. I have the problem with safari
 und
  Pathfinder on my mac. The Download doesn’t work. As I read the tip from
  Anders  i installed Firefox and the download and the installation of lyx
  works fine.
 
  In Future i will try to give more and clear descriptions.
 
  Thanks for the help an this Mailinglist. For me it´s great!!

 Thanks for following up and thanks to Anders for the solultion.

 Glad you got it working!

 It would be nice if another Mac user could test using Safari.

 Scott



Re: lyx tables numbering in the main text

2014-01-16 Thread Paul A . Rubin
Can you post a *minimal* example where this happens? I suspect that, in
addition to deleting most text and graphics, you can probably leave the
table floats empty.

Paul






How to configure plantuml with lyx

2014-01-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 01/16/14, 06:14 , rajender saini wrote:
> I got your reference from the gmail lyx posting. Can you help me
> with the steps include plant uml file into lyx file and
> automatically get it converted into image when we include it into
> the lyx master file ?

Sure.

I will CC it to the LyX list to have it there for reference.

I assume you have downloaded plantuml.

1) Define a new File Format, named "plantuml":

Vector graphics format: I ticked it - what are actually the
implications of this field?
Short name: "plantuml"
Extension:  "plantuml"
So all files with the extension .plantuml will be considered as
plantuml source code files files!

Editor: I choose Emacs, but set any text editor you want.

In the preferences files, this corresponds to the following line in
the formats section:

\format "plantuml" "plantuml" "plantuml" "" "" "open -n -a Emacs
- --args --name LyX --title LyX --no-desktop" "vector"

Now we have to define the converters, i.e. how to convert the plantuml
file into a format usable by the converter chain in LyX. This now
depends on you installed converters, but I got the best results when
using svg as the *only* output format of plantuml, and then use the
standard converter tools of LyX to convert these into the required
formats.

The conversion of svg (a vector format) to eps, PDF and PNG
is done by rsvg, which is detected and configured automatically by
LyX. If you don't have it installed, install it and re-configure :LyX
and it should be detected.

Coming back to plantuml: The converter to be defined converts the
.plantuml to a graphics format .svg (vector):

- From format: "plantuml"
To format:  "SVG
Converter: /Users/rainerkrug/bin/plantuml $$i -ofile $$o -tsvg

The preference file line is:

\converter "plantuml" "svg" "/Users/rainerkrug/bin/plantuml $$i -ofile
$$o -tsvg" ""

The last step: What is the file /Users/rainerkrug/bin/plantuml? It is
*not* the .jar file but the following:

### BEGIN FILE ##
#!/bin/sh
# PlantUML Launcher
#
# This script is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This script distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License for more details.
# You should have received a copy of the GNU General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301,
# USA.
#
# Copyright (C) 2010 Ilya Paramonov 

if [ -n "${JAVA_HOME}" ] && [ -x "${JAVA_HOME}/bin/java" ] ; then
JAVA="${JAVA_HOME}/bin/java"
elif [ -x /usr/bin/java ] ; then
JAVA=/usr/bin/java
else
echo Cannot find JVM
exit 1
fi

$JAVA -jar ~/jar/plantuml.jar -graphvizdot "/usr/local/bin/dot" ${@}
### END FILE ##

It is from https://gist.github.com/eelcocramer/4502562 and it simply makes
calling plantuml much easier.

Make sure tht this ~/bin/plantuml is executable!

Now, in LyX, you simply have to add a .plantuml file as a picture, and
you should be able to edit it via right-mouse-click and it should be
converted into all the needed formats.

Now This worked for me under Mac (I am using it right now) and Linux
(used it before). There might be differences under Windows, but I
would suggest to ask on the mailing list if you don't get it to work,
so that therte is a reference to this.


Hope this helps,

Rainer



> 
> -- Raj Ph:+17737706099

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJS152qAAoJENvXNx4PUvmCfaYH/2CBavtVCI5a37KO3sqdoR7g
JgntyBmQCIGZ5i9lwLpj/e/P95THCoPTpFo8nv09JM89KMWVgU3CdoJI0cUzelPH
/47ZdhPQYEEYSiA8H+Zsp9AgE4ess0gsB/CWE9HVDnAXZIwWhOHC4Mwys8umeUOO
AEqK1IvBtXH2b5PMDSLJt/7DEL/kdFst/59YaAQl3lmKQnwbGUz/vgkXhbULILm2
bq6PfUSlNHc+kggvAUolotSXzsBsvhrb+dU51jUG8c8DIM7WVHhAvBDJhoZVVNdZ
JSVIDVbyPab8GFNDfeJhhJ+xf6GRnZZb5/fION7zoEbNLtzMbXZcqODeUGceVI0=
=HBXj
-END PGP SIGNATURE-


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
Try paste the link in Firefox address field and download with Firefox.
This works fine for me. (Could probably work also with other web browsers,
but I haven¹t tried that).

All the best!
Anders

>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: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:

Hello again,
 
I tried to change the kluwer.bst file in such a way, that the volume of a 
journal is not given in bold in the References by changing the part after 
%%
to the  { " " " * *
in the following function:

FUNCTION {format.vol.num.pages}
{ volume embolden field.or.null
  number empty$
'skip$
%%{ "(" number * ")" * *
{ " " " * *

but the volume is still in bold. 
I searched for bold in the kluwer.bst and found only the above item besides 
this one:

FUNCTION {embolden}
{ duplicate$ empty$
{ pop$ "" }
{ "{\bf " swap$ * "}" * }
  if$
}.
which is probably not the one I need. 

I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running lyx.

Apparently I did something wrong. Any idea?


###additional info:
This is the output if I export from the .lyx file the .tex file and run latex 
3 times and bibtex once; The ps file has no References 
output:
Package natbib Warning: Citation `Lam2000a' on page 61 undefined on input 
line 
3730.

[61]
No file PBR-FINAL-Jan14.bbl.
No file PBR-FINAL-Jan14-idx.ind.
No file PBR-FINAL-Jan14-ind1.ind.
No file PBR-FINAL-Jan14.nls.

Package natbib Warning: There were undefined citations.

(./PBR-FINAL-Jan14.aux) )
(see the transcript file for additional information)
Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
Transcript written on PBR-FINAL-Jan14.log.
we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
This is BibTeX, Version 0.99d (TeX Live 2013)
The top-level auxiliary file: PBR-FINAL-Jan14.aux
The style file: kluwer.bst
Database file #1: PB-ref-20140108.bib
we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi 
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software 
(www.radicaleye.com)
' TeX output 2014.01.16:1050' -> PBR-FINAL-Jan14.ps








. 







[1] 
[2] [3] [4] [5<./Fig18-1Kal.eps>] [6] [7] [8] [9] [10
<./Fig18-2EclosionOnly.eps><./Fig18-2DrosophilaPRC.eps>] [11] [12] [13] 
[14] 
[15] [16<./Fig18-3.eps>] [17] [18] [19] [20<./Fig18-4.eps>] [21] [22] [23
<./Fig18-5.eps>] [24] [25] [26] [27] [28<./Fig18-6.eps>] [29] [30] [31] 
[32] 
[33] [34] [35<./Fig18-7.eps>] [36] [37<./Fig18-8.eps>] [38] [39] [40] [41] 
[42<./Fig18-9.eps>] [43<./Fig18-10.eps>] [44] [45] [46] [47] [48] [49] [50] 
[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] 
we@wolfgang:~/PBR-FINAL-Jan13$ 


> 2014/1/14 Wolfgang Engelmann 
> 
> >  On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
> > Thanks all of you giving hints re van von de di della
> > 
> > I tried Jürgens proposal changing the kluwer.bst:
> > 
> > 
> > 
> > [...]
> > 
> > 
> > 
> > However, the citing style has'nt changed (see de Paula), which
> > actually does'nt matter
> > 
> > e.g.
> > 
> > FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
> > 2002.
> 
> This is handled in another function (format.lab.names.full). Just change
> the occurrence of {vv~} there, if you need.
> 
> > but all the references in the Bibliography show no author,
> > 
> > but only:
> > : 1964, Circadian rhythms during and after three months in solitude
> > 
> > underground, J Physiol 174, 217–231.
> 
> Try the attached modified file.
> 
> Jürgen

-- 
-
Wolfgang Engelmann
Schlossgartenstrasse 22
D-72070 Tübingen
Tel 07071 68325


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

2014-01-16 Thread Jean-Marc Lasgouttes

15/01/2014 20:25, A Choi:

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


From your bindings, it seems that Ctrl+v is selection-paste and not 
paste. Why is that? I am not sure whether there is a good reason why 
paste-selection does not work in math. The reason is probably that we 
have to many of these paste variants and that most of them are half-baked.


JMarc



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:

I just found this function in the kluwer.bst file:

FUNCTION {format.bvolume}
{ volume empty$
{ "" }
{ "Vol." volume tie.or.space.connect
  series empty$
'skip$
{ " of " * series emphasize * }
  if$
  "volume and number" number either.or.check
}
  if$
}

and guess bvolume is what I DO NOT WANT

how do I use/not use it? Commenting it out?

Wolfgang

> On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:
> 
> Hello again,
> 
> I tried to change the kluwer.bst file in such a way, that the volume of
> a journal is not given in bold in the References by changing the part
> after %%
> to the  { " " " * *
> in the following function:
> 
> FUNCTION {format.vol.num.pages}
> { volume embolden field.or.null
>   number empty$
> 'skip$
> %%{ "(" number * ")" * *
> { " " " * *
> 
> but the volume is still in bold.
> I searched for bold in the kluwer.bst and found only the above item
> besides this one:
> 
> FUNCTION {embolden}
> { duplicate$ empty$
> { pop$ "" }
> { "{\bf " swap$ * "}" * }
>   if$
> }.
> which is probably not the one I need.
> 
> I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running
> lyx.
> 
> Apparently I did something wrong. Any idea?
> 
> 
> ###additional info:
> This is the output if I export from the .lyx file the .tex file and run
> latex 3 times and bibtex once; The ps file has no References
> output:
> Package natbib Warning: Citation `Lam2000a' on page 61 undefined on
> input line
> 3730.
> 
> [61]
> No file PBR-FINAL-Jan14.bbl.
> No file PBR-FINAL-Jan14-idx.ind.
> No file PBR-FINAL-Jan14-ind1.ind.
> No file PBR-FINAL-Jan14.nls.
> 
> Package natbib Warning: There were undefined citations.
> 
> (./PBR-FINAL-Jan14.aux) )
> (see the transcript file for additional information)
> Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
> Transcript written on PBR-FINAL-Jan14.log.
> we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
> This is BibTeX, Version 0.99d (TeX Live 2013)
> The top-level auxiliary file: PBR-FINAL-Jan14.aux
> The style file: kluwer.bst
> Database file #1: PB-ref-20140108.bib
> we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi
> This is dvips(k) 5.993 Copyright 2013 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2014.01.16:1050' -> PBR-FINAL-Jan14.ps
> 
> 
>  dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb>
>  dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
>  dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
>  dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
> 
> 
> .
>  dist/fonts/type1/public/amsfonts/symbols/msam10.pfb>
>  b>
>  >
>  >
>  b>
>  pfb>
>  b>
>  >[1] [2] [3] [4] [5<./Fig18-1Kal.eps>] [6] [7] [8] [9] [10
> <./Fig18-2EclosionOnly.eps><./Fig18-2DrosophilaPRC.eps>] [11] [12] [13]
> [14]
> [15] [16<./Fig18-3.eps>] [17] [18] [19] [20<./Fig18-4.eps>] [21] [22]
> [23 <./Fig18-5.eps>] [24] [25] [26] [27] [28<./Fig18-6.eps>] [29] [30]
> [31] [32]
> [33] [34] [35<./Fig18-7.eps>] [36] [37<./Fig18-8.eps>] [38] [39] [40]
> [41] [42<./Fig18-9.eps>] [43<./Fig18-10.eps>] [44] [45] [46] [47] [48]
> [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
> we@wolfgang:~/PBR-FINAL-Jan13$
> 
> > 2014/1/14 Wolfgang Engelmann 
> > 
> > >  On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
> > > Thanks all of you giving hints re van von de di della
> > > 
> > > I tried Jürgens proposal changing the kluwer.bst:
> > > 
> > > 
> > > 
> > > [...]
> > > 
> > > 
> > > 
> > > However, the citing style has'nt changed (see de Paula), which
> > > actually does'nt matter
> > > 
> > > e.g.
> > > 
> > > FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
> > > 2002.
> > 
> > This is handled in another function (format.lab.names.full). Just
> > change the occurrence of {vv~} there, if you need.
> > 
> > > but all the references in the Bibliography show no author,
> > > 
> > > but only:
> > > : 1964, Circadian rhythms during and after three months in solitude
> > > 
> > > underground, J Physiol 174, 217–231.
> > 
> > Try the attached modified file.
> > 
> > Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann  írta:
>
>
>p, li { white-space: pre-wrap; }
>
>On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:
>
>I just found this function in the kluwer.bst file:
>
>FUNCTION {format.bvolume}
>{ volume empty$
>{  }
>{ Vol. volume tie.or.space.connect
>  series empty$
>   'skip$
>   {  of  * series emphasize * }
>  if$
>  volume and number number either.or.check
>}
>  if$
>}
>
>and guess bvolume is what I DO NOT WANT
>
>how do I use/not use it? Commenting it out?
>
>Wolfgang
>

I suggest visiting the http://tex.stackexchange.com/ site and ask your question 
there.

I doubt you will find anyone on this list who knows how to hack/edit a bst file 
in such details.

Regards,

bcsikos




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
> Try paste the link in Firefox address field and download with Firefox.
> This works fine for me. (Could probably work also with other web browsers,
> but I haven¹t tried that).
>
> All the best!
> Anders
>
>>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

Note that this is not a link to the file to download. This folder
gives the links to download. Can you see the links? Go there with your
browser. If you can see the links, does it work with wget (on Linux or
Mac)? e.g.
wget 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.gz

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
> Wolfgang Engelmann  írta:

> 
> I suggest visiting the http://tex.stackexchange.com/ site and ask your
> question there.
> 
> I doubt you will find anyone on this list who knows how to hack/edit a
> bst file in such details.
> 
> Regards,
> 
> bcsikos

Thanks, Csikos,

but this site is too confusing for me. Do I have to be a member, how do I 
become one?

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Anders Ekberg
>On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
>> Try paste the link in Firefox address field and download with Firefox.
>> This works fine for me. (Could probably work also with other web
>>browsers,
>> but I haven¹t tried that).
>>
>> All the best!
>> Anders
>>
>>>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
>
>Note that this is not a link to the file to download. This folder
>gives the links to download. Can you see the links? Go there with your
>browser. If you can see the links, does it work with wget (on Linux or
>Mac)? e.g.
>wget 
>ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
>gz
>
>Scott

OK, maybe I was unclear: The upper link will give you a page where you
will see all the downloadable files. Click on the LyX suitable for your
needs and it should download (at least did for me).

/Anders
 




Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg  wrote:
>>On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
>>> Try paste the link in Firefox address field and download with Firefox.
>>> This works fine for me. (Could probably work also with other web
>>>browsers,
>>> but I haven¹t tried that).
>>>
>>> All the best!
>>> Anders
>>>
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
>>
>>Note that this is not a link to the file to download. This folder
>>gives the links to download. Can you see the links? Go there with your
>>browser. If you can see the links, does it work with wget (on Linux or
>>Mac)? e.g.
>>wget
>>ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
>>gz
>>
>>Scott
>
> OK, maybe I was unclear: The upper link will give you a page where you
> will see all the downloadable files. Click on the LyX suitable for your
> needs and it should download (at least did for me).
>

Thanks Anders. Your report of strange behavior is still difficult for
others to try to reproduce. I'm not trying to be pedantic here, but
when you report something like this you want to give as much
information as possible. For example, "Click on the LyX suitable for
your need" is different for you (Windows?) than for me (Linux). So we
would be clicking on different links! To see if I can reproduce the
problem, we want to click on the same link, using the same OS (if
possible) using the same browser (if possible). Otherwise you will get
a lot of responses of "works for me" because we are using different
applications to do it. That will not help you. Well, actually it will
if you're able to change OS or change browsers, etc., but it won't
help us figure out if it's a problem on our side or your side.

Which link are you clicking on? With which browser? With which OS?
Have you tried using a different browser? If so, which one? Have you
tried using a different computer? Did it work there?

Thanks for the report. If users can't download the installation file
for LyX, that's definitely a problem and hopefully we can get to the
root cause of it.

Best,

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Stephan Witt
Am 16.01.2014 um 15:46 schrieb Scott Kostyshak :

> On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg  wrote:
>>> On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
 Try paste the link in Firefox address field and download with Firefox.
 This works fine for me. (Could probably work also with other web
 browsers,
 but I haven¹t tried that).
 
 All the best!
 Anders
 
> 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
>>> 
>>> Note that this is not a link to the file to download. This folder
>>> gives the links to download. Can you see the links? Go there with your
>>> browser. If you can see the links, does it work with wget (on Linux or
>>> Mac)? e.g.
>>> wget
>>> ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
>>> gz
>>> 
>>> Scott
>> 
>> OK, maybe I was unclear: The upper link will give you a page where you
>> will see all the downloadable files. Click on the LyX suitable for your
>> needs and it should download (at least did for me).
>> 
> 
> Thanks Anders. Your report of strange behavior is still difficult for
> others to try to reproduce. I'm not trying to be pedantic here, but
> when you report something like this you want to give as much
> information as possible. For example, "Click on the LyX suitable for
> your need" is different for you (Windows?) than for me (Linux). So we
> would be clicking on different links! To see if I can reproduce the
> problem, we want to click on the same link, using the same OS (if
> possible) using the same browser (if possible). Otherwise you will get
> a lot of responses of "works for me" because we are using different
> applications to do it. That will not help you. Well, actually it will
> if you're able to change OS or change browsers, etc., but it won't
> help us figure out if it's a problem on our side or your side.
> 
> Which link are you clicking on? With which browser? With which OS?
> Have you tried using a different browser? If so, which one? Have you
> tried using a different computer? Did it work there?
> 
> Thanks for the report. If users can't download the installation file
> for LyX, that's definitely a problem and hopefully we can get to the
> root cause of it.

Hi Scott,

sorry for chiming in… it was Uwe who had the problem and Anders proposed
an alternate solution.

I tried to download the Mac disk image myself (again) and it worked for me.

On a Mac it is like that: when you click on an ftp: link the Finder opens a
new window and than the question user/pass or anonymous (guest) is shown.
After successful login (named or guest) you'll see a regular window with
files just like a local directory. You download some file by dragging it on
your desktop or onto another Finder window. This is how it worked for me.

Perhaps it was a temporary problem or a problem at Uwe's site.

Stephan



lyx tables numbering in the main text

2014-01-16 Thread taniaklb
hello again,

thank you Scott for the previous response of my thread
i am facing another problem this time, not in the appendix but in the main
text
whenever i am inserting table floats
the numbering in the output (pdf) not in lyx skips some numbers
i.e.: i get in the output for instance, table 1, table 2 then table 4, table
6 and tables 3 and 5 do not exist

is it a bug or am i missing someting?
thank you for your help in advance
T



--
View this message in context: 
http://lyx.475766.n2.nabble.com/lyx-tables-numbering-in-the-main-text-tp7580248.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt  wrote:
> Am 16.01.2014 um 15:46 schrieb Scott Kostyshak :
>
>> On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg  wrote:
 On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
> Try paste the link in Firefox address field and download with Firefox.
> This works fine for me. (Could probably work also with other web
> browsers,
> but I haven¹t tried that).
>
> All the best!
> Anders
>
>> 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

 Note that this is not a link to the file to download. This folder
 gives the links to download. Can you see the links? Go there with your
 browser. If you can see the links, does it work with wget (on Linux or
 Mac)? e.g.
 wget
 ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
 gz

 Scott
>>>
>>> OK, maybe I was unclear: The upper link will give you a page where you
>>> will see all the downloadable files. Click on the LyX suitable for your
>>> needs and it should download (at least did for me).
>>>
>>
>> Thanks Anders. Your report of strange behavior is still difficult for
>> others to try to reproduce. I'm not trying to be pedantic here, but
>> when you report something like this you want to give as much
>> information as possible. For example, "Click on the LyX suitable for
>> your need" is different for you (Windows?) than for me (Linux). So we
>> would be clicking on different links! To see if I can reproduce the
>> problem, we want to click on the same link, using the same OS (if
>> possible) using the same browser (if possible). Otherwise you will get
>> a lot of responses of "works for me" because we are using different
>> applications to do it. That will not help you. Well, actually it will
>> if you're able to change OS or change browsers, etc., but it won't
>> help us figure out if it's a problem on our side or your side.
>>
>> Which link are you clicking on? With which browser? With which OS?
>> Have you tried using a different browser? If so, which one? Have you
>> tried using a different computer? Did it work there?
>>
>> Thanks for the report. If users can't download the installation file
>> for LyX, that's definitely a problem and hopefully we can get to the
>> root cause of it.
>
> Hi Scott,
>
> sorry for chiming in… it was Uwe who had the problem and Anders proposed
> an alternate solution.
>

Hi Stephan,

Thanks for pointing out my mistake. My apologies to Anders.

Uwe, more information would be helpful.

Best,

Scott


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Csikos Bela
Wolfgang Engelmann  írta:
>
>
>p, li { white-space: pre-wrap; }
>
>On Thursday 16 January 2014 14:52:42 Csikos Bela wrote:
>> Wolfgang Engelmann  írta:
>
>> 
>> I suggest visiting the http://tex.stackexchange.com/ site and ask your
>> question there.
>> 
>> I doubt you will find anyone on this list who knows how to hack/edit a
>> bst file in such details.
>> 
>> Regards,
>> 
>> bcsikos
>
>Thanks, Csikos,
>
>but this site is too confusing for me. Do I have to be a member, how do I 
>become one?
>
>Wolfgang

Well, that site was/is confusing for me too. But it has advantage too: you can 
post/ask question as a guest, don't have to register.

I try to explain what I know.

For example look at the follwong question:

http://tex.stackexchange.com/questions/37989/dissertation-how-to-customize-bst

Near to the top there is the title of the question, practically the question 
itself:

Dissertation: How to customize *.bst?

Below that you  see a number (currently 11): this number indicates how many 
people found this question useful (how many people voted it). Above and below 
the number the nib shaped arrow for voting up or down the question (up: you 
find it useful, down: you find it bad). There is tooltip for the arrows if you 
hover the mouse on them.

Below the question there are comments. These should not be answers, only 
additional information related to the question. You can add clarifying 
information to the question for example. After adding a comment, for a limited 
time you can change/edit your comment.

Below the comments ther are the answers. If there are several answers, they are 
ordered according to the numbers at their left side. The numbers here are also 
votes, indicating how many user found the answer useful. The most useful answer 
goes closest to the question. Each answer might have their own comments, 
similarly to questions.

Regarding etiquette: It is expected not to use greetings, signature, "thank 
you" etc., only write down your question/comment/answer. The author's name  is 
put there by the system, you don't have to include it.

If you want to ask a question, click the "Ask question" button (right side 
close to the top on the page).  You add your question title, and in the window 
below write your question.
If you want to add computer code start the it with 4 space and it will be 
presented as computer code. There are other formatting aids and help pages.
You have to add max 5 tags. You write the tag which triggers the system to show 
a list of tags to choose from.

Finally you click "Post question"

Regards,

bcsikos



Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Jürgen Spitzmüller
2014/1/16 Wolfgang Engelmann 

>  Hello again,
>
>  I tried to change the kluwer.bst file in such a way, that the volume of
> a journal is not given in bold in the References by changing the part after
> %%
>
> to the { " " " * *
>
> in the following function:
>
>
>
> FUNCTION {format.vol.num.pages}
>
> { volume embolden field.or.null
>
> number empty$
>
> 'skip$
>
> %%{ "(" number * ")" * *
>
> { " " " * *
>
>
>
> but the volume is still in bold.
>
> I searched for bold in the kluwer.bst and found only the above item
> besides this one:
>
>
>
> FUNCTION {embolden}
>
> { duplicate$ empty$
>
> { pop$ "" }
>
> { "{\bf " swap$ * "}" * }
>
> if$
>
> }.
>
> which is probably not the one I need.
>
>
>
> I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running lyx.
>
>
>
> Apparently I did something wrong. Any idea?
>

Try (untested)

FUNCTION {format.vol.num.pages}

{ volume field.or.null

number empty$

'skip$

{ "(" number * ")" * *


(i.e., change "volume embolden" to "volume").

HTH
Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
> 2014/1/16 Wolfgang Engelmann 

Thanks, Jürgen,
works well. In the meantime I tried to use makebst to produce the desired 
.bst file, but at the end got 
LaTeX Error: File `babelbst.tex' not found
Have to find out how to get it, unless somebody knows already.

Wolfgang
> 
> >  Hello again,
> >  
> >  I tried to change the kluwer.bst file in such a way, that the volume
> >  of
> > 
> > a journal is not given in bold in the References by changing the part
> > after %%
> > 
> > to the { " " " * *
> > 
> > in the following function:
> > 
> > 
> > 
> > FUNCTION {format.vol.num.pages}
> > 
> > { volume embolden field.or.null
> > 
> > number empty$
> > 
> > 'skip$
> > 
> > %%{ "(" number * ")" * *
> > 
> > { " " " * *
> > 
> > 
> > 
> > but the volume is still in bold.
> > 
> > I searched for bold in the kluwer.bst and found only the above item
> > besides this one:
> > 
> > 
> > 
> > FUNCTION {embolden}
> > 
> > { duplicate$ empty$
> > 
> > { pop$ "" }
> > 
> > { "{\bf " swap$ * "}" * }
> > 
> > if$
> > 
> > }.
> > 
> > which is probably not the one I need.
> > 
> > 
> > 
> > I changed Jürgens mykluwer.bst to mykluwerNoBold.bst before running
> > lyx.
> > 
> > 
> > 
> > Apparently I did something wrong. Any idea?
> 
> Try (untested)
> 
> FUNCTION {format.vol.num.pages}
> 
> { volume field.or.null
> 
> number empty$
> 
> 'skip$
> 
> { "(" number * ")" * *
> 
> 
> (i.e., change "volume embolden" to "volume").
> 
> HTH
> Jürgen


Re: Bibtex question: van von de di della etc Name: HowTo?

2014-01-16 Thread Wolfgang Engelmann
On Thursday 16 January 2014 18:30:46 Wolfgang Engelmann wrote:
> On Thursday 16 January 2014 18:00:20 Jürgen Spitzmüller wrote:
> > 2014/1/16 Wolfgang Engelmann 
> 
> Thanks, Jürgen,
> works well. In the meantime I tried to use makebst to produce the
> desired .bst file, but at the end got
> LaTeX Error: File `babelbst.tex' not found
> Have to find out how to get it, unless somebody knows already.

I found a way to do it in
http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_makebst

on the terminal
 tex docstrip
answer the questions as shown
\infileext=mbs
\outfileext=tex
\Options=bblbst
\filelist=merlin
\answer=n
a file merlin.tex is produced, which has to be renamed to babelbst.tex
This file can be edited 
"and", "editor" etc. in the desired language
The file has to be placed in the same directory as the document
However, running the lyx document gives a number of errors such as
[9] [10] [11]
! Missing = inserted for \ifnum.
 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
I was expecting to see `<', `=', or `>'. Didn't.

! Missing number, treated as zero.
 
   o
l.770 ...te ancient (lamprey \citealt{Menaker1997}
  ).
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

Weird !

I give up for the time being.

Wolfgang


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Uwe Ade
Hello,

me again. Sorry for the disagreeability. I have the problem with safari und 
Pathfinder on my mac. The Download doesn’t work. As I read the tip from Anders  
i installed Firefox and the download and the installation of lyx  works fine.

In Future i will try to give more and clear descriptions. 

Thanks for the help an this Mailinglist. For me it´s great!!

uwe


Am 16.01.2014 um 17:18 schrieb Scott Kostyshak :

> On Thu, Jan 16, 2014 at 10:06 AM, Stephan Witt  wrote:
>> Am 16.01.2014 um 15:46 schrieb Scott Kostyshak :
>> 
>>> On Thu, Jan 16, 2014 at 9:23 AM, Anders Ekberg  wrote:
> On Thu, Jan 16, 2014 at 4:08 AM, Anders Ekberg  wrote:
>> Try paste the link in Firefox address field and download with Firefox.
>> This works fine for me. (Could probably work also with other web
>> browsers,
>> but I haven¹t tried that).
>> 
>> All the best!
>> Anders
>> 
>>> 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
> 
> Note that this is not a link to the file to download. This folder
> gives the links to download. Can you see the links? Go there with your
> browser. If you can see the links, does it work with wget (on Linux or
> Mac)? e.g.
> wget
> ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2/lyx-2.1.0beta2.tar.
> gz
> 
> Scott
 
 OK, maybe I was unclear: The upper link will give you a page where you
 will see all the downloadable files. Click on the LyX suitable for your
 needs and it should download (at least did for me).
 
>>> 
>>> Thanks Anders. Your report of strange behavior is still difficult for
>>> others to try to reproduce. I'm not trying to be pedantic here, but
>>> when you report something like this you want to give as much
>>> information as possible. For example, "Click on the LyX suitable for
>>> your need" is different for you (Windows?) than for me (Linux). So we
>>> would be clicking on different links! To see if I can reproduce the
>>> problem, we want to click on the same link, using the same OS (if
>>> possible) using the same browser (if possible). Otherwise you will get
>>> a lot of responses of "works for me" because we are using different
>>> applications to do it. That will not help you. Well, actually it will
>>> if you're able to change OS or change browsers, etc., but it won't
>>> help us figure out if it's a problem on our side or your side.
>>> 
>>> Which link are you clicking on? With which browser? With which OS?
>>> Have you tried using a different browser? If so, which one? Have you
>>> tried using a different computer? Did it work there?
>>> 
>>> Thanks for the report. If users can't download the installation file
>>> for LyX, that's definitely a problem and hopefully we can get to the
>>> root cause of it.
>> 
>> Hi Scott,
>> 
>> sorry for chiming in… it was Uwe who had the problem and Anders proposed
>> an alternate solution.
>> 
> 
> Hi Stephan,
> 
> Thanks for pointing out my mistake. My apologies to Anders.
> 
> Uwe, more information would be helpful.
> 
> Best,
> 
> Scott



Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Scott Kostyshak
On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade  wrote:
> Hello,
>
> me again. Sorry for the disagreeability. I have the problem with safari und
> Pathfinder on my mac. The Download doesn’t work. As I read the tip from
> Anders  i installed Firefox and the download and the installation of lyx
> works fine.
>
> In Future i will try to give more and clear descriptions.
>
> Thanks for the help an this Mailinglist. For me it´s great!!

Thanks for following up and thanks to Anders for the solultion.

Glad you got it working!

It would be nice if another Mac user could test using Safari.

Scott


Re: Are there problems with lyx-ftp-server?

2014-01-16 Thread Richard Talley
That was interesting.

Evidently Firefox had decided for me that it would take over handling the
FTP protocol. When I pasted
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta2 into Safari, it
opened Firefox. I hadn't noticed before because I usually use a standalone
FTP client.

I used the RCDefaultApp preference pane (
http://www.rubicode.com/Software/RCDefaultApp/) to give FTP handling back
to Finder. Safari then turned the FTP handling over to Finder and I was
then able to connect as a guest and drag and drop the Mac dmg into my
Downloads folder. A little slow, over 10 minutes to download, but it worked.

Safari 6.1.1 on OS X 10.8.5.

-- Rich



On Thu, Jan 16, 2014 at 1:38 PM, Scott Kostyshak  wrote:

> On Thu, Jan 16, 2014 at 3:04 PM, Uwe Ade  wrote:
> > Hello,
> >
> > me again. Sorry for the disagreeability. I have the problem with safari
> und
> > Pathfinder on my mac. The Download doesn’t work. As I read the tip from
> > Anders  i installed Firefox and the download and the installation of lyx
> > works fine.
> >
> > In Future i will try to give more and clear descriptions.
> >
> > Thanks for the help an this Mailinglist. For me it´s great!!
>
> Thanks for following up and thanks to Anders for the solultion.
>
> Glad you got it working!
>
> It would be nice if another Mac user could test using Safari.
>
> Scott
>


Re: lyx tables numbering in the main text

2014-01-16 Thread Paul A . Rubin
Can you post a *minimal* example where this happens? I suspect that, in
addition to deleting most text and graphics, you can probably leave the
table floats empty.

Paul