aligrudi/neateqn
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
NEATEQN ======= Neateqn is an eqn Neatroff preprocessor for typesetting mathematics. It implements most of the extensions introduced by Groff's eqn preprocessor. More information about Neateqn and Neatroff is available at http://litcave.rudi.ir/. The following lines instruct Neateqn to use Computer Modern font for brackets and radicals: .fp 11 CMSY CMSY10 .fp 12 CMEX CMEX10 .fspecial R CMSY CMEX You can also redefine other symbols to use Computer Modern glyphs, like those for summation and product: .EQ define sum @{vcenter roman "\N'summationdisplay'"}@ define tsum @{vcenter roman "\N'summationtext'"}@ define prod @{vcenter roman "\N'productdisplay'"}@ define tprod @{vcenter roman "\N'producttext'"}@ .EN Neateqn uses TeX's text styles for inline equations, which make inline equations more compact. However, it does not provide smallover, which is available in Groff's eqn. Instead, in neateqn one can define a more general macro like the following: .EQ define small @size -4@ .EN Which can be used as $tsum sub i=0 sup n small {left ( pile {n above i} right )}$.
About
An eqn preprocessor for Neatroff
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published