Juergen Spitzmueller
cc6f2dae82
tex2lyx: support tipa \t*{} macro.
2018-03-11 11:46:37 +01:00
Juergen Spitzmueller
a3836d9909
tex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.
2018-03-11 11:12:42 +01:00
Uwe Stöhr
d3c51876a9
add support for the PT fonts
...
- fileformat change
- I also started https://wiki.lyx.org/LyX/NewInLyX24 for new features
2018-03-10 19:59:48 +01:00
Juergen Spitzmueller
b8adb0f933
Update tex2lyx tests.
2018-03-10 16:15:29 +01:00
Juergen Spitzmueller
ad5dbbfd65
tex2lyx/TODO: update
2018-03-10 15:48:49 +01:00
Juergen Spitzmueller
d325f79f5c
tex2lyx: add support for lstinputlisting
2018-03-10 15:40:51 +01:00
Juergen Spitzmueller
11e4a24e6e
tex2lyx: get rid of another large if-else if chain.
2018-03-10 15:00:30 +01:00
Juergen Spitzmueller
0f4c902705
tex2lyx: make nested CJK parsing slightly less dumb.
...
Fixes : #9562
2018-03-10 14:58:55 +01:00
Juergen Spitzmueller
b2ccdae228
Amend 15fd17d83fb2
2018-03-10 14:22:51 +01:00
Juergen Spitzmueller
15fd17d83f
tex2lyx: support for \includeonly
2018-03-09 17:27:55 +01:00
Juergen Spitzmueller
247e1a223d
tex2lyx: handle whitespace in table column declaration.
...
Fixes : #10804
2018-03-09 14:18:03 +01:00
Juergen Spitzmueller
3e7aebe966
tex2lyx/TODO: small tweak.
2018-03-09 13:57:29 +01:00
Juergen Spitzmueller
9e5ab04a6c
This works already.
2018-03-09 13:43:12 +01:00
Juergen Spitzmueller
af6933c06f
tex2lyx: chapterbib support
2018-03-09 13:30:52 +01:00
Juergen Spitzmueller
cba38881d6
tex2lyx: honor grouping in optional arguments.
...
E.g., \cite[{a literal ] character}]{key}
2018-03-09 13:14:13 +01:00
Juergen Spitzmueller
0513622fd0
Fix copy and paste error in 6659304f7f8b
2018-03-09 12:29:07 +01:00
Juergen Spitzmueller
0bc192bfff
Revert "Revert "tex2lyx: towards proper support of "literal"/"latexified" inset commands""
...
I did not intend to revert this. Sorry for the noise.
This reverts commit 74d92779090ed9a79808e4c775a9d7fefcfdd679.
2018-03-09 12:18:49 +01:00
Juergen Spitzmueller
599b1222f7
Reset buffer language only if we have something to reset.
...
Fixes : #11063
2018-03-09 12:15:19 +01:00
Juergen Spitzmueller
74d9277909
Revert "tex2lyx: towards proper support of "literal"/"latexified" inset commands"
...
This reverts commit 6659304f7f8b57f12a1bf453a11ea359c83a7d14.
2018-03-09 11:32:09 +01:00
Uwe Stöhr
1174279967
tex2lyx: parse \xymatrix
...
LyX's \xymatrix support relies on math therefore put it into math and parse its content
fixes bug #10638
2018-03-09 04:53:33 +01:00
Juergen Spitzmueller
6659304f7f
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
2018-03-08 15:05:01 +01:00
Jean-Marc Lasgouttes
e90b6f5a3b
Add cell number to current state in devel mode
...
This value is added when inside a texted inset with several cells
(aka a tabular inset).
2018-03-07 11:54:40 +01:00
Jean-Marc Lasgouttes
dc2ad44562
Make pmprof use the correct unit in report
2018-03-07 11:54:40 +01:00
Juergen Spitzmueller
e43ba7cf46
Braces need to be escaped as well on LATEXIFY
...
part of #9563
2018-03-06 18:17:01 +01:00
Juergen Spitzmueller
7a22ce7c09
tex2lyx: support alignment pseudo-environments.
...
Fixes : #7857
2018-03-06 17:54:32 +01:00
Juergen Spitzmueller
27584f5f70
Fix local polyglossia switch for Arabic
...
We need to lowercase the language again (it's \begin{Arabic},
but \textarabic)
Fixes : #11057 .
2018-03-06 15:31:43 +01:00
Juergen Spitzmueller
1dcb2a0976
tex2lyx: fix subfloat import
...
Fixes : #10385
2018-03-06 10:35:55 +01:00
Uwe Stöhr
a30972a39c
tex2lyx/text.cpp: fix a typo
2018-03-05 17:37:50 +01:00
Juergen Spitzmueller
cbf2a329c9
Do not force singlebyte encoding for listings with XeTeX/LuaTeX.
...
Fixes : #11056
2018-03-05 15:39:27 +01:00
Juergen Spitzmueller
4bc379ea67
Small update of TODO
2018-03-05 14:57:16 +01:00
Juergen Spitzmueller
b94bb37e53
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
2018-03-05 09:08:14 +01:00
Juergen Spitzmueller
0915e81481
tex2lyx: support qualified citation lists (biblatex)
2018-03-04 20:12:27 +01:00
Juergen Spitzmueller
1a3dbbf07a
tex2lyx: refsection and bibbysection support (biblatex)
2018-03-04 17:29:59 +01:00
Juergen Spitzmueller
f22213a04f
tex2lyx: support biblatex
...
(qualified citation lists and multibib not yet supported)
2018-03-04 16:46:31 +01:00
Juergen Spitzmueller
476401a76f
tex2lyx: consider options passed via \PassOptionsToPackage
2018-03-04 16:45:37 +01:00
Juergen Spitzmueller
ccb9ae9670
tex2lyx: import straight quotation marks as ERT
...
This assures that they are output as straight quotations marks (e.g.,
babel shorthands).
Fixes : #75 [sic!]
2018-03-04 12:08:08 +01:00
Pavel Sanda
9cdae51688
Allow reload if buffer is externally modified.
...
Follow-up of 2df82c4a44b7.
2018-03-02 20:48:08 +01:00
Pavel Sanda
3cb271ceda
Filter in citation dialog is not respected when reloading databaze.
2018-03-02 00:50:32 +01:00
Juergen Spitzmueller
21b347a2f8
Fix RTL tabular output with bidi package (i.e., polyglossia)
...
Fixes : #9686
2018-02-27 19:03:42 +01:00
Richard Heck
94222e6170
Re-amend ca4426e5.
2018-02-26 16:18:49 -05:00
Juergen Spitzmueller
00d4144352
No manual intervention needed for polyglossia (bidi) and RTL numbers.
...
See https://tex.stackexchange.com/a/256837/19291
2018-02-26 17:06:31 +01:00
Richard Heck
ef5d741ba5
Amend ca4426e5.
...
Thanks for Patrick De Visschere for noticing.
2018-02-25 17:23:46 -05:00
Juergen Spitzmueller
5ddd377a0a
Take actual font height (ascent, descent) into account when drawing placeholder box for graphics
...
Fixes : #11048
2018-02-25 17:21:01 +01:00
Pavel Sanda
2df82c4a44
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 14:53:48 +01:00
Enrico Forestieri
7e9c4d4091
Fix bug #10927
2018-02-24 12:48:02 +01:00
Richard Heck
ab6b4679e6
Fix bug #10918 .
2018-02-24 01:06:36 -05:00
Richard Heck
77a7df1003
Fix bug #10890 .
2018-02-24 01:04:20 -05:00
Richard Heck
1a74a654e8
Fix bug #10879 .
2018-02-24 01:01:34 -05:00
Richard Heck
f22954b89d
Fix bug #10939 .
2018-02-24 00:49:31 -05:00
Richard Heck
2a78c1c662
Fix bug #10938 .
2018-02-24 00:44:26 -05:00