a1
Prints exactly one table containing all users in text/plain.
pg_html
Generates one table per private group descriptor and outputs in text/html.
pg_rtf
Generates one table per private group descriptor, with a page
break after each table. The output format is text/rtf, which can be read by
e.g. Microsoft Office. This style requires a template file; there are two
templates shipped, share/sg.rtf
(English) and
share/sg_DE.rtf
(German).
pg_txt
Generates one table per private group descriptor, with a page
break after each table (by ASCII fashion this is the form-feed character,
'\f'
). The output format is text/plain, and line endings are what
the system outputs for '\n'
. Under UNIX this means it is just
'\n'
and you will need an extra preprocessing step to convert this
to '\r\n'
if sending it directly to the printer over
/dev/lp*
.
sb
Generates a nice form for each user where his/her login details and possibly other info is noted. The output is a TeX document.
The purpose of this style is that each user gets a letter, possibly wrapped into an envelope to not unnecessarily reveal the password or other sensitive information.