ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Question to a formular
@ 2024-01-05 13:27 Ursula Hermann
  2024-01-05 13:39 ` [NTG-context] " vm via ntg-context
  2024-01-05 14:20 ` Aditya Mahajan
  0 siblings, 2 replies; 6+ messages in thread
From: Ursula Hermann @ 2024-01-05 13:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 254 bytes --]

Dear list,


I have this formular, but no idea , how to write it in Context. This is a formular  with  factorial.


0! := 1
(n + 1)! := (n + 1) n!

Can someone help me please?

Many thanks

Uschi

PS: Wishing  you all a happy new Year.


[-- Attachment #1.2: Type: text/html, Size: 867 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [NTG-context] Re: Question to a formular
  2024-01-05 13:27 [NTG-context] Question to a formular Ursula Hermann
@ 2024-01-05 13:39 ` vm via ntg-context
  2024-01-05 14:28   ` Taco Hoekwater
  2024-01-05 14:20 ` Aditya Mahajan
  1 sibling, 1 reply; 6+ messages in thread
From: vm via ntg-context @ 2024-01-05 13:39 UTC (permalink / raw)
  To: ntg-context; +Cc: vm



On 05/01/2024 14:27, Ursula Hermann wrote:


> This is a formular  with  factorial.
> 
> 
> 0! := 1
> (n + 1)! := (n + 1) n!

this looks more like a code example than a math formula



> Can someone help me please?


\starttyping
0! := 1
(n + 1)! := (n + 1) n!
\stoptyping
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [NTG-context] Re: Question to a formular
  2024-01-05 13:27 [NTG-context] Question to a formular Ursula Hermann
  2024-01-05 13:39 ` [NTG-context] " vm via ntg-context
@ 2024-01-05 14:20 ` Aditya Mahajan
  2024-01-05 14:53   ` Ursula Hermann
  1 sibling, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2024-01-05 14:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 5 Jan 2024, Ursula Hermann wrote:

> Dear list,
> 
> 
> I have this formular, but no idea , how to write it in Context. This is a formular  with  factorial.
> 
> 
> 0! := 1
> (n + 1)! := (n + 1) n!
> 
> Can someone help me please?

\starttext
\startformula \startalign
  \NC 0! \NC \colonequals 1 \NR
  \NC (n+1)! \NC \colonequals (n+1) n! \NR
\stopalign \stopformula
\stoptext

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [NTG-context] Re: Question to a formular
  2024-01-05 13:39 ` [NTG-context] " vm via ntg-context
@ 2024-01-05 14:28   ` Taco Hoekwater
  2024-01-08  9:04     ` Ursula Hermann
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2024-01-05 14:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 05/01/2024 14:27, Ursula Hermann wrote:
> 
>> Can someone help me please?
> 
> 
> \starttyping
> 0! := 1
> (n + 1)! := (n + 1) n!
> \stoptyping

Or:

\startformula 
\startalign[n=1,align={1:left}]
\NC 0! := 1\NR
\NC (n + 1)! := (n + 1) n!\NR
\stopalign
\stopformula

https://wiki.contextgarden.net/Multiline_equations


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [NTG-context] Re: Question to a formular
  2024-01-05 14:20 ` Aditya Mahajan
@ 2024-01-05 14:53   ` Ursula Hermann
  0 siblings, 0 replies; 6+ messages in thread
From: Ursula Hermann @ 2024-01-05 14:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1196 bytes --]

Dear Aditya,


Many thanks for your help.


Uschi

________________________________
Von: Aditya Mahajan <adityam@umich.edu>
Gesendet: Freitag, 5. Jänner 2024 15:20:46
An: mailing list for ConTeXt users
Betreff: [NTG-context] Re: Question to a formular

On Fri, 5 Jan 2024, Ursula Hermann wrote:

> Dear list,
>
>
> I have this formular, but no idea , how to write it in Context. This is a formular  with  factorial.
>
>
> 0! := 1
> (n + 1)! := (n + 1) n!
>
> Can someone help me please?

\starttext
\startformula \startalign
  \NC 0! \NC \colonequals 1 \NR
  \NC (n+1)! \NC \colonequals (n+1) n! \NR
\stopalign \stopformula
\stoptext

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2647 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [NTG-context] Re: Question to a formular
  2024-01-05 14:28   ` Taco Hoekwater
@ 2024-01-08  9:04     ` Ursula Hermann
  0 siblings, 0 replies; 6+ messages in thread
From: Ursula Hermann @ 2024-01-08  9:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Taco, 

many thanks. 

Uschi 

-----Ursprüngliche Nachricht-----
Von: Taco Hoekwater <taco@bittext.nl> 
Gesendet: Freitag, 05. Jänner 2024 15:29
An: mailing list for ConTeXt users <ntg-context@ntg.nl>
Betreff: [NTG-context] Re: Question to a formular


> On 05/01/2024 14:27, Ursula Hermann wrote:
> 
>> Can someone help me please?
> 
> 
> \starttyping
> 0! := 1
> (n + 1)! := (n + 1) n!
> \stoptyping

Or:

\startformula
\startalign[n=1,align={1:left}]
\NC 0! := 1\NR
\NC (n + 1)! := (n + 1) n!\NR
\stopalign
\stopformula

https://wiki.contextgarden.net/Multiline_equations


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-08  9:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05 13:27 [NTG-context] Question to a formular Ursula Hermann
2024-01-05 13:39 ` [NTG-context] " vm via ntg-context
2024-01-05 14:28   ` Taco Hoekwater
2024-01-08  9:04     ` Ursula Hermann
2024-01-05 14:20 ` Aditya Mahajan
2024-01-05 14:53   ` Ursula Hermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).