Re: int64 compiler warnings

2016-03-07 Thread Alex Vergara Gil
Best way for this is to use native int as integer variables and you forget about it, this works even on windows, so instead of int use long and thats it: http://en.cppreference.com/w/cpp/language/types 2016-03-07 11:58 GMT+01:00, Jean-Marc Lasgouttes : > Le 07/03/2016 04:14,

Re: [patch] use inkscape for EMF and WMF was: [LyX/master] installer: install Qt plugin DLLs correctly

2015-12-01 Thread Alex Vergara Gil
In Windows when you press Ctrl+C in an Office graphics you obtain an emf file in your pastebin, so when trying to place it in LyX you will be unsuccessful, so I always has to put it into mspaint and save it as png. So it would be a good idea to have a native automatic transformation from emf to

Re: Python 3 incompatibilities still exist right?

2014-11-21 Thread Alex Vergara Gil
Ok, let me be splicit. I use extensively Spyder with python 3 for my work, I use also LyX to write my articles. When I installed LyX (on windows) it uses its own bundled python2 and it works fine. The problem arises when I want to import my python graphics into LyX, which should be interpreted

Re: Python 3 incompatibilities still exist right?

2014-11-21 Thread Alex Vergara Gil
Ok, let me be splicit. I use extensively Spyder with python 3 for my work, I use also LyX to write my articles. When I installed LyX (on windows) it uses its own bundled python2 and it works fine. The problem arises when I want to import my python graphics into LyX, which should be interpreted

Re: Python 3 incompatibilities still exist right?

2014-11-20 Thread Alex Vergara Gil
The incompatibilities still exist at least in Windows sistems, since LyX installer bundles a python distribution itself and creates a conflict when python3 is the default. Moreover you cannot use python3 within LyX in Windows, because you will beak the system, LyX will not reconfigure anymore!!

Re: Python 3 incompatibilities still exist right?

2014-11-20 Thread Alex Vergara Gil
The incompatibilities still exist at least in Windows sistems, since LyX installer bundles a python distribution itself and creates a conflict when python3 is the default. Moreover you cannot use python3 within LyX in Windows, because you will beak the system, LyX will not reconfigure anymore!!

Re: Fw: Python Graphics in LyX [was: Python bindings]

2014-06-17 Thread Alex Vergara Gil
- Original Message - From: Jean-Marc Lasgouttes Sent: Tuesday, June 17, 2014 10:34 AM 17/06/2014 17:31, Alex Vergara Gil: It seems this mail never gets out my mail server. Resending Hi, I am jumping in the middle of a discussion that I did not really follow, but did you consider

Re: Fw: Python Graphics in LyX [was: Python bindings]

2014-06-17 Thread Alex Vergara Gil
- Original Message - From: "Jean-Marc Lasgouttes" Sent: Tuesday, June 17, 2014 10:34 AM 17/06/2014 17:31, Alex Vergara Gil: It seems this mail never gets out my mail server. Resending Hi, I am jumping in the middle of a discussion that I did not really follow, but did yo

Re: Python Graphics in LyX [was: Python bindings]

2014-06-09 Thread Alex Vergara Gil
- Original Message - From: Kornel Benko Sent: Monday, June 09, 2014 8:40 AM Am Montag, 9. Juni 2014 um 08:07:16, schrieb Alex Vergara Gil a...@cphr.edu.cu Dear Lyxers! Studying a little of python and LyX I have reached to this feature that makes LyX show and process python graphics

Re: [GSOC/LyX--Word]: Math export to ODT issues

2014-06-09 Thread Alex Vergara Gil
sorry for top posting but have you tryed python-mathjax?? sudo pip install mathjax this library converts latex math to MathML representation and it is already a stable package, and since lyx already converts to latex math... My 2c Alex - Original Message - From: stefano franchi

Re: Python Graphics in LyX [was: Python bindings]

