Commit Graph

21 Commits

Author SHA1 Message Date
Georg Baum
83672113d3 Update documentation to current format
This was done by running development/tools/updatedocs.py and reverting
lib/doc/LFUNs.lyx in order to preserve the special header line.
2015-11-11 21:56:27 +01:00
Pavel Sanda
f66c72542b * cs/Tutorial.lyx 2014-03-27 01:59:00 -07:00
Vincent van Ravesteijn
0d13205780 Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
Uwe Stöhr
2e55d99347 Czech Tutorial.lyx: reset fileformat
please don't change the fileformat if not necessary (only necessary to describe new features in LyX 2.1). This helps me a lot keeping all language and release versions in sync and to update all
2012-11-08 01:22:07 +01:00
Pavel Sanda
bd0bb681ca * cs/Tutorial.lyx 2012-11-08 00:42:37 +01:00
Pavel Sanda
3476a6f1d4 * cs/Tutorial.lyx typos 2012-05-23 22:00:33 +02:00
Uwe Stöhr
5374de7fbd documentation files:
- the \LyX macro is no longer fragile since r37164, therefore preamble code can go
- some intro cleanups and fixes to have an uniform layout for all language variants
- remove some obsolete text from Polish and Basque Additional.lyx versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39350 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 20:57:36 +00:00
Pavel Sanda
f185696367 Update cs tutorial
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38558 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-29 00:18:13 +00:00
Pavel Sanda
8d23953d27 Update cs/Tutorial.lyx.
Patch from Petr Kamenicky.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38304 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-08 12:07:36 +00:00
Uwe Stöhr
5455586a93 Tutorial.lyx:
- squash some LaTeX-warnings
- update document settings of all language versions to the one of the English manual
(from now on nothing will be backported to branch for this file)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35682 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-17 21:25:30 +00:00
Uwe Stöhr
620160071a Intro.lyx, Tutorial.lyx: fix usage of "---" and "--" since we support this natively since LyX 1.6.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28224 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-17 18:37:00 +00:00
José Matox
25aef8a801 Update lyx document files to the latest file format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27330 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-07 19:25:18 +00:00
Pavel Sanda
f7f3e76b6e * cs tutorial
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27157 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-27 18:11:06 +00:00
Uwe Stöhr
127dbc9787 doc files: remove unneeded labels, fix image paths, update fileformat - part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26533 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-25 02:12:22 +00:00
Pavel Sanda
57456c24f3 * cs tutorial
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26280 a592a061-630c-0410-9148-cb99ea01b6c8
2008-08-31 22:40:03 +00:00
Pavel Sanda
523a077704 cs/Tutorial.lyx prepare for rc1.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25926 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-28 01:31:12 +00:00
Pavel Sanda
5b75639da8 cs/Tutorial.lyx: document usage of vlna package.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25911 a592a061-630c-0410-9148-cb99ea01b6c8
2008-07-27 02:17:05 +00:00
Uwe Stöhr
e19fba4f15 In last commit I wrote:
> second step will be to update the tutorial

Here it is, so bug 2766 is fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20558 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-28 01:02:12 +00:00
José Matox
64e12293a0 Update documentation to latest file format (for 1.5.0 release)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19190 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 17:39:27 +00:00
Uwe Stöhr
620908139e Czech Tutorial.lyx: updates from Pavel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19006 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-08 23:35:23 +00:00
Jean-Marc Lasgouttes
7dd29bb818 Move translated files to their own directory
What I did:

* move xx_foo.ext to xx/foo.ext

* update Makefile.am to make install work

* minimally update scons_manifest.py (I'd be surprised to see it
  work).

* update i18nLibFileSearch to use the new naming scheme, and keep
  temporarily some code that checks the old method.

* update image paths in .lyx files

* update name of files (examples in tutorial, for ex.) in lyx files

What is definitely broken:

* cmake (did not touch it)

* TOC files (I am not sure how the code works)

I would be surprised if nothing else was wrong. 



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 18:12:03 +00:00