Go to the first, previous, next, last section, table of contents.
Usage: (out-switch file-name)
Switch output files - close current file and make the current
file pointer refer to the new file. This is equivalent to
out-pop
followed by out-push-new
, except that
you may not pop the base level output file, but you may
switch
it. See section Redirecting Output.
Arguments:
file-name - name of the file to create
Go to the first, previous, next, last section, table of contents.