Guillaume Munch
10cbed2abe
Examples: remove parbreak and latexpar separators
...
The difference has been validated with diffpdf.
The following could not be tested and were left unchanged:
docbook_article.lyx
lilypond.lyx
linguistics.lyx
springer/sv*.lyx
de/linguistics.lyx
es/linguistics.lyx
ja/FeynmanDiagrams.lyx
ja/lilypond.lyx
ja/beamer.lyx
ja/xypic.lyx
The following is the script that I used (in lib/examples):
LYX=../../build/src/lyx
$LYX -E pdf2 $1.old.pdf $1
sed -i "s/^\\\\begin_inset Separator parbreak$/\\\\begin_inset Separator plain/" $1
sed -i "/^\\\\begin_inset Separator latexpar$/ { N; d; }" $1
$LYX -e lyx $1
$LYX -E pdf2 $1.pdf $1
diffpdf $1.old.pdf $1.pdf
2016-05-08 22:14:46 +01:00
Uwe Stöhr
b289c597ae
Japanese doc files: big translation update fro 2.2.0 from Koji
2016-05-04 01:12:04 +02:00
Günter Milde
b4dcad83b2
New layout for aastex6.cls. Fixes #10027 .
...
Some more work for new and improved styles optional.
2016-04-08 21:34:23 +02:00
Enrico Forestieri
b856a3ad9b
Update docs to latest format.
2016-04-06 05:43:44 +02:00
Jean-Marc Lasgouttes
6196645cce
Update documents and layouts after fd1ee3b4
.
2016-04-01 10:08:39 +02:00
Scott Kostyshak
e5e21da467
Remove a duplicate \origin tag
2016-03-29 17:40:49 -04:00
Uwe Stöhr
9955fbbf2c
Norwegian files: add missing \origin tag
...
otherwise I cannot compile LyX:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets
(151,5): error MSB6006: "cmd.exe" was ended with Code 1. [D:\LyXGit\Master\compile-2010\doc\doc.vcxproj]
2016-03-21 02:23:35 +01:00
Uwe Stöhr
935da758f4
French beamer.lyx: updates by Jean-Pierre
2016-03-20 23:22:35 +01:00
Helge Hafting
1b684dd513
Norwegian (nb) translations of splash.lyx, Tutorial.lyx,
...
and the example files referenced from the Tutorial.
2016-03-20 01:11:07 +01:00
Uwe Stöhr
3d178720f0
beamer: add French example files, patch from Jean-Pierre
2016-03-16 00:20:18 +01:00
Uwe Stöhr
fae1cd6af0
splash.lyx: fix hyphenation
2016-03-04 01:54:19 +01:00
Uwe Stöhr
d3715336fe
French linguistics.lyx: updates by Jean-Pierre
2016-02-27 19:58:10 +01:00
Juergen Spitzmueller
f60a152a29
Adapt forest (linguistic structure tree) to new syntax of the package
...
while maintaining backwards compatibility (#9967 ).
2016-02-21 11:54:25 +01:00
Uwe Stöhr
ee039005ac
Spanish modernCV.lyx: updates by Ignacio
2016-02-20 02:39:41 +01:00
Uwe Stöhr
ba28f504b5
Spanish modernCV.lyx: update the file and make it compilable
...
(a special preamble is necessary for Spanish)
Ignacio will translate it soon.
2016-02-19 02:16:36 +01:00
Uwe Stöhr
8dc6c22b73
linguistics.lyx: re-add the \origin tag
...
Btw. the file is not compilable, see bug #9967
2016-02-18 02:00:38 +01:00
Uwe Stöhr
b6eb3f58be
example files: fixes and updates by Ignacio
2016-02-18 01:53:08 +01:00
Uwe Stöhr
ca337df809
Spanish example files: updates by Ignacio (part 2/2)
2016-02-18 01:32:37 +01:00
Uwe Stöhr
a7c89edeaa
Spanish example files: updates by Ignacio (part 1/2)
2016-02-18 01:07:08 +01:00
Uwe Stöhr
97dfacfffa
Italian doc files: some updates from Claudio
2016-02-08 21:09:01 +01:00
Kornel Benko
49b6a89a14
Make ja/splash.lyx compilable again.
...
Using a second language (english) leads to errors if not using babel.
2016-02-08 11:02:34 +01:00
Uwe Stöhr
67fa69ce6b
New Brazilian splash.lyx from Georger
...
- therefore split Portuguese into Brazilian and Portugal
2016-02-03 01:24:58 +01:00
Enrico Forestieri
340acadee8
Translate a few sentences in it/splash.lyx
2016-02-02 01:41:34 +01:00
Uwe Stöhr
6cddc4617b
Spanish splash.lyx: translation from Ignacio
2016-02-01 21:41:08 +01:00
Uwe Stöhr
aa9e14c68f
Ukrainian translations: updates by Yuri
2016-02-01 21:32:56 +01:00
Uwe Stöhr
5ff2286c28
French translations: updates by Jean-Pierre
2016-02-01 21:31:36 +01:00
Uwe Stöhr
4848c43ac0
splash.lyx: add note for Linux installations (part 2/2)
...
- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name
2016-01-31 21:26:20 +01:00
Uwe Stöhr
b0370857b4
splash.lyx: add note for Linux installations (part 1)
...
- this topic appears from time to time so it is useful to add a note.
- update also a non-existing menu name
2016-01-31 21:16:29 +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
f1a05b413a
europasscv.layout: add dependencies
...
also some fine-tuning of the example file
2016-01-25 22:56:39 +01:00
Uwe Stöhr
20c00c4fe6
enumitem.lyx: move this file to attic
...
See my post on the list - enumitem is already described in the userGuide.
(Besides this a makefile entry was missing for the file.)
Please don't add documentation files without a discussion or a review, especially not in a beta phase.
2016-01-20 23:56:27 +01:00
Günter Milde
f5a31cd9dc
Example file for enumitem module.
2016-01-20 23:24:28 +01:00
Günter Milde
8b2fa0a27b
Set default output to pdf (ps2pdf) - works for online viewing and presentation.
2016-01-20 23:23:48 +01:00
Richard Heck
070967b442
Example file for paralist module.
2016-01-19 06:50:13 -05:00
Günter Milde
26a3f46388
Use \inputencoding auto for examples/aas_sample.lyx
...
Also sort and commen related ctest pattern.
2016-01-18 09:01:28 +01:00
Uwe Stöhr
57712b35b6
French linguistics.lyx: updates from Jean-Pierre
2016-01-14 02:56:52 +01:00
Uwe Stöhr
6caff72cef
example files: save all with latest 2.2.git (part 2/2)
2016-01-13 03:06:03 +01:00
Uwe Stöhr
5e1d11d1df
example files: save all with latest 2.2.git
2016-01-13 02:51:42 +01:00
Guillaume Munch
4a1e158c95
Update docs
2016-01-12 21:30:37 +00:00
Juergen Spitzmueller
0f18746bc0
typo
2016-01-10 11:17:32 +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
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
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
Richard Heck
f2acbd04af
Updated manuals and po file for French, from Jean-Pierre.
2016-01-03 10:53:15 -05: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
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
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
Günter Milde
3d18cdba7d
splash.lyx: avoid bitmap fonts if possible.
2015-12-07 17:57:55 +01: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
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
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
Kornel Benko
23588595da
Cmake export test: Make some lyx-files them compilable if using system fonts
2015-11-20 10:13:54 +01: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
Guillaume Munch
e17838b11f
Add example using the varwidth package
2015-11-12 16:24:42 +00: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
76cf124ab3
splash.lyx: correct a menu name and update file format
2015-11-09 02:00:31 +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
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
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
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
eebac83a04
colored-boxes.lyx: add info about shadows
...
- also some fixes and improvements
2015-10-23 05:17:24 +02:00
Uwe Stöhr
66be58cf8a
colored-boxes.lyx: 2 fixes
2015-10-23 03:34:25 +02:00
Uwe Stöhr
ce933b1e14
colored-boxes.lyx: new example file for the tcolorbox.module
...
- also improve the tcolorbox.module
This is a fileformat change - only to be able to revert the new styles defined in the module.
2015-10-19 07:10:09 +02:00
Uwe Stöhr
da5e4606d1
PDF-comment.lyx: new German translation
...
- also disable PDF-reply since this never works correctly and it could even destroy the whole PDF and exceeds the TeX capacity
- update the french version accordingly
2015-10-10 02:15:09 +02:00
Uwe Stöhr
912cdafb85
PDF-comment.lyx: some corrections
...
- also: de.po: fix a typo
2015-10-09 00:53:51 +02:00
Uwe Stöhr
15ddf38b37
PDF-comment.lyx: describe a further feature
...
- also some corrections
2015-09-27 03:07:08 +02:00
Uwe Stöhr
a57ee57134
PDF-comment.lyx: fix 2 typos
...
- de.po: correct a translation
2015-09-24 00:15:06 +02:00
Uwe Stöhr
72b66287f0
new French translation of the PDF-comment example file
2015-07-17 22:11:46 +02:00
Uwe Stöhr
a610e29c9c
hpstatement.module: just in time a new module for H-P statements
...
In June the R-SS phrase system is replaced officially by the GHS H-P statement system in the EU.
So just in time here is support for this.
No new LaTeX package is required since the already supported package mhchem provides the statements.
2015-05-28 20:36:35 +02:00
Uwe Stöhr
0ee646ea53
R-S-statements.lyx: add warning that R-S statements no longer accepted in the EU
2015-05-28 20:33:35 +02:00
Enrico Forestieri
259400325e
Replace the origin tag for documents modified before 260a98d2
2015-05-24 16:50:21 +02:00
Uwe Stöhr
92331787b6
powerdot-example.lyx: update according to latest layout change
2015-05-23 03:32:02 +02:00
Uwe Stöhr
3a63f6fc7c
powerdot.layout: use the default floats
...
according to the powerdot manual it uses the standard floats and indeed, the float deinitions were identic to the ones in stdfloats.inc
- powerdot-example.lyx: add a slide with floats (floats are only possible with the H placement option. (assuring this will be possible with the fix for bug#7752)
2015-05-22 00:10:11 +02:00
Uwe Stöhr
184a4b9d00
PDF-form.lyx: update using the new features of PassThruChars and colored boxes
2015-05-19 23:09:21 +02:00
Juergen Spitzmueller
77d6028586
linguistics.lyx: document how to insert footnotes in glosses.
2015-05-19 09:42:56 +02:00
Uwe Stöhr
9f3d1e7773
pdfform.module: unset a PassTru
...
- this makes real life much easier since it saves more TeX code than with passThru
- adapt the example file accordingly
2015-05-05 01:33:11 +02:00
Uwe Stöhr
31b0af9857
PDF-form.lyx: add a note
2015-05-03 16:21:09 +02:00
Juergen Spitzmueller
f7b152581c
PDF-form.lyx: make it compile if insdljs.sty is not installed.
2015-05-03 14:02:26 +02:00
Uwe Stöhr
8932858563
PDF-form.lyx: more info and corrections
...
- add example how to check for numbers in text fields
- describe correctly that all fields must have a name
2015-05-03 04:37:28 +02:00
Uwe Stöhr
d20bc1c883
PDF-form.lyx: add example how to validate numbers
2015-04-30 00:17:39 +02:00
Uwe Stöhr
41b39ff835
PDF-form.lyx: some more info and few adaptions
...
- pdfform.module: a fix
2015-04-29 22:06:00 +02:00
Uwe Stöhr
ec7833272a
pdfform.module: a simplification
...
- PDF-form.lyx: update accordingly and a fix
2015-04-29 01:56:43 +02:00
Pavel Sanda
558451a51d
Fix broken lilipond links.
2015-04-28 09:32:09 -07:00
Uwe Stöhr
36a5f46c0d
pdfform.module: a fix and a new style
...
- PDF-form.lyx: describe how to customize PDF action buttons and some other refinement and restructuring
2015-04-28 02:00:53 +02:00
Uwe Stöhr
853e034bad
PDF-form.lyx: improvements
...
- enrich the examples
- add info about naming
- formatting fixes to improve the layout of the PDF
- make the document compilable also if the package insdljs is not installed
2015-04-27 22:29:48 +02:00
Uwe Stöhr
892abc5ee9
pdfform.module: new module to create PDF forms
...
- PDF-form.lyx: example file describing the module
No special package is required since the PDF form features are provided by hyperref.
2015-04-27 02:56:25 +02:00
Uwe Stöhr
e73f61d300
PDF-comment.lyx: some fixes
2015-04-27 02:33:38 +02:00
Uwe Stöhr
13cb23bb20
pdfcomment.module: promote our example file in the description
...
- PDF-comment.lyx: port recent typo fixes to master
2015-04-26 13:41:44 +02:00
Uwe Stöhr
b496431881
FeynmanDiagrams.lyx: rename German version
...
it turned out that the example files that should appear in LyX's Help menu must have the same name as their English versions
2015-04-25 17:08:54 +02:00
Uwe Stöhr
ea2c5f377d
Feynman-Diagramme.lyx: new German translation
...
FeynmanDiagrams.lyx: an adjustment and added the missing note to the French translation
2015-04-25 17:01:09 +02:00