/contrib/groff/src/preproc/eqn/neqn.man

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 43 lines · 40 code · 3 blank · 0 comment · 0 complexity · fe89bea0b1d4feb6197d8319da5d3185 MD5 · raw file

  1. .ig
  2. Copyright (C) 2001 Free Software Foundation, Inc.
  3. Permission is granted to make and distribute verbatim copies of
  4. this manual provided the copyright notice and this permission notice
  5. are preserved on all copies.
  6. Permission is granted to copy and distribute modified versions of this
  7. manual under the conditions for verbatim copying, provided that the
  8. entire resulting derived work is distributed under the terms of a
  9. permission notice identical to this one.
  10. Permission is granted to copy and distribute translations of this
  11. manual into another language, under the above conditions for modified
  12. versions, except that this permission notice may be included in
  13. translations approved by the Free Software Foundation instead of in
  14. the original English.
  15. ..
  16. .TH @G@NEQN @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
  17. .SH NAME
  18. @g@neqn \- format equations for ascii output
  19. .SH SYNOPSIS
  20. .B @g@neqn
  21. [@g@eqn options]
  22. .SH DESCRIPTION
  23. The
  24. .B @g@neqn
  25. program is actually just a shell script which invokes the
  26. .BR @g@eqn (@MAN1EXT@)
  27. command with the
  28. .B ascii
  29. output device.
  30. .LP
  31. Note that
  32. .B @g@eqn
  33. does not support low-resolution, typewriter-like devices (although it may
  34. work adequately for very simple input).
  35. .SH "SEE ALSO"
  36. .BR @g@eqn (@MAN1EXT@)
  37. .
  38. .\" Local Variables:
  39. .\" mode: nroff
  40. .\" End: