Re: eLyxer and (web) typography

2009-06-25 Thread Guenter Milde
On 2009-06-24, Alex Fernandez wrote: Sure, but eLyXer does not output MathML. I am waiting for Richard to implement it in LyX so that I can then rip it off... (just joking). As eLyXer is written in Python, the MathML extension for Docutils might provide something to rip off:

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
I would love to see this feature added in the next LyX version. Many thanks, PhG rgheck wrote: Jean-Marc Lasgouttes wrote: LFUN_TAB_INSERT currently only works with listings. You might be able to redo the bindings so that the tab key would insert a tab, perhaps via unicode-insert and then

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
As a temporary workaround to get tabs available, I redefine: \bind Tab command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in;self-insert with last command being self-insert \t (the actual tabulation). I have tried unicode-insert 0x0009, but it does not

Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie voidina...@gmail.com wrote: i would like to plot a simple function like f(x)=3x^2. I know there You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: Sciposter example

2009-06-25 Thread Liviu Andronic
On 6/24/09, Ehud Kaplan ehud.kap...@mssm.edu wrote: I am looking for an example of a latex or LyX document that used the sciposter.cls document class. Perhaps this [1] would qualify? Liviu [1] http://users.soe.ucsc.edu/~avg/Poster/Sciposter/

Re: Sciposter example

2009-06-25 Thread E. Kaplan
Thanks a lot, Phil. I had given up on Lyx for posters, and used sciposter.cls with latex direcly, which turned out to be very good. However, the example you have referred me to might reignite my interest in using Lyx for posters.

Article (Koma)-Class: How could I get a smaller fontsize for Abstract

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the abstract- article. How could I achieve that? Best* Jess

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with lyx-1.6.3-i486-1, at terminal after of lyx, result Mauricio, I do not know what problem you are having. I build my own Slackware packages for LyX using a SlackBuild

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Pavel Sanda
Rich Shepard wrote: On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with lyx-1.6.3-i486-1, at terminal after of lyx, result Mauricio, I do not know what problem you are having. I build my own Slackware packages for

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Article (Koma): How to change fontsize for Abstract

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the abstract- article. How could I achieve that? I´ve tried, just for one instance, to enter ERT: {\footnotesize\}. But this works just for one instance, and even then Lyx tells me the following: \end{abstract} I've inserted

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Thu, 25 Jun 2009, Pavel Sanda wrote: no this wont help. lyx binary is missing correct libary/ies. either compile it against libraries on your system or get lyx binary from some standard packaging system on slackware which provides this compatibility, dunno how it works on slack. pavel,

Re: How do i plot a function?

2009-06-25 Thread Phil
  i would like to plot a simple function like f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Defining external material product on several lines

2009-06-25 Thread Philippe Grosjean
Using LyX 1.6.3 Mac OS X, I am not able to define Product on several lines (as the example in the Customization manual). Here is my definition: Template Rcode GuiName R code: $$FName HelpText Insert R code inside a R-Chunk (Sweave document). HelpTextEnd

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with

sciposter layout

2009-06-25 Thread Ehud Kaplan
Although I can now make nice posters using Latex with sciposter.cls, I still wanted to use Lyx for posters, if possible. I have tried to use the sciposter.layout for Lyx posted here: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg63740.html and stored the layout file in

Re: sciposter layout

2009-06-25 Thread Phil
message that reconfiguration had failed.  Make sure this line is in the layout file. I believe the copy and paste removed the end of line feed after the #. The line should look like this and then you should be able to reconfigure. #

Re: How do i plot a function?

2009-06-25 Thread Yago
If you need to plot this function you can use this code: \psset{yunit=0.5cm,xunit=1cm} \begin{pspicture*}(-2.5,-2)(2.5,10) \psaxes[Dy=2]{-}(0,0)(-2.5,-1)(2.5,10) \psset{linewidth=1.5pt} \psPolynomial[coeff=0 0 3]{-2.5}{5} \rput[lb](1.6,4.2){$f(x)$} \end{pspicture*} You will need the package

Re: STY Layout and \maketitle Help

