installer: support for Hungarian and Mongolian

- the installer does nw the job of replacing the magyar.ldf with the fixed version [http://wiki.lyx.org/Windows/Hungarian]
- install the Mongolian hyphenation pattern to MiKTeX
- update eLyXer
This commit is contained in:
Uwe Stöhr 2013-03-15 01:21:29 +01:00
parent f8662d8716
commit af668f77c0
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Changelog for LyX-2051-6:
- support for Thai and will now automatically be installed to MiKTeX
- language support files for Belarusian are now included
- support for Thai and Mongolian will now automatically be installed to MiKTeX
- babel language support files for Belarusian and Hungarian are now included
- updated to eLyXer 1.2.5
Changelog for LyX-2051-5:
- Fix broken importing of TeX files to LyX

View File

@ -28,6 +28,7 @@ lithuanian
genmisc
mhchem
mongolian-babel
miktex-hyph-mongolian
natbib
units
nomencl

View File

@ -265,6 +265,9 @@ Function ConfigureMiKTeX
SetOutPath "$PathLaTeXLocal\tex\generic\babel"
File "${FILES_DVIPOST_PKG}\belarusian.ldf"
File "${FILES_DVIPOST_PKG}\belarusian.sty"
# Hungarian support
SetOutPath "$PathLaTeXLocal\tex\generic\babel"
File "${FILES_DVIPOST_PKG}\magyar.ldf"
# files in Resources\tex
SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"