Am Dienstag, 3. April 2007 05:11 schrieb Frank Jahnke: > I am submitting a proposal that contains equations, tables and US $ > signs. What character would list members suggest I use for in-line > equations? The # character is used internally within tbl and I have > equations in tables so I cannot use #. I would like to print $ (my > usual eqn choice) because I need some dollar symbols. Or is there a way > to escape $ in groff and use delim $$ for eqn? > > Frank
man groff_char lists the following groff character input name: $ \[Do] dollar u0024 Using inline \[Do] could be the best. Heinz