2009-06-25 Thread Jean-Marc Lasgouttes
Le 24 juin 09 à 22:31, rgheck a écrit : guess it's a tex2lyx importation bug, but I also doubt that any sane version of tex2lyx could ever catch this kind of thing reliably. Could you make an executive summary for me? JMarc

Re: different counters for different environments

2009-06-25 Thread Paul A. Rubin
rgheck wrote: Is there a place on the wiki where people can put modules they've created for their own use that they think might be useful for others? I've got a few of these myself. There's now a Modules page in the LyX page group (http://wiki.lyx.org/LyX/Modules). /Paul

script

2009-06-25 Thread kgilbert
JanR, I don't think I ever sent you the script for un-scrambling lyx to pdflatex exports. I am enclosing the email from Carrick Talmadge (c...@olemiss.edu) and a zip file with the script. You might want to contact Carrick directly if you have questions. I have not used the script yet,

Re: eLyxer and (web) typography

2009-06-25 Thread Guenter Milde
On 2009-06-24, Alex Fernandez wrote: Sure, but eLyXer does not output MathML. I am waiting for Richard to implement it in LyX so that I can then rip it off... (just joking). As eLyXer is written in Python, the MathML extension for Docutils might provide something to rip off:

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
I would love to see this feature added in the next LyX version. Many thanks, PhG rgheck wrote: Jean-Marc Lasgouttes wrote: LFUN_TAB_INSERT currently only works with listings. You might be able to redo the bindings so that the tab key would insert a tab, perhaps via unicode-insert and then

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
As a temporary workaround to get tabs available, I redefine: \bind Tab command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in;self-insert with last command being self-insert \t (the actual tabulation). I have tried unicode-insert 0x0009, but it does not

Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie voidina...@gmail.com wrote: i would like to plot a simple function like f(x)=3x^2. I know there You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: Sciposter example

2009-06-25 Thread Liviu Andronic
On 6/24/09, Ehud Kaplan ehud.kap...@mssm.edu wrote: I am looking for an example of a latex or LyX document that used the sciposter.cls document class. Perhaps this [1] would qualify? Liviu [1] http://users.soe.ucsc.edu/~avg/Poster/Sciposter/

Re: Sciposter example

2009-06-25 Thread E. Kaplan
Thanks a lot, Phil. I had given up on Lyx for posters, and used sciposter.cls with latex direcly, which turned out to be very good. However, the example you have referred me to might reignite my interest in using Lyx for posters.

Article (Koma)-Class: How could I get a smaller fontsize for Abstract

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the abstract- article. How could I achieve that? Best* Jess

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with lyx-1.6.3-i486-1, at terminal after of lyx, result Mauricio, I do not know what problem you are having. I build my own Slackware packages for LyX using a SlackBuild

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Pavel Sanda
Rich Shepard wrote: On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with lyx-1.6.3-i486-1, at terminal after of lyx, result Mauricio, I do not know what problem you are having. I build my own Slackware packages for

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Article (Koma): How to change fontsize for Abstract

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the abstract- article. How could I achieve that? I´ve tried, just for one instance, to enter ERT: {\footnotesize\}. But this works just for one instance, and even then Lyx tells me the following: \end{abstract} I've inserted

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Thu, 25 Jun 2009, Pavel Sanda wrote: no this wont help. lyx binary is missing correct libary/ies. either compile it against libraries on your system or get lyx binary from some standard packaging system on slackware which provides this compatibility, dunno how it works on slack. pavel,

Re: How do i plot a function?

2009-06-25 Thread Phil
  i would like to plot a simple function like f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Defining external material product on several lines

2009-06-25 Thread Philippe Grosjean
Using LyX 1.6.3 Mac OS X, I am not able to define Product on several lines (as the example in the Customization manual). Here is my definition: Template Rcode GuiName R code: $$FName HelpText Insert R code inside a R-Chunk (Sweave document). HelpTextEnd

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with

sciposter layout

2009-06-25 Thread Ehud Kaplan
Although I can now make nice posters using Latex with sciposter.cls, I still wanted to use Lyx for posters, if possible. I have tried to use the sciposter.layout for Lyx posted here: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg63740.html and stored the layout file in

