]> git.lyx.org Git - features.git/log
features.git
8 years agoSet default output to pdf (ps2pdf) - works for online viewing and presentation.
Günter Milde [Wed, 20 Jan 2016 22:23:48 +0000 (23:23 +0100)]
Set default output to pdf (ps2pdf) - works for online viewing and presentation.

8 years agoRemove stmary10.sfd from source package
Georg Baum [Wed, 20 Jan 2016 20:29:43 +0000 (21:29 +0100)]
Remove stmary10.sfd from source package

We do now have .sfd sources for all fonts, so either we distribute all of them
with the source package or none. Since the accumulated size is not negligible,
and the are not needed to build LyX, but serve a really special purpose, we
do not add them to the source package for now.

8 years agoRegenerate cmex10.ttf from cmex10.sfd at af970c20
Georg Baum [Wed, 20 Jan 2016 20:14:08 +0000 (21:14 +0100)]
Regenerate cmex10.ttf from cmex10.sfd at af970c20

Thanks to Enrico for doing the actual work (my fontforge omits the
TtInstrs...EndTTInstrs blocks for some reason I do not understand).
I did only check that the only difference between the old and new .ttf is the
changed position of the bracketleftbigg glyph. This does finally fix bug 6115.

8 years agoman: use dummy path on Windows
Peter Kümmel [Wed, 20 Jan 2016 18:37:53 +0000 (19:37 +0100)]
man: use dummy path on Windows

8 years agomsvc: always build 3rdparty libs
Peter Kümmel [Wed, 20 Jan 2016 18:23:10 +0000 (19:23 +0100)]
msvc: always build 3rdparty libs

8 years agotypo
Jean-Marc Lasgouttes [Wed, 20 Jan 2016 16:40:47 +0000 (17:40 +0100)]
typo

8 years agoUpdate all paragraphs layouts when undoing bufferparams
Jean-Marc Lasgouttes [Tue, 19 Jan 2016 15:31:35 +0000 (16:31 +0100)]
Update all paragraphs layouts when undoing bufferparams

When undo restores a previous BufferParams instance, it should also
update all the layout pointers in the document's paragraphs.

Fixes #9916.

8 years agoEmbeddedObjects.lyx: some tweaks
Uwe Stöhr [Wed, 20 Jan 2016 01:33:19 +0000 (02:33 +0100)]
EmbeddedObjects.lyx: some tweaks

8 years agoViewSourceUi.ui: correct wrong property number
Uwe Stöhr [Wed, 20 Jan 2016 00:33:42 +0000 (01:33 +0100)]
ViewSourceUi.ui: correct wrong property number

Just save the file with Qt Designer of Qt 4.8 or Qt 5.5 version and this change will be made by designer automatically

8 years agoMake sure cursor is in texted after clicking
Enrico Forestieri [Wed, 20 Jan 2016 00:18:42 +0000 (01:18 +0100)]
Make sure cursor is in texted after clicking

Fixes #9936.

8 years agoRevert "Revert "Fix the display of column spacing in AMS environments""
Uwe Stöhr [Tue, 19 Jan 2016 22:20:53 +0000 (23:20 +0100)]
Revert "Revert "Fix the display of column spacing in AMS environments""

This reverts commit f1a388584fb2c043d17127d7db49c36cb8427cfa.

# Conflicts:
# src/mathed/InsetMathGrid.cpp
# src/mathed/InsetMathSplit.cpp

8 years agoRevert "Fix the display of column spacing in AMS environments"
Uwe Stöhr [Tue, 19 Jan 2016 22:01:44 +0000 (23:01 +0100)]
Revert "Fix the display of column spacing in AMS environments"

This reverts commit 1676b69cf782112cab7463b4086055f8cf9fe9d2.

8 years agoFix the display of column spacing in AMS environments
Guillaume Munch [Sun, 20 Dec 2015 20:56:34 +0000 (20:56 +0000)]
Fix the display of column spacing in AMS environments

AMS align environment should have some spacing between odd and even columns.

Add a new virtual method displayColSpace() to InsetMathGrid, InsetMathHull and
InsetMathSplit.

8 years agoRevert "Fix the display of column spacing in AMS environments"
Uwe Stöhr [Tue, 19 Jan 2016 21:40:38 +0000 (22:40 +0100)]
Revert "Fix the display of column spacing in AMS environments"

This reverts commit bb5470b5d1ec1b2f7394164686d6035a0c4bce0f.

