Skip to content
Snippets Groups Projects
Select Git revision
  • 555c96eff6bc87ccfefa461f91790efa01ec5d2e
  • master default protected
2 results

mk_postgres.sls

Blame
  • complexi.lisp 317 B
    ;; Customize Maxima's TEX() function.
    ;; Make %i print at a "j"
    ;; Chris Sangwin 19 August Jan 2005.
    ;; Useful files:
    ;; \Maxima-5.9.0\share\maxima\5.9.0\share\utils\mactex-utilities.lisp
    ;; \Maxima-5.9.0\share\maxima\5.9.0\src\mactex.lisp
    
    (defprop $%i "\\mathrm{i}" texword)
    
    (defprop $%i "<mi>i</mi> " mathmlword)