]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
Improve the svg2*tex.py scripts.
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index ff3183696f7bcb422d948bb3eb1296ccee48159f..68b4d837dc2bdd01e6702999c3d6cd4c4e0c5a9c 100644 (file)
 #   Add options to forbid/ignore 'needauth' option
 #   No conversion necessary.
 
+# Incremented to format 21, by spitz
+#   Add jbibtex_alternatives, allow "automatic" value
+#   of bibtex_command and jbibtex_command (actually the
+#   default now)
+#   No conversion necessary.
+
+# Incremented to format 22, by ef
+#   Add pygmentize_command for the python pygments syntax highlighter
+#   No conversion necessary.
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -380,5 +390,7 @@ conversions = [
        [ 17, [remove_rtl]],
        [ 18, []],
        [ 19, [remove_print_support]],
-       [ 20, []]
+       [ 20, []],
+       [ 21, []],
+       [ 22, []]
 ]