Re: sciposter layout

2009-06-25 Thread Phil
message that reconfiguration had failed.  Make sure this line is in the layout file. I believe the copy and paste removed the end of line feed after the #. The line should look like this and then you should be able to reconfigure. #

Re: How do i plot a function?

2009-06-25 Thread Yago
If you need to plot this function you can use this code: \psset{yunit=0.5cm,xunit=1cm} \begin{pspicture*}(-2.5,-2)(2.5,10) \psaxes[Dy=2]{-}(0,0)(-2.5,-1)(2.5,10) \psset{linewidth=1.5pt} \psPolynomial[coeff=0 0 3]{-2.5}{5} \rput[lb](1.6,4.2){$f(x)$} \end{pspicture*} You will need the package

Re: STY Layout and \maketitle Help

2009-06-25 Thread Jean-Marc Lasgouttes
Le 24 juin 09 à 22:31, rgheck a écrit : guess it's a tex2lyx importation bug, but I also doubt that any sane version of tex2lyx could ever catch this kind of thing reliably. Could you make an executive summary for me? JMarc

Re: different counters for different environments

2009-06-25 Thread Paul A. Rubin
rgheck wrote: Is there a place on the wiki where people can put modules they've created for their own use that they think might be useful for others? I've got a few of these myself. There's now a Modules page in the LyX page group (http://wiki.lyx.org/LyX/Modules). /Paul

script

2009-06-25 Thread kgilbert
JanR, I don't think I ever sent you the script for un-scrambling lyx to pdflatex exports. I am enclosing the email from Carrick Talmadge (c...@olemiss.edu) and a zip file with the script. You might want to contact Carrick directly if you have questions. I have not used the script yet,

Re: eLyxer and (web) typography

2009-06-25 Thread Guenter Milde
On 2009-06-24, Alex Fernandez wrote: > Sure, but eLyXer does not output MathML. I am waiting for Richard to > implement it in LyX so that I can then rip it off... (just joking). As eLyXer is written in Python, the MathML extension for Docutils might provide something to rip off:

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
I would love to see this feature added in the next LyX version. Many thanks, PhG rgheck wrote: Jean-Marc Lasgouttes wrote: LFUN_TAB_INSERT currently only works with listings. You might be able to redo the bindings so that the tab key would insert a tab, perhaps via unicode-insert and then

Re: New style with similar properties as listings?

2009-06-25 Thread Philippe Grosjean
As a temporary workaround to get tabs available, I redefine: \bind "Tab" "command-alternatives completion-accept;cell-forward;tab-insert;depth-increment;outline-in;self-insert " with last command being self-insert \t (the actual tabulation). I have tried unicode-insert 0x0009, but it does

Re: How do i plot a function?

2009-06-25 Thread Liviu Andronic
On 6/25/09, voidie wrote: > i would like to plot a simple function like f(x)=3x^2. I know there > You could also do it with Sweave, but this would require knowledge of R. Liviu

Re: Sciposter example

2009-06-25 Thread Liviu Andronic
On 6/24/09, Ehud Kaplan wrote: > I am looking for an example of a latex or LyX document that used the > sciposter.cls > document class. > Perhaps this [1] would qualify? Liviu [1] http://users.soe.ucsc.edu/~avg/Poster/Sciposter/

Re: Sciposter example

2009-06-25 Thread E. Kaplan
Thanks a lot, Phil. I had given up on Lyx for posters, and used sciposter.cls with latex direcly, which turned out to be very good. However, the example you have referred me to might reignite my interest in using Lyx for posters.

Article (Koma)-Class: How could I get a smaller fontsize for "Abstract"

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the "abstract"- article. How could I achieve that? Best* Jess

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with lyx-1.6.3-i486-1, at terminal after of lyx, result Mauricio, I do not know what problem you are having. I build my own Slackware packages for LyX using a SlackBuild

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Pavel Sanda
Rich Shepard wrote: > On Wed, 24 Jun 2009, Mauricio Fabian Duque Daza wrote: > >> My Slackware 12.2 with kde 3.5 and qt4-4.4.3-i486-1 don't work with >> lyx-1.6.3-i486-1, at terminal after of lyx, result > > Mauricio, > > I do not know what problem you are having. I build my own Slackware >

