Skip to Content.
Sympa Menu

texmacs-users - [texmacs-users] texmacs as jupyter notebook : alignement pb

Subject: mailing-list for TeXmacs Users

List archive

Chronological Thread  
  • From: vincent douce <address@concealed>
  • To: address@concealed
  • Subject: [texmacs-users] texmacs as jupyter notebook : alignement pb
  • Date: Thu, 14 Nov 2024 14:26:06 +0100

hello

this code works well :
from math import *
def L(x):
return([x**n for n in range(10,16)])
eps=4
for x in [pi,e,sqrt(2)]:
print(*[f"{k:14.{eps}f}" for k in L(x)])

for example in Thonny :

PNG image



but the alignement is problematic inside texmacs

PNG image



Attachment: aj-tm-alignement.tm
Description: Binary data



what sould i do ?

Vinz

  • [texmacs-users] texmacs as jupyter notebook : alignement pb, vincent douce, 11/14/2024

Archive powered by MHonArc 2.6.24.

Top of Page