From 4727810316fc624e6480e330250fa7a0df2a8daf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 18 May 2007 21:44:27 +0000 Subject: [PATCH] installer: updates I forgot t commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18414 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../packaging/AltInstaller/ChangeLog.txt | 12 +++--- .../Win32/packaging/AltInstaller/Settings.nsh | 2 +- .../Win32/packaging/AltInstaller/Updated.nsh | 1 + .../AltInstaller/specials/powerdot.layout | 37 ++++++------------- 4 files changed, 19 insertions(+), 33 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index 0ee0faa46d..3e16b4e5bd 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -1,17 +1,17 @@ -Version LyX 1.5beta3-15-05-2007 -- LyX 1.5 beta3 from 15-05-2007 +Version LyX 1.5beta3-18-05-2007 +- LyX 1.5 beta3 from 18-05-2007 - fix bug, introduced with last version, that all margin notes in a document are lost - - support for Chinese, Japenese and Korean + - support for Chinese, Japanese and Korean - support for the LaTeX-package "listings" - updated to ImageMagick 6.3.4 -- updated to Phyton 2.5.1 -- updated to MikteX 2.6 (version 2675) +- updated to Python 2.5.1 +- updated to MiKTeX 2.6 (version 2675) - fix bug that LyX's menu language setting was ignored when LyX is started by double-clicking on a LyX-file - when Updating PDFs, the PDF is opened at the last viewed position - (only works with Acrobat/adobe Reader version <= 7) + (only works with Acrobat/Adobe Reader version <= 7) - fix hopefully the case that PDFs couldn't be updated when Adobe Reader 8 is used on Windows Vista - fix bug that MiKTeX and JabRef weren't correctly uninstalled diff --git a/development/Win32/packaging/AltInstaller/Settings.nsh b/development/Win32/packaging/AltInstaller/Settings.nsh index 0bce6f416c..42206ed265 100644 --- a/development/Win32/packaging/AltInstaller/Settings.nsh +++ b/development/Win32/packaging/AltInstaller/Settings.nsh @@ -3,7 +3,7 @@ !define PRODUCT_DIR "D:\LyXPackage1.5" !define PRODUCT_NAME "LyX" -!define PRODUCT_VERSION "1.5beta3-16-05-2007" +!define PRODUCT_VERSION "1.5beta3-18-05-2007" !define PRODUCT_VERSION_SHORT "150svn" !define PRODUCT_SUBFOLDER "lyx15" !define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt" diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 2dd7cd49bc..53aea7d8bd 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -10,6 +10,7 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here SetOutPath "$INSTDIR\Resources" File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx" + File "${PRODUCT_SOURCEDIR}\Resources\configure.py" File "${PRODUCT_SOURCEDIR}\Resources\encodings" File "${PRODUCT_SOURCEDIR}\Resources\languages" File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" diff --git a/development/Win32/packaging/AltInstaller/specials/powerdot.layout b/development/Win32/packaging/AltInstaller/specials/powerdot.layout index 0543ac925b..3ef1473767 100644 --- a/development/Win32/packaging/AltInstaller/specials/powerdot.layout +++ b/development/Win32/packaging/AltInstaller/specials/powerdot.layout @@ -25,10 +25,10 @@ ### # General textclass parameters ### +Format 4 Columns 1 Sides 1 -MaxCounter Counter_EnumI -ProvidesUrl 1 +Provides url 1 DefaultStyle Standard DefaultFont @@ -144,7 +144,8 @@ Style Slide ParSep 0.7 Align Center AlignPossible Center - LabelType Counter_Subsection + LabelType Counter + LabelCounter subsection LabelString " " OptionalArgs 1 @@ -228,13 +229,15 @@ End Style Section CopyStyle Slide LatexName lyxend\section - LabelType Counter_Section - LabelString "" + LabelType Counter + LabelCounter section + LabelString "\arabic{section}" Font Size Larger Color Blue EndFont + LabelStringAppendix "\Alph{section}" End ### @@ -253,7 +256,7 @@ Style Itemize ParSep 0.3 Align Block AlignPossible Block, Left - LabelType Static + LabelType Itemize LabelString * End @@ -279,7 +282,7 @@ Style Enumerate ParSep 0.3 Align Block AlignPossible Block, Left - LabelType Counter_EnumI + LabelType Enumerate End Style EnumerateType1 @@ -292,7 +295,7 @@ End ### Style Bibliography Margin First_Dynamic - LatexType Item_Environment + LatexType Bib_Environment LatexName thebibliography NextNoIndent 1 LeftMargin MM @@ -370,24 +373,6 @@ End ### # Caption style definition ### -Style Caption - Margin First_Dynamic - LatexType Command - LatexName caption - NeedProtect 1 - LabelSep xx - ParSkip 0.4 - TopSep 0.5 - Align Center - AlignPossible Center - LabelType Sensitive - LabelString Caption - OptionalArgs 1 - - LabelFont - Series Bold - EndFont -End ### # Floats definitions -- 2.39.2