Re: Straghtforward XML export?

2012-05-11 Thread Nico Williams
On Thu, May 10, 2012 at 10:09 AM, Richard Heck rgh...@comcast.net wrote:
 I don't know how to create a custom inset that does.. [...]

 Try putting this into Local Layout, under DocumentSettings:

Excellent, that worked great.

 I guess if you want these as metadata, you should also add:
    InTitle 1
 to each of them.

I want them as metadata in my XSLT stylesheet's output, so it sufficed
without the InTitle bit.

Thanks!

Nico
--


Inserting an image using an http URL

2012-05-11 Thread Vojtěch Rylko

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


Cheers,
Vojta


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


I don't think we support that right now, but it probably wouldn't be 
that hard to do. I'd suggest you file an enhancement request on trac.


Richard



Re: Inserting an image using an http URL

2012-05-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:
 On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:
 Hi,
 
 there is a way to insert image located on the web by URL? With two options - 
 one time
 download or download it every time when compile. It would be useful.
 
 I don't think we support that right now, but it probably wouldn't be that 
 hard to do. I'd
 suggest you file an enhancement request on trac.
 

A quick google for latex insert picture from URL gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Maybe this helps,

Rainer

 Richard
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+tBZkACgkQoYgNqgF2egqnGgCgih7o4BP197kT6TaYE7Y0Eed9
UBAAnjUclbEqHvyBBHIwk3AvUjV0gpFi
=t7iQ
-END PGP SIGNATURE-


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 08:27 AM, Rainer M Krug wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two options - 
one time
download or download it every time when compile. It would be useful.


I don't think we support that right now, but it probably wouldn't be that hard 
to do. I'd
suggest you file an enhancement request on trac.


A quick google for latex insert picture from URL gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Looks then like LaTeX doesn't really do this. But LyX could provide some 
support. I'm sure
Qt must have some way of downloading things we could use, at least to 
allow the user to

put a URL in the box there, and then we download the image.

Richard



Re: color url ONLY

2012-05-11 Thread ehud.kaplan

Perfect-- that did it.  Thanks a lot, Paul.
Incidentally, where does one find out about all these wonders?
Do we have to do the unthinkable and read a manual?
Yours,
Ehud Kaplan

On 05/10/2012 10:33 AM, Paul A. Rubin wrote:

UDehud.kaplanat  gmail.com  writes:



 Is there a way to color (and make clickable) only URLs, but not
 citations?
 When I use the Document/Settings/PDF properties, both URLs and
 citations are colored and are clickable.
 Thanks,
 Ehud Kaplan


Assuming your text is black, you can add 'citecolor=black' as an additional
option for hyperref.  Citations will still be clickable, but they'll be
colored black.

Paul



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


conflict between LyX and Gimp for the use of python

2012-05-11 Thread Alex Vergara Gil

Hello LyXers!

I have a system with windows 7 which have previously installed python 
2.6 for the use of GIMP, this sofware do use python for a lot of things 
so I cannot remove it from the system. I want to install LyX in this 
system but when I do that all goes wrong because all the python scripts 
refers to the python 2.6 already installed instead of the correct python 
inside LyX. Is there a way to tell LyX that he must use the python 
located inside it and not the python of the system? I cannot found 
anything such a python executable location variable neither in LyX nor 
in registry.


My problem goes further than just converters, which behaves wrong in 
almost all the cases, it refers to the entire LyX system which use a lot 
of python scripts and there are a lot of errors when for example 
reconfiguring.


LyX 2.0.0, GIMP 2.6.11, python 2.6 in the system, windows 7... if you 
need anything else to answer let me know.


Greetings
~-o--{}--o-~
Alex Vergara Gil
MSc. Física Nuclear
Laboratorio Secundario de Calibración Dosimétrica
Centro de Protección e Higiene de las Radiaciones
Calle 20 No. 4113 e/ 18A y 47 Playa
La Habana, Cuba
A.P.6195 C.P.10600
Telf: (537)6824892, (537)6821803
Fax: (537)2030165




Reducing the button size for the citations

2012-05-11 Thread CW Vault
Hey everyone

Is there a way to reduce the width of citations buttons in the main screen
of the lyx editor? Some portions of my text have large number of citations.
When a citation has more
than one item it can occupy several pixels of each line of the editor.
After this is hard to read because one has to be jumping from line to line.
Notes are really cool because they only occupy a few pixels each.

Any suggestion apprciated

Thanks in advance!


Re: Straghtforward XML export?

2012-05-11 Thread Nico Williams
On Thu, May 10, 2012 at 10:09 AM, Richard Heck rgh...@comcast.net wrote:
 I don't know how to create a custom inset that does.. [...]

 Try putting this into Local Layout, under DocumentSettings:

