]> git.lyx.org Git - features.git/commitdiff
Fix lyxrc.dist of the official installer (add vector flag). LyXWinInstaller correctly...
authorBo Peng <bpeng@lyx.org>
Tue, 13 Feb 2007 16:56:44 +0000 (16:56 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 13 Feb 2007 16:56:44 +0000 (16:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17161 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/components/configure.nsh

index 497889bdc2f3c1108943b988d4f04a2fb54172bc..b42a047765719bc1f9bfda75cd530dcbac1c227a 100644 (file)
@@ -121,9 +121,9 @@ Section -Configure
   FileWrite $R1 '\screen_font_typewriter "Courier New"$\r$\n'
   FileWrite $R1 '\preview_scale_factor 1.0$\r$\n' ;Fit instant preview font size to screen fonts
   ;PDF view helper
-  FileWrite $R1 '\format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document"$\r$\n'  
-  FileWrite $R1 '\format "pdf2" "pdf" "PDF (pdflatex)" "F" "pdfview" "" "document"$\r$\n'
-  FileWrite $R1 '\format "pdf3" "pdf" "PDF (dvipdfm)" "m" "pdfview" "" "document"$\r$\n'
+  FileWrite $R1 '\format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector"$\r$\n'  
+  FileWrite $R1 '\format "pdf2" "pdf" "PDF (pdflatex)" "F" "pdfview" "" "document,vector"$\r$\n'
+  FileWrite $R1 '\format "pdf3" "pdf" "PDF (dvipdfm)" "m" "pdfview" "" "document,vector"$\r$\n'
   
   FileClose $R1
   
@@ -155,4 +155,4 @@ Function CreateDesktopShortcut
   CreateShortCut "$DESKTOP\${SHORTCUT}
 
 FunctionEnd
-  
\ No newline at end of file
+