Uwe Stöhr
6273c6bdc1
Japanese manuals: run lyx2lyx
2015-11-29 17:21:27 +01:00
Uwe Stöhr
7499b14b50
Customization.lyx: update localLayout format
...
- Japanese version: also run lyx2lyx
2015-11-29 17:15:15 +01:00
Richard Heck
7831e11717
Simplify a bunch of tests in lyx2lyx code.
2015-11-28 23:58:50 -05:00
Richard Heck
01b4e811a6
Fix a few C++-isms that crept into lyx2lyx code.
2015-11-28 23:55:00 -05:00
Richard Heck
acf3e3a139
Clean up Solution and Solution* reversion code a bit.
2015-11-28 23:42:09 -05:00
Richard Heck
727c845808
Update local layout in Customization.lyx.
2015-11-28 23:15:05 -05:00
Uwe Stöhr
6f221bab03
lyx_2_2.py: fix a logic mistake
...
- this message must be used for all cases
2015-11-29 04:26:14 +01:00
Uwe Stöhr
4ea80e077f
lyx2lyx/lyx_2_2.py: correct reversion for solution*
...
- add reversion for the starred variant
- correct LaTeX output
2015-11-29 03:51:57 +01:00
Scott Kostyshak
299d7d70f0
Minor tweaks to Development.lyx
...
These small tweaks amend de1c8253
.
2015-11-28 21:17:15 -05:00
Uwe Stöhr
72ce471c81
Additional.lyx: remove sloppypar
...
- sloppypar and sloppy should not be used, see the discussion in bug #9874
- also update the local layout to the current format
2015-11-29 02:53:58 +01:00
Kornel Benko
de1c82531a
Development.lyx: try to describe label assignment.
2015-11-29 02:37:11 +01:00
Scott Kostyshak
0ee4dff450
Document updating file format of LyX's files
...
The advantage of having the author of the file format change update
the files is that the author knows best what to expect in the diff
output.
This was discussed briefly here:
https://www.mail-archive.com/search?l=mid&q=n3bu5q%24reb%242%40ger.gmane.org
2015-11-28 18:12:26 -05:00
Georg Baum
ad0643f4b5
Fix off by one error
...
Looks like I forgot to test this case without quotes, but fortunately the new
export test found it.
2015-11-28 18:25:33 +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
ab1f3213e8
LaTeXConfig.lyx: accept changes
...
- also add hpstatement module and remove the deprecated rsphrase module (this module is only kept for compatibility reasons)
2015-11-28 03:15:45 +01:00
Uwe Stöhr
2e5ab40276
Customization.lyx: accept some changes
2015-11-28 03:13:11 +01:00
Uwe Stöhr
b264176041
Additional.lyx: merge changes
2015-11-28 02:50:06 +01:00
Richard Heck
1bf01a8ad3
Update format of bind and ui files.
2015-11-27 11:56:17 -05:00
Günter Milde
960393b7a0
Small fixes to export test documentation.
2015-11-27 10:34:26 +01:00
Scott Kostyshak
2f4233721d
Update docs to latest format for 2.2.0alpha2
2015-11-27 03:23:22 -05:00
Scott Kostyshak
cf99586714
Remove another reference to lyx.hu
...
This site has not existed since 2011.
2015-11-27 00:16:10 -05:00
Scott Kostyshak
669acb47c5
Update a format
2015-11-27 00:15:29 -05:00
Scott Kostyshak
63788d5f0b
Update the docbook links
...
Docbook is no longer being developed, but the new link at least
exists and SGML-tools Lite can still be downloaded.
2015-11-26 23:51:12 -05:00
Scott Kostyshak
5e73a9f9a8
Update a couple formats
2015-11-26 23:51:12 -05:00
Richard Heck
f791b2d3ea
Remove "dialog-show print" from various UI locations.
2015-11-26 23:21:07 -05:00
Richard Heck
23add332d9
Whitespace.
2015-11-26 23:21:07 -05:00
Scott Kostyshak
82fd5292e4
Fix a broken link in the hungarian Intro.lyx
2015-11-26 22:58:34 -05:00
Scott Kostyshak
ae5add48ac
Update a format
2015-11-26 22:58:01 -05:00
Scott Kostyshak
6832296c5e
Remove a duplicate URL in Additional.lyx
2015-11-26 22:44:42 -05: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
Uwe Stöhr
6a9d9d1caf
Changelog-UserGuide-LyX_22x.txt: add 2 things Todo
2015-11-26 01:23:32 +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
Scott Kostyshak
5db199e416
Refix a broken URL in Additional.lyx
...
This fix was done at e2ded6e0
but was (unintentionally, I think)
reverted at 6902cfcf
.
The broken URL was found by the URL tests.
2015-11-25 18:49:18 -05:00
Kornel Benko
1f9640e71f
Describe some ctest extras.
2015-11-25 10:19:49 +01:00
Richard Heck
2c602ab051
Simplify lyx2lyx code a bit, and correct a mistake in my previous
...
patch. Also fix some escaping problems (\end instead of \\end).
My testing revealed some other problems with this routine: stray
\noindent tags popping up here and there. I don't have time to fix
it right now but will try to come back to it.
2015-11-25 00:51:05 -05:00
Uwe Stöhr
13c6350155
lyx_2_1.py: fix a mistake in previous commit
2015-11-25 00:05:44 +01:00
Uwe Stöhr
bfc749eb23
stdlayouts.inc: support for verbatim*
...
fileformat change
2015-11-24 23:56:26 +01:00
Scott Kostyshak
f6bcf2a29e
Document step to update LyX.py when update format
2015-11-23 22:16:00 -05:00
Uwe Stöhr
ecd268ceba
French Additional.lyx: replace non-ASCII char in TEX code
...
now it compiles also with XeTeX
2015-11-22 17:25:17 +01:00
Günter Milde
ad767b159d
Add a comment about iso-8859-7 not supported by standard inputenc.
2015-11-21 23:07:33 +01:00
Günter Milde
8482b2169b
Fix inputenc for some templates.
...
Some templates had the inputenc setting "default" (meaning
use the language default encoding, (not TeX's default which is 7-bit ASCII) but
don't load inputenc, leave handling of non-ASCII characters to the author).
This is no apparent problem as long as no non-ASCII character is used in the
document. It is very unsave, however, as any non-ASCII character used in the
document has the potential to either make compilation fail or be
misrepresented in the output.
2015-11-21 23:06:24 +01:00
Kornel Benko
3ba613fd51
Cmake export tests: now export/examples/fa/splash_dvi passes
...
Günter Milde suggested setting language of URL to english, this helps
2015-11-21 17:54:02 +01:00
Scott Kostyshak
77979d91f7
Remove an errant slash in Tutorial
2015-11-20 19:33:24 -05:00
Kornel Benko
23588595da
Cmake export test: Make some lyx-files them compilable if using system fonts
2015-11-20 10:13:54 +01:00
Uwe Stöhr
ddb05f46b4
French Additional.lyx: replace non-ASCII char in TEX code
...
now it compiles also with XeTeX
2015-11-20 00:58:58 +01:00
Uwe Stöhr
0ae337014e
theorems-ams: add solution environment
...
fixes bug #6363 now completely
2015-11-18 02:36:49 +01:00
Uwe Stöhr
cc6c86ff3b
theorems.inc: add environment "solution"
...
fileformat change, fixes bug #6363
2015-11-18 01:14:30 +01:00
Jean-Marc Lasgouttes
735c10d039
Update documentation for tabular features
2015-11-17 09:26:29 +01:00