mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
f8662d8716
commit
af668f77c0
@ -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
|
||||
|
@ -28,6 +28,7 @@ lithuanian
|
||||
genmisc
|
||||
mhchem
|
||||
mongolian-babel
|
||||
miktex-hyph-mongolian
|
||||
natbib
|
||||
units
|
||||
nomencl
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user