'\" t .\" Title: vstree2tex .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.16 .\" Date: .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "VSTREE2TEX" "1" "" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" vstree2tex \- pretty\-print a virtual tree .SH "SYNOPSIS" .sp \fBvstree2tex\fP [options] indexname .SH "DESCRIPTION" .sp The program \fBvstree2tex\fP produces a representation of a virtual suffix tree in LATEX format and print it to standard output. Note that \fBvstree2tex\fP should only be used for very small indexes since it produces large output files. .sp Suppose the total length of all sequences in the index is n. If the option \fB\-s\fP is not used, then the output size of \fBvstree2tex\fP is about 10n bytes per option (plus some constant number of bytes for the header and the footer of the LATEX file). If the option \fB\-s\fP is used, then the size of the output is proportional to n^2. .sp The program is mainly designed for debugging a program based on the index and for educational purposes. .SH "OPTIONS" .sp \fB\-s\fP .RS 4 Output suffixes. .RE .sp \fB\-tis\fP .RS 4 Output tistab. .RE .sp \fB\-ois\fP .RS 4 Output oistab. .RE .sp \fB\-suf\fP .RS 4 Output suftab. .RE .sp \fB\-sti1\fP .RS 4 Output small inverse suftab. .RE .sp \fB\-bwt\fP .RS 4 Output bwttab. .RE .sp \fB\-bck\fP .RS 4 Output bcktab in vertical mode. .RE .sp \fB\-bckhz\fP .RS 4 Output bcktab in horizontal mode. .RE .sp \fB\-lcp\fP .RS 4 Output lcptab. .RE .sp \fB\-skp\fP .RS 4 Output skptab. .RE .sp \fB\-cfr\fP .RS 4 Output cfrtab. .RE .sp \fB\-crf\fP .RS 4 Output crftab. .RE .sp \fB\-lsf\fP .RS 4 Output lsftab. .RE .sp \fB\-sti\fP .RS 4 Output inverse suftab. .RE .sp \fB\-cld\fP .RS 4 Output cldtab. .RE .sp \fB\-iso\fP .RS 4 Output isotab. .RE .sp \fB\-version\fP .RS 4 Show the version of the Vmatch package. .RE .sp \fB\-help\fP .RS 4 Show help. .RE