Georg Baum
d80fa17175
Do not apply \origin at existing files
...
The current behaviour of the \origin parameter replaces relative file names
with the absolute original names if a document has been moved even if the
files have been moved as well. This behaviour is annoying e.g. for editing the
LyX docs in a git checkout.
Now file names are only replaced if the referenced file sdo not exist.
2016-01-10 19:46:01 +01:00
Juergen Spitzmueller
0f18746bc0
typo
2016-01-10 11:17:32 +01:00
Günter Milde
9ff11a7935
Swap preference of PDF->Postscript converters.
...
According to http://stefaanlippens.net/pdf2ps_vs_pdftops
pdftops is better than pdf2ps (which transforms fonts into bitmaps which
results in larger files, non scalability and longer conversion times).
(tip by Georg Baum, http://permalink.gmane.org/gmane.editors.lyx.general/85973 )
2016-01-09 15:51:25 +01:00
Georg Baum
f35ed0c168
Improve \AA and \aa tex2lyx import
...
The lib/unicodesymbols part is based on work by Günter Milde:
Both, \r{A} and \AA (rsp. \r{a} and \aa) are equivalent standard LICR macros
for Aring/aring as well as the deprecated "angstrom sign" character (212B).
However, with \AA for 212B and \r{A} for 00C5, tex2lyx converts \AA to the
deprecated "angstrom sign" which is missing in many fonts including the
Unicode version of Latin Modern.
I added the normalize_c() calls so that tex2lyx prefers the precomposed forms
(these are better editable in LyX) and the deprecated flag.
2016-01-08 21:06:24 +01:00
Günter Milde
d7ff8c6e18
ctests: address some test failures.
...
* missing characters in linguistics example with system fonts
* language nesting problem in fr/linguistics example
* 110f505b63
solved one failure (Basque example file)
2016-01-07 18:10:22 +01:00
Günter Milde
88b3fa3225
Minor ctest documentation edits.
...
Make sure not to confuse failing test and failing export for inverted tests.
2016-01-05 17:07:14 +01:00
Günter Milde
110f505b63
Set correct document language for Basque example.
2016-01-05 17:07:14 +01:00
Kornel Benko
e2a16f1c9a
Broken URLs: replace with values found by Jean-Pierre.
2016-01-05 12:13:21 +01:00
Jean-Marc Lasgouttes
857f011e91
Improve visually text classes paper and foils
...
This does not change output, only GUI.
paper: make sure that the starred sections use proper sans serif on screen.
foils: add relevant categories to layouts
2016-01-04 19:54:43 +01:00
Kornel Benko
7ac12294dc
Correct some more broken URLs
2016-01-04 12:45:41 +01:00
Kornel Benko
449d74d01b
Correct some broken URLs
2016-01-04 11:54:40 +01:00
Scott Kostyshak
7dd7980720
Add a TODO for Math.lyx to correct a broken link
...
The fix is clear but the docs are out for translation.
2016-01-03 11:25:30 -05:00
Richard Heck
f2acbd04af
Updated manuals and po file for French, from Jean-Pierre.
2016-01-03 10:53:15 -05:00
Georg Baum
9e135d9749
Fix line endings
...
The default behaviour of git for text files is to store unix line endings in
the repository, and to convert to native line endings in the local workspace.
This plays well with the LyX behaviour of storing files in native line endings.
Unfortunately it may break if files are sent around by email and submitted on
a different OS than the one they were last saved, and this did probably happen
in 6b0632eea
.
2015-12-31 13:26:46 +01:00
Richard Heck
6b0632eea2
Updates to Japanese docs and po file, from Koji.
2015-12-29 09:58:48 -05:00
Juergen Spitzmueller
61b54f87df
Simplify the logic
2015-12-28 16:11:26 +01:00
Juergen Spitzmueller
2e6f54b37f
Eclude possible unwandted case
2015-12-28 16:10:26 +01:00
Juergen Spitzmueller
952a963c15
Escape correctly
2015-12-28 16:09:47 +01:00
Juergen Spitzmueller
28a22f40fb
Whitespace
2015-12-28 13:42:36 +01:00
Juergen Spitzmueller
b930f2a18e
Remove unneeded warning.
2015-12-28 12:34:11 +01:00
Juergen Spitzmueller
ee1a99b340
cosmetics
2015-12-28 12:26:29 +01:00
Juergen Spitzmueller
3762e3604a
Assure backslash is on its own line in verbatim mode in get_ert
...
Also document the method
2015-12-28 09:15:21 +01:00
Juergen Spitzmueller
77f5baec8f
Fix thinko in revert_newgloss: only dissolve ERTs in glosses!
2015-12-27 18:20:49 +01:00
Juergen Spitzmueller
106d89f7e6
revert_tabularvalign: fix removal of tabularvalign feature tag
2015-12-27 17:34:01 +01:00
Juergen Spitzmueller
6b5d5666ac
Fix thinko in revert_tabularvalign
2015-12-27 17:23:16 +01:00
Juergen Spitzmueller
a80da13cc1
Rewrite and split the moderncv conversion routine.
...
This fixes several conversion problems, amongst others the redundant
\end_layout reported by Kornel.
2015-12-27 12:48:11 +01:00
Scott Kostyshak
5b2fb80491
Add description of lyx21 tests
...
These tests were added at e3cd6db4
.
2015-12-26 23:51:13 -05:00
Juergen Spitzmueller
4d7453ac86
Remove redundant \\end_layout in jss-article Code Chunk reversion.
2015-12-26 12:08:10 +01:00
Juergen Spitzmueller
c76d91bb47
Fix gloss, glossgroup and forest reversion routines.
...
These were using lyx2latex, assuming the result can be used in verbatim
insets as is, which is not the case (mostly due to \\backslash).
A new lyx2verbatim function is now used instead. Also, ERT insets are
dissolved in the gloss reversion process.
2015-12-25 12:03:38 +01:00
Kornel Benko
6b58b511cd
Typo
2015-12-19 16:49:51 +01:00
Günter Milde
bdc50829cb
minor autotest documentation update
2015-12-18 17:38:27 +01:00
Richard Heck
1c66831825
Fix a couple minor issues noticed by tests.
2015-12-17 10:04:47 -05:00
Scott Kostyshak
3b7cd19153
Remove a file that was accidentally committed
...
stdspecialchars.inc was unintentionally committed (it is still a
work in progress) at 2dff14d2
. This commit also reverts 7c4a1e16
(it
is now unneeded). For details, see:
https://www.mail-archive.com/search?l=mid&q=CAE_dPV4OpkEFbHuu1daTrUij298%3DfiNQs_4u_tz98MjynAyXEg%40mail.gmail.com
2015-12-16 18:06:39 -05:00
Scott Kostyshak
7c4a1e16b2
Add stdspecialchars.inc to Makefile.am
...
This might fix 'make distcheck' (at least for me), which was failing
with a mysterious error message:
cannot remove ‘../../po/lyx.pot’: Permission denied
For discussion, see:
https://www.mail-archive.com/search?l=mid&q=20151125075443.GA7491%40cotopaxi.hsd1.dc.comcast.net
I write "might" because I have no idea why in theory it would. But
for whatever reason it worked when I tested.
2015-12-15 12:24:36 -05:00
Günter Milde
6b852435b8
Remove/Resize invisible elements in ert-insert and cases icons.
...
The SVG contained a spurious invisible square that led to wrong size of
the exported PDF with Inkscape.
There are more problematic icons, see #9897 .
2015-12-15 08:30:25 +01:00
Günter Milde
e1a54ebbe4
Force replacement for U2015 (horizontal bar/quotation dash).
2015-12-14 23:53:39 +01:00
Günter Milde
bf66141ac8
Revert output format setting for Japanese manuals (pdf2 does not work).
...
The manuals use language "Japanese" wich is tied to "platex"
(automatically set instead of (plain) LaTeX).
For export with other engines, the language must be set to "Japanese (CJK).
For a discussion of alternatives for Japanese with LaTeX , see also
http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
2015-12-14 21:25:09 +01:00
Guillaume Munch
3e6cb7fe1b
amend 3dcb71ea
2015-12-14 15:19:23 +00:00
Guillaume Munch
3dcb71eaa2
Set AddToToc for custom insets
...
* Fixme
* Todonotes
* Literate programming (sweave, knitr)
* Theorems
2015-12-13 19:56:49 +00:00
Guillaume Munch
3c9b62a69d
Layout format update: AddToToc, IsTocCaption, OutlinerName
...
Preliminary work for addressing #7790 . Thanks to Richard for providing initial
files this is based on.
Adding to TextClass:
OutlinerName <string> <string>
(the second string is translated)
e.g.:
OutlinerName thm "Definitions & Theorems"
Adding to Layout:
AddToToc <string> (default "", means no)
IsTocCaption <bool> (default 0)
e.g.:
AddToToc thm
IsTocCaption 1
Adding to InsetLayout:
AddToToc <string> (default "", means no)
IsTocCaption <bool> (default 0)
e.g.:
AddToToc literate
Adding to inset arguments:
IsTocCaption <bool> (default 0)
2015-12-13 19:56:49 +00:00
Uwe Stöhr
f5a9ee54e6
Math.lyx: merge yesterday's changes
...
Please treat the doc files as frozen from now on, a an announcement how to proceed will follow later today.
2015-12-12 11:43:01 +01:00
Kornel Benko
24ef5a8e43
Probably a typo
2015-12-11 20:57:29 +01:00
Guillaume Munch
87861bc6d5
Use AMS align instead of eqnarray on newline-insert by default ( #2543 )
2015-12-11 19:28:32 +00:00
Scott Kostyshak
2ee880ff21
Document the IBus + Qt4 known issue ( #9362 )
...
Note that this issue does not occur with Qt5.
2015-12-11 06:13:05 -05:00
Scott Kostyshak
5adac4354c
RELEASE-NOTES: consistent style for bug references
...
"bug #0000 " -> "#0000 "
2015-12-11 06:13:05 -05:00
Scott Kostyshak
1e5f3629ea
RELEASE-NOTES: enforce 80-width lines
2015-12-11 06:13:05 -05:00
Uwe Stöhr
5fb0b17f02
German Intro.lyx: remove info
...
be consistent with the other Intro files; this info does not belong here
2015-12-11 01:02:00 +01:00
Uwe Stöhr
ce73df3a0c
EmbeddedObjects.lyx: replace images by inset info
2015-12-11 00:58:26 +01:00
Uwe Stöhr
98d7d8ba61
Indonesian Userguide: move untranslated file to attic
2015-12-11 00:49:02 +01:00
Uwe Stöhr
97c8d5703c
PDF-comment.lyx: set default output format
...
also save the file with latest LyX 2.2git
2015-12-11 00:26:22 +01:00
Kornel Benko
3e80a5dd6e
Replace now invalid png graphics with the svgz graphics
2015-12-10 13:24:59 +01:00
Günter Milde
0529b40cc9
Set default output format for manuals to PDF (pdflatex).
...
Pdflatex is the recommended export tool for the manuals.
Pdflatex brings the best results for hyperlinking.
Some features (e.g. rotated text) are not available in DVI or PS (dvips).
This does not affect export from command line or autotests
(where this setting is ignored and the format must aways be given explicitely).
2015-12-10 10:40:50 +01:00
Uwe Stöhr
db05bf8fa2
UserGuide.lyx: use some info-inset icons
2015-12-10 00:37:54 +01:00
Uwe Stöhr
986821f442
Math.lyx: use some icon-info insets
2015-12-10 00:27:13 +01:00
Günter Milde
d42bd06594
Structure export autotest documentation.
2015-12-09 09:54:25 +01:00
Günter Milde
4d0356aea1
Set default output for "complex" manuals to PDF (pdflatex).
...
This is the "design format" for the manuals. Some features do not
work in other formats.
See http://permalink.gmane.org/gmane.editors.lyx.devel/158616
2015-12-09 08:54:38 +01:00
Uwe Stöhr
95894a9bd9
Math.lyx: image adjustments
...
the font size is 12 pt so the icons can have this size too; besides this readability is ore important than to fit in a text line
2015-12-09 02:30:38 +01:00
Uwe Stöhr
a9549c036e
Japanese UserGuide.lyx: make document compilable without PNGs
...
also some small corrections and adjustments
2015-12-09 02:22:48 +01:00
Uwe Stöhr
bcef5b3a2e
UserGuide.lyx: remove some unnecessary TeX code
2015-12-09 02:13:04 +01:00
Uwe Stöhr
e2bc9f4a56
French UserGuide.lyx: make document compilable without PNGs
...
also store default output format and other small corrections and adjustments
2015-12-09 02:11:40 +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
9d66dc2859
English UserGuide.lyx: make document compilable without PNGs
...
also store default output format
2015-12-09 01:31:53 +01:00
Uwe Stöhr
3a7ec39a79
Spanish UserGuide.lyx: make document compilable without PNGs
2015-12-09 01:25:57 +01:00
Günter Milde
b50df82e7a
Make Math.lyx compilable again.
...
After removing "unneded" PNG files from the repo, this manual failed.
Skaling is done to ensure that the icons are approximately one M high.
Also, the default output is set to PDF (pdflatex) as this is said to be the export
format our manuals are designed for.
2015-12-08 17:46:50 +01:00
Günter Milde
dd5c3900ba
seminar.sty works also with non-TeX fonts but requires Babel.
...
Always-Babel now set in the example document.
Adapted the autotest categorization:
* fails for some developers (why?)
* wrong output with pdflatex/LuaTeX and DVI (missing landscape slides).
2015-12-08 17:46:50 +01:00
Richard Heck
07992c9955
Fix typo.
2015-12-08 10:41:22 -05:00
Scott Kostyshak
1405f9efb1
Explain why we do not update the local layout
...
We do not update the local layout of our .lyx files because users
would then not be able to export to older formats. For example, if a
2.2.0 user exported a template to 2.1.x format and tried to open the
file in LyX 2.1.x, there would be an error because the file would
contain a local layout whose format is too new. The root reason for
this is that we do not convert layouts to older layout formats.
2015-12-08 01:39:17 -05:00
Georg Baum
52978f94d2
Explain why rsvg_convert is in front of inkscape
...
Otherwise it could easily happen that the order is changed, since rsvg_convert
seems to be more picky about invalid files (see http://www.lyx.org/trac/ticket/9891 )
2015-12-07 21:17:33 +01:00
Enrico Forestieri
db363ab19f
Remove unneeded png images.
...
Fixes #9857 .
2015-12-07 19:14:44 +01:00
Günter Milde
3d18cdba7d
splash.lyx: avoid bitmap fonts if possible.
2015-12-07 17:57:55 +01:00
Günter Milde
6df72ef648
ctest export test documentation update
2015-12-07 17:56:43 +01:00
Günter Milde
4fb3f0ce88
Add note explaining the need for a final clearpage.
2015-12-07 17:55:53 +01:00
Richard Heck
820bfe3d10
Changes to theorems-named.module that fix #8796 .
2015-12-06 15:45:44 -05:00
Günter Milde
f35861bd75
ctest automatic tests: small correcions to pattern files and documenation.
2015-12-06 21:21:46 +01:00
Günter Milde
6bde139163
Greek manuals: Avoid dependency on Latin Modern fonts.
2015-12-06 21:18:03 +01:00
Uwe Stöhr
6e54bb2954
Customization.lyx: merge all recent changes
2015-12-06 04:44:33 +01:00
Richard Heck
4d6f9eb089
Update layout files to format 58.
2015-12-05 18:14:38 -05:00
Richard Heck
c2b950ea7c
Documentation for previous change to layout format.
2015-12-05 18:11:46 -05:00
Richard Heck
4d94460ce3
Add new ProvideStyle tag, which adds a new style only if it does not already
...
exist. This will allow for a proper fix for bug #8796 , though that may or may
not get fixed before 2.2.0.
Also, change the InStyle tag to ModifyStyle, per a suggestion of Jurgen's.
2015-12-05 18:11:46 -05:00
Uwe Stöhr
c9541285a5
varwidth-floats-side-by-side.lyx: add info, uniform and simplify a bit
2015-12-05 19:25:23 +01:00
Uwe Stöhr
178c7464e2
EmbeddedObjects.lyx: merge changes
2015-12-05 19:22:34 +01:00
Kornel Benko
d515544bb4
Development.lyx: Reflect recent label renaming of 'reverted' to 'inverted'
2015-12-04 21:56:31 +01:00
Uwe Stöhr
9452672ca1
Cyrillic manuals: use standard fonts as discussed
2015-12-04 02:24:43 +01:00
Uwe Stöhr
f6753e48cd
Greek Intro.lyx: fix compilation by using suitable fonts as proposed by Günter
2015-12-04 02:01:32 +01:00
Uwe Stöhr
0311bda2b7
Spanish Tutorial.lyx: preamble code proposed by Günther
...
- please don't revert anything only because compiling with system fonts fails. This is not the scope of the manuals.
2015-12-04 01:48:14 +01:00
Uwe Stöhr
dc5798a90f
Hebrew Tutorial.lyx: make it compilable
2015-12-04 01:13:18 +01:00
Kornel Benko
0e23cfde29
Partly revert a7659d207d
...
Export test now passes.
2015-12-03 15:28:01 +01:00
Kornel Benko
a12553e7ae
Reverted 'remove unnecessary TeX code' ( 0d3b965e61
)
...
Export tests passes now again.
2015-12-03 15:20:57 +01:00
Kornel Benko
3e492e21ca
Use relative path for graphics, not windows absolte path
2015-12-03 14:03:04 +01:00
Kornel Benko
554a7e9e18
Use correct relative path to bibtex resource
2015-12-03 14:01:03 +01:00
Uwe Stöhr
2432c8344d
Customization.lyx: change fonts as discussed
2015-12-03 02:36:09 +01:00
Uwe Stöhr
8f2b1db2ee
Additional.lyx: change fonts as discussed
2015-12-03 02:32:09 +01:00
Uwe Stöhr
a441e1b6b5
Math.lyx: change fonts as discussed
2015-12-03 02:27:07 +01:00
Uwe Stöhr
0935c31087
French UserGuide.lyx: correct a font
2015-12-03 02:26:47 +01:00
Uwe Stöhr
870b7572f2
EmbeddedObjects.lyx: change fonts as discussed
2015-12-03 02:18:20 +01:00
Uwe Stöhr
52c623a558
UserGuide.lyx: change fonts as discussed
2015-12-03 02:08:31 +01:00
Uwe Stöhr
0d3b965e61
Indonesian Tutorial.lyx: use inset info for icons
...
- Chinese Tutorial.lyx: remove unnecessary TeX code
2015-12-03 01:42:21 +01:00
Uwe Stöhr
a7659d207d
Tutorial.lyx: change fonts as discussed
2015-12-03 01:29:33 +01:00
Uwe Stöhr
650ae32b1b
Intro.lyx: change fonts as discussed
2015-12-03 00:52:23 +01:00
Kornel Benko
5696c38e93
Development.lyx: Spellchecker + special char corrections.
2015-12-02 13:55:38 +01:00
Kornel Benko
d879599cec
Development.lyx: Clarify a bit the difference between assigned label and reversion of ctest result.
2015-12-02 11:02:17 +01:00
Günter Milde
6a498e5804
Restructure test documentation.
...
Use separate subsections for our 3 main test suites:
unit tests,
tex2lyx (functional) tests, and
"autotests" (requiring cmake).
2015-12-02 08:54:24 +01:00
Richard Heck
be8b73f907
Revert local layouts changes in ja/Additional.lyx.
2015-12-01 21:24:55 -05:00
Uwe Stöhr
1b8abed0d4
configure.py: add inkscape as converter for EMF/WMF files
2015-12-02 02:08:19 +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
Scott Kostyshak
19c6a015fb
Update the link to CMCDDE in our documents
...
Our URL checker found the broken link.
2015-11-30 18:35:47 -05:00
Kornel Benko
42536a5616
Add a table to clarify how main export test labels are assigned
2015-11-30 13:06:53 +01:00
Richard Heck
d101945d6a
Remove local layout from French manuals.
2015-11-29 22:42:09 -05:00
Richard Heck
74fb35b877
Remove local layout from German manuals.
2015-11-29 22:40:29 -05:00
Richard Heck
6fa397e81f
Remove local layout from Spanish manuals and replace
...
MenuItem insets with Noun.
2015-11-29 22:39:31 -05:00
Richard Heck
badaa2d1b2
Remove local layout from Additional.lyx and Development.lyx. It
...
was not actually used in the latter. In the former, convert the
MenuItem insets to Noun.
2015-11-29 22:29:28 -05:00
Richard Heck
39ad4a2abf
Remove local layout from Customization manual.
...
Replace "MenuItem" inset with Noun.
2015-11-29 22:26:21 -05:00
Kornel Benko
5b73df0f31
Make Japanese manual Additional.lyx compilable.
...
Added a protected space in default language after an english text.
This is needed only if the imaadiately following style is some sectioning.
2015-11-29 23:04:36 +01:00
Uwe Stöhr
5a497d4810
Intro.lyx: run lyx2lyx
...
- also for Czech Tutorial.lyx
2015-11-29 20:31:51 +01:00
Uwe Stöhr
13ec152470
Galician Tutorial.lyx: use inset info
...
- also run lyx2lyx
2015-11-29 20:29:05 +01:00
Uwe Stöhr
140b55af51
Baskian Tutorial.lyx: use inset info
...
- also run lyx2lyx
2015-11-29 20:21:05 +01:00
Uwe Stöhr
8a73992a49
Customization.lyx: update version number
2015-11-29 19:42:07 +01:00
Uwe Stöhr
3bf6f43d11
German Customization.lyx: some translations and fixed typos
2015-11-29 19:40:25 +01:00
Uwe Stöhr
281131f6b2
Customization.lyx: accept all remaining changes
2015-11-29 19:25:46 +01:00
Uwe Stöhr
0ed6724de3
Changelog-Customization-LyX_22x.txt: new fileContents
...
- documents the changes for the translators
2015-11-29 18:26:21 +01:00
Uwe Stöhr
9464112840
Customization: accept and merge some changes
2015-11-29 18:24:05 +01:00
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
Jean-Marc Lasgouttes
68217b1e4a
Implement toggling for longtabular and booktabs tabular features
...
This is needed for the tabular context menu. This menu is updated accordingly.
2015-11-17 09:18:50 +01:00
Scott Kostyshak
d264b3d8fb
Fix a shortcut conflict ( #9820 )
...
'o' is now taken by the new Pandoc export to "MS Word Office".
2015-11-17 00:25:51 -05:00
Kornel Benko
811114664f
Changed wrong setting for origin in LaTeXConfig.lyx at commit b98dd4e
2015-11-16 12:06:42 +01:00
Kornel Benko
b98dd4ecc1
Cmake export tests: Some more corrected exports.
...
Thanks to Günter Milde.
2015-11-16 11:51:54 +01:00
Kornel Benko
5c796730b2
Replace the translatable latexism 'longtable' with 'multi-page table' in UI.
2015-11-16 10:29:53 +01:00
Georg Baum
5060b5b76e
Fix sorting
...
No single translation has been changed, but pt_BR and pt_PT are now correctly
sorted. This removes the artifical diffs that running
make ../lib/layouttranslations
did produce previously.
2015-11-15 17:23:42 +01:00
Georg Baum
a7d8aba71b
Regenerate with LyX conforming whitespace
2015-11-15 17:23:42 +01:00
Pavel Sanda
5bf745b9a6
User guide, missing space.
2015-11-14 18:27:20 -08:00
Scott Kostyshak
1602415b98
Update examples/templates to 2.2.0alpha1 format
...
Also MacOSX ReadMe files. Note that a few lib/doc files are
also "updated" because trailing spaces are removed, but their file
formats are the same because they were recently updated at 83672113
.
I did "git checkout LFUNs.lyx" because this file is generated
automatically and has a special header.
2015-11-13 13:19:23 -05:00
Scott Kostyshak
82cf4838dc
Update layouts to 2.2.0alpha1 format
2015-11-13 13:19:22 -05:00
Guillaume Munch
f0ea542050
amend e17838b1
2015-11-13 13:37:10 +00:00
Günter Milde
137575010c
Correct some charid values in lib/symbols. Fixes #9823 .
2015-11-13 14:01:32 +01:00
Uwe Stöhr
6a4d36b51e
stdcontext.inc: improvement according to the list
2015-11-13 00:28:29 +01:00
Guillaume Munch
b898862fb2
Documentation for varwidth.module
2015-11-12 16:24:42 +00:00
Guillaume Munch
e17838b11f
Add example using the varwidth package
2015-11-12 16:24:42 +00:00
Günter Milde
703e1e8d5f
Ensure the Greek Intro.lyx compiles with non-TeX fonts.
...
Prevent loading of lmodern.sty if non-TeX fonts are set and
Define DejaVu as non-TeX font.
This ensures that non-TeX fonts are used if requested (lmodern.sty set
the 8-bit version of LatinModern if compiling with LuaTeX).
Also ensure that a font with all characters is used. (LatinModern misses small
Greek characters.)
Similar actions for other manuals and examples with Greek or Cyrillic script
will solve some more export tests with non-TeX fonts.
2015-11-12 17:07:56 +01:00
Uwe Stöhr
2230be75b3
stdcontext.inc: new context menu for tables
...
see the list for details
2015-11-12 01:21:21 +01:00
Uwe Stöhr
95108800a5
UserGuide.lyx: change a section name as suggested by a user
2015-11-12 00:57:07 +01:00
Georg Baum
520dde2038
Better documentation of compressed (bug 9189)
...
The compressed/uncompressed option of LyX files was poorly documented. Now it
is a bit better.
2015-11-11 23:03:18 +01:00
Georg Baum
2d63caf817
Fix broken author name (bug 9858)
2015-11-11 22:39:55 +01:00
Georg Baum
385aed9721
Fix \origin lines
...
These were fixed manually. I tried to add an option to updatedocs.py to
open and save a file with LyX, but that did not work, since
lyx -x 'command-sequence buffer-write ; lyx-quit' does not write and does
not quit.
2015-11-11 22:25:18 +01: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
Georg Baum
392f63fa0f
Update LFUNs.lyx to current format
...
gen_lfuns.py does now produce the current file format, and and LFUNs.lyx was
re-created with the updated script.
There is one difference if you compare this version of LFUNs.lyx with the old
version updated by lyx2lyx: All occurences of LyX, TeX etc. in the lfun
descriptions are no longer output as logos. I do consider this as a feature,
since the old version did also output the TeX part of BibTeX as a logo, as well
as places where the names were part of some syntax, e.g. lyx::LyXRC::LyXRCTags.
2015-11-11 21:48:20 +01:00
Georg Baum
1fc3d051b1
Set \origin correctly when upgrading docs
...
lyx2lyx did not yet know about /systemlyxdir/ and set \origin to the path
where my git tree lives instead. This path is not usable except on my machine,
so better write something more usable instead.
This is a special command line switch of lyx2lyx, so it does not interfere
with normal usage. I did not try to deduce the systemlyxdir from lyx2lyx to
be on the safe side.
2015-11-11 21:35:12 +01:00
Uwe Stöhr
f1032b1f4a
configure.py: support OpenDocument as input format
...
- new converter for OpenDocument text -> LaTeX
2015-11-11 01:59:17 +01:00
Uwe Stöhr
3f52e8058c
theorems-without-preamble.inc: fix a typo
2015-11-11 00:08:13 +01:00
Uwe Stöhr
ff9d455eb4
thesis files: update file format
...
- as addendum to the previous commit
2015-11-10 01:28:09 +01:00
Uwe Stöhr
a4dbfb452c
thesis template: disable the automatic usage of \autoref
...
- fixes bug #8569
2015-11-10 01:23:33 +01:00
Uwe Stöhr
62edbec2aa
Development.lyx: remove unused preamble code and modules
2015-11-10 00:39:54 +01:00
Georg Baum
2fc430d5ae
Store both sets of font selections
...
This is one part of bug 9744: If you toggle between TeX fonts and non-TeX
fonts, the settings of the other choice are no longer thrown away, but stored
and re-activated if you switch back. Most parts of the patch are purely
mechanical (duplicating some BufferParams members), the only non-mechanical
change is in the GUI logic.
2015-11-09 07:36:42 +01:00
Uwe Stöhr
76cf124ab3
splash.lyx: correct a menu name and update file format
2015-11-09 02:00:31 +01:00
Scott Kostyshak
908a42fa46
RELEASE-NOTES: move an item to different category
...
Also expand a little to mention that users might need to specify
babel if their document has custom code that is specific to babel.
2015-11-07 01:48:52 -05:00
Scott Kostyshak
cd4fc6e2bc
prefs2prefs: document removing print support
2015-11-07 01:48:47 -05:00
Juergen Spitzmueller
1663dbcbcf
Decrease and unify indentation of beamer frame content.
2015-11-06 08:34:00 +01:00
Richard Heck
4f6cc90258
Make shortcuts for master-buffer-X fall back to buffer-X.
...
Fixes #9842 .
2015-11-05 14:14:51 -05:00
Kornel Benko
ca0985baa6
Cmake export tests: Enable test hu/Tutorial_pdf5_systemF
2015-11-05 11:27:32 +01:00
Uwe Stöhr
4db6045a32
EmbeddedObjects.lyx: describe Reflectbox and friends
2015-11-05 00:53:35 +01:00
Kornel Benko
58050bc3ae
Update Development.lyx to include 'suspended' cmake tests.
2015-11-04 13:06:14 +01:00
Uwe Stöhr
43a80ef7df
lyx_2_2.py: add a safe guard
2015-11-04 02:18:28 +01:00
Uwe Stöhr
4933399507
lyx_2_2.py: fix the conversion of colored boxes
2015-11-04 01:36:39 +01:00
Uwe Stöhr
e52a4b738c
lyx2lyx/lyx_2_2.py: remove unused code
2015-11-04 01:22:03 +01:00
Uwe Stöhr
62a69584e6
achemso.layout: add a flex inset
...
- this one is in achemso since version 3.8
- fileformat change
2015-11-04 01:18:13 +01:00
Uwe Stöhr
c0b815bf62
Development.lyx: describe how to update the tex2lyx references on Windows
2015-11-04 01:15:52 +01:00
Uwe Stöhr
cb51493f94
EmbeddedObjects.lyx: describe rotate boxes properly
...
- We have now a module for them
(the description of scaled boxes etc will follow soon)
2015-11-04 00:13:45 +01:00
Uwe Stöhr
279d084946
Math.lyx: replace tables by formal ones - final part 7/7
2015-11-03 00:23:41 +01:00
Enrico Forestieri
f8bfc8405e
Fix bug #7657 : Detect inkscape from the configure script
...
On Windows, if inkscape is not found in the PATH, search for it
in the registry and store its full path in lyxrc.defaults.
2015-11-02 23:46:14 +01:00
Uwe Stöhr
f3c3e1bccd
Math.lyx: replace tables by formal ones - part 6
2015-11-02 23:43:42 +01:00
Georg Baum
d56980da95
Put logos in submenu as discussed on the list
2015-11-02 20:52:21 +01:00
Guillaume Munch
646be95979
Module for the changebar package
...
Author: Paul A. Rubin (rubin@msu.edu ), based on code proposed by Juergen
Spitzmueller (http://comments.gmane.org/gmane.editors.lyx.general/66666 ).
http://mid.gmane.org/562ACBC5.8030102@msu.edu
2015-11-02 00:17:25 +00:00
Guillaume Munch
9c728530c2
Correct name
2015-11-02 00:17:25 +00:00
Richard Heck
4c16c61579
Add warning message if we do no conversion.
2015-11-01 16:32:52 -05:00
Richard Heck
221932f63a
If lyx2lyx is asked to convert a file to the format it already is,
...
then just perform a null conversion. This seems better than aborting
with an error. I can imagine a script that converted all files in a
certain directory to format 498, and you don't want it to be an error
if one of them is already 498.
Prior to this, what lyx2lyx would do is convert to the lowest format
in the current version. So, e.g., asked to convert 498 to 498 it would
convert to 474. That is obviously wrong.
2015-11-01 16:27:58 -05:00
Juergen Spitzmueller
a9b8cdca9e
Varwidth module provided by d.iabo
...
See #9417 .
2015-11-01 11:00:23 +01:00
Juergen Spitzmueller
0314464392
remove debug message.
2015-10-31 12:10:49 +01:00
Scott Kostyshak
13e1c13d2a
Document various ways to run the tex2lyx tests
...
Each way might be preferred by a different developer and the more
ways that can be described of running the tests, the higher the
chance is that developers will find a way that works well for them.
2015-10-31 00:30:34 -04:00
Scott Kostyshak
1a4d5b3ce9
Document why tests are enabled for all formats
...
Explain why the export tests are enabled for formats that are not
expected to work well with certain document classes, modules, or
packages. The reason is that if a .lyx file goes from compiling
successfully for one format (even if that format is not officially
supported for the combination of features used), if that document
suddenly fails to compile, there is a significant chance that a bug
was introduced in LyX. In other words, there is a high signal/noise
ratio. If it is determined that a test is failing because an
expected incompatibility is exposed, then the test can be inverted.
2015-10-29 22:48:28 -04:00
Scott Kostyshak
231609743f
More updates for the documentation on tests
...
- general cleanup
- add some more useful commands
- specify how to configure the URL tests
Thanks to Kornel for the helpful suggestions.
2015-10-29 22:11:11 -04:00
Georg Baum
a07cd69905
Document how to run tests on windows
2015-10-29 22:20:37 +01:00
Georg Baum
8e9f2d648c
Add "LyX Documentation Tools" toolbar
...
People working on the documentation do probably want to switch this on. It
gives easy access to LyX and LaTeX logos (bug 9626), and the info and menu
separator insets.
2015-10-29 20:02:52 +01:00
Scott Kostyshak
74059f6b56
Document the export tests and other tests
...
The export tests, check_load tests, and URL tests are now documented
in the Development.lyx file. The export tests are described in
detail, such as how to run them and how to interpret the results.
2015-10-29 02:26:50 -04:00
Scott Kostyshak
9bb4787d56
Update format
2015-10-28 18:10:09 -04:00
Günter Milde
1814739853
Fix #9770 (unicodesymbols for wasysym)
2015-10-28 11:35:25 +01:00
Günter Milde
f1fa051422
update documentation in lib/languages
2015-10-28 10:16:41 +01:00
Uwe Stöhr
f2a5dd0a1e
stdmenus.inc: resolve a shortcut conflict
2015-10-28 02:42:16 +01:00
Uwe Stöhr
2c1851e2ec
moderncv.layout: update some styles and add new ones
...
- support for at least modernCV 1.5 (layout will still work with moderncv 1.3 as before)
- fileformat change
2015-10-28 02:27:32 +01:00
Uwe Stöhr
fb8f63fbe9
modernCV.lyx: remove more preamble code
...
- add description how things can be adjusted the LyX way
2015-10-26 15:30:15 +01:00
Uwe Stöhr
b523504708
modernCV.lyx: remove unnecessary preamble code
...
- also add 2 hints
2015-10-26 14:36:50 +01:00
Uwe Stöhr
19224e9085
moderncv.layout: updates
...
- suffix.sty is no longer used, hyperref and color are included and basic LaTeX
- fix 2 Argument definitions
2015-10-26 03:42:33 +01:00
Uwe Stöhr
425a64beed
colored-boxes.lyx: more small fixes and improvements
2015-10-26 03:15:47 +01:00
Uwe Stöhr
dffd38e82d
modernCV: updates
...
- modernCV requires 2 new packages (since version 1.5 from 2013)
- update the example file to reflect the new features
2015-10-26 02:53:29 +01:00
Uwe Stöhr
9bbb07e844
colored-boxes.lyx: some fixes
2015-10-26 01:20:29 +01:00
Uwe Stöhr
9cae1ffdc9
Math.lyx: replace tables by formal ones - part 5
2015-10-25 23:36:46 +01:00
Uwe Stöhr
295a19dd73
EmbeddedObjects.lyx: remove an outdated info
...
the mentioned varioref bug was fixed 5 years ago
2015-10-25 23:02:03 +01:00
Uwe Stöhr
4e221e283d
Math.lyx: replace tables by formal ones - part 4
...
- also add changelog file for the translators
2015-10-25 18:34:47 +01:00
Uwe Stöhr
a0b3eaf67e
Math.lyx: replace tables by formal ones - part 3
2015-10-25 16:26:02 +01:00
Uwe Stöhr
b275b30391
Math.lyx: replace tables by formal ones - part 2
2015-10-25 15:48:45 +01:00
Uwe Stöhr
fb51b2cb57
Math.lyx: correct images paths now correctly
2015-10-25 14:32:27 +01:00
Georg Baum
1d9d507b95
Add toolbar icons for LyX documentation
...
These icons are for lfuns that are not very interesting for users, but quite
often used when working on the LyX documentation. Now we can create a special
LyX documentation toolbar.
2015-10-25 10:47:40 +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