The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 17e8ea8a615a542e758f9c0fe1d5ad649b8d04bb
Author: Pavel Sanda <[email protected]>
Date:   Thu May 10 16:14:14 2012 +0200

    Fix #8018: add converter for makebeamerinfo (to use with Impressive)
    Patch from Liviu Andronic.

diff --git a/lib/configure.py b/lib/configure.py
index ec15cf2..f773bef 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -544,7 +544,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"      "application/x-gnumeric"
@@ -762,6 +763,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      "%%"   ""' ])
     #

-----------------------------------------------------------------------

Summary of changes:
 lib/configure.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to