mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
2bd747fad4
Add command-line arguments in a standard unix fashion, using getopt. Usage: ./lyxpreview2bitmap.py <options> <input file> Options: -h, --help: Show this help screen and exit --dpi=<res>: Resolution per inch (default: 128) --png, --ppm: Select the output format (default: png) --fg=<color>: Foreground color (default: black, ie '000000') --bg=<color>: Background color (default: white, ie 'ffffff') --latex=<exe>: Specify the executable for latex (default: latex) The colors are hexadecimal strings, eg 'faf0e6'. The changes to PreviewLoader.cpp break the preview of lilypond-book and japanese files, but they will be handled in the next commits. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39657 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
bash_completion | ||
clean_dvi.py | ||
CMakeLists.txt | ||
convertDefault.py | ||
csv2lyx.py | ||
date.py | ||
ext_copy.py | ||
fen2ascii.py | ||
fig2pdftex.py | ||
fig2pstex.py | ||
fig_copy.py | ||
include_bib.py | ||
layout2layout.py | ||
legacy_lyxpreview2ppm.py | ||
listerrors | ||
lyxpak.py | ||
lyxpreview2bitmap.py | ||
lyxpreview_tools.py | ||
lyxpreview-lytex2bitmap.py | ||
lyxpreview-platex2bitmap.py | ||
lyxstangle.R | ||
lyxsweave.R | ||
prefs2prefs_lfuns.py | ||
prefs2prefs_prefs.py | ||
prefs2prefs.py | ||
tex_copy.py | ||
TeXFiles.py |