Excellent, that worked great.

 I guess if you want these as metadata, you should also add:
    InTitle 1
 to each of them.

I want them as metadata in my XSLT stylesheet's output, so it sufficed
without the InTitle bit.

Thanks!

Nico
--


Inserting an image using an http URL

2012-05-11 Thread Vojtěch Rylko

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


Cheers,
Vojta


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


I don't think we support that right now, but it probably wouldn't be 
that hard to do. I'd suggest you file an enhancement request on trac.


Richard



Re: Inserting an image using an http URL

2012-05-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:
 On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:
 Hi,
 
 there is a way to insert image located on the web by URL? With two options - 
 one time
 download or download it every time when compile. It would be useful.
 
 I don't think we support that right now, but it probably wouldn't be that 
 hard to do. I'd
 suggest you file an enhancement request on trac.
 

A quick google for latex insert picture from URL gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Maybe this helps,

Rainer

 Richard
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+tBZkACgkQoYgNqgF2egqnGgCgih7o4BP197kT6TaYE7Y0Eed9
UBAAnjUclbEqHvyBBHIwk3AvUjV0gpFi
=t7iQ
-END PGP SIGNATURE-


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 08:27 AM, Rainer M Krug wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two options - 
one time
download or download it every time when compile. It would be useful.


I don't think we support that right now, but it probably wouldn't be that hard 
to do. I'd
suggest you file an enhancement request on trac.


A quick google for latex insert picture from URL gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Looks then like LaTeX doesn't really do this. But LyX could provide some 
support. I'm sure
Qt must have some way of downloading things we could use, at least to 
allow the user to

put a URL in the box there, and then we download the image.

Richard



Re: color url ONLY

2012-05-11 Thread ehud.kaplan

Perfect-- that did it.  Thanks a lot, Paul.
Incidentally, where does one find out about all these wonders?
Do we have to do the unthinkable and read a manual?
Yours,
Ehud Kaplan

On 05/10/2012 10:33 AM, Paul A. Rubin wrote:

UDehud.kaplanat  gmail.com  writes:



 Is there a way to color (and make clickable) only URLs, but not
 citations?
 When I use the Document/Settings/PDF properties, both URLs and
 citations are colored and are clickable.
 Thanks,
 Ehud Kaplan


Assuming your text is black, you can add 'citecolor=black' as an additional
option for hyperref.  Citations will still be clickable, but they'll be
colored black.

Paul



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual  Computational Neuroscience
*Director*, Center for Excellence in Computational  Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural  Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


conflict between LyX and Gimp for the use of python

2012-05-11 Thread Alex Vergara Gil

Hello LyXers!

I have a system with windows 7 which have previously installed python 
2.6 for the use of GIMP, this sofware do use python for a lot of things 
so I cannot remove it from the system. I want to install LyX in this 
system but when I do that all goes wrong because all the python scripts 
refers to the python 2.6 already installed instead of the correct python 
inside LyX. Is there a way to tell LyX that he must use the python 
located inside it and not the python of the system? I cannot found 
anything such a python executable location variable neither in LyX nor 
in registry.


My problem goes further than just converters, which behaves wrong in 
almost all the cases, it refers to the entire LyX system which use a lot 
of python scripts and there are a lot of errors when for example 
reconfiguring.


LyX 2.0.0, GIMP 2.6.11, python 2.6 in the system, windows 7... if you 
need anything else to answer let me know.


Greetings
~-o--{}--o-~
Alex Vergara Gil
MSc. Física Nuclear
Laboratorio Secundario de Calibración Dosimétrica
Centro de Protección e Higiene de las Radiaciones
Calle 20 No. 4113 e/ 18A y 47 Playa
La Habana, Cuba
A.P.6195 C.P.10600
Telf: (537)6824892, (537)6821803
Fax: (537)2030165




Reducing the button size for the citations

2012-05-11 Thread CW Vault
Hey everyone

Is there a way to reduce the width of citations buttons in the main screen
of the lyx editor? Some portions of my text have large number of citations.
When a citation has more
than one item it can occupy several pixels of each line of the editor.
After this is hard to read because one has to be jumping from line to line.
Notes are really cool because they only occupy a few pixels each.

Any suggestion apprciated

Thanks in advance!


Re: Straghtforward XML export?

2012-05-11 Thread Nico Williams
On Thu, May 10, 2012 at 10:09 AM, Richard Heck  wrote:
>> I don't know how to create a custom inset that does.. [...]
>
> Try putting this into Local Layout, under Document>Settings:

Excellent, that worked great.

> I guess if you want these as metadata, you should also add:
>    InTitle 1
> to each of them.

I want them as metadata in my XSLT stylesheet's output, so it sufficed
without the InTitle bit.

Thanks!

Nico
--


Inserting an image using an http URL

2012-05-11 Thread Vojtěch Rylko

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


