lyx_mirror/lib/scripts
José Matos 6495cd135f make python string compliant with python 2 and 3
python 2 does not allow to declare a string as raw byte so we double
the backslashes and remove the r preffix

python 3 accepts rb"..." meaning a byte string that is raw. In this context
raw means that the backslash does not has any special meaning and thus it
is not escaped. This is usefull together with regular expressions where the
backslashes are special.

In the worst possible case, like this one, we must use 4 backslashes to represent
one in the regular expression...
2017-05-09 16:53:32 +01:00
..
bash_completion Small clean-up to debug support 2015-07-08 11:03:42 +02:00
clean_dvi.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
CMakeLists.txt Cmake tests: Add a script to modify preferences prior to export testing 2016-12-03 11:32:19 +01:00
convert_pdf.py Add low-res pdf export as suggested by James 2015-02-11 22:24:04 +01:00
convertDefault.py Detect ImageMagick 7 2016-05-10 21:27:57 +02:00
csv2lyx.py csv2lyx: use universal newlines when reading CSVs 2014-02-16 00:07:43 -05:00
ext_copy.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
fen2ascii.py whitespace 2016-07-31 00:15:42 -04:00
fig2pdftex.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
fig2pstex.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
fig_copy.py Make scripts python3 compatible 2016-06-08 20:02:33 +02:00
gnuplot2pdf.py Enable graphics generation from external gnuplot scripts. 2017-05-04 00:44:00 +02:00
html2latexwrapper.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
include_bib.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
layout2layout.py layout2layout.py: Python 3 compatibility 2017-04-13 16:25:59 +02:00
legacy_lyxpreview2ppm.py python3: fix the preview framework to work with both python 2 and 3 2017-05-09 11:20:34 +01:00
listerrors Use "#!/usr/bin/env python", as elsewhere. 2014-01-26 11:38:41 -05:00
lyxknitr.R
lyxpak.py lyxpak.py: Python 3 compatibility 2017-04-15 00:05:40 +02:00
lyxpreview2bitmap.py make python string compliant with python 2 and 3 2017-05-09 16:53:32 +01:00
lyxpreview_tools.py python3: fix the preview framework to work with both python 2 and 3 2017-05-09 11:20:34 +01:00
lyxstangle.R
lyxsweave.R
prefs2prefs_lfuns.py New LFUN tabular-feature: update prefs2prefs.py 2016-01-27 18:20:53 +01:00
prefs2prefs_prefs.py Update the formats of lyxrc.dist.in to 21 2017-04-23 23:23:03 -04:00
prefs2prefs.py #9006 care to make prefs2prefs.py python 3 compatible 2017-04-08 20:58:16 +02:00
prefTest.pl.in keytests: Allow definition of shortcuts for the test. 2017-04-24 17:50:49 +02:00
svg2pdftex.py Initial commit of Inkscape SVG LaTeX + PDF support 2016-10-04 00:01:18 +02:00
svg2pstex.py Initial commit of Inkscape SVG LaTeX + PDF support 2016-10-04 00:01:18 +02:00
tex_copy.py Remove the shebang line from our python scripts, per Jose's suggestion. 2014-01-28 12:52:16 -05:00
TeXFiles.py TeXFiles.py: Python 3 compatibility 2017-04-13 10:49:38 +02:00