<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_eqn</id>
		<title>32v 1m eqn - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_eqn"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;action=history"/>
		<updated>2026-05-06T02:20:22Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;diff=11285&amp;oldid=prev</id>
		<title>Neozeed: update formatting</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;diff=11285&amp;oldid=prev"/>
				<updated>2015-09-22T23:44:40Z</updated>
		
		<summary type="html">&lt;p&gt;update formatting&lt;/p&gt;
&lt;a href=&quot;https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;amp;diff=11285&amp;amp;oldid=6963&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;diff=6963&amp;oldid=prev</id>
		<title>Neozeed: New page:    == NAME ==      eqn, neqn, checkeq  -  typeset mathematics  == SYNOPSIS ==      eqn [ -dxy ] [ -pn ] [ -sn ] [ -fn ] [ file ] ...      checkeq [ file ] ...  == DESCRIPTION ==      _E_q_...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_eqn&amp;diff=6963&amp;oldid=prev"/>
				<updated>2009-10-26T14:03:23Z</updated>
		
		<summary type="html">&lt;p&gt;New page:    == NAME ==      eqn, neqn, checkeq  -  typeset mathematics  == SYNOPSIS ==      eqn [ -dxy ] [ -pn ] [ -sn ] [ -fn ] [ file ] ...      checkeq [ file ] ...  == DESCRIPTION ==      _E_q_...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     eqn, neqn, checkeq  -  typeset mathematics&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     eqn [ -dxy ] [ -pn ] [ -sn ] [ -fn ] [ file ] ...&lt;br /&gt;
     checkeq [ file ] ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _E_q_n is a troff(1) preprocessor for typesetting mathematics&lt;br /&gt;
     on a Graphic Systems phototypesetter, _n_e_q_n on terminals.&lt;br /&gt;
     Usage is almost always&lt;br /&gt;
&lt;br /&gt;
          eqn file ... | troff&lt;br /&gt;
          neqn file ... | nroff&lt;br /&gt;