I have no clue what is with my GIT. I apologize. Can anybody please check if it is now OK again?

8 years agoRevert "Fix the display of column spacing in AMS environments"
Uwe Stöhr [Tue, 19 Jan 2016 21:35:24 +0000 (22:35 +0100)]
Revert "Fix the display of column spacing in AMS environments"

I have no clue why this was automatically committed, I just applied the path, nothing more.

This reverts commit bb5470b5d1ec1b2f7394164686d6035a0c4bce0f.

# Conflicts:
# src/mathed/InsetMathGrid.cpp
# src/mathed/InsetMathSplit.cpp

8 years agoInsetMath: normalize the line endings of 2 files
Uwe Stöhr [Tue, 19 Jan 2016 21:30:36 +0000 (22:30 +0100)]
InsetMath: normalize the line endings of 2 files

8 years agoFix the display of column spacing in AMS environments
Guillaume Munch [Sun, 20 Dec 2015 20:56:34 +0000 (20:56 +0000)]
Fix the display of column spacing in AMS environments

AMS align environment should have some spacing between odd and even columns.

Add a new virtual method displayColSpace() to InsetMathGrid, InsetMathHull and
InsetMathSplit.

8 years agoDisplay the correct horizontal alignment in AMS environments
Guillaume Munch [Sun, 13 Dec 2015 03:32:32 +0000 (03:32 +0000)]
Display the correct horizontal alignment in AMS environments

