Wilfried
2014-07-11 13:51:17 UTC
Hello,
I just started to try out LyX. Downloaded and installed current version
for Windows (2.1.0 April 13, 2014) "for all users".
The configure script did not find my installed version of Adobe Reader.
And launching \Program Files\LyX 2.1\bin\pdfview.exe results in the
message "No pdf viewer is installed."
Having a look at configure.py I found:
line 656-657
checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
'mupdf', 'gv', 'ghostview'],
But the current version of Adobe Reader on Windows is named
AcroRd32.exe, so I added this to
line 656-657
checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', \
'acroread', 'AcroRd32', 'mupdf', 'gv', 'ghostview'],
I also had to add the folder containing AcroRd32.exe
C:\Program Files\Adobe\Reader 11.0\Reader
to Settings - PathPrefix
Likewise, ghostview under Windows is named gsview32.exe (I hadn't
changed this yet).
Hope this helps.
I just started to try out LyX. Downloaded and installed current version
for Windows (2.1.0 April 13, 2014) "for all users".
The configure script did not find my installed version of Adobe Reader.
And launching \Program Files\LyX 2.1\bin\pdfview.exe results in the
message "No pdf viewer is installed."
Having a look at configure.py I found:
line 656-657
checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', 'acroread', \
'mupdf', 'gv', 'ghostview'],
But the current version of Adobe Reader on Windows is named
AcroRd32.exe, so I added this to
line 656-657
checkViewer('a PDF previewer', ['pdfview', 'kpdf', 'okular', 'evince', 'kghostview', 'xpdf', 'acrobat', \
'acroread', 'AcroRd32', 'mupdf', 'gv', 'ghostview'],
I also had to add the folder containing AcroRd32.exe
C:\Program Files\Adobe\Reader 11.0\Reader
to Settings - PathPrefix
Likewise, ghostview under Windows is named gsview32.exe (I hadn't
changed this yet).
Hope this helps.
--
Wilfried Hennings
Wilfried Hennings