2014-06-09 Thread Alex Vergara Gil
- Original Message - From: "Kornel Benko" Sent: Monday, June 09, 2014 8:40 AM Am Montag, 9. Juni 2014 um 08:07:16, schrieb Alex Vergara Gil <a...@cphr.edu.cu> > Dear Lyxers! > > Studying a little of python and LyX I have reached to this feature that makes >

Re: [GSOC/LyX<-->Word]: Math export to ODT issues

2014-06-09 Thread Alex Vergara Gil
sorry for top posting but have you tryed python-mathjax?? sudo pip install mathjax this library converts latex math to MathML representation and it is already a stable package, and since lyx already converts to latex math... My 2c Alex - Original Message - From: stefano franchi

Re: [Feature Request] python binding

2014-06-02 Thread Alex Vergara Gil
From: Richard Heck rgh...@lyx.org Sent: Thursday, May 29, 2014 5:05 PM I might be *completely* off, but couldn't you achieve exactly this via defining converters? I have for example a converter defined, which converts plantuml source fields into uml graphs, i.e. it defines the call to compile

Re: [Feature Request] python binding

2014-06-02 Thread Alex Vergara Gil
To: Alex Vergara Gil a...@cphr.edu.cu Cc: Richard Heck rgh...@lyx.org; lyx-users Users lyx-us...@lists.lyx.org; lyx-devel@lists.lyx.org Sent: Monday, June 02, 2014 8:31 AM Subject: Re: [Feature Request] python binding I just add comments inline Let's see if I understand: -1. You define a *file

Re: [Feature Request] python binding

2014-06-02 Thread Alex Vergara Gil
From: "Richard Heck" Sent: Thursday, May 29, 2014 5:05 PM >> I might be *completely* off, but couldn't you achieve exactly this via >> defining converters? I have for example a converter defined, which >> "converts" plantuml source fields into uml graphs, i.e. it defines the >>

Re: [Feature Request] python binding

2014-06-02 Thread Alex Vergara Gil
i...@krugs.de> To: "Alex Vergara Gil" <a...@cphr.edu.cu> Cc: "Richard Heck" <rgh...@lyx.org>; "lyx-users Users" <lyx-us...@lists.lyx.org>; <lyx-devel@lists.lyx.org> Sent: Monday, June 02, 2014 8:31 AM Subject: Re: [Feature Request] python bind

[Feature Request] python binding

2014-05-29 Thread Alex Vergara Gil
Hello Lyxers I wonder why LyX is not available to process little pieces of python code within its own framework, like ipython notebook for instance?? This feature allows us to have beautiful graphics such the one produced by matplotlib package. I know there already exists a similar binding for

Re: [Feature Request] python binding

2014-05-29 Thread Alex Vergara Gil
From: Richard Heck Sent: Thursday, May 29, 2014 3:26 PM On 05/29/2014 03:36 PM, Alex Vergara Gil wrote: Hello Lyxers I wonder why LyX is not available to process little pieces of python code within its own framework, like ipython notebook for instance?? This feature

[Feature Request] python binding

2014-05-29 Thread Alex Vergara Gil
Hello Lyxers I wonder why LyX is not available to process little pieces of python code within its own framework, like ipython notebook for instance?? This feature allows us to have beautiful graphics such the one produced by matplotlib package. I know there already exists a similar binding for

Re: [Feature Request] python binding

2014-05-29 Thread Alex Vergara Gil
From: Richard Heck Sent: Thursday, May 29, 2014 3:26 PM On 05/29/2014 03:36 PM, Alex Vergara Gil wrote: Hello Lyxers I wonder why LyX is not available to process little pieces of python code within its own framework, like ipython notebook for instance?? This feature

Re: new list: lyx-es

2014-05-02 Thread Alex Vergara Gil
- Original Message - From: Scott Kostyshak skost...@lyx.org To: LyX Developers lyx-devel@lists.lyx.org Sent: Thursday, May 01, 2014 11:53 AM Subject: new list: lyx-es Pavel and Máté have helped me to set up lyx-es, a mailing list for Spanish speakers. It is our third non-English

