Günter Milde
5dc48f7ef9
Documentation fixes: revert conversion of -- to en dash in code.
...
lyx2lyx erroneousely merged -- to en dash in text with logical
markup "code".
Revealed by recent (but now silenced) ctest fails.
Also add space around en dash in examples.
2018-01-02 11:20:35 +01:00
Günter Milde
d852bbd5d9
Fix a comment.
...
Ligating of -- to en dashes occure also in teletype fonts.
With some 8-bit fonts, em and en dashes are not copied
exported from the PDF (but this is not limited to dashes in teletype).
With LatinModern, PDF export works fine
MWE:
\documentclass[]{article}
%\usepackage{lmodern}
\usepackage[T1]{fontenc}
\begin{document}
Hallo \texttt{Welt --Welt ---Welt}
Hallo Welt --Welt ---Welt
2018-01-02 09:28:04 +01:00
Jean-Marc Lasgouttes
9428ad56b9
Fix 'make check'
2018-01-01 23:55:34 +01:00
Pavel Sanda
a448a2a7a9
* cs.po
2018-01-01 23:10:56 +01:00
Pavel Sanda
3133c07ecc
Remerge cs.po
2018-01-01 22:54:04 +01:00
Enrico Forestieri
90a3da2465
Update it.po
2018-01-01 19:07:14 +01:00
Uwe Stöhr
3dc9bade49
ru.po: updates from Yuri
2018-01-01 16:56:43 +01:00
Uwe Stöhr
69ef4bc146
Russian doc files: new and updated translations by Yuri
2018-01-01 16:56:31 +01:00
Uwe Stöhr
fd3b9cf6c6
French UserGuide.lyx: port Jean-Pierre's recent changes to master
2018-01-01 14:39:59 +01:00
Kornel Benko
4e7b6806bb
Update sk.po
2018-01-01 14:22:10 +01:00
Kornel Benko
c2a5a16d97
Added new testcase to check for correct VCS-Info
2018-01-01 14:05:25 +01:00
Juergen Spitzmueller
d5b03214ab
de.po: update
2018-01-01 13:45:14 +01:00
Juergen Spitzmueller
8f86feb260
Prepend "Insert " in the context menu for environment separators.
2018-01-01 13:40:49 +01:00
Juergen Spitzmueller
ebc3fee728
mention new option
2018-01-01 12:41:00 +01:00
Kornel Benko
9c6a95b22a
Testfile for checking vcs_info.
...
File created by Pavel Šanda
2018-01-01 12:16:09 +01:00
Juergen Spitzmueller
91008d8b21
LFUNS.lyx: update
2017-12-31 18:58:32 +01:00
Juergen Spitzmueller
8a6fa01d14
LyXAction.cpp: Whitespace and line breaking fixes.
2017-12-31 18:57:27 +01:00
Juergen Spitzmueller
99ae8d58c8
Another case where nesting needs to be preserved.
2017-12-31 14:43:45 +01:00
Juergen Spitzmueller
761a542551
Mark follow-up paragraphs in a paragraph group as nested.
...
This gives a more consistent indication of what belongs to an environment
(and semantically, such paragraphs are synonymous to nested standard
paragraphs)
Addresses part of #9261 .
2017-12-31 10:37:35 +01:00
Juergen Spitzmueller
fe698caeec
Distribute UG changes following menu move of environment-split
2017-12-31 10:14:59 +01:00
Juergen Spitzmueller
b0801b43f4
Distribute auto-nest documentation.
2017-12-31 10:00:38 +01:00
Juergen Spitzmueller
167c38377c
Use real cursor pit, not the modified one.
2017-12-31 09:41:43 +01:00
Kornel Benko
9f9c2e022f
Update sk.po
2017-12-30 20:40:01 +01:00
Juergen Spitzmueller
cc8ce481f5
Distribute beamer manual changes in the wake of the environment-split mods.
2017-12-30 19:29:51 +01:00
Juergen Spitzmueller
d1e94a1562
de.po: update
2017-12-30 19:13:04 +01:00
Juergen Spitzmueller
857e70eb83
Maintain nesting when separating outer environment
2017-12-30 18:54:39 +01:00
Juergen Spitzmueller
c8abe0cf7b
Move environment-split from Edit to Insert, as requested.
2017-12-30 17:54:09 +01:00
Juergen Spitzmueller
612536305b
Don't show append function where it does not make sense.
2017-12-30 17:04:10 +01:00
Juergen Spitzmueller
5c704b5dd1
Revert "Fix environment-split when at pos 0 of a frame title."
...
This reverts commit 1ff34a973d
.
2017-12-30 16:26:20 +01:00
Juergen Spitzmueller
1ff34a973d
Fix environment-split when at pos 0 of a frame title.
...
This introduces a force argument to argument-insert that inserts
arguments even if they are already there. We need this here in order
to prevent DEPM.
2017-12-30 12:50:48 +01:00
Juergen Spitzmueller
27901b3a06
Fix environment-split previous problem spotted by Joel
...
Special case: append from the separator paragraph.
2017-12-30 11:54:37 +01:00
Richard Heck
d188a36fc2
Fix bug #10835 .
...
VCS InsetInfos were broken by the switch at 2e934fc5f8
to using
updateBuffer to handle them. But we do not really want to go through
that routine in a clone, not for those insets, whose contents we
want to be the same as in the original Buffer.
Also fixes some issues noted in discussion of this bug: Failure to
update after context menu switch; failure to re-calculate shortcuts,
which can change.
2017-12-29 16:09:15 -05:00
Richard Heck
60cb7a1683
Minor code simplification.
2017-12-29 16:00:58 -05:00
Richard Heck
a765f465da
Fix problem with BibTeX error reporting.
...
We only want to abort this process if the process was killed.
Also fix some style issues.
2017-12-29 11:12:17 -05:00
Juergen Spitzmueller
3a4b233dbd
Properly implement IsTocCaption for Arguments in standard TOC
...
Fixes : #10631
Candidate for 2.3.x.
2017-12-29 11:51:24 +01:00
Juergen Spitzmueller
f3b89e4c72
Add IsAutoNestedBy
...
This is complementary to AutoNests: Styles can determine which other
style should auto-nest them. This is particularly useful for modules
that add new styles which should be auto-nested in a given context.
2017-12-29 10:36:03 +01:00
Juergen Spitzmueller
d6fb2abbea
Some AutoNest polishment.
...
* Rename Nests to AutoNests
* Do it when changing from any style
2017-12-29 10:03:00 +01:00
Kornel Benko
a5a272ece3
ctests: Ignore lyx2lyx warnings regarding ligature dashes
...
This may amend 586d16a
"Fix lyx2lyx conversion of dashes."
2017-12-29 09:28:12 +01:00
Juergen Spitzmueller
8c56e89240
EndNests in Layout::write()
2017-12-28 17:56:48 +01:00
Juergen Spitzmueller
99ecc6e2c9
Implement auto-nesting.
...
Now layouts can specify other layouts that should be nested in and
after the current one (if the layout is switched from the current one
and if it follows a paragraph in the current one).
This is particularly useful for things such as the beamer frames, where
particular layouts are practically always nested.
2017-12-28 17:44:54 +01:00
Juergen Spitzmueller
87a6c75d9d
Introduce environment-split before
...
This one prepends the new environment rather than appending it.
Easy way to add a new beamer frame before the current one.
2017-12-28 14:17:40 +01:00
Juergen Spitzmueller
2907160fff
Introduce environment-split previous
...
This one checks for an environment in the previous paragraph (outside
the nesting scope).
2017-12-28 12:28:01 +01:00
Juergen Spitzmueller
dfaa4e9466
Fix footnotes in table with RevTeX4
...
These classes come with their own working implementation of table
footnotes, so we are not supposed to use the tablefootnote or
footnote package.
Also add missing outliner name.
2017-12-27 15:43:40 +01:00
Juergen Spitzmueller
87960e3dd8
Open intitle command explicitly also for passthru.
2017-12-27 11:49:54 +01:00
Kornel Benko
2813050fc5
Update sk.po
...
Do we really need to commit also .gmo-files in master branch?
2017-12-27 10:11:03 +01:00
Juergen Spitzmueller
a2f886d526
Use TeXOnePar for the inpreamble layouts
...
This considers paragraph language and spacing (and simplifies the code)
2017-12-26 13:11:00 +01:00
Juergen Spitzmueller
994176e55b
Tufte title is fragile
...
Candidate for 2.3.x.
2017-12-26 12:35:55 +01:00
Juergen Spitzmueller
e55e9c842f
Fix inpreamble styles.
2017-12-26 11:40:58 +01:00
Kornel Benko
626f607db7
pocheck.pl: In checking for period at end, treat '...' be equivalent to '…'
2017-12-26 10:45:44 +01:00
Scott Kostyshak
713fd70e8f
Fix Python escaping of unicode string
...
When removing "r" from "ur", it is needed to add extra backslashes.
See:
https://www.mail-archive.com/search?l=mid&q=2024193.iXIh6cq6L3%40myth
Thanks to José.
This commit amends b7983478
(and thus 586d16a4
).
2017-12-26 02:10:49 -05:00