Skip to content
Snippets Groups Projects
Select Git revision
  • 3af0a0b54922fb205dbd00d80f4d632f0ea89ab5
  • main default protected
  • music_player
  • WirMachenFirebaseMitRein
  • madlen
  • mergeHELL
  • ede
  • spotify-api
8 results

GeneratedPluginRegistrant.swift

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)