.\" (C) Copyright 2014 Francois Lafont , .\" .\" .\" Personal comments: .\" .\" * With "\fBxxx\fR" the text "xxx" is in bold. .\" * With "\fBxxx\fR \fIyyy\fR" the text "xxx" is in bold .\" and the text "yyy" is in italic. .\" * In the previous example, the closing macro \fR is .\" optional and "\fBxxx \fIyyy\fR" gives the same result. .\" .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH XIA 1 "December 11, 2016" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME xia - program to convert svg files to full html5 and interactive pictures. .SH SYNOPSIS .B xia\fR [\fIinput-file\fR] .br .B "xia --input" \fIinput-file \fB--output \fIoutput-dir\fR [\fB--theme \fItheme\fR] [\fB--quality \fIquality\fR] [\fB--export \fIexport-type\fR] .br .B xia --help .br .B xia --version .SH DESCRIPTION With the first call syntax, xia launches a graphical interface. If present, the svg file \fIinput-file\fR will be pre-selected. With the second call syntax, xia runs in command line mode. .SH COMMAND LINE OPTIONS .TP .BI "--input " input-file The svg source file used to build the html5 interactive picture. .TP .BI "--output " output-dir The directory where the html5 files (and the javascript files) will be copied after the run of xia. .TP .BI "--theme " theme The theme which will be used to build the html5 interactive picture. The available themes are listed in the online documentation. The default value of this option is \fBaccordionBlack\fR. .TP .BI "--quality " quality The image quality. The default value of this option is \fB3\fR. .TP .BI "--export " export-type The export type. Possible values are \fBsinglefile\fR, \fBlti\fR and \fBlocal\fR. The default value of this option is \fBsinglefile\fR. .TP .BI "-h, --help" Display help text and exit. .TP .BI "--version" Display version and exit. .SH SEE ALSO The online documentation is here: .br https://xia.dane.ac-versailles.fr/index_en.html