A longstanding problem... (related: #1861)

The columns in AMS math environments have a fixed alignment (colAlign() in
InsetMathGrid.cpp). We set this alignment for display (Georg's
displayColAlign()) in InsetMathHull and InsetMathSplit. This is done according
to tests and documentation for the various environments.

There is also some mechanical code factoring via colAlign().

Finally, I disable setting the horizontal alignment in InsetMathSplit, which has
no impact on the LaTeX output, and has no longer any impact on the screen. (As
for vertical alignment I discovered that it was in fact customisable for
\aligned & friends! I hope that the more faithful interface will let other
users discover that too.)

8 years agouk.po: translations by Yuri
Uwe Stöhr [Tue, 19 Jan 2016 20:12:48 +0000 (21:12 +0100)]
uk.po: translations by Yuri

8 years agoremove warning about alreday defined Z_PREFIX
Peter Kümmel [Tue, 19 Jan 2016 16:54:43 +0000 (17:54 +0100)]
remove warning about alreday defined Z_PREFIX

8 years agouse Qt default path, don't touch source tree
Peter Kümmel [Tue, 19 Jan 2016 16:39:18 +0000 (17:39 +0100)]
use Qt default path, don't touch source tree

8 years agoExample file for paralist module.
Richard Heck [Tue, 19 Jan 2016 11:50:13 +0000 (06:50 -0500)]
Example file for paralist module.

8 years agoFix typos in paralist module. The correct command is not compactdescr,
Richard Heck [Tue, 19 Jan 2016 11:49:33 +0000 (06:49 -0500)]
Fix typos in paralist module. The correct command is not compactdescr,
etc, but compactdesc. At least this is true in the most recent version
on CTAN.

8 years agoAllow breaking a row element at a leading space
Jean-Marc Lasgouttes [Mon, 18 Jan 2016 14:32:07 +0000 (15:32 +0100)]
Allow breaking a row element at a leading space

When an inset is separated from the next strng by a space, it is reasonable to be able to break the string after its leading space.

Fixes bug #9921

8 years agoWin build scripts: add a one-click script for installer builds
Uwe Stöhr [Tue, 19 Jan 2016 01:21:06 +0000 (02:21 +0100)]
Win build scripts: add a one-click script for installer builds

- also restore a build script for daily development work
- remove 2 outdated/unnecessary scripts

8 years agoCustomization.lyx: forgot to turn off change tracking
Uwe Stöhr [Tue, 19 Jan 2016 00:03:34 +0000 (01:03 +0100)]
Customization.lyx: forgot to turn off change tracking

8 years agoCustomization.lyx: fixes and updates from Jean-Pierre
Uwe Stöhr [Mon, 18 Jan 2016 23:59:58 +0000 (00:59 +0100)]
Customization.lyx: fixes and updates from Jean-Pierre

8 years agoDevelopment.lyx: restore \origin tag
Uwe Stöhr [Mon, 18 Jan 2016 23:17:02 +0000 (00:17 +0100)]
Development.lyx: restore \origin tag

Kornel, it seems that something is incorrect in your system because every change you make to the docs files removes the \origin tag

8 years agoComment only.
Pavel Sanda [Mon, 18 Jan 2016 22:29:37 +0000 (14:29 -0800)]
Comment only.

8 years agoTypo
Kornel Benko [Mon, 18 Jan 2016 09:59:35 +0000 (10:59 +0100)]
Typo

8 years agoctest autotest documentation update
Günter Milde [Mon, 18 Jan 2016 09:25:23 +0000 (10:25 +0100)]
ctest autotest documentation update

8 years agoUse \inputencoding auto for examples/aas_sample.lyx
Günter Milde [Tue, 12 Jan 2016 21:18:08 +0000 (22:18 +0100)]
Use \inputencoding auto for examples/aas_sample.lyx

Also sort and commen related ctest pattern.

8 years agoctests: label tests with not-on-CTAN requirements as "nonstandard".
Günter Milde [Tue, 12 Jan 2016 12:13:42 +0000 (13:13 +0100)]
ctests: label tests with not-on-CTAN requirements as "nonstandard".

8 years agoUserGuide.lyx: describe the horizontal scrolling
Uwe Stöhr [Sun, 17 Jan 2016 23:25:11 +0000 (00:25 +0100)]
UserGuide.lyx: describe the horizontal scrolling

8 years agoUserGuide.lyx: typographic corrections
Uwe Stöhr [Sun, 17 Jan 2016 19:30:52 +0000 (20:30 +0100)]
UserGuide.lyx: typographic corrections

8 years agoSpanish Customization.lyx and UserGuide.lyx: translations by Ignacio
Uwe Stöhr [Sun, 17 Jan 2016 18:25:40 +0000 (19:25 +0100)]
Spanish Customization.lyx and UserGuide.lyx: translations by Ignacio

8 years agoes.po: updates by Ignacio
Uwe Stöhr [Sun, 17 Jan 2016 18:23:57 +0000 (19:23 +0100)]
es.po: updates by Ignacio

8 years agorename build directory
Peter Kümmel [Sun, 17 Jan 2016 17:52:20 +0000 (18:52 +0100)]
rename build directory

8 years agoclean build with MSVC2010
Peter Kümmel [Sun, 17 Jan 2016 17:34:15 +0000 (18:34 +0100)]
clean build with MSVC2010

8 years agoMove bracketleftbigg to correct position
Georg Baum [Sun, 17 Jan 2016 09:51:26 +0000 (10:51 +0100)]
Move bracketleftbigg to correct position

Generating a ttf from cmex10.sfd would fix bug 6115, but unfortunately I am
unable to export a ttf with the same settings as the existing one, so this has
still to be done.

8 years agofix GIT - version control for LyX documents not detected
Stephan Witt [Sun, 17 Jan 2016 07:03:25 +0000 (08:03 +0100)]
fix GIT - version control for LyX documents not detected

8 years agoUserGuide.lyx: review Appendix C
Uwe Stöhr [Sun, 17 Jan 2016 02:33:01 +0000 (03:33 +0100)]
UserGuide.lyx: review Appendix C

8 years agoUserGuide.lyx: remove an outdated note
Uwe Stöhr [Sun, 17 Jan 2016 02:05:13 +0000 (03:05 +0100)]
UserGuide.lyx: remove an outdated note

- also some minor fixes

8 years agodoc files: update more screenshots
Uwe Stöhr [Sun, 17 Jan 2016 01:40:46 +0000 (02:40 +0100)]
doc files: update more screenshots

- also fix a menu issue in EmbeddedObjects.lyx

8 years agoChangelog-EmbeddedObjects-LyX_22x.txt: update
Uwe Stöhr [Sun, 17 Jan 2016 01:22:25 +0000 (02:22 +0100)]
Changelog-EmbeddedObjects-LyX_22x.txt: update

8 years agodoc files: update French screenshots
Uwe Stöhr [Sun, 17 Jan 2016 01:20:33 +0000 (02:20 +0100)]
doc files: update French screenshots

8 years agodoc files: update Spanish screenshots
Uwe Stöhr [Sun, 17 Jan 2016 00:52:18 +0000 (01:52 +0100)]
doc files: update Spanish screenshots

8 years agodoc files: update Italian screenshots
Uwe Stöhr [Sun, 17 Jan 2016 00:35:50 +0000 (01:35 +0100)]
doc files: update Italian screenshots

8 years agodoc files: update some more screenshots
Uwe Stöhr [Sun, 17 Jan 2016 00:28:45 +0000 (01:28 +0100)]
doc files: update some more screenshots

8 years agoUpdate some image names
Kornel Benko [Sat, 16 Jan 2016 20:20:34 +0000 (21:20 +0100)]
Update some image names

8 years agodoc files: update and rename more sceenshots
Uwe Stöhr [Sat, 16 Jan 2016 19:52:02 +0000 (20:52 +0100)]
doc files: update and rename more sceenshots

- also update a menu name
- update a section French UserGuide.lyx

8 years agoIntro.lyx: correct an image path
Uwe Stöhr [Sat, 16 Jan 2016 18:49:45 +0000 (19:49 +0100)]
Intro.lyx: correct an image path

8 years agoDon't merge next paragraph when removing a separator inset
Enrico Forestieri [Sat, 16 Jan 2016 15:44:26 +0000 (16:44 +0100)]
Don't merge next paragraph when removing a separator inset

8 years agoAlways place the cursor before a separator inset when clicking
Enrico Forestieri [Sat, 16 Jan 2016 15:41:04 +0000 (16:41 +0100)]
Always place the cursor before a separator inset when clicking

8 years agoAdd fontforge files
Enrico Forestieri [Sat, 16 Jan 2016 14:46:48 +0000 (15:46 +0100)]
Add fontforge files

8 years agoamend last commit
Uwe Stöhr [Sat, 16 Jan 2016 12:41:42 +0000 (13:41 +0100)]
amend last commit

8 years agoDoc files: register image changes in Makefile.am
Uwe Stöhr [Sat, 16 Jan 2016 12:38:33 +0000 (13:38 +0100)]
Doc files: register image changes in Makefile.am

- also update Ukrainian

8 years agoGenerate LFUNs.lyx in updatedocs
Georg Baum [Sat, 16 Jan 2016 10:08:22 +0000 (11:08 +0100)]
Generate LFUNs.lyx in updatedocs

As suggested by Guillaume.

8 years agoUserGuide.lyx: revise Appendix A
Uwe Stöhr [Sat, 16 Jan 2016 03:19:35 +0000 (04:19 +0100)]
UserGuide.lyx: revise Appendix A

- update the toolbar screenshots, update some images and their names (more to follow)

8 years agoSpanish UserGuide.lyx: translate color names
Uwe Stöhr [Sat, 16 Jan 2016 00:09:53 +0000 (01:09 +0100)]
Spanish UserGuide.lyx: translate color names

8 years agoSpanish UserGuide.lyx: some tweaks
Uwe Stöhr [Fri, 15 Jan 2016 23:51:01 +0000 (00:51 +0100)]
Spanish UserGuide.lyx: some tweaks

8 years agoUpdate LFUNs.lyx to current format
Georg Baum [Fri, 15 Jan 2016 20:31:57 +0000 (21:31 +0100)]
Update LFUNs.lyx to current format

8 years agoUpdate docs for \output_changes move
Georg Baum [Fri, 15 Jan 2016 20:23:13 +0000 (21:23 +0100)]
Update docs for \output_changes move

Since \output_changes is written again at the original position, we need to
fix those files that have been updated using the intermediate version.
The update was done by running development/tools/updatedocs.py <lyxexe> where
<lyxexe> was the path to an up to date LyX binary. All files that did contain
additional changes were reverted:

lib/doc/LFUNs.lyx
lib/doc/UserGuide.lyx
lib/doc/Shortcuts.lyx
lib/examples/de/beamer.lyx

The \SpecialChar changes are fine, these files have never been saved by LyX
after the update to 483.

8 years agoWin installer: update Readme.txt
Uwe Stöhr [Thu, 14 Jan 2016 23:16:15 +0000 (00:16 +0100)]
Win installer: update Readme.txt

8 years agoWin installer: we need to ship the Qt platform dlls
Uwe Stöhr [Thu, 14 Jan 2016 21:56:49 +0000 (22:56 +0100)]
Win installer: we need to ship the Qt platform dlls

- also remove now unnecessary file lists

8 years agoEmbeddedObjects.lyx: fix some issues and typos
Uwe Stöhr [Thu, 14 Jan 2016 21:32:35 +0000 (22:32 +0100)]
EmbeddedObjects.lyx: fix some issues and typos

8 years agoAmend 5c2d0499
Guillaume Munch [Wed, 13 Jan 2016 18:16:00 +0000 (18:16 +0000)]
Amend 5c2d0499

8 years agoInsert a plain separator instead of a parbreak one.
Enrico Forestieri [Thu, 14 Jan 2016 19:57:52 +0000 (20:57 +0100)]
Insert a plain separator instead of a parbreak one.

When hitting Enter after a non-standard layout a plain separator is
now inserted. This seems to be preferred and more in line with what
is obtained with the "Alt+M P" shortcut.

8 years agoFrench linguistics.lyx: updates from Jean-Pierre
Uwe Stöhr [Thu, 14 Jan 2016 01:56:52 +0000 (02:56 +0100)]
French linguistics.lyx: updates from Jean-Pierre

8 years agoinstaller: remove filelists that are not used
Uwe Stöhr [Thu, 14 Jan 2016 01:10:11 +0000 (02:10 +0100)]
installer: remove filelists that are not used

8 years agoinstaller/Readme.txt: update how to build
Uwe Stöhr [Thu, 14 Jan 2016 00:54:41 +0000 (01:54 +0100)]
installer/Readme.txt: update how to build

8 years agoadd 2 Windows build scripts for LyX 2.2
Uwe Stöhr [Wed, 13 Jan 2016 23:39:32 +0000 (00:39 +0100)]
add 2 Windows build scripts for LyX 2.2

- build4-2010.bat: MSVC 2010 and Qt 4.8.7 (as backup)
- build5-2010.bat: MSVC 2010 and Qt 5.5.1

I tested both scripts thoroughly and the resulting LyX build is stable. Please feel free to modify them if something can be improved.

8 years agoPrefered use of direct links to ctan, not to a mirror
Kornel Benko [Wed, 13 Jan 2016 23:07:57 +0000 (00:07 +0100)]
Prefered use of direct links to ctan, not to a mirror

8 years agoSpanish Math and Additional.lyx: translations by Ignacio
Uwe Stöhr [Wed, 13 Jan 2016 22:46:31 +0000 (23:46 +0100)]
Spanish Math and Additional.lyx: translations by Ignacio

8 years agoInsert a separator only when the paragraph is empty.
Enrico Forestieri [Wed, 13 Jan 2016 21:49:33 +0000 (22:49 +0100)]
Insert a separator only when the paragraph is empty.

8 years agomingw.bat: circumvent critical python detection
Peter Kümmel [Wed, 13 Jan 2016 14:42:43 +0000 (15:42 +0100)]
mingw.bat: circumvent critical python detection

LyX could be build with a double click on mingw.bat.

8 years agouse Qt 5.5.1
Peter Kümmel [Wed, 13 Jan 2016 12:12:25 +0000 (13:12 +0100)]
use Qt 5.5.1

8 years agotemplates: save all files with latest LyX 2.2git
Uwe Stöhr [Wed, 13 Jan 2016 02:22:37 +0000 (03:22 +0100)]
templates: save all files with latest LyX 2.2git

8 years agostmary10.lyx: update fileformat
Uwe Stöhr [Wed, 13 Jan 2016 02:17:15 +0000 (03:17 +0100)]
stmary10.lyx: update fileformat

8 years agoexample files: save all with latest 2.2.git (part 2/2)
Uwe Stöhr [Wed, 13 Jan 2016 02:06:03 +0000 (03:06 +0100)]
example files: save all with latest 2.2.git (part 2/2)

8 years agoexample files: save all with latest 2.2.git
Uwe Stöhr [Wed, 13 Jan 2016 01:51:42 +0000 (02:51 +0100)]
example files: save all with latest 2.2.git

8 years agoChangelog-Math-LyX_22.txt: remove done task
Uwe Stöhr [Wed, 13 Jan 2016 01:05:13 +0000 (02:05 +0100)]
Changelog-Math-LyX_22.txt: remove done task

8 years agoEmbeddedObjects.lyx: fix mistakes spotted by Ignacio
Uwe Stöhr [Wed, 13 Jan 2016 01:01:15 +0000 (02:01 +0100)]
EmbeddedObjects.lyx: fix mistakes spotted by Ignacio

8 years agodoc files: re-add the \origin tag (part 2/2)
Uwe Stöhr [Wed, 13 Jan 2016 00:22:11 +0000 (01:22 +0100)]
doc files: re-add the \origin tag (part 2/2)

also save all files with latest 2.2dev

8 years agodoc files: re-add the \origin tag
Uwe Stöhr [Wed, 13 Jan 2016 00:14:48 +0000 (01:14 +0100)]
doc files: re-add the \origin tag

also save all files with latest 2.2dev

8 years agoGrisNotaImagenQt4.png: new version from Ignacio
Uwe Stöhr [Wed, 13 Jan 2016 00:02:47 +0000 (01:02 +0100)]
GrisNotaImagenQt4.png: new version from Ignacio

8 years agoSpanish EmbeddedObjects.lyx: translations by Ignacio
Uwe Stöhr [Wed, 13 Jan 2016 00:02:07 +0000 (01:02 +0100)]
Spanish EmbeddedObjects.lyx: translations by Ignacio

8 years agoUpdate docs
Guillaume Munch [Tue, 12 Jan 2016 21:30:37 +0000 (21:30 +0000)]
Update docs

8 years agoUpdate tex2lyx tests
Guillaume Munch [Sun, 20 Dec 2015 17:56:40 +0000 (17:56 +0000)]
Update tex2lyx tests

Just add \save_transient_properties as expected.

8 years agoAdd \save_transient_properties parameter (#9841)
Guillaume Munch [Sun, 20 Dec 2015 16:37:29 +0000 (16:37 +0000)]
Add \save_transient_properties parameter (#9841)

Increment LyX format to 504.

With this new parameter, the user can indicate that some other parameters that
are frequently switched must not be recorded in the file (as if they were a
setting specific to the user or transient, rather than a document setting). This
will play nicer with version control systems.

See the discussion, e.g.:
http://thread.gmane.org/gmane.editors.lyx.devel/157824/focus=157993 (third
solution mentioned)

TODO:
* The interface remains to be set up. We cannot change this setting from LyX
  for now.
* If save_transient_properties is false, we should read the user setting as a
  per-user-per-document (session) setting (e.g. like the cursor position).
* Once the above is done, we can treat \justification the same way (but it would
  be even better if \justification was moved to lyxrc).

8 years agoRevert "Work around bug #9841"
Guillaume Munch [Sun, 20 Dec 2015 13:08:49 +0000 (13:08 +0000)]
Revert "Work around bug #9841"

This reverts commit dc016de34eab3fe24d9673a48cabf754bebbadaa.

See discussion at http://mid.gmane.org/n53ar8$1tj$1@ger.gmane.org

8 years agoAmend fd4d23b4
Guillaume Munch [Sun, 20 Dec 2015 13:16:00 +0000 (13:16 +0000)]
Amend fd4d23b4

http://mid.gmane.org/3790287.D9aVANvQPJ@linux-22mz

8 years agozlib: enable prefix, fix mingw build
Peter Kümmel [Tue, 12 Jan 2016 19:11:31 +0000 (20:11 +0100)]
zlib: enable prefix, fix mingw build

8 years agoadd batch file for MinGW build on Windows
Peter Kümmel [Tue, 12 Jan 2016 19:10:51 +0000 (20:10 +0100)]
add batch file for MinGW build on Windows

8 years agoRemaining broken links corrected
Kornel Benko [Tue, 12 Jan 2016 18:16:41 +0000 (19:16 +0100)]
Remaining broken links corrected

8 years agoReplace broken links.
Kornel Benko [Mon, 11 Jan 2016 22:42:11 +0000 (23:42 +0100)]
Replace broken links.

8 years agoMath.lyx: update to the new \aa handling
Uwe Stöhr [Mon, 11 Jan 2016 22:19:54 +0000 (23:19 +0100)]
Math.lyx: update to the new \aa handling

8 years ago- doc files: re-add some \origin
Uwe Stöhr [Mon, 11 Jan 2016 22:16:43 +0000 (23:16 +0100)]
- doc files: re-add some \origin

- For the Indonesian file in attic there must be no \origin to avoid an error in the ReplaceValues.py script

8 years agoFrench Customization.lyx: translations from Jean-Pierre
Uwe Stöhr [Mon, 11 Jan 2016 21:54:43 +0000 (22:54 +0100)]
French Customization.lyx: translations from Jean-Pierre

8 years agoUpdate layouts
Guillaume Munch [Fri, 8 Jan 2016 00:24:09 +0000 (00:24 +0000)]
Update layouts

3c9b62a69 only added new keywords, so nothing changes, as it should be.