Skip to content
Snippets Groups Projects
Select Git revision
  • 5cdca9902401f37ad7874023bd9a6fb18d93398c
  • master default protected
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
10 results

complexi.lisp

  • 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)