/contrib/groff/src/preproc/eqn/TODO

https://bitbucket.org/freebsd/freebsd-head/ · #! · 49 lines · 32 code · 17 blank · 0 comment · 0 complexity · 5ab17081350ae313b9d6ae2c755d6e06 MD5 · raw file

  1. Use the same size increases for sum prod int as eqn does.
  2. Perhaps chartype should be renamed.
  3. TeX makes {sub,super}script on a single character with an accent
  4. into an accent onto the (character with the script). Should we do this?
  5. Implement mark and lineups within scripts, matrices and piles, and accents.
  6. (Why would this be useful?)
  7. Perhaps push hmotions down through lists to avoid upsetting spacing
  8. adjustments.
  9. Possibly generate .lf commands during compute_metrics phase.
  10. Consider whether there should be extra space at the side of piles.
  11. Provide scriptstyle displaystyle etc.
  12. Provide a nicer matrix syntax, eg
  13. matrix ccc {
  14. a then b then c above
  15. e then f then g above
  16. h then i then k
  17. }
  18. Perhaps generate syntax error messages using the style of gpic.
  19. Wide accents.
  20. More use of \Z.
  21. Extensible square roots.
  22. Vphantom
  23. Smash.
  24. Provide a variant of vec that extends over the length of the accentee.
  25. Support vertical arrow delimiters.
  26. Make the following work:
  27. .EQ
  28. delim @@
  29. .EN
  30. .EQ @<-@
  31. some equation
  32. .EN