Fw: WELCOME to lyx...@lists.lyx.org

2014-05-02 Thread Alex Vergara Gil
Confirmed! I´ve subscribed to the spanish list of LyX. Regards Alex - Original Message - From: lyx-es-h...@lists.lyx.org To: alex Sent: Friday, May 02, 2014 2:22 PM Subject: WELCOME to lyx...@lists.lyx.org ¡Hola! Soy el programa ezmlm. Me ocupo de la lista de correo

Re: new list: lyx-es

2014-05-02 Thread Alex Vergara Gil
- Original Message - From: "Scott Kostyshak" To: "LyX Developers" Sent: Thursday, May 01, 2014 11:53 AM Subject: new list: lyx-es Pavel and Máté have helped me to set up lyx-es, a mailing list for Spanish speakers. It is our third

Fw: WELCOME to lyx...@lists.lyx.org

2014-05-02 Thread Alex Vergara Gil
Confirmed! I´ve subscribed to the spanish list of LyX. Regards Alex - Original Message - From: To: Sent: Friday, May 02, 2014 2:22 PM Subject: WELCOME to lyx...@lists.lyx.org ¡Hola! Soy el programa ezmlm. Me ocupo de la lista de correo

Re: about sourceForge

2014-04-17 Thread Alex Vergara Gil
- Original Message - From: Vincent van Ravesteijn To: Alex Vergara Gil ; lyx-devel Sent: Thursday, April 17, 2014 6:18 AM Subject: Re: about sourceForge This is not relevant to LyX, because we don't use sourceforge for any official distribution. Vincent Oh, good

Re: about sourceForge

2014-04-17 Thread Alex Vergara Gil
- Original Message - From: Vincent van Ravesteijn To: Alex Vergara Gil ; lyx-devel Sent: Thursday, April 17, 2014 6:18 AM Subject: Re: about sourceForge This is not relevant to LyX, because we don't use sourceforge for any official distribution. Vincent Oh, good

about sourceForge

2014-04-16 Thread Alex Vergara Gil
dear developers I will only mention this fact so you can decide if you agree or not taked from: http://notepad-plus-plus.org/news/notepad-new-site-notepad-plus-plus.org.html Since January 2010, SourceForge has complied with US law to deny site access from 5 countries (Cuba, Iran, North Korea,

about sourceForge

2014-04-16 Thread Alex Vergara Gil
dear developers I will only mention this fact so you can decide if you agree or not taked from: http://notepad-plus-plus.org/news/notepad-new-site-notepad-plus-plus.org.html Since January 2010, SourceForge has complied with US law to deny site access from 5 countries (Cuba, Iran, North Korea,

About XML LyX file format [was: [GSoC 2014]Interested in Round trip conversion between LyX and .docx formats]

2014-02-27 Thread Alex Vergara Gil
in this discussion, so see this mail as a personal point of view Regards! Alex Vergara Gil MSc Nuclear Physics SSDL, CPHR, Havana Cuba http://www.cphr.edu.cu

Re: About XML LyX file format [was: [GSoC 2014]Interested in Round trip conversion between LyX and .docx formats]

