pslmac.lib 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @Marker(Library,PSLMacrosNames)
  2. @comment{ <GRISS>PSLMAC.LIB.2, by Griss, from}
  3. @comment{ <MAGUIRE>LOCALM.LIB.2, 13-May-82 05:46:06, Edit by MAGUIRE}
  4. @comment{ Started by G. Q. Maguire Jr. on 13.5.82 }
  5. @comment{ Various assorted commonly used macros for Local languages and
  6. papers, so they look consistent. }
  7. @comment{ Commonly used and abused words}
  8. @Commandstring(Dec20="DECSystem-20")
  9. @Commandstring(VAX750="VAX 11/750")
  10. @Commandstring(Apollo="Apollo DOMAIN")
  11. @Commandstring(68000="Motorola MC68000")
  12. @Commandstring(Wicat="Wicat System 100")
  13. @Commandstring(PSL="@r[PSL]")
  14. @comment{ The Short version of the names }
  15. @Commandstring(sDec20="DEC-20")
  16. @Commandstring(sVAX750="VAX 11/750")
  17. @Commandstring(sApollo="Apollo")
  18. @Commandstring(s68000="MC68000")
  19. @Commandstring(sWicat="Wicat")
  20. @comment[to be set spacially]
  21. @Commandstring(cmacro="c-macro")
  22. @Commandstring(anyreg="anyreg")
  23. @TextForm(TM="@+[TM]@Foot[Trademark of @parm(text)]")
  24. @comment{ Favorite Abbreviations and macros }
  25. @Commandstring(xs = "s") @Comment{Plural for abbrevs}
  26. @Commandstring(xlisp = "@r[L@c[isp]]")
  27. @Commandstring(xlisps = "@xlisp systems")
  28. @Commandstring(Franzlisp = "@r[F@c[ranz]]@xlisp")
  29. @Commandstring(CommonLisp = "@r[C@c[ommon ]]@xlisp")
  30. @Commandstring(lmlisp = "@r[Lisp Machine @xlisp]")
  31. @Commandstring(newlisp = "@r[N@c[il]]")
  32. @Commandstring(slisp = "@r[S@c[pice]] @xlisp")
  33. @Commandstring(maclisp = "@r[M@c[ac]]@xlisp")
  34. @Commandstring(interlisp = "@r[I@c[nter]]@xlisp")
  35. @Commandstring(rlisp = "@r[R]@xlisp")
  36. @Commandstring(picturerlisp = "@r[P@c[icture]]@rlisp")
  37. @Commandstring(emode = "@r[E@c[mode]]")
  38. @Commandstring(syslisp = "@r[S@c[ys]]@xlisp")
  39. @Commandstring(stdlisp = "@r[S@c[tandard]] @xlisp")
  40. @Commandstring(macsyma = "@r[MACSYMA]")
  41. @Commandstring(reduce = "@r[REDUCE]")
  42. @Commandstring(fortran = "@r[FORTRAN]")
  43. @Comment[ Set Alpha_1 logo properly on the Omnitech ]
  44. @Case(GenericDevice,
  45. Omnitech <
  46. @Define(FSS,Script -0.2 lines,Size 14)
  47. @CommandString(Alpha1="A@c(LPHA)@FSS(-)1")
  48. @commandstring(LTS="@value(LT)")
  49. @commandstring(EQS="@value(EQ)")
  50. @commandstring(PLS="@value(PLUSSIGN)")
  51. >,
  52. Else <
  53. @CommandString(Alpha1="Alpha_1")
  54. @commandString(PLS="+")
  55. @commandstring(EQS="=")
  56. @commandstring(LTS="<")
  57. >)
  58. @comment{ Do the Ada, UNIX, etc. TradeMark stuff }
  59. @Case(GenericDevice,
  60. Omnitech <
  61. @Define(Marks,Script +.5 lines, Size -5)
  62. @CommandString(TMS="@Marks(TM)")
  63. >,
  64. Else <
  65. @CommandString(TMS="@+(TM)")
  66. >)
  67. @CommandString(ADA="Ada@TMS")
  68. @CommandString(UNIX="UNIX@TMS")
  69. @Case(GenericDevice, Omnitech {@TextForm<EI=[@i(@Parm(text))]>},
  70. else {@TextForm<EI=[@DQ(@Parm(Text))]>}
  71. )