Juergen Spitzmueller
8f69f7af01
Status updates.
2018-03-11 18:33:45 +01:00
Juergen Spitzmueller
624a6642e9
tex2lyx: make nested CJK parsing slightly less dumb.
...
Fixes : #9562
(cherry picked from commit 0f4c902705
)
2018-03-11 18:29:50 +01:00
Juergen Spitzmueller
590185d3ef
tex2lyx: honor grouping in optional arguments.
...
E.g., \cite[{a literal ] character}]{key}
(cherry picked from commit cba38881d6
)
2018-03-11 18:27:23 +01:00
Juergen Spitzmueller
ce2e155490
Fix copy and paste error in 6659304f7f
...
(cherry picked from commit 0513622fd0
)
2018-03-11 18:26:59 +01:00
Juergen Spitzmueller
bd876d8163
tex2lyx: towards proper support of "literal"/"latexified" inset commands
...
We now report whether the attempt to recode the macros to glyphs
succeeded. If yes, we set "literate" to false, if not to true.
Also, do not attempt to recode for non-latexifying fields.
Fixes : #9563
(cherry picked from commit 6659304f7f
)
2018-03-11 18:26:33 +01:00
Juergen Spitzmueller
f183686505
tex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.
...
(cherry picked from commit a3836d9909
)
2018-03-11 18:23:35 +01:00
Juergen Spitzmueller
5fc0dafac3
tex2lyx: get rid of another large if-else if chain.
...
(cherry picked from commit 11e4a24e6e
)
2018-03-11 09:24:02 +01:00
Juergen Spitzmueller
91ce18388e
Amend 15fd17d83f
...
(cherry picked from commit b2ccdae228
)
2018-03-10 14:24:38 +01:00
Juergen Spitzmueller
0f33720d29
tex2lyx: support for \includeonly
...
(cherry picked from commit 15fd17d83f
)
2018-03-10 11:09:40 +01:00
Juergen Spitzmueller
42dd5f5cfa
tex2lyx: chapterbib support
...
(cherry picked from commit af6933c06f
)
2018-03-10 10:33:10 +01:00
Uwe Stöhr
e9470e7d64
status.23x: correct sorting
...
tex2lyx biblatex support is an improvement not a bugfix. At least in the past we sorted new tex2lyx features this way.
2018-03-06 22:34:21 +01:00
Juergen Spitzmueller
30cb99503f
tex2lyx: support alignment pseudo-environments.
...
Fixes : #7857
(cherry picked from commit 7a22ce7c09
)
2018-03-06 18:27:13 +01:00
Juergen Spitzmueller
afeb5acb0f
Fix local polyglossia switch for Arabic
...
We need to lowercase the language again (it's \begin{Arabic},
but \textarabic)
Fixes : #11057 .
(cherry picked from commit 27584f5f70
)
2018-03-06 18:24:32 +01:00
Juergen Spitzmueller
94fe126161
tex2lyx: fix subfloat import
...
Fixes : #10385
(cherry picked from commit 1dcb2a0976
)
2018-03-06 18:22:12 +01:00
Juergen Spitzmueller
566f368885
Remove duplicate entries.
2018-03-06 17:31:19 +01:00
Uwe Stöhr
150fb89e22
status.23x: mention the new biblatex support in tex2lyx
2018-03-06 13:52:42 +01:00
Uwe Stöhr
a1cdc1e723
tex2lyx/text.cpp: fix a typo
...
(cherry picked from commit a30972a39c
)
2018-03-06 08:21:34 +01:00
Juergen Spitzmueller
5f359e27b0
Small update of TODO
...
(cherry picked from commit 4bc379ea67
)
2018-03-06 08:21:16 +01:00
Juergen Spitzmueller
95d446eb4c
parse_text (tex2lyx): get rid of the monstrous if-then-else clause
...
Rather than that, continue in the loop if a condition is met.
This fixes tex2lyx for MINGW, which has a cluase-nesting threshold.
Fixes : #9552
(cherry picked from commit b94bb37e53
)
2018-03-06 08:20:44 +01:00
Juergen Spitzmueller
8d02bff57e
tex2lyx: support qualified citation lists (biblatex)
...
(cherry picked from commit 0915e81481
)
2018-03-06 08:20:18 +01:00
Juergen Spitzmueller
8ab9b8e0b6
tex2lyx: refsection and bibbysection support (biblatex)
...
(cherry picked from commit 1a3dbbf07a
)
2018-03-06 08:19:54 +01:00
Juergen Spitzmueller
50b78507b9
tex2lyx: support biblatex
...
(qualified citation lists and multibib not yet supported)
(cherry picked from commit f22213a04f
)
2018-03-06 08:19:35 +01:00
Juergen Spitzmueller
3e6a1eecc5
tex2lyx: consider options passed via \PassOptionsToPackage
...
(cherry picked from commit 476401a76f
)
2018-03-06 08:18:43 +01:00
Juergen Spitzmueller
84b59c90e7
tex2lyx: import straight quotation marks as ERT
...
This assures that they are output as straight quotations marks (e.g.,
babel shorthands).
Fixes : #75 [sic!]
(cherry picked from commit ccb9ae9670
)
2018-03-06 08:17:18 +01:00
Pavel Sanda
3d6b8c0abb
Allow reload if buffer is externally modified.
...
Follow-up of 2df82c4a44
.
2018-03-02 20:49:48 +01:00
Pavel Sanda
e97a82b7ff
Filter in citation dialog is not respected when reloading databaze.
2018-03-02 01:33:02 +01:00
Juergen Spitzmueller
749ff439df
No manual intervention needed for polyglossia (bidi) and RTL numbers.
...
See https://tex.stackexchange.com/a/256837/19291
(cherry picked from commit 00d4144352
)
2018-02-27 08:59:02 +01:00
Juergen Spitzmueller
98e9e53882
Take actual font height (ascent, descent) into account when drawing placeholder box for graphics
...
Fixes : #11048
(cherry picked from commit 5ddd377a0a
)
2018-02-26 08:59:11 +01:00
Pavel Sanda
9df4806f7f
We don't want external change to automatically marked the buffer dirty.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203995.html
2018-02-25 22:18:30 +01:00
Jean-Marc Lasgouttes
2e67181036
Improve documentation of inset-(begin|end)(|-select)
...
Make it clear that it can go at the beginning/end of the document.
(cherry picked from commit f4693ef8ab
)
2018-02-23 10:22:33 +01:00
Richard Heck
797babd462
Fix bug #10817 .
...
Respect 'literal' setting when calculating longest bibitem.
(cherry picked from commit 224e56c935
)
2018-02-22 15:44:29 -05:00
Richard Heck
04e8526460
Respect "literal" setting when entering citation via LyX server.
...
This requires moving the bool that tracks this somewhere that it
is visible from BufferView. It seemed to make sense to put it as
a static member of InsetCitation.
(cherry picked from commit f8e8877f83
)
2018-02-22 15:33:01 -05:00
Juergen Spitzmueller
721cc085a2
Implement IsTocCaption for normal layouts.
...
But use default "true" to maintain current behavior if not explicitly
stated otherwise.
Fixes : #11045
(cherry picked from commit 8a703573ea
)
2018-02-22 19:12:30 +01:00
Jean-Marc Lasgouttes
31c7ce19fb
Add Alex Dunlap to our contributors
...
(cherry picked from commit 4447fb349c
)
(cherry picked from commit 6d582e5e50
)
2018-02-21 12:10:03 +01:00
Alexander Dunlap
257f978d62
save session when we save a buffer
...
Implements enhancement #10712 .
(cherry picked from commit cca365f26c
)
2018-02-21 11:56:37 +01:00
Jean-Marc Lasgouttes
a2e1021aba
Use parMetrics to access the par_metrics_ map
...
In cursorY, it is dangerous to access par_petrics_[0], since one does
not know whether metrics have been computed for this paragraph (which
may be off-screen).
It is safer to use parMetrics(0), that will compute the paragraph
metrics as needed.
Fixes bug #8120 .
(cherry picked from commit a25b48f86c
)
2018-02-20 15:02:35 +01:00
Pavel Sanda
2136af92b5
* layouttranslations reviewed by Inaki
2018-02-17 19:07:02 +01:00
Pavel Sanda
f135013b30
* eu.po - update from Inaki.
2018-02-17 19:01:53 +01:00
Juergen Spitzmueller
e1f7cc964b
update status
2018-02-16 18:19:05 +01:00
Juergen Spitzmueller
a26173f171
Revove unused variable
2018-02-16 17:47:14 +01:00
Juergen Spitzmueller
d20de88953
Open intitle command explicitly also for passthru.
...
(cherry picked from commit 87960e3dd8
)
2018-02-16 17:25:32 +01:00
Juergen Spitzmueller
da3dc1b61f
Use TeXOnePar for the inpreamble layouts
...
This considers paragraph language and spacing (and simplifies the code)
(cherry picked from commit a2f886d526
)
2018-02-16 17:25:06 +01:00
Juergen Spitzmueller
961b79975c
Fix inpreamble styles.
...
(cherry picked from commit e55e9c842f
)
2018-02-16 17:24:41 +01:00
Juergen Spitzmueller
bd879efaa8
Fix switch of language and line spacing in InTitle commands.
...
Fixes : #9332 , #10849
(cherry picked from commit 49e3f8e830
)
2018-02-16 17:24:00 +01:00
Juergen Spitzmueller
c0ef31d9b9
Recreate citation label after paste
...
Fixes : #10829
(cherry picked from commit 7e34e65943
)
2018-02-16 17:14:28 +01:00
Pavel Sanda
a4a50ac358
* UserGuide - add sentence about graphic groups unification.
2018-02-15 22:41:43 +01:00
Pavel Sanda
c17f706a1c
* status file
2018-02-15 21:48:47 +01:00
Pavel Sanda
25741ca5bd
Oops, asInsetGrpahics is new to master.
2018-02-15 21:48:23 +01:00
Pavel Sanda
1713b53516
Cosmetics per JMarc's suggestions.
2018-02-15 20:42:54 +01:00
Pavel Sanda
e836cc0aac
Unify graphics-groups inside marked block functionality.
...
Fixes #11026 .
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203683.html
2018-02-15 20:42:36 +01:00