]> git.lyx.org Git - features.git/commitdiff
Backport fb45a49d (#8021).
authorPavel Sanda <sanda@lyx.org>
Thu, 10 May 2012 15:28:53 +0000 (17:28 +0200)
committerPavel Sanda <sanda@lyx.org>
Thu, 10 May 2012 15:28:53 +0000 (17:28 +0200)
lib/configure.py
status.20x

index b7ba8440f2f3d53274dcc6f18da41f0497f1c873..0ef952fc345052ac9207e4eb598f5e501261edb7 100644 (file)
@@ -596,7 +596,8 @@ def checkFormatEntries(dtl_tools):
 \Format text2      txt    "Plain text (pstotext)" "" ""        "%%"    "document"
 \Format text3      txt    "Plain text (ps2ascii)" "" ""        "%%"    "document"
 \Format text4      txt    "Plain text (catdvi)"   "" ""        "%%"    "document"
-\Format textparagraph txt "Plain Text, Join Lines" "" ""       "%%"    "document"''' ])
+\Format textparagraph txt "Plain Text, Join Lines" "" ""       "%%"    "document"
+\Format beamer.info pdf.info   "Info (Beamer)"         "" ""   "%%"    "document,menu=export"''' ])
    #Spreadsheets using ssconvert from gnumeric
     checkViewer('gnumeric spreadsheet software', ['gnumeric'],
       rc_entry = [r'''\Format gnumeric gnumeric "Gnumeric spreadsheet" "" ""    "%%"   "document"
@@ -810,6 +811,9 @@ def checkConverterEntries():
     checkProg('a PDF to EPS converter', ['pdftops -eps -f 1 -l 1 $$i $$o'],
         rc_entry = [ r'\converter pdf         eps        "%%"  ""' ])
     #
+    checkProg('a Beamer info extractor', ['makebeamerinfo -p $$i'],
+        rc_entry = [ r'\converter pdf2         beamer.info        "%%" ""' ])
+    #
     checkProg('a DVI to TXT converter', ['catdvi $$i > $$o'],
         rc_entry = [ r'\converter dvi        text4      "%%"   ""' ])
     #
index 3fec63669b047f64fb7284998cecfa8b62879701..fa544e3f4bd55711b5bffe46bd5395a76cc6a588 100644 (file)
@@ -35,6 +35,9 @@ What's new
 - Case environments provided by theorem modules should now nest
   properly (bug 7611).
 
+- Allow makebeamerinfo script export beamer info (to be used by Impressive)
+  (bug 8018).
+
 
 * TEX2LYX IMPROVEMENTS