Scott Kostyshak
0e589a7b3a
Fix compilation of ru/UserGuide.lyx
...
Consistent with 0629b9b7
.
2021-01-22 22:35:33 -05:00
Yuriy Skalko
eab9108dc1
Update Development.lyx
2021-01-22 11:42:10 +02:00
Yuriy Skalko
bd8e516138
Update Russian localization
2021-01-21 09:44:02 +02:00
Juergen Spitzmueller
0629b9b7c1
Update documentation of nomencl escape
...
Alas, the escape char has silently changed in recent nomencl versions
2021-01-14 09:43:38 +01:00
Richard Kimberly Heck
ed2d3e199f
Fix bug #4241 : Addition to Intro
2021-01-09 22:17:52 -05:00
Richard Kimberly Heck
6821249994
Fix bug #11097
2021-01-09 17:41:50 -05:00
Yuriy Skalko
e5348078d7
Add Russian translation of Shortcuts.lyx
2021-01-06 11:01:50 +02:00
Yuriy Skalko
c785ba19a0
Remove duplicated words in en/ru manuals
...
Thanks Kornel for suggesting regexp "\b(\w+)\s+\1\b".
2021-01-06 10:57:35 +02:00
Kornel Benko
c6bc5f0ce0
Fix file-path
2021-01-05 10:42:07 +01:00
Richard Kimberly Heck
469168e592
Update documentation
2020-12-29 12:03:05 -05:00
Yuriy Skalko
dea8231b7b
Update Russian localization
2020-12-28 12:00:32 +02:00
Juergen Spitzmueller
b53b44266a
de: sofortige Vorschau > eingebettete Vorschau
2020-12-27 17:14:02 +01:00
Yuriy Skalko
b89910af0f
Update Russian localization
2020-12-19 21:34:31 +02:00
Juergen Spitzmueller
f661469734
Implement sane UI for switching tristate toolbars ( #6364 )
...
Also fix toolbar toggling with AllowAuto which was broken since
a long time.
2020-12-17 10:15:18 +01:00
Juergen Spitzmueller
621f07ed85
Document new label colors and warn against using static colors in layouts
2020-12-11 11:47:01 +01:00
Juergen Spitzmueller
b57b4a3e12
Clarify documentation if "Keep change markup on paste" pref
2020-12-06 17:04:17 +01:00
Richard Kimberly Heck
52a0ffc02f
Change name and email in some other files
2020-12-05 17:39:46 -05:00
Richard Kimberly Heck
ae2ce7a86a
LaTeXName tag for counters. Layout format change.
2020-12-05 16:46:33 -05:00
Juergen Spitzmueller
37eb3cd961
de/UserGuide: document No Page Break
2020-12-03 15:37:20 +01:00
Juergen Spitzmueller
623d417921
de/UserGuide: spelling fixes
2020-12-03 15:37:04 +01:00
Juergen Spitzmueller
3d2eb25d6b
UserGuide: Document No Page Break in Menus section
2020-12-03 15:36:15 +01:00
Juergen Spitzmueller
aa1a4d0613
UserGuide: Casing fixes
2020-12-03 15:35:56 +01:00
Juergen Spitzmueller
e9cbd69f6e
Implement Hungarian quotation marks style ( #12040 )
...
File format change
2020-12-02 17:00:40 +01:00
Yuriy Skalko
13ab1a4d8b
Update ru/UserGuide.lyx
2020-11-25 23:32:36 +02:00
Yuriy Skalko
22a8b82ad5
Update links to spellchecking/thesaurus dictionaries in UserGuide
2020-11-22 20:40:32 +02:00
Yuriy Skalko
9b55d2f71e
Bump minimal GCC version to 4.9
2020-11-16 19:37:12 +02:00
Yuriy Skalko
14bcdb2bc7
Update Development.lyx
2020-11-12 00:24:54 +02:00
Yuriy Skalko
61a80ab6d3
Merge CodingRulesAndAdvice.lyx into Development.lyx
2020-11-11 20:28:01 +02:00
Pavel Sanda
23d0e44bd6
Fix Riki's contact
2020-11-09 15:06:42 +01:00
Pavel Sanda
032418ddfd
Customization.lyx: Import and review changes from Phil Netro.
...
Chap. 1 & 2.
2020-11-09 14:42:25 +01:00
Yuriy Skalko
5887601f68
Update Russian localization
2020-11-05 20:00:57 +02:00
Richard Kimberly Heck
060c3de2f0
StepMasterCounter --> StepParentCounter
2020-11-02 17:36:58 -05:00
Yuriy Skalko
b7b79c1d2e
Update Additional.lyx manual
2020-10-29 15:53:47 +02:00
Yuriy Skalko
eb7ad5757b
Update Russian localization
2020-10-29 10:17:27 +02:00
Yuriy Skalko
98a64be872
Russian translation of Additional manual by Henry Chern
2020-10-29 07:34:26 +02:00
Yuriy Skalko
47330a66a8
Update Russian localization
2020-10-25 09:35:02 +02:00
Pavel Sanda
c0b0add882
UG: add nopagebreak section
2020-10-14 22:24:13 +02:00
Richard Kimberly Heck
aac4179c43
Fix counter docs
2020-10-13 17:18:05 -04:00
Yuriy Skalko
384aa5916d
Update Russian localization
2020-10-09 09:24:29 +03:00
Pavel Sanda
ebc01f49d5
UG: add lineno opt
2020-10-06 15:09:39 +02:00
Yuriy Skalko
8099b9f8e6
Update Russian localization
2020-09-23 10:11:35 +02:00
Kornel Benko
c4acb6c5b9
Remove the noun-flag from the separator in index entry
2020-09-21 12:48:58 +02:00
Thibaut Cuvelier
52b2d3f683
DocBook: make Paragraph::simpleDocBookOnePar return a list of paragraphs.
...
Before, it directly wrote to the XMLStream, but it made implementation of new lines tricky. Now, it returns the XML for each sub-paragraph (delimited by new lines) as a string, so that the caller can adopt a more precise behaviour (such as in lists).
2020-09-19 20:43:38 +02:00
Thibaut Cuvelier
360139a091
DocBook: documentation for the new tags.
2020-09-19 20:43:37 +02:00
Yuriy Skalko
e36fda8375
Update UserGuide
2020-09-17 17:24:14 +02:00
Yuriy Skalko
06aed96f34
Update Russian localization
2020-09-17 07:21:02 +02:00
Richard Kimberly Heck
3e8a17f340
Documentation for ctrl-click on a reference
2020-09-10 13:09:48 -04:00
Yuriy Skalko
ace9fbb6a0
Update Russian localization
2020-09-04 19:01:50 +02:00
Scott Kostyshak
c225b758cb
ru UserGuide: set default output format to pdf2
...
This is consistent with the math manual, and some of the other
formats don't work, because of varioref issues.
2020-08-29 14:00:07 -04:00
jpc
c4cba1d323
Set Deja Vu as non-TeX fonts to make xetex/luatex succeed
2020-08-29 14:26:32 +02:00
Juergen Spitzmueller
d7b64b8e59
Fix Hebrew intro with LuaTeX
...
(use iftex rather than ifpdf)
2020-08-29 11:55:56 +02:00
Pavel Sanda
78f97fcc10
UG: Import and review changes from Phil Netro.
...
Chapter 4-6 & Appendix.
Only few bits actually.
2020-08-28 20:54:26 +02:00
Juergen Spitzmueller
31d0811171
Improve and translate documentation of openCitation feature
2020-08-27 13:33:12 +02:00
Juergen Spitzmueller
8365eabd6f
Make paper search function accessible and customizable
2020-08-27 08:48:55 +02:00
Yuriy Skalko
761648b1f7
Update Russian localization
2020-08-26 11:48:57 +02:00
Pavel Sanda
71332820d1
UG: Remove opening comment from Phil.
2020-08-24 15:11:53 +02:00
Pavel Sanda
9bd4da2769
First draft of open citation feature
2020-08-24 15:11:53 +02:00
Yuriy Skalko
d4e9a268e0
Update Russian localization
2020-08-24 07:24:26 +02:00
Pavel Sanda
86d949e82e
UG: Import and review changes from Phil Netro.
...
Chapter 3.
Few additional changes from me.
2020-08-23 14:48:02 +02:00
Pavel Sanda
57076cfff4
UG: Import and review changes from Phil Netro.
...
Chapter 2.
Few additional changes from me.
2020-08-23 13:01:08 +02:00
Juergen Spitzmueller
d6854b01ca
de/UserGuide: adapt some changes from en
2020-08-23 10:38:15 +02:00
Pavel Sanda
7112c8b67e
UG: Import and review changes from Phil Netro.
...
Chapter 1.
2020-08-22 21:11:38 +02:00
jpc
6b508e959c
French manual Customization.lyx : import from 2.3
2020-08-20 17:17:36 +02:00
Yuriy Skalko
3761058f2c
Update Russian localization
2020-08-19 10:16:02 +02:00
Juergen Spitzmueller
09a49da0d7
Customization: Improve documentation of ResetsFont
...
Fixes #8454
2020-08-18 09:02:14 +02:00
Juergen Spitzmueller
71c1931b92
Fix default mark ( #8454 )
2020-08-17 13:45:44 +02:00
Juergen Spitzmueller
cc55ae34f0
Customization: update to current format (for better detection of following changes)
2020-08-17 13:45:00 +02:00
Juergen Spitzmueller
69c5a07082
Comment out non-working nomencl entry
2020-08-17 09:12:51 +02:00
Juergen Spitzmueller
a7ad074776
he/Tutorial: fix conditional so that this also works with LuaTeX
...
(requires forthcoming polyglossia 1.50 to work properly)
2020-08-16 11:22:53 +02:00
Juergen Spitzmueller
d31e829462
typo
2020-08-15 19:21:20 +02:00
Juergen Spitzmueller
f348e0edc5
Fix emphasizing
2020-08-12 15:27:21 +02:00
Juergen Spitzmueller
91170accde
Fix string
2020-08-12 14:30:25 +02:00
Juergen Spitzmueller
bafd74c46e
zh_CN/Tutotrial: Fix emphases
2020-08-11 08:23:27 +02:00
Yuriy Skalko
1af9e3b0fc
Update Russian localization
2020-08-08 16:12:29 +02:00
Juergen Spitzmueller
53e6d7adcb
de/UserGuide: two minor corrections
2020-08-05 08:51:51 +02:00
Yuriy Skalko
41e768fd42
Documentation fixes
2020-08-05 08:51:05 +02:00
Yuriy Skalko
86a4d6c8ab
Update Russian localization
2020-08-05 08:26:30 +02:00
Yuriy Skalko
10bbf9e62b
Update Russian documentation
2020-08-02 10:00:49 +02:00
Juergen Spitzmueller
857036c0c1
Fix table in ru/Math
2020-07-31 09:31:32 +02:00
Yuriy Skalko
b0ec45b767
Update ru.po and Russian docs
2020-07-31 09:01:33 +02:00
Yuriy Skalko
9909ce1b2d
Minor fixes in Math.lyx
2020-07-30 16:19:29 +02:00
Juergen Spitzmueller
d031edc587
Russian Math manual
...
by Henri Chern and Yuriy Skalko
2020-07-29 12:43:56 +02:00
Juergen Spitzmueller
667a9ad0ce
Add support for Libertinus Math
2020-07-09 18:59:54 +02:00
Juergen Spitzmueller
8cb9a6d3f6
Add support for the libertinus family of fonts ( #11899 )
...
File format change.
2020-07-09 11:46:07 +02:00
Pavel Sanda
b17294a02b
Update customization manual for docbook (part2).
2020-07-09 00:41:36 +02:00
Pavel Sanda
dce2b4e016
Update customization manual for docbook (part1).
2020-07-09 00:41:36 +02:00
Pavel Sanda
f6460f48fa
Revert docbook updates to Customization manual.
...
Something went wrong while merging.
2020-07-08 14:15:33 +02:00
Thibaut Cuvelier
7989ebca85
Add documentation for the new layout attributes.
2020-07-08 09:41:16 +02:00
Yuriy Skalko
d1993458d8
Update Russian localization
2020-07-01 16:51:03 +02:00
Juergen Spitzmueller
5f960a1dbb
Use new parskip in UG
2020-06-29 11:00:31 +02:00
Juergen Spitzmueller
e121bd04bb
Support halfline and fullline also in vspace.
2020-06-28 18:27:59 +02:00
Juergen Spitzmueller
b0c102cfb4
use package parskip to separate paragraphs with vertical space ( #4796 )
...
File format change
2020-06-28 17:20:18 +02:00
Yuriy Skalko
3ebedf66dd
Update Russian
2020-06-27 18:17:32 +02:00
Juergen Spitzmueller
4fc6b5f37c
Clarify \upbrace and \downbrace ( #11896 )
2020-06-27 09:22:36 +02:00
Juergen Spitzmueller
19aa8e0de9
Document medspace and thickspace
2020-06-26 11:13:18 +02:00
Juergen Spitzmueller
7860d19fbc
Yet another ru update by Yuriy
2020-06-15 09:55:00 +02:00
Juergen Spitzmueller
674ec430cf
Add mathds to math type table
2020-06-13 16:43:35 +02:00
Enrico Forestieri
d28e6b00cc
Add mathds to math type table
2020-06-13 15:45:36 +02:00
Juergen Spitzmueller
05c36c9f26
Add mathscr to math type table
2020-06-13 10:31:23 +02:00
Juergen Spitzmueller
fcba229f92
Add mathscr to math type table, by Yuriy
2020-06-13 10:25:05 +02:00