mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
- Math.lyx: describe the new support for chemical equations
- status.16x: the support for chemical formulas is the major new feature of LyX 1.6.4, therefore advertise it as such git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c8d08c7314
commit
e64ddc0b08
@ -28,7 +28,7 @@ Function UpdateModifiedFiles
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\LFUNs.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Tutorial.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||
@ -36,14 +36,14 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Intro.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Math.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Math.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\es"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Customization.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Intro.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Math.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Math.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Shortcuts.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Tutorial.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\UserGuide.lyx"
|
||||
@ -54,7 +54,7 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Customization.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Intro.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Shortcuts.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\gl"
|
||||
|
@ -1616,6 +1616,8 @@ lib_images_math_files = Split('''
|
||||
eth.png
|
||||
exists.png
|
||||
fallingdotseq.png
|
||||
fint.png
|
||||
fintop.png
|
||||
Finv.png
|
||||
flat.png
|
||||
font.png
|
||||
@ -1670,6 +1672,10 @@ lib_images_math_files = Split('''
|
||||
kappa.png
|
||||
lambda.png
|
||||
lambda2.png
|
||||
landdownint.png
|
||||
landdownintop.png
|
||||
landupint.png
|
||||
landupintop.png
|
||||
langle.png
|
||||
lbrace.png
|
||||
lbrace_rbrace.png
|
||||
@ -1677,7 +1683,7 @@ lib_images_math_files = Split('''
|
||||
lbracket_rbracket.png
|
||||
lceil.png
|
||||
lceil_rceil.png
|
||||
ldots.png
|
||||
ldots.png
|
||||
leftarrow.png
|
||||
leftarrow2.png
|
||||
leftarrowtail.png
|
||||
|
1674
lib/doc/Math.lyx
1674
lib/doc/Math.lyx
File diff suppressed because it is too large
Load Diff
1756
lib/doc/de/Math.lyx
1756
lib/doc/de/Math.lyx
File diff suppressed because it is too large
Load Diff
1987
lib/doc/es/Math.lyx
1987
lib/doc/es/Math.lyx
File diff suppressed because it is too large
Load Diff
1693
lib/doc/fr/Math.lyx
1693
lib/doc/fr/Math.lyx
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,9 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Support for chemical formulas via the LaTeX package mhchem. For a
|
||||
description see LyX's Math manual.
|
||||
|
||||
- LyX's warning about different textclasses in master and child now has a
|
||||
"Do not show this warning again!" checkbox. Checking it will disable the
|
||||
warning for this specific master/child constellation over sessions
|
||||
@ -88,6 +91,8 @@ What's new
|
||||
|
||||
- Updated Intro manual for all languages.
|
||||
|
||||
- Updated English, French, German, and Spanish Math manual.
|
||||
|
||||
- Updated German and Spanish User's Guide.
|
||||
|
||||
- Updated German Tutorial.
|
||||
|
Loading…
Reference in New Issue
Block a user