&lt;br /&gt;
     If no files are specified, these programs reads from the&lt;br /&gt;
     standard input.  A line beginning with `.EQ' marks the start&lt;br /&gt;
     of an equation; the end of an equation is marked by a line&lt;br /&gt;
     beginning with `.EN'.  Neither of these lines is altered, so&lt;br /&gt;
     they may be defined in macro packages to get centering,&lt;br /&gt;
     numbering, etc.  It is also possible to set two characters&lt;br /&gt;
     as `delimiters'; subsequent text between delimiters is also&lt;br /&gt;
     treated as _e_q_n input.  Delimiters may be set to characters _x&lt;br /&gt;
     and _y with the command-line argument -d_x_y or (more commonly)&lt;br /&gt;
     with `delim _x_y' between .EQ and .EN.  The left and right&lt;br /&gt;
     delimiters may be identical.  Delimiters are turned off by&lt;br /&gt;
     `delim off'.  All text that is neither between delimiters&lt;br /&gt;
     nor between .EQ and .EN is passed through untouched.&lt;br /&gt;
&lt;br /&gt;
     The program _c_h_e_c_k_e_q reports missing or unbalanced delimiters&lt;br /&gt;
     and .EQ/.EN pairs.&lt;br /&gt;
&lt;br /&gt;
     Tokens within _e_q_n are separated by spaces, tabs, newlines,&lt;br /&gt;
     braces, double quotes, tildes or circumflexes.  Braces {}&lt;br /&gt;
     are used for grouping; generally speaking, anywhere a single&lt;br /&gt;
     character like _x could appear, a complicated construction&lt;br /&gt;
     enclosed in braces may be used instead.  Tilde ~ represents&lt;br /&gt;
     a full space in the output, circumflex ^ half as much.&lt;br /&gt;
&lt;br /&gt;
     Subscripts and superscripts are produced with the keywords&lt;br /&gt;
     sub and sup. Thus _x _s_u_b _i makes $x sub i$, _a _s_u_b _i _s_u_p _2&lt;br /&gt;
     produces $a sub i sup 2$, and _e _s_u_p {_x _s_u_p _2 + _y _s_u_p _2}&lt;br /&gt;
     gives $e sup {x sup 2 + y sup 2}$.&lt;br /&gt;
&lt;br /&gt;
     Fractions are made with over: _a _o_v_e_r _b yields $a over b$.&lt;br /&gt;
&lt;br /&gt;
     sqrt makes square roots: _1 _o_v_e_r _s_q_r_t {_a_x _s_u_p _2 +_b_x+_c}&lt;br /&gt;
     results in $1 over sqrt {ax sup 2 +bx+c}$ .&lt;br /&gt;
&lt;br /&gt;
     The keywords from and to introduce lower and upper limits on&lt;br /&gt;
     arbitrary things: $lim from {n-&amp;gt; inf} sum from 0 to n x sub&lt;br /&gt;
     i$ is made with _l_i_m _f_r_o_m {_n-&amp;gt; _i_n_f } _s_u_m _f_r_o_m _0 _t_o _n _x _s_u_b _i.&lt;br /&gt;
&lt;br /&gt;
     Left and right brackets, braces, etc., of the right height&lt;br /&gt;
     are made with left and right: _l_e_f_t [ _x _s_u_p _2 + _y _s_u_p _2 _o_v_e_r&lt;br /&gt;
     _a_l_p_h_a _r_i_g_h_t ] ~=~_1 produces $left [ x sup 2 + y sup 2 over&lt;br /&gt;
     alpha right ] ~=~1$.  The right clause is optional.  Legal&lt;br /&gt;
     characters after left and right are braces, brackets, bars,&lt;br /&gt;
     c and f for ceiling and floor, and &amp;quot;&amp;quot; for nothing at all&lt;br /&gt;
     (useful for a right-side-only bracket).&lt;br /&gt;
&lt;br /&gt;
     Vertical piles of things are made with pile, lpile, cpile,&lt;br /&gt;
     and rpile: _p_i_l_e {_a _a_b_o_v_e _b _a_b_o_v_e _c} produces $pile {a above&lt;br /&gt;
     b above c}$.  There can be an arbitrary number of elements&lt;br /&gt;
     in a pile.  lpile left-justifies, pile and cpile center,&lt;br /&gt;
     with different vertical spacing, and rpile right justifies.&lt;br /&gt;
&lt;br /&gt;
     Matrices are made with matrix: _m_a_t_r_i_x { _l_c_o_l { _x _s_u_b _i _a_b_o_v_e&lt;br /&gt;
     _y _s_u_b _2 } _c_c_o_l { _1 _a_b_o_v_e _2 } } produces $matrix { lcol { x&lt;br /&gt;
     sub i above y sub 2 } ccol { 1 above 2 } }$.  In addition,&lt;br /&gt;
     there is rcol for a right-justified column.&lt;br /&gt;
&lt;br /&gt;
     Diacritical marks are made with dot, dotdot, hat, tilde,&lt;br /&gt;
     bar, vec, dyad, and under: _x _d_o_t = _f(_t) _b_a_r is $x dot = f(t)&lt;br /&gt;
     bar$, _y _d_o_t_d_o_t _b_a_r ~=~ _n _u_n_d_e_r is $y dotdot bar ~=~ n&lt;br /&gt;
     under$, and _x _v_e_c ~=~ _y _d_y_a_d is $x vec ~=~ y dyad$.&lt;br /&gt;
&lt;br /&gt;
     Sizes and font can be changed with size _n or size +__n, roman,&lt;br /&gt;
     italic, bold, and font _n. Size and fonts can be changed glo-&lt;br /&gt;
     bally in a document by gsize _n and gfont _n, or by the&lt;br /&gt;
     command-line arguments -s_n and -f_n.&lt;br /&gt;
&lt;br /&gt;
     Normally subscripts and superscripts are reduced by 3 point&lt;br /&gt;
     sizes from the previous size; this may be changed by the&lt;br /&gt;
     command-line argument -p_n.&lt;br /&gt;
&lt;br /&gt;
     Successive display arguments can be lined up.  Place mark&lt;br /&gt;
     before the desired lineup point in the first equation; place&lt;br /&gt;
     lineup at the place that is to line up vertically in subse-&lt;br /&gt;
     quent equations.&lt;br /&gt;
&lt;br /&gt;
     Shorthands may be defined or existing keywords redefined&lt;br /&gt;
     with define: _d_e_f_i_n_e _t_h_i_n_g % _r_e_p_l_a_c_e_m_e_n_t % defines a new&lt;br /&gt;
     token called _t_h_i_n_g which will be replaced by _r_e_p_l_a_c_e_m_e_n_t&lt;br /&gt;
     whenever it appears thereafter.  The % may be any character&lt;br /&gt;
     that does not occur in _r_e_p_l_a_c_e_m_e_n_t.&lt;br /&gt;
&lt;br /&gt;
     Keywords like _s_u_m ( sum ) _i_n_t ( int ) _i_n_f ( inf ) and short-&lt;br /&gt;
     hands like &amp;gt;= (&amp;gt;=) -&amp;gt; (-&amp;gt;), and != ( != ) are recognized.&lt;br /&gt;
     Greek letters are spelled out in the desired case, as in&lt;br /&gt;
     _a_l_p_h_a or _G_A_M_M_A. Mathematical words like sin, cos, log are&lt;br /&gt;
     made Roman automatically.  _T_r_o_f_f(1) four-character escapes&lt;br /&gt;
     like \(bs () can be used anywhere.  Strings enclosed in dou-&lt;br /&gt;
     ble quotes &amp;quot;...&amp;quot; are passed through untouched; this permits&lt;br /&gt;
     keywords to be entered as text, and can be used to communi-&lt;br /&gt;
     cate with _t_r_o_f_f when all else fails.&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m troff|troff(1)]], [[32v 1m tbl|tbl(1)]], [[32v 7m ms|ms(7)]], [[32v 7m eqnchar|eqnchar(7)]]&lt;br /&gt;
     B. W. Kernighan and L. L. Cherry, _T_y_p_e_s_e_t_t_i_n_g _M_a_t_h_e_m_a_t_i_c_s-&lt;br /&gt;
     _U_s_e_r'_s _G_u_i_d_e&lt;br /&gt;
     J. F. Ossanna, _N_R_O_F_F/_T_R_O_F_F _U_s_e_r'_s _M_a_n_u_a_l&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     To embolden digits, parens, etc., it is necessary to quote&lt;br /&gt;
     them, as in `bold &amp;quot;12.3&amp;quot;'.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>