2014-02-27 Thread Alex Vergara Gil
Do you mean a native LyX file format which would be the primary format, or an auxiliary format for interfacing with external tools? I mean xml as primary format. The native file format would need to be non-static and would need format changes as LyX develops (so would face similar problems to

About XML LyX file format [was: [GSoC 2014]Interested in Round trip conversion between LyX and .docx formats]

2014-02-27 Thread Alex Vergara Gil
in this discussion, so see this mail as a personal point of view Regards! Alex Vergara Gil MSc Nuclear Physics SSDL, CPHR, Havana Cuba http://www.cphr.edu.cu

Re: About XML LyX file format [was: [GSoC 2014]Interested in Round trip conversion between LyX and .docx formats]

2014-02-27 Thread Alex Vergara Gil
Do you mean a native LyX file format which would be the primary format, or an auxiliary format for interfacing with external tools? I mean xml as primary format. The native file format would need to be non-static and would need format changes as LyX develops (so would face similar problems to

Re: Tarballs lyx-2.1.0beta2 on FTP

2013-12-04 Thread Alex Vergara Gil
Am 03.12.2013 09:26, schrieb Vincent van Ravesteijn: (...) Besides this I have now upload an installer for LyX 2.1beta2: https://sourceforge.net/projects/lyxwininstaller/files/TestVersions/LyX-210beta2-Installer-2.exe/download (You have already built an installer, but from which repository is

Re: Tarballs lyx-2.1.0beta2 on FTP

2013-12-04 Thread Alex Vergara Gil
Am 03.12.2013 09:26, schrieb Vincent van Ravesteijn: (...) Besides this I have now upload an installer for LyX 2.1beta2: https://sourceforge.net/projects/lyxwininstaller/files/TestVersions/LyX-210beta2-Installer-2.exe/download (You have already built an installer, but from which repository is

Re: annual survery of LyX users

2013-06-19 Thread Alex Vergara Gil
This is what I call a real democracy, so good news from LyX developers. Now my 2c (personal opinion, not necesarily ok) (A1) continuous spell-check by default. I don´t like this, I first write and then spell check the entire document. (A2) behavior of LFUN_DOWN_SELECT on last line. If

Re: annual survery of LyX users

2013-06-19 Thread Alex Vergara Gil
This is what I call a real democracy, so good news from LyX developers. Now my 2c (personal opinion, not necesarily ok) (A1) continuous spell-check by default. I don´t like this, I first write and then spell check the entire document. (A2) behavior of LFUN_DOWN_SELECT on last line. If

[Proposition] Organizing templates and user examples

2013-05-15 Thread Alex Vergara Gil
Hi developers! IMHO, the default localization for user examples outside the template folder creates an annoying workflow for users which must go up to the root folder then go to the examples. On the other hand each time I want to upgrade LyX I must waste my time sincyng the default locations

[Proposition] Organizing templates and user examples

2013-05-15 Thread Alex Vergara Gil
Hi developers! IMHO, the default localization for user examples outside the template folder creates an annoying workflow for users which must go up to the root folder then go to the examples. On the other hand each time I want to upgrade LyX I must waste my time sincyng the default locations

Re: XML For LyX

2013-05-09 Thread Alex Vergara Gil
I have started to think seriously about moving to XML for LyX's native file format. I doubt that we will want to do this for 2.1, as it is too late, really, so I am thinking about doing it for some time early in the 2.2 cycle, which means starting now. First of all, This is a very old

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
Nicola Scafetta, Ph. D. wrote: When I use the HTML export a window opens and asks the following question: ???How do you want to open this type of file (.py) Does Tools-Reconfigure help? P No. That is the first thing that I did. nicola This is really odd! Since the reconfigure

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
I simply downloaded this file ftp://ftp.lyx.org/pub/lyx/bin/2.0.6/LyX-2.0.6-Installer-1.exe and installed it following the default instructions. I did not change anything. May the problem be limited to elyxer.py that may be not well linked to python ? nicola have you tried to delete all

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
Alternatively, if the problem cannot be fixed, instead of using the converter command elyxer.py --directory $$r $$i $$o may you suggest a different converter command that does not use elyxer.py as it was with 2.0.4 and earlier version? thank you. nicola Oh I see now the error, try to

Re: XML For LyX

2013-05-09 Thread Alex Vergara Gil
> > I have started to think seriously about moving to XML for LyX's native > file format. I doubt that we will want to do this for 2.1, as it is too > late, really, so I am thinking about doing it for some time early in the > 2.2 cycle, which means starting now. > First of all, This is a very

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
Nicola Scafetta, Ph. D. wrote: When I use the HTML export a window opens and asks the following question: ???How do you want to open this type of file (.py) Does Tools->Reconfigure help? P No. That is the first thing that I did. nicola This is really odd! Since the reconfigure

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
I simply downloaded this file ftp://ftp.lyx.org/pub/lyx/bin/2.0.6/LyX-2.0.6-Installer-1.exe and installed it following the default instructions. I did not change anything. May the problem be limited to elyxer.py that may be not well linked to python ? nicola have you tried to delete all

Re: bug on Lyx 2.0.6?

2013-05-09 Thread Alex Vergara Gil
Alternatively, if the problem cannot be fixed, instead of using the converter command elyxer.py --directory $$r $$i $$o may you suggest a different converter command that does not use elyxer.py as it was with 2.0.4 and earlier version? thank you. nicola Oh I see now the error, try to

Re: Can't compile lyx-outline

2013-04-26 Thread Alex Vergara Gil
- Original Message - From: Ashley Shan Hi all, I was trying to compile the existing code for corkboard and outline view. I followed instructions on this post: http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I installed all programs as instructed (Qt 5.0.2,

Re: Can't compile lyx-outline

2013-04-26 Thread Alex Vergara Gil
- Original Message - From: Ashley Shan Hi all, I was trying to compile the existing code for corkboard and outline view. I followed instructions on this post: http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I installed all programs as instructed (Qt 5.0.2,

Re: feature request: ribbon menus

2013-04-05 Thread Alex Vergara Gil
- Original Message - From: Steve Litt sl...@troubleshooters.com To: lyx-us...@lists.lyx.org Sent: Thursday, April 04, 2013 7:38 PM Subject: Re: feature request: ribbon menus On Thu, 4 Apr 2013 14:31:07 +0200 (CEST) Csikos Bela bcsikos...@freemail.hu wrote: Alex Vergara Gil

Re: feature request: ribbon menus

2013-04-05 Thread Alex Vergara Gil
- Original Message - From: Jürgen Spitzmüller sp...@lyx.org To: lyx-devel@lists.lyx.org Sent: Friday, April 05, 2013 11:16 AM Subject: Re: feature request: ribbon menus Well, this is an open source project. So if there are no license issues, everybody who is motivated enough to

Re: feature request: ribbon menus

2013-04-05 Thread Alex Vergara Gil
- Original Message - From: "Steve Litt" <sl...@troubleshooters.com> To: <lyx-us...@lists.lyx.org> Sent: Thursday, April 04, 2013 7:38 PM Subject: Re: feature request: ribbon menus On Thu, 4 Apr 2013 14:31:07 +0200 (CEST) Csikos Bela <bcsikos...@freemail.hu&g

Re: feature request: ribbon menus

2013-04-05 Thread Alex Vergara Gil
- Original Message - From: "Jürgen Spitzmüller" To: Sent: Friday, April 05, 2013 11:16 AM Subject: Re: feature request: ribbon menus Well, this is an open source project. So if there are no license issues, everybody who is motivated enough

feature request: ribbon menus

2013-04-03 Thread Alex Vergara Gil
Hello developers! I have a feature request if this is not already requested to you: Ribbon Menus. The actual look of lyx makes duplicate functions in text menus and icon menus, besides there is a lot of space wasted by allocating the icon menus. This has nothing to do with intrinsic code but

Re: feature request: ribbon menus

2013-04-03 Thread Alex Vergara Gil
Alex Vergara Gil wrote: I don´t know if thi request can be made inside Qt (I think there should be some package for this in the nokia library!). Pavel Sanda wrote: No it isn't. Mr Google suggest that Qt team at one point stopped developing the control due to Microsoft licensing. This sounds

feature request: ribbon menus

2013-04-03 Thread Alex Vergara Gil
Hello developers! I have a feature request if this is not already requested to you: Ribbon Menus. The actual look of lyx makes duplicate functions in text menus and icon menus, besides there is a lot of space wasted by allocating the icon menus. This has nothing to do with intrinsic code but

Re: feature request: ribbon menus

2013-04-03 Thread Alex Vergara Gil
Alex Vergara Gil wrote: I don´t know if thi request can be made inside Qt (I think there should be some package for this in the nokia library!). Pavel Sanda wrote: No it isn't. Mr Google suggest that "Qt team at one point stopped developing the control due to Microsoft lice

Creating pdf forms template

2013-03-21 Thread Alex Vergara Gil
Hello Lyxers! In the lasts days I was learning how to create PDF forms using LyX. But this process require a few javascript knowledge. I´ve tried my best to translate to english the attached template (an improvement of previous in spanish) in which you will see that objects are actually

Re: Creating pdf forms template

2013-03-21 Thread Alex Vergara Gil
- Original Message - From: John Kane To: Alex Vergara Gil ; lyx-users Users ; lyx-devel@lists.lyx.org Sent: Thursday, March 21, 2013 12:32 PM Subject: Re: Creating pdf forms template It works or at least I managed to type some text into the text box. I made a couple

Creating pdf forms template

2013-03-21 Thread Alex Vergara Gil
Hello Lyxers! In the lasts days I was learning how to create PDF forms using LyX. But this process require a few javascript knowledge. I´ve tried my best to translate to english the attached template (an improvement of previous in spanish) in which you will see that objects are actually

Re: Creating pdf forms template

2013-03-21 Thread Alex Vergara Gil
- Original Message - From: John Kane To: Alex Vergara Gil ; lyx-users Users ; lyx-devel@lists.lyx.org Sent: Thursday, March 21, 2013 12:32 PM Subject: Re: Creating pdf forms template It works or at least I managed to type some text into the text box. I made a couple

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
I would really love to be able to conveniently edit the TeX code directly - I'd be vastly more productive. I find lyx gui editing - as all other math editors - to be terribly frustrating and unproductive. I used LaTeX since 1980s, and the lack of this is the only thing that makes me think

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
I would really love to be able to conveniently edit the TeX code directly - I'd be vastly more productive. I find lyx gui editing - as all other math editors - to be terribly frustrating and unproductive. I used LaTeX since 1980s, and the lack of this is the only thing that makes me think

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
Sorry for the wrong thread answer! This is the correct one Attached there is a MWE of how to produce this forms in LyX (is in spanish but the idea remains for every language). HTH, if anyone is so kind to translate this and upload to the wiki please be welcome Alex pdf-forms.lyx

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
- Original Message - From: Neal Becker To: Alex Vergara Gil Cc: lyx-devel@lists.lyx.org ; lyx-us...@lists.lyx.org Sent: Wednesday, March 20, 2013 10:01 AM Subject: Re: editing math in lyx Any convenient shortcut to select the content of the formula? I thought clicking

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
Hello all! I have tried to make this template to work, but there is something wrong with my javascript. Could anyone please help me to get this running Best Regards Alex pdf-forms.lyx Description: application/lyx

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
ping! Hello all! I have tried to make this template to work, but there is something wrong with my javascript. Could anyone please help me to get this running Best Regards Alex pdf-forms.lyx Description: application/lyx

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
I would really love to be able to conveniently edit the TeX code directly - I'd be vastly more productive. I find lyx gui editing - as all other math editors - to be terribly frustrating and unproductive. I used LaTeX since 1980s, and the lack of this is the only thing that makes me think

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
I would really love to be able to conveniently edit the TeX code directly - I'd be vastly more productive. I find lyx gui editing - as all other math editors - to be terribly frustrating and unproductive. I used LaTeX since 1980s, and the lack of this is the only thing that makes me think

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
Sorry for the wrong thread answer! This is the correct one Attached there is a MWE of how to produce this forms in LyX (is in spanish but the idea remains for every language). HTH, if anyone is so kind to translate this and upload to the wiki please be welcome Alex pdf-forms.lyx

Re: editing math in lyx

2013-03-20 Thread Alex Vergara Gil
- Original Message - From: Neal Becker To: Alex Vergara Gil Cc: lyx-devel@lists.lyx.org ; lyx-us...@lists.lyx.org Sent: Wednesday, March 20, 2013 10:01 AM Subject: Re: editing math in lyx Any convenient shortcut to select the content of the formula? I thought clicking

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
Hello all! I have tried to make this template to work, but there is something wrong with my javascript. Could anyone please help me to get this running Best Regards Alex pdf-forms.lyx Description: application/lyx

Re: How to create a pdf template?

2013-03-20 Thread Alex Vergara Gil
ping! Hello all! I have tried to make this template to work, but there is something wrong with my javascript. Could anyone please help me to get this running Best Regards Alex pdf-forms.lyx Description: application/lyx

How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
something), a few Comboboxes (for the user to select a single option) and some Radio/Check Groups (for the user to select one/many among some options). Thanks for your time Best Regards Alex Vergara Gil MSc Nuclear Physics SSDL, CPHR, Havana, Cuba http://www.cphr.edu.cu

Re: How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
- Original Message - From: Liviu Andronic landronim...@gmail.com Subject: Re: How to create a pdf template? On Tue, Mar 19, 2013 at 2:34 PM, Alex Vergara Gil a...@cphr.edu.cu wrote: I need to create a pdf template for users to fill some boxes like a poll (actually I need to create

Re: How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
As a starting point: http://tex.stackexchange.com/questions/14842/creating-fillable-pdfs but also: http://www.ctan.org/tex-archive/info/pdf-forms-tutorial And as an example: http://martin-thoma.com/creating-pdf-forms-with-latex/ WOW! Very nice example. It is just be needed to add

How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
something), a few Comboboxes (for the user to select a single option) and some Radio/Check Groups (for the user to select one/many among some options). Thanks for your time Best Regards Alex Vergara Gil MSc Nuclear Physics SSDL, CPHR, Havana, Cuba http://www.cphr.edu.cu

Re: How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
- Original Message - From: "Liviu Andronic" <landronim...@gmail.com> Subject: Re: How to create a pdf template? On Tue, Mar 19, 2013 at 2:34 PM, Alex Vergara Gil <a...@cphr.edu.cu> wrote: I need to create a pdf template for users to fill some boxes like a

Re: How to create a pdf template?

2013-03-19 Thread Alex Vergara Gil
As a starting point: http://tex.stackexchange.com/questions/14842/creating-fillable-pdfs but also: http://www.ctan.org/tex-archive/info/pdf-forms-tutorial And as an example: http://martin-thoma.com/creating-pdf-forms-with-latex/ WOW! Very nice example. It is just be needed to add

Re: editing math in lyx

2013-03-18 Thread Alex Vergara Gil
- Original Message - From: Scott Kostyshak skost...@lyx.org To: Abdelrazak Younes you...@lyx.org Cc: Alex Vergara Gil a...@cphr.edu.cu; lyx-us...@lists.lyx.org; lyx-devel@lists.lyx.org Sent: Sunday, March 17, 2013 12:11 PM Subject: Re: editing math in lyx This sounds like a not very

Re: editing math in lyx

2013-03-18 Thread Alex Vergara Gil
- Original Message - From: "Scott Kostyshak" <skost...@lyx.org> To: "Abdelrazak Younes" <you...@lyx.org> Cc: "Alex Vergara Gil" <a...@cphr.edu.cu>; <lyx-us...@lists.lyx.org>; <lyx-devel@lists.lyx.org> Sent: Sunday, March 17, 2

Re: editing math in lyx

2013-03-14 Thread Alex Vergara Gil
- Original Message - From: Guenter Milde mi...@users.sf.net To: lyx-us...@lists.lyx.org Sent: Thursday, March 14, 2013 3:35 AM Subject: Re: editing math in lyx Third method: * select and cut the fraction * paste into text - will appear as LaTeX macros * edit * cut and paste back to

Re: editing math in lyx

2013-03-14 Thread Alex Vergara Gil
- Original Message - From: "Guenter Milde" To: Sent: Thursday, March 14, 2013 3:35 AM Subject: Re: editing math in lyx Third method: * select and cut the fraction * paste into text - will appear as LaTeX macros * edit * cut and paste