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 2df82c4a44
.
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
Richard Heck
8281a81b10
Fix bug #10937 .
2018-02-24 00:40:03 -05:00
Richard Heck
12db09aac2
Fix bug #10936 .
2018-02-24 00:36:55 -05:00
Richard Heck
c86184ce3d
Fix bug #10934 .
2018-02-24 00:35:27 -05:00
Richard Heck
b98cb77364
Fix bug #10933 .
2018-02-24 00:32:14 -05:00
Richard Heck
c0e79898c3
Fix bug #10932 .
2018-02-24 00:30:24 -05:00
Richard Heck
6d565300be
Fix bug #10930 .
2018-02-24 00:28:37 -05:00
Richard Heck
6ef17af2b7
Fix bug #10929 .
2018-02-24 00:25:56 -05:00
Richard Heck
92742f63bc
Fix bug #10926 , and some for loops.
2018-02-24 00:20:03 -05:00
Richard Heck
68b959ff06
Fix bug #10924 .
2018-02-24 00:08:28 -05:00
Richard Heck
e857fee741
Fix bug #10920 , and some for loops.
2018-02-24 00:04:34 -05:00
Richard Heck
9326edbd1b
Fix bug #10917 , and some for loops.
2018-02-23 23:59:40 -05:00
Richard Heck
c67eed8ccb
Fix bug #10916 .
2018-02-23 23:54:24 -05:00
Richard Heck
2f68fb5101
Fix bug #10915 .
2018-02-23 23:47:05 -05:00
Richard Heck
a919d5b14a
Fix bug #10913 .
2018-02-23 23:43:59 -05:00
Richard Heck
854e7151e3
Fix bug #10911 .
2018-02-23 23:42:32 -05:00
Richard Heck
0f812b0e41
Fix bug #10909 .
2018-02-23 23:38:31 -05:00
Richard Heck
cc42634665
Fix bug #10908 .
2018-02-23 23:35:17 -05:00
Richard Heck
59e6610d8a
Fix bug #10904 .
2018-02-23 23:29:52 -05:00
Richard Heck
55462786d0
Fix bug #10903 .
2018-02-23 23:28:31 -05:00
Richard Heck
9762ba5d38
Fix bug #10901 .
2018-02-23 23:17:57 -05:00
Juergen Spitzmueller
e0a5babde7
Add literal param to InsetInclude
...
This is used by lstinput
File format change.
Fixes : #10544 .
2018-02-23 08:58:16 +01:00
Juergen Spitzmueller
ed331bedd6
tex2lyx: do not force default bibliography style if none is set
...
Some classes provide a \bibliographystyle, so we must not output any
\bibliographystyle if none is set in the TeX file.
Fixes : #10673
2018-02-23 07:43:19 +01:00
Richard Heck
224e56c935
Fix bug #10817 .
...
Respect 'literal' setting when calculating longest bibitem.
2018-02-22 15:40:05 -05:00
Richard Heck
f8e8877f83
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.
2018-02-22 15:28:01 -05:00
Pavel Sanda
4ad98b9491
Fix little bit the garbled output for translators.
2018-02-22 20:55:35 +01:00
Jean-Marc Lasgouttes
f4693ef8ab
Improve documentation of inset-(begin|end)(|-select)
...
Make it clear that it can go at the beginning/end of the document.
2018-02-22 17:05:22 +01:00
Juergen Spitzmueller
820ec38da7
Handle comments in options
...
Things like
pdfpagemode=UseOutlines%None,UseOutlines,UseThumbs,FullScreen
was not imported correctly (the comment was not stripped)
Fixes the rest of #5737
2018-02-22 11:24:43 +01:00
Richard Heck
2afd21bd21
Make InsetCitation's params work like other classes.
2018-02-22 01:02:02 -05:00
Richard Heck
61fa57ad4c
Fix bug #10897 .
2018-02-22 00:55:10 -05:00
Richard Heck
a2bd2e2dcc
Fix bug #10896 .
2018-02-22 00:49:35 -05:00