lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: Lout-users Digest, Vol 66, Issue 1


From: Eric BOUCHARE
Subject: re: Lout-users Digest, Vol 66, Issue 1
Date: Tue, 9 Jul 2019 11:14:04 +0200 (CEST)

Hello,

 

You can also add a definition in your mydefs file, or at the top of your main file

 

import @Math
def limit
    named from {}
{
    {{Base}@Font{lim}} above {@SuperScriptStyle from}
}


You can then add, in your text, for example

 

@DP @Math{limit from{x --> c} ` f(x) over g(x) = L sub 1 over L sub 2} &4s if @M{L sub 2 != 0}

 

Eric

 

> Message du 02/07/19 19:08
> De : address@hidden
> A : address@hidden
> Copie à :
> Objet : Lout-users Digest, Vol 66, Issue 1
>
> Send Lout-users mailing list submissions to address@hidden To subscribe or unsubscribe via the World Wide Web, visit https://lists.nongnu.org/mailman/listinfo/lout-users or, via email, send a message with subject or body 'help' to address@hidden You can reach the person managing the list at address@hidden When replying, please edit your Subject line so it is more specific than "Re: Contents of Lout-users digest..." Today's Topics: 1. latex formulas into lout (Daniel Ajoy) 2. Re: latex formulas into lout (Daniel Ajoy) 3. RE: latex formulas into lout (David Duffy) 4. RE: latex formulas into lout (David Duffy) 5. Re: latex formulas into lout (Daniel Ajoy) ---------------------------------------------------------------------- Message: 1 Date: Mon, 01 Jul 2019 12:51:20 -0500 From: "Daniel Ajoy" <address@hidden> To: "address@hidden" <address@hidden> Subject: latex formulas into lout Message-ID: <op.z39fvvmq0gup8g@sarvasla> Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Hi, Is there a way to convert latex formulas into Lout? Daniel ------------------------------ Message: 2 Date: Tue, 02 Jul 2019 00:40:46 -0500 From: "Daniel Ajoy" <address@hidden> To: "address@hidden" <address@hidden> Subject: Re: latex formulas into lout Message-ID: <op.z4acp8gj0gup8g@sarvasla> Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes I was thinking of all of these: https://en.wikipedia.org/wiki/List_of_limits On Mon, 01 Jul 2019 23:12:03 -0500, David Duffy <address@hidden> wrote: > Daniel asked: > >> Is there a way to convert latex formulas into Lout? > > How many equations, with what complexity of layout? Someone may have written a script that will partly do this - I don't think it would be that hard - but I suspect you would have to finish it by hand. I don't have such a program (the equations I have converted were done by hand from Word Perfect, where the language is v. similar to eqn/troff), but someone else may have. > > 2c, David Duffy. ------------------------------ Message: 3 Date: Tue, 2 Jul 2019 04:12:03 +0000 From: David Duffy <address@hidden> To: Daniel Ajoy <address@hidden>, "address@hidden" <address@hidden> Subject: RE: latex formulas into lout Message-ID: <address@hidden> Content-Type: text/plain; charset="us-ascii" Daniel asked: > Is there a way to convert latex formulas into Lout? How many equations, with what complexity of layout? Someone may have written a script that will partly do this - I don't think it would be that hard - but I suspect you would have to finish it by hand. I don't have such a program (the equations I have converted were done by hand from Word Perfect, where the language is v. similar to eqn/troff), but someone else may have. 2c, David Duffy. ------------------------------ Message: 4 Date: Tue, 2 Jul 2019 11:31:56 +0000 From: David Duffy <address@hidden> To: Daniel Ajoy <address@hidden>, "address@hidden" <address@hidden> Subject: RE: latex formulas into lout Message-ID: <address@hidden> Content-Type: text/plain; charset="us-ascii" That particular task would take hour or so in vim rewriting as %s/lim _/{lim} above/ %s/\\to/-->/ %s/\\infty/infinity/g etc one annoyance is \text{} eg first line {\displaystyle {\text{If }}\lim _{x\to c}f(x)=L_{1}{\text{ and }}\lim _{x\to c}g(x)=L_{2}{\text{ then:}}} becomes If @Math {{{lim} above {x --> c}} f(x)=L sub {1}} and @Math {{{lim} above {x --> c}} g(x)=L sub {2}} then: Another will be {\frac {A} {B}} to "{A} over {B}" Enjoy ;) ________________________________________ From: Lout-users [lout-users-bounces+david.duffy=address@hidden] on behalf of Daniel Ajoy [address@hidden] Sent: Tuesday, 2 July 2019 3:40 PM To: address@hidden Subject: Re: latex formulas into lout I was thinking of all of these: https://en.wikipedia.org/wiki/List_of_limits On Mon, 01 Jul 2019 23:12:03 -0500, David Duffy <address@hidden> wrote: > Daniel asked: > >> Is there a way to convert latex formulas into Lout? > > How many equations, with what complexity of layout? Someone may have written a script that will partly do this - I don't think it would be that hard - but I suspect you would have to finish it by hand. I don't have such a program (the equations I have converted were done by hand from Word Perfect, where the language is v. similar to eqn/troff), but someone else may have. > > 2c, David Duffy. ------------------------------ Message: 5 Date: Tue, 02 Jul 2019 09:20:52 -0500 From: "Daniel Ajoy" <address@hidden> To: "address@hidden" <address@hidden> Subject: Re: latex formulas into lout Message-ID: <op.z4a0s2az0gup8g@sarvasla> Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Thanks for the tips. On Tue, 02 Jul 2019 06:31:56 -0500, David Duffy <address@hidden> wrote: > That particular task would take hour or so in vim rewriting as > %s/lim _/{lim} above/ > %s/\\to/-->/ > %s/\\infty/infinity/g > etc > > one annoyance is \text{} eg first line > > {\displaystyle {\text{If }}\lim _{x\to c}f(x)=L_{1}{\text{ and }}\lim _{x\to c}g(x)=L_{2}{\text{ then:}}} > > becomes > > If @Math {{{lim} above {x --> c}} f(x)=L sub {1}} and @Math {{{lim} above {x --> c}} g(x)=L sub {2}} then: > > Another will be {\frac {A} {B}} to "{A} over {B}" > > Enjoy ;) > ________________________________________ > From: Lout-users [lout-users-bounces+david.duffy=address@hidden] on behalf of Daniel Ajoy [address@hidden] > Sent: Tuesday, 2 July 2019 3:40 PM > To: address@hidden > Subject: Re: latex formulas into lout > > I was thinking of all of these: > > https://en.wikipedia.org/wiki/List_of_limits > > > > On Mon, 01 Jul 2019 23:12:03 -0500, David Duffy <address@hidden> wrote: > >> Daniel asked: >> >>> Is there a way to convert latex formulas into Lout? >> >> How many equations, with what complexity of layout? Someone may have written a script that will partly do this - I don't think it would be that hard - but I suspect you would have to finish it by hand. I don't have such a program (the equations I have converted were done by hand from Word Perfect, where the language is v. similar to eqn/troff), but someone else may have. >> >> 2c, David Duffy. > ------------------------------ Subject: Digest Footer _______________________________________________ Lout-users mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/lout-users ------------------------------ End of Lout-users Digest, Vol 66, Issue 1 *****************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]