lyx_mirror/lib/scripts
Guillaume Munch 3c9b62a69d Layout format update: AddToToc, IsTocCaption, OutlinerName
Preliminary work for addressing #7790. Thanks to Richard for providing initial
files this is based on.

Adding to TextClass:
    OutlinerName <string> <string>
    (the second string is translated)
e.g.:
    OutlinerName thm "Definitions & Theorems"

Adding to Layout:
    AddToToc <string>     (default "", means no)
    IsTocCaption <bool>   (default 0)
e.g.:
    AddToToc thm
    IsTocCaption 1

Adding to InsetLayout:
    AddToToc <string>     (default "", means no)
    IsTocCaption <bool>   (default 0)
e.g.:
    AddToToc literate

Adding to inset arguments:
    IsTocCaption <bool>   (default 0)
2015-12-13 19:56:49 +00:00
..
bash_completion Small clean-up to debug support 2015-07-08 11:03:42 +02:00
clean_dvi.py
CMakeLists.txt
convert_pdf.py Add low-res pdf export as suggested by James 2015-02-11 22:24:04 +01:00
convertDefault.py Let imagemagick detect file format (bug #2332) 2015-03-22 10:22:31 +01:00
csv2lyx.py
date.py
ext_copy.py
fen2ascii.py
fig2pdftex.py
fig2pstex.py
fig_copy.py
html2latexwrapper.py
include_bib.py
layout2layout.py Layout format update: AddToToc, IsTocCaption, OutlinerName 2015-12-13 19:56:49 +00:00
legacy_lyxpreview2ppm.py Missing bits from 07169c7b 2015-06-03 18:43:27 +02:00
listerrors
lyxknitr.R
lyxpak.py lyxpak.py: Use subprocess for spawning scripts. 2015-07-28 15:42:32 +02:00
lyxpreview2bitmap.py Properly account for font size when generating previews 2015-06-25 01:39:25 +02:00
lyxpreview_tools.py Fix another couple of issues spotted by Guillaume 2015-06-20 16:37:12 +02:00
lyxstangle.R
lyxsweave.R
prefs2prefs_lfuns.py Remove "dialog-show print" from various UI locations. 2015-11-26 23:21:07 -05:00
prefs2prefs_prefs.py prefs2prefs: document removing print support 2015-11-07 01:48:47 -05:00
prefs2prefs.py Remove "dialog-show print" from various UI locations. 2015-11-26 23:21:07 -05:00
tex_copy.py
TeXFiles.py