mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
c67419ffbb
This is already done by the program pdfview every time it is called. This additionally fixes the bug that viewing PDF files could fail if Acrobat was not the default PDF viewer of the system while LyX was installed, but became later the default PDF viewer.
56 lines
784 B
Plaintext
56 lines
784 B
Plaintext
/*
|
|
|
|
variables.nsh
|
|
|
|
Variables that are shared between multiple files
|
|
|
|
*/
|
|
|
|
Var PathLaTeX
|
|
Var PathLaTeXLocal
|
|
Var PathBibTeXEditor
|
|
|
|
Var APPDATemp
|
|
Var AppPre
|
|
var AppSubfolder
|
|
Var AppSuff
|
|
Var CreateDesktopIcon
|
|
Var CreateFileAssociations
|
|
Var DictCode
|
|
Var DictCodes
|
|
Var DelPythonFiles
|
|
Var EditorPath
|
|
Var FoundDict
|
|
Var FoundThes
|
|
Var GhostscriptPath
|
|
Var GnumericPath
|
|
Var ImageEditorPath
|
|
!if ${SETUPTYPE} == BUNDLE
|
|
Var InstallJabRef
|
|
!endif
|
|
Var JabRefInstalled
|
|
Var LaTeXName
|
|
Var LaTeXInstalled
|
|
Var LilyPondPath
|
|
Var MiKTeXUser
|
|
Var MiKTeXVersion
|
|
Var OldVersionNumber
|
|
Var Pointer
|
|
Var PSVPath
|
|
Var PythonPath
|
|
Var Search
|
|
!if ${SETUPTYPE} != BUNDLE
|
|
Var State
|
|
!endif
|
|
Var SVGPath
|
|
Var StartmenuFolder
|
|
Var String
|
|
Var ThesCode
|
|
Var ThesCodes
|
|
Var UpdateFNDBReturn
|
|
Var UserList
|
|
|
|
Var LangName
|
|
|
|
Var PrinterConf
|