Juergen Spitzmueller
461cb03b67
Update docs wrt Separator
2016-09-08 10:29:21 +02:00
Günter Milde
dc378b523d
ctests: More inversions
...
* Polyglossia + LuaTeX + \verb bug with Cyrillic and Greek
* PDF(LuaTeX) Intro.lyx (reports png without bounding box)
2016-09-07 23:27:16 +02:00
Juergen Spitzmueller
0f1496ae28
Remove English traces in IPA inset that make XeTeX fail.
2016-09-03 16:57:43 +02:00
Scott Kostyshak
d1b0dba99f
he/splash.lyx: mark \LaTeX{} insets as English
...
This makes sure they're output in the correct direction, consistent
with the previous commit (although this does not change the exit
code of the export).
For more details, see:
https://www.mail-archive.com/search?l=mid&q=20160828233923.guhveaqxdxh356nm%40steph
2016-09-01 17:39:14 -04:00
Scott Kostyshak
95afab4be7
he/splash.lyx: fix compilation
...
We need to mark the LyX inset as English to avoid "missing glyph"
errors.
For more details, see:
https://www.mail-archive.com/search?l=mid&q=20160828233923.guhveaqxdxh356nm%40steph
2016-09-01 17:38:59 -04:00
Scott Kostyshak
185e630875
Amend previous commit, 0e49231b
...
Thanks to Guillaume.
2016-08-28 20:14:24 -04:00
Scott Kostyshak
0e49231bbf
Convert deprecated '\rm' to '\textrm' in examples
...
This change fixes the export of our FeynmanDiagrams.lyx example
files on the latest TeX Live 2016.
The IJMP(C|D).lyx examples compiled before the change but might as
well convert these instances of '\rm' also.
The changes were made with the help of the following command:
find ./ -iregex .*lyx -exec sed -i 's/\\rm /\\textrm /g' {} \;
and the resulting diff was confirmed manually.
This commit is consistent with 3cecd4d3
.
2016-08-28 19:40:37 -04:00
Scott Kostyshak
e7a64949ad
Foils.lyx: fix output of author
...
By moving date and author above the standard layouts, author is now
output in the PDF and the terminal error from LyX about mixing an
InTitle layout with non-InTitle layouts is gone.
2016-08-09 12:56:03 -04:00
Scott Kostyshak
e09db1f151
Literate.lyx: move date with other InTitle layouts
...
This leads to the date being output in the PDF and gets rid of the
terminal error from LyX about mixing an InTitle layout with
non-InTitle layouts.
2016-08-08 23:45:06 -04:00
Uwe Stöhr
f965079ea3
example files: remove unnecessary latexpar
...
- fixes part of bug #10068
2016-07-16 00:24:27 +02:00
Uwe Stöhr
c1e698fd86
doc/template/examples files: port recent changes
...
By the way: Please only edit the files in the 2.2.x branch unless you describe a new features of LyX 2.3.
2016-07-16 00:11:28 +02:00
Uwe Stöhr
74888abfca
doc files: port recent changes
2016-07-15 01:40:43 +02:00
Juergen Spitzmueller
967dbe0d68
linguistics: minor doc tweaks
2016-07-08 13:58:32 +02:00
Juergen Spitzmueller
ee14363e0b
Fix incompatibility of covington and beamer.
...
Candidate for stable.
2016-07-08 10:04:24 +02:00
Uwe Stöhr
234d482e1e
tufte-handout.lyx: add the lost \origon tag
...
That the origin tag is automatically removed sucks. It consumes a lot of time to re-add it again and again.
2016-05-30 01:46:16 +02:00
Uwe Stöhr
be5ec39cf2
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:42:00 +02:00
Juergen Spitzmueller
48e4363482
beamer manual: fix grammar issues spotted by Anthony Campbell.
2016-05-14 10:27:08 +02:00
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