eqnchar(5) Standards, Environments, and Macros eqnchar(5)NAME
eqnchar - special character definitions for eqn
SYNOPSIS
eqn /usr/share/lib/pub/eqnchar filename | troff options
neqn /usr/share/lib/pub/eqnchar filename | troff options
DESCRIPTION
The eqnchar command contains nroff(1) and troff(1) character definitions for constructing characters that are not available on the Graphic
Systems typesetter. These definitions are primarily intended for use with eqn(1) and neqn(1). It contains definitions for the characters
listed in the following table.
To view the special characters, see the online man page on docs.sun.com or a print copy.
FILES
/usr/share/lib/pub/eqnchar
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWdoc |
+-----------------------------+-----------------------------+
SEE ALSO eqn(1), nroff(1), troff(1), attributes(5)SunOS 5.11 12 Jul 2002 eqnchar(5)
Check Out this Related Man Page
tbl(1) User Commands tbl(1)NAME
tbl - format tables for nroff or troff
SYNOPSIS
tbl [-me] [-mm] [-ms] [filename]...
DESCRIPTION
tbl is a preprocessor for formatting tables for nroff(1) or troff(1). The input filenames are copied to the standard output, except that
lines between .TS and .TE command lines are assumed to describe tables and are reformatted.
If no arguments are given, tbl reads the standard input, so tbl may be used as a filter. When tbl is used with eqn(1) or neqn, the tbl
command should be first, to minimize the volume of data passed through pipes.
OPTIONS -me Copy the -me macro package to the front of the output file.
-mm Copy the -mm macro package to the front of the output file.
-ms Copy the -ms macro package to the front of the output file.
EXAMPLES
Example 1: Using tbl
As an example, letting `@' (at-sign) represent a TAB, which should be typed as an actual TAB character in the input file
.TS
c s s
c c s
c c c
l n n.
Household Population
Town@Households
@Number@Size
Bedminster@789@3.26
Bernards Twp.@3087@3.74
Bernardsville@2018@3.30
Bound Brook@3425@3.04
Branchburg@1644@3.49
.TE
yields
Household Population
Town Households
Number Size
Bedminster 789 3.26
Bernards Twp. 3087 3.74
Bernardsville 2018 3.30
Bound Brook 3425 3.04
Branchburg 1644 3.49
FILES
/usr/share/lib/tmac/e -me macros
/usr/share/lib/tmac/m -mm macros
/usr/share/lib/tmac/s -ms macros
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWdoc |
+-----------------------------+-----------------------------+
SEE ALSO eqn(1), nroff(1), troff(1), attributes(5)SunOS 5.10 2 Aug 1994 tbl(1)
Hi all,
I need to replace automatically all special characters of one filename with some corresponding characters
For example >
ö --> oe
ä --> ae
....
If the special character comes more than one time, then all the coccuerences have to be replaced.
I would like to have a... (6 Replies)
I'm trying to rename a file name but the original file has a special character caused by typo. I've tried numerous combination of characters but the file name (original) is still not being recognized which in turn, would not allow me to rename the file.
Can someone help? The filename is a... (1 Reply)
Hello, All :) ...I just figured out how to setup a function definitions file for bc...I was going to create lots more functions for it, but I'll bet that a huge file with tons of definitions has already been written...?
Thanx in advance for any replies,
Pudnik (0 Replies)
Hello-
I have a variables that contains a string like this usr/pass@SCHEMA
I want to extract the usr/pass part and ignore the SCHEMA part, I tried to use this ${dbconn%%@} and apparently it will not work because @ is a special character. I tried \@ and still no go.
Any idea how to solve... (1 Reply)
Hi, does anyone knows how to give the page feed command to Printer in troff.
Actually I want to implement the functionality where I'll print say 10 pages and I want user to stop printer at 5th page to do manual feed by user .... (2 Replies)
Hi,
I have a directory that has a file which contained special characters in the filename. Can someone please advise how to remove the file, preferably with a rm -i ?
Thanks in advance.
Listing is as below:
{oracle}> ls -1b
bplog.bkup.001
bplog.bkup.002
bplog.bkup.003
bplog.bkup.004... (1 Reply)
Hi all,
I was wondering how can i see the special characters like \t, \n or anything else in a file by using Nano or any other linux command like less, more etc (6 Replies)
Hi All,
Special character ? is added in between filename. Am not able to figure our why this is happening. In my Development environment special characters are not present. This issue is happening in the higher environment.
It would be helpful if somebody can tell what are the possible... (3 Replies)