Cheers,
Vojta


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two 
options - one time download or download it every time when compile. It 
would be useful.


I don't think we support that right now, but it probably wouldn't be 
that hard to do. I'd suggest you file an enhancement request on trac.


Richard



Re: Inserting an image using an http URL

2012-05-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:
> On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:
>> Hi,
>> 
>> there is a way to insert image located on the web by URL? With two options - 
>> one time
>> download or download it every time when compile. It would be useful.
>> 
> I don't think we support that right now, but it probably wouldn't be that 
> hard to do. I'd
> suggest you file an enhancement request on trac.
> 

A quick google for "latex insert picture from URL" gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Maybe this helps,

Rainer

> Richard
> 
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+tBZkACgkQoYgNqgF2egqnGgCgih7o4BP197kT6TaYE7Y0Eed9
UBAAnjUclbEqHvyBBHIwk3AvUjV0gpFi
=t7iQ
-END PGP SIGNATURE-


Re: Inserting an image using an http URL

2012-05-11 Thread Richard Heck

On 05/11/2012 08:27 AM, Rainer M Krug wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/05/12 13:59, Richard Heck wrote:

On 05/11/2012 04:05 AM, Vojtěch Rylko wrote:

Hi,

there is a way to insert image located on the web by URL? With two options - 
one time
download or download it every time when compile. It would be useful.


I don't think we support that right now, but it probably wouldn't be that hard 
to do. I'd
suggest you file an enhancement request on trac.


A quick google for "latex insert picture from URL" gave the following:

http://tex.stackexchange.com/questions/5433/can-i-use-an-image-located-on-the-web-in-a-latex-document

Looks then like LaTeX doesn't really do this. But LyX could provide some 
support. I'm sure
Qt must have some way of downloading things we could use, at least to 
allow the user to

put a URL in the box there, and then we download the image.

Richard



Re: color url ONLY

2012-05-11 Thread ehud.kaplan

Perfect-- that did it.  Thanks a lot, Paul.
Incidentally, where does one find out about all these wonders?
Do we have to do the unthinkable and read a manual?
Yours,
Ehud Kaplan

On 05/10/2012 10:33 AM, Paul A. Rubin wrote:

UD  writes:



 Is there a way to color (and make clickable) only URLs, but not
 citations?
 When I use the Document/Settings/PDF properties, both URLs and
 citations are colored and are clickable.
 Thanks,
 Ehud Kaplan


Assuming your text is black, you can add 'citecolor=black' as an additional
option for hyperref.  Citations will still be clickable, but they'll be
"colored" black.

Paul



--
Ehud Kaplan, Ph.D.
Jules and Doris Stein /Research to Prevent Blindness/ Professor
*Director*, The laboratory of Visual & Computational Neuroscience
*Director*, Center for Excellence in Computational & Systems Neuroscience
/Friedman Brain Institute/
Departments of Neuroscience, Ophthalmology, Structural & Chemical Biology,
The Mount Sinai School of Medicine
One Gustave Levy Place,
NY, NY, 10029


conflict between LyX and Gimp for the use of python

2012-05-11 Thread Alex Vergara Gil

Hello LyXers!

I have a system with windows 7 which have previously installed python 
2.6 for the use of GIMP, this sofware do use python for a lot of things 
so I cannot remove it from the system. I want to install LyX in this 
system but when I do that all goes wrong because all the python scripts 
refers to the python 2.6 already installed instead of the correct python 
inside LyX. Is there a way to tell LyX that he must use the python 
located inside it and not the python of the system? I cannot found 
anything such a "python executable location" variable neither in LyX nor 
in registry.


My problem goes further than just converters, which behaves wrong in 
almost all the cases, it refers to the entire LyX system which use a lot 
of python scripts and there are a lot of errors when for example 
reconfiguring.


LyX 2.0.0, GIMP 2.6.11, python 2.6 in the system, windows 7... if you 
need anything else to answer let me know.


Greetings
~-o--{}--o-~
Alex Vergara Gil
MSc. Física Nuclear
Laboratorio Secundario de Calibración Dosimétrica
Centro de Protección e Higiene de las Radiaciones
Calle 20 No. 4113 e/ 18A y 47 Playa
La Habana, Cuba
A.P.6195 C.P.10600
Telf: (537)6824892, (537)6821803
Fax: (537)2030165




Reducing the button size for the citations

2012-05-11 Thread CW Vault
Hey everyone

Is there a way to reduce the width of citations buttons in the main screen
of the lyx editor? Some portions of my text have large number of citations.
When a citation has more
than one item it can occupy several pixels of each line of the editor.
After this is hard to read because one has to be jumping from line to line.
Notes are really cool because they only occupy a few pixels each.

Any suggestion apprciated

Thanks in advance!