elyxer(1)
NAME
elyxer - convert LyX files to html
SYNOPSIS
elyxer [options] [infile] [outfile]
DESCRIPTION
eLyXer (pronounced elixir) is a LyX to HTML converter. It's written in
plain Python and doesn't rely on any kind of TeX to html converters.
OPTIONS
- --nocopy
- Disables the copyright notice at the bottom.
- --quiet
- Disables all runtime messages.
- --debug
- Enable debugging messages (for developers).
- --title title
- Set the generated page title.
- --directory image_dir
- Look for images in the specified directory.
- --destdirectorty dest_dir
- Place converted images into this directory.
- --css file.css
- Use a custom CSS file.
- --version
- Show version number and release date.
- --html
- Output HTML 4.0 instead of the default XHTML.
- --unicode
- Full unicode output.
- --forceformat .extension
- Force image output format.
- --lyxformat
- Return the highest supported LyX version that can be converted.
- --toc
- Create a table of contents.
- --target frame
- Let all links point to the given frame.
- --lowmem
- Force on the fly conversion to conserve memory.
This is the old behaviour of eLyXer prior to 0.36.
AUTHOR
This manpage was written by Sven Hoexter <sven@timegate.de> for the
Debian operating system. eLyXer was written by Alex Fernndez
<elyxer@gmail.com>.
COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU
GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
- On a Debian operating system you can find the full documentation for
eLyXer in /usr/share/doc/elyxer/. The website of eLyXer is
<http://www.nongnu.org/elyxer/>