DragonFly On-Line Manual Pages
XTR(1) DragonFly General Commands Manual XTR(1)
NAME
xtr - format documents
SYNOPSIS
xtr [ options... ] [ -commands... ] [ files... ]
DESCRIPTION
OPTIONS
--ctype=ctype
Treat input/output character set as ctype. ctype is EUC or
SJIS. EUC allow X0201 kana.
--tmpdir=tempdir
This option is another way to select the diretory for temporary
files; it the overrides the environment variable TMPDIR.
COMMANDS
e Enable commands in a writting.
w[width]
Fill output lines to up width columns (default 72).
f[n] Fill a line with input lines.
a[n] Justify mode. Arrange ends of a line by adjusting spaces in the
line. n is the maximum of spaces at one place (default 5).
aj Justify mode without surplus spaces.
sj Remove surplus spaces.
ac Centering each line.
ar Insert some spaces at beginning of each line, to put an end of
the line on a last column.
ab Assign equially spaces between words in each line on a last
column.
as Insert spaces between English words and Japanese words.
ss Leave no space between English words and Japanese words.
al Leave a space at ends of a paragraph.
ai[n] Auto indent mode.
i[n] Put n spaces at beginning of each line (default 0).
h[n] Put n spaces at beginning of line after second line in a
paragraph (default 2).
ip[n] Put n spaces at beginning of first line in a paragraph (default
2).
ii[n]
il[n]
l[n] (default 1).
q
t[n] (default 8).
s[n] (default 8).
sz
sh
sn Enable spaces at end of line.
pg
p
n
sp[n] (default 1).
ln
pl
ph
pf
ps
pt
pb
po
pp
px
pn
np
nr
pm
pv
pw
r/
rc
ko
kn
kh
kc
kz
kk
kx
kf
ke
kt
kd
km
ka
ki
ks
kp
hz
ch
cz
m
o
nn
nk
b
- Disable command previous from this. Usually use to disable the
environment variable XTR.
/ non verbose mode.
@macro-file
Read the XTR macro-file. default suffix `.xtr'.
[ ]
$
.
~.
~/
~> ~<
~\
~%
~{ ~}
~|
ENVIRONMENT
LANG Language for determining the character set.
LC_CTYPE
Language for determining the character set.
TMPDIR The directory in which temporary files will be created. If this
is not set, temporary files will be created in /tmp.
XTR Default commands for xtr.
XTRPATH
A colon separated list of directories in which to search for
macro files.
XTR_CTYPE
Language for determining the character set.
FILES
/usr/local/share/xtr/*
Macro files.
TMPDIR/xtrXXXXXX
temporary file.
AUTHOR
Sinyu Murakami <qga03215@niftyserve.or.jp>
EDITOR
Katsuyuki Okabe <hgc02147@niftyserve.or.jp>
XTR(1)