Uwe Stöhr
5ebf8cd649
UserGuide.lyx: document longtable -> multi-page table
2016-01-30 20:28:46 +01:00
Uwe Stöhr
11689bec64
UserGuide.lyx: an update
2016-01-30 01:26:27 +01:00
Guillaume Munch
360742c515
New LFUN tabular-feature: update docs
...
Simply run updatedocs.py
2016-01-27 18:35:10 +01:00
Uwe Stöhr
c1e0b24304
acmsiggraph.layout: update layout for ACM siggraph 0.92
...
fileformat change: update fileformat for all files
2016-01-27 01:58:13 +01:00
Uwe Stöhr
93faf3433c
UserGuide.lyx: a compile fix
...
It is a long standing bug that lyX does not automatically convert # to \# in the LaTeX output so that one easily gets compilation errors.
2016-01-26 00:27:28 +01:00
Uwe Stöhr
45fde8bf97
UserGuide.lyx: describe dvips options
...
- also some unifications and fixes
2016-01-25 02:34:34 +01:00
Uwe Stöhr
3ca4a10924
UserGuide.lyx: describe new LaTeX log feature
2016-01-24 04:03:22 +01:00
Uwe Stöhr
60dd0e17e5
UserGuide.lyx: describe changed paragraph separation
2016-01-24 03:30:03 +01:00
Uwe Stöhr
f5f8e9e369
UserGuide.lyx: describe a new feature
2016-01-23 20:41:52 +01:00
Uwe Stöhr
576da0d88f
German Additional.lyx: corrections
...
German UserGuide.lyx: a fix
2016-01-23 17:09:14 +01:00
Uwe Stöhr
f1a46bac7c
UserGuide.lyx: describe the horizontal scrolling
2016-01-18 00:25:11 +01:00
Uwe Stöhr
82624a1302
UserGuide.lyx: typographic corrections
2016-01-17 20:30:52 +01:00
Uwe Stöhr
ffa4072980
UserGuide.lyx: review Appendix C
2016-01-17 03:33:01 +01:00
Uwe Stöhr
401bdcc2f0
UserGuide.lyx: remove an outdated note
...
- also some minor fixes
2016-01-17 03:05:13 +01:00
Uwe Stöhr
f3a5f7845e
doc files: update and rename more sceenshots
...
- also update a menu name
- update a section French UserGuide.lyx
2016-01-16 20:52:02 +01:00
Uwe Stöhr
71b60e07c3
UserGuide.lyx: revise Appendix A
...
- update the toolbar screenshots, update some images and their names (more to follow)
2016-01-16 04:19:35 +01:00
Uwe Stöhr
6abdf2bc69
doc files: re-add the \origin tag
...
also save all files with latest 2.2dev
2016-01-13 01:14:48 +01:00
Guillaume Munch
4a1e158c95
Update docs
2016-01-12 21:30:37 +00:00
Kornel Benko
27a2d32e49
Remaining broken links corrected
2016-01-12 19:16:41 +01:00
Kornel Benko
e4b539914a
Replace broken links.
2016-01-11 23:42:11 +01:00
Uwe Stöhr
d6910e5f7c
- 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
2016-01-11 23:16:43 +01:00
Kornel Benko
e2a16f1c9a
Broken URLs: replace with values found by Jean-Pierre.
2016-01-05 12:13:21 +01:00
Kornel Benko
7ac12294dc
Correct some more broken URLs
2016-01-04 12:45:41 +01:00
Uwe Stöhr
db05bf8fa2
UserGuide.lyx: use some info-inset icons
2015-12-10 00:37:54 +01:00
Uwe Stöhr
bcef5b3a2e
UserGuide.lyx: remove some unnecessary TeX code
2015-12-09 02:13:04 +01:00
Uwe Stöhr
844b236144
German UserGuide.lyx: make document compilable without PNGs
...
also store default output format and many other small corrections and adjustments
2015-12-09 01:56:10 +01:00
Uwe Stöhr
52c623a558
UserGuide.lyx: change fonts as discussed
2015-12-03 02:08:31 +01:00
Uwe Stöhr
6e11711409
UserGuide.lyx: document new possible text colors
...
@Richard: as you can see the additional lines in Verbatim are not added by lyx2lyx
2015-12-02 01:33:25 +01:00
Uwe Stöhr
695399b062
UserGuide.lyx and Math.lyx: update version number
2015-11-28 03:23:38 +01:00
Uwe Stöhr
b933848110
UserGuide.lyx: add link to makeindex manpages
2015-11-27 02:23:55 +01:00
Uwe Stöhr
ad615c67f7
UserGuide.lyx: updates
...
- merge changes
- some general changes, fixes and descriptions of new features
2015-11-27 01:59:56 +01:00
Scott Kostyshak
fedb6e8555
Fix a broken URL for man page of 'date' command
...
The new URL is now:
http://man7.org/linux/man-pages/man1/date.1.html
The broken URL was found by the URL tests.
2015-11-25 18:49:19 -05:00
Scott Kostyshak
94b5825f60
Update formats of UserGuide.lyx for upcoming edit
2015-11-25 18:49:18 -05:00
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
Scott Kostyshak
2b1b233bc0
Fix polyglossia exports for docs with babel cmds
...
Many of our documents have babel-specific preamble code. By putting
this code in a \@ifpackageloaded{babel}{}{} conditional, XeTeX and
LuaTeX compilation with polyglossia now works. This fixes some
LuaTeX tests that were broken by edd37de8
and also allows us to
uninvert some XeTeX tests.
Note that in some of the files although the preambles were fixed to
allow for polyglossia, they still do not compile without errors:
es/Math.lyx
es/Customization.lyx
de/Customization.lyx
Similar fixes might be desired in other manuals but these at least
fix regressions in the tests.
2015-10-25 00:12:26 -04:00
Uwe Stöhr
6186608a3c
UserGuide.lyx: port changes from branch
2015-10-18 19:22:39 +02:00
Uwe Stöhr
6fc093355c
UserGuide.lyx: accept Stephan's changes
...
- port one change to the other language versions
2015-09-23 22:54:41 +02:00
Stephan Witt
7b350ed93e
Correct many different typos and logical errors.
2015-09-23 21:00:27 +02:00
Juergen Spitzmueller
19600aca71
German genitive of LyX is LyX' (not LyXs)
...
(see Amtl. Regel. § 96 (1))
2015-07-23 09:26:29 +02:00
Juergen Spitzmueller
2ddad383ea
Remove ugly and now redundant ERT-braces from the German docs
...
These were used to prevent the former auto-logoification of LyX etc.
Also fixed some spelling errors I passed by.
2015-07-22 14:54:26 +02:00
Uwe Stöhr
1c71f1eaab
UserGuide.lyx: merge changes to all language variants
...
(The UserGuide is currently not compilable because of bug #9632 )
2015-06-17 01:23:57 +02:00
Uwe Stöhr
a4a8fa5939
UserGuide: remove another print residue
...
Japanese and Spanish UserGuide: fix some references/labels
2015-05-31 04:08:54 +02:00
Uwe Stöhr
c13b044d86
UserGuide: remove description of LyX's former printing feature
2015-05-31 03:34:01 +02:00
Juergen Spitzmueller
7c41784834
Document that LuaTeX also uses polyglossia with "automatic" language package setting
2015-05-27 14:40:46 +02:00
Juergen Spitzmueller
b014f54250
minor corrections
2015-05-16 15:02:09 +02:00
Uwe Stöhr
844998c20a
UserGuide.lyx: fix a LaTeX warning
...
\bf is deprecated
2015-04-17 01:03:18 +02:00
Kornel Benko
7b72010408
Update doc-files due to icon rename, this time correct
2015-03-29 17:20:35 +02:00
Kornel Benko
ecf2b9f091
Update doc-files due to icon rename
...
promote -> outline-up
demote -> outline-down
2015-03-29 16:49:27 +02:00
Uwe Stöhr
9ced7384eb
UserGuide.lyx: port recent changes from branch
2015-02-24 01:56:27 +01:00
Uwe Stöhr
1b9030d861
UserGuide.lyx: port recent changes to master
2015-02-17 00:45:55 +01:00