Re: How do i plot a function?

2009-06-25 Thread Murray Eisenberg
Another possible option is to use PiCTeX, available at CTAN. With LaTeX, you have to load the PiCTeX macros and then insert the code for your graph within a \beginpicture...\endpicture environment. I've used this with LaTeX, but never with LyX. Liviu Andronic wrote: On 6/25/09, voidie

Article (Koma): How to change fontsize for "Abstract"

2009-06-25 Thread jezZiFeR
Hello, I use Lyx 1.6.2 and want to have a smaller fontsize for the "abstract"- article. How could I achieve that? I´ve tried, just for one instance, to enter ERT: "{\footnotesize\}". But this works just for one instance, and even then Lyx tells me the following: \end{abstract} I've

Re: problem with lyx at slackware 12.2

2009-06-25 Thread Rich Shepard
On Thu, 25 Jun 2009, Pavel Sanda wrote: no this wont help. lyx binary is missing correct libary/ies. either compile it against libraries on your system or get lyx binary from some standard packaging system on slackware which provides this compatibility, dunno how it works on slack. pavel,

Re: How do i plot a function?

2009-06-25 Thread Phil
> >>  i would like to plot a simple function like > f(x)=3x^2. I found an example I had to make a graph using pstricks. pstricks_simple_graphing.lyx Description: application/lyx

Defining external material product on several lines

2009-06-25 Thread Philippe Grosjean
Using LyX 1.6.3 Mac OS X, I am not able to define Product on several lines (as the example in the Customization manual). Here is my definition: Template Rcode GuiName "R code: $$FName" HelpText Insert R code inside a R-Chunk (Sweave document). HelpTextEnd

Re: How do i plot a function?

2009-06-25 Thread Les Denham
On Thursday 25 June 2009, Murray Eisenberg wrote: > Another possible option is to use PiCTeX, available at CTAN. With > LaTeX, you have to load the PiCTeX macros and then insert the code for > your graph within a \beginpicture...\endpicture environment. I've used > this with LaTeX, but never

>sciposter layout

2009-06-25 Thread Ehud Kaplan
Although I can now make nice posters using Latex with sciposter.cls, I still wanted to use Lyx for posters, if possible. I have tried to use the sciposter.layout for Lyx posted here: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg63740.html and stored the layout file in

Re: >sciposter layout

2009-06-25 Thread Phil
> message that reconfiguration had failed.  Make sure this line is in the layout file. I believe the copy and paste removed the end of line feed after the #. The line should look like this and then you should be able to reconfigure. #

Re: How do i plot a function?

2009-06-25 Thread Yago
If you need to plot this function you can use this code: \psset{yunit=0.5cm,xunit=1cm} \begin{pspicture*}(-2.5,-2)(2.5,10) \psaxes[Dy=2]{->}(0,0)(-2.5,-1)(2.5,10) \psset{linewidth=1.5pt} \psPolynomial[coeff=0 0 3]{-2.5}{5} \rput[lb](1.6,4.2){$f(x)$} \end{pspicture*} You will need the package

Re: STY Layout and \maketitle Help

2009-06-25 Thread Jean-Marc Lasgouttes
Le 24 juin 09 à 22:31, rgheck a écrit : guess it's a tex2lyx importation bug, but I also doubt that any sane version of tex2lyx could ever catch this kind of thing reliably. Could you make an executive summary for me? JMarc

Re: different counters for different environments

2009-06-25 Thread Paul A. Rubin
rgheck wrote: Is there a place on the wiki where people can put modules they've created for their own use that they think might be useful for others? I've got a few of these myself. There's now a Modules page in the LyX page group (http://wiki.lyx.org/LyX/Modules). /Paul

script

2009-06-25 Thread kgilbert
JanR, I don't think I ever sent you the script for un-scrambling lyx to pdflatex exports. I am enclosing the email from Carrick Talmadge (c...@olemiss.edu) and a zip file with the script. You might want to contact Carrick directly if you have questions. I have not used the script yet,