Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rivet-mkhtml(1) [debian man page]

RIVET-MKHTML(1) 						   User Commands						   RIVET-MKHTML(1)

NAME
rivet-mkhtml - Make web pages from histogram files written out by Rivet SYNOPSIS
rivet-mkhtml [options] <aidafile1> [<aidafile2> <aidafile3>...] DESCRIPTION
Make web pages from histogram files written out by Rivet. You can specify multiple Monte Carlo AIDA files to be compared in the same syn- tax as for compare-histos, i.e. including plotting options. Reference data, analysis metadata, and plot style information should be found automatically (if not, set the RIVET_ANALYSIS_PATH or similar variables appropriately). You can overwrite an existing output directory. OPTIONS
-h, --help show this help message and exit -o OUTPUTDIR, --outputdir=OUTPUTDIR directory for webpage output -t TITLE, --title=TITLE title to be displayed on the main web page -c CONFIGFILES, --config=CONFIGFILES plot config file(s) to be used with compare-histos. -s, --single display plots on single webpage. --no-ratio don't draw a ratio plot under each main plot. --mc-errs plot error bars. --refid=REF_ID ID of reference data set (file path for non-REF data) -n NUMTHREADS, --num-threads=NUMTHREADS request make-plots to use a specific number of threads. --pdf use PDF as the vector plot format. --ps use PostScript as the vector plot format. --booklet create booklet (currently only available for PDF with pdftk). -i, --ignore-unvalidated ignore unvalidated analyses. --ignore-missing ignore missing AIDA files. -m PATHPATTERNS, --match=PATHPATTERNS only write out histograms from analyses whose name matches any of these regexes -M PATHUNPATTERNS, --unmatch=PATHUNPATTERNS Exclude histograms whose $path/$name string matches these regexes --palatino Use Palatino as font (default). --cm Use Computer Modern as font. --times Use Times as font. --minion Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first. -v, --verbose Add extra debug messages AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). Rivet June 2012 RIVET-MKHTML(1)

Check Out this Related Man Page

postplot(1)							   User Commands						       postplot(1)

NAME
postplot - PostScript translator for plot(4B) graphics files SYNOPSIS
postplot [-c num] [-f name] [-m num] [-n num] [-o list] [-p mode] [-w num] [-x num] [-y num] [filename...] /usr/lib/lp/postscript/postplot DESCRIPTION
The postplot filter translates plot(1B) graphics filenames into PostScript and writes the results on the standard output. If no filenames are specified, or if - is one of the input filenames, the standard input is read. OPTIONS
The following options are supported: -c num Print num copies of each page. By default, only one copy is printed. -f name Print text using font name. Any PostScript font can be used, although the best results will be obtained only with constant width fonts. The default font is Courier. -m num Magnify each logical page by the factor num. Pages are scaled uniformly about the origin which, by default, is located at the cen- ter of each page. The default magnification is 1.0. -n num Print num logical pages on each piece of paper, where num can be any positive integer. By default, num is set to 1. -o list Print pages whose numbers are given in the comma-separated list. The list contains single numbers N and ranges N1 - N2. A missing N1 means the lowest numbered page, a missing N2 means the highest. -p mode Print filenames in either portrait or landscape mode. Only the first character of mode is significant. The default mode is land- scape. -w num Set the line width used for graphics to num points, where a point is approximately 1/72 of an inch. By default, num is set to 0 points, which forces lines to be one pixel wide. -x num Translate the origin num inches along the positive x axis. The default coordinate system has the origin fixed at the center of the page, with positive x to the right and positive y up the page. Positive num moves everything right. The default offset is 0.0 inches. -y num Translate the origin num inches along the positive y axis. Positive num moves everything up the page. The default offset is 0.0. OPERANDS
The following operand is supported: filename The graphics filename to be translated EXIT STATUS
The following exit value is returned: 0 filename(s) were successfully processed. FILES
/usr/lib/lp/postscript/forms.ps /usr/lib/lp/postscript/postplot.ps /usr/lib/lp/postscript/ps.requests ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlps | +-----------------------------+-----------------------------+ SEE ALSO
download(1), dpost(1), plot(1B), postdaisy(1), postdmd(1), postio(1), postmd(1), postprint(1), postreverse(1), plot(4B), attributes(5) NOTES
The default line width is too small for write-white print engines, such as the one used by the PS-2400. SunOS 5.10 17 Jun 1992 postplot(1)
Man Page