]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoneedsCProtection(): check all insets.
Juergen Spitzmueller [Sun, 15 Apr 2018 10:29:49 +0000 (12:29 +0200)]
needsCProtection(): check all insets.

6 years agoTypo.
Richard Heck [Sun, 15 Apr 2018 00:08:40 +0000 (20:08 -0400)]
Typo.

6 years agoRefactor code showing error dialogs
Scott Kostyshak [Sun, 8 Apr 2018 21:35:09 +0000 (17:35 -0400)]
Refactor code showing error dialogs

This commit follows 8d2b121e and is not expected to change
functionality (e.g., I confirmed that the cases of #7330 and #11106
are still fixed). The advantages of this refactoring are the
following:

- Remove some preprocessor directives:
  processingThreadFinished() is only called in the case that
  EXPORT_in_THREAD is 1, so by moving some code up in the call list,
  the directives are not needed.

- If errors() is called when there is no error, there will not be unexpected
  behavior (e.g., as was the case before 8d2b121e).
  Note that errors() is still only called by the code touched by this commit
  if there is an error, but that is for efficiency and readability.

- The "from_master" argument now has a constant meaning. Before, it
  could be the case that "from_master" was set to false but that the
  master's error dialog was shown.

6 years agoTypo
Scott Kostyshak [Sat, 14 Apr 2018 17:25:35 +0000 (13:25 -0400)]
Typo

6 years agoConsider sub-subfiles on log file parsing.
Juergen Spitzmueller [Sat, 14 Apr 2018 12:33:21 +0000 (14:33 +0200)]
Consider sub-subfiles on log file parsing.

These are listed as (subfile.ext (sub-subfile.ext))

Fixes: #11112
6 years agoConsider cprotection in boxes.
Juergen Spitzmueller [Sat, 14 Apr 2018 10:57:44 +0000 (12:57 +0200)]
Consider cprotection in boxes.

6 years agoAdd cprotection support for paragraph layouts.
Juergen Spitzmueller [Sat, 14 Apr 2018 10:57:23 +0000 (12:57 +0200)]
Add cprotection support for paragraph layouts.

6 years agoLayout format update after 2ba584957cf
Juergen Spitzmueller [Sat, 14 Apr 2018 08:28:22 +0000 (10:28 +0200)]
Layout format update after 2ba584957cf

6 years agoAdd basic support for cprotect
Juergen Spitzmueller [Fri, 13 Apr 2018 15:46:37 +0000 (17:46 +0200)]
Add basic support for cprotect

This allows (some) verbatim contents in macros, such as \url's with
specific chars (#, % etc.) in section headings or footnotes (#449)
or comments in captions (#9313).

The mentioned two bugs are fixed by this commit.

Note that the implementation is still rather basic and might need
extension for other cases.

6 years agoFix invalid octal number
Jean-Marc Lasgouttes [Thu, 12 Apr 2018 08:48:50 +0000 (10:48 +0200)]
Fix invalid octal number

6 years agoFix bug #9348
Enrico Forestieri [Tue, 10 Apr 2018 20:40:02 +0000 (22:40 +0200)]
Fix bug #9348

6 years agoAmend d7020ea: Add the warn when using system hunspell in stdlib-debug mode also...
Kornel Benko [Mon, 9 Apr 2018 15:13:52 +0000 (17:13 +0200)]
Amend d7020ea: Add the warn when using system hunspell in stdlib-debug mode also for cmake

6 years agoWarn when using system hunspell in stdlib-debug mode
Jean-Marc Lasgouttes [Mon, 9 Apr 2018 13:50:50 +0000 (15:50 +0200)]
Warn when using system hunspell in stdlib-debug mode

This is what we already do with boost. Note that the warning only
triggers with the new C++ ABI.

6 years agoSet a minimal height for math rows
Jean-Marc Lasgouttes [Mon, 9 Apr 2018 10:18:24 +0000 (12:18 +0200)]
Set a minimal height for math rows

The value used here is the x height. It would be nice to see what the
TeXbook really says.

This makes a big difference with \tilde{.}, for example.

6 years agoChanged Settings->Local Layout to FixedWidth & Nowrap
Joel A. Kulesza [Thu, 25 Jan 2018 06:09:46 +0000 (23:09 -0700)]
Changed Settings->Local Layout to FixedWidth & Nowrap

This change is made in response to Ticket 10992.

The change made is consistent with those captured in Ticket 9966.

6 years agoWhitespace
Scott Kostyshak [Sun, 8 Apr 2018 21:29:37 +0000 (17:29 -0400)]
Whitespace

6 years agoLoad hyperref with a suitable driver
Juergen Spitzmueller [Sun, 8 Apr 2018 17:02:01 +0000 (19:02 +0200)]
Load hyperref with a suitable driver

This is mandatory for some features (such as bookmarks,pdfusetitle)
to work, and only a handful of drivers can be auto-detected by hyperref.

Fixes: #6418
6 years agoDo not show master's errors if compiling child
Scott Kostyshak [Sat, 7 Apr 2018 21:11:33 +0000 (17:11 -0400)]
Do not show master's errors if compiling child

If a master document is compiled and has errors, and then a child is
compiled without error, the errors from the master compilation were
shown.

The setup of the relevant code is the following:

  processingThreadFinished() calls errors().  errors() makes the
  assumption that if it is called, there must have been an error
  somewhere.

The logic of the setup is the following:

  processingThreadFinished() knows whether there was an error on
  the most recent preview/export, although it doesn't know whether
  the error is from master or child (i.e. does not know whether the
  user was compiling the child, or whether master-buffer-view was
  called).  Inside error(), if there is no error in the child, it is
  assumed the error is from master.

For the above logic to work, errors() should only be called if there
was an error.

This commit fixes #11106 and preserves the fix to #7330.

6 years agoSet correct path to (biblatex) bibliography databases that are entered relative to...
Juergen Spitzmueller [Sat, 7 Apr 2018 20:09:06 +0000 (22:09 +0200)]
Set correct path to (biblatex) bibliography databases that are entered relative to child documents.

Fixes: #11105
6 years agoWhen inserting math inset, put cursor selection in the correct cell
Jean-Marc Lasgouttes [Wed, 4 Apr 2018 16:24:14 +0000 (18:24 +0200)]
When inserting math inset, put cursor selection in the correct cell

The original use case for this bug is entering an overset inset when
there is a selection. The expected result was to have the selection
pasted in main text, but the result was to have it in the cell.

Insets already have idxFirst() that is able to set cursor to the
"entry" cell of an inset. This patch introduces firstIdx(), which is
the index of this cell and uses it in idxFirst() (idem for
lastIdx/idxLast).

As a consequence, several instances of idxFirst/idxLast can be removed.

Now for the real fix: the two places where the cell in which selection
is inserted seem to be:
* Cursor::macroModeClose
* Cursor::handleNest

These two methods are changed to insert material in the entry cell
instead of cell 0.

idxFirst/Last methods are added to InsetMathRoot and InsetMathStackrel
so that the natural entry point is the nucleus of those insets.

Finallly, a typo is fixed in InsetMathNest::edit() where enter_front
computation was incorrect.

6 years agoMakes caret height adapt to context in mathed.
Jean-Marc Lasgouttes [Tue, 20 Mar 2018 15:41:59 +0000 (16:41 +0100)]
Makes caret height adapt to context in mathed.

Set current cursor font in MathData::metrics()

Also make sure that caret dimension in mathed is not larger than inset
height.

6 years agoDo not use \tablefootnote in minipages
Juergen Spitzmueller [Wed, 4 Apr 2018 08:53:40 +0000 (10:53 +0200)]
Do not use \tablefootnote in minipages

Minipages provide their own working \footnote's

Should also go to 2.3.x.

6 years agoFix bug #11102.
Richard Heck [Tue, 3 Apr 2018 22:38:46 +0000 (18:38 -0400)]
Fix bug #11102.

Ignore deleted material when generating a proposed label.

6 years agoUpstreaming compilation patch needed for Gentoo.
Pavel Sanda [Mon, 2 Apr 2018 13:39:56 +0000 (15:39 +0200)]
Upstreaming compilation patch needed for Gentoo.

6 years agoUpdate sk.po
Kornel Benko [Mon, 2 Apr 2018 09:03:18 +0000 (11:03 +0200)]
Update sk.po

6 years ago8-char tab stops are too big in the preamble editor.
Richard Heck [Mon, 2 Apr 2018 02:07:21 +0000 (22:07 -0400)]
8-char tab stops are too big in the preamble editor.

6 years agoFix bug 11099.
Richard Heck [Mon, 2 Apr 2018 02:00:41 +0000 (22:00 -0400)]
Fix bug 11099.

Adds simple search/find functionality to preamble.

6 years agoGive full pref path in doc for date-insert
Scott Kostyshak [Sat, 31 Mar 2018 04:58:10 +0000 (00:58 -0400)]
Give full pref path in doc for date-insert

Give intermediate steps to get to "Date format" in preferences.

This change is the result of the following discussion:

  https://latex.org/forum/viewtopic.php?f=19&t=31333

6 years agoCmake build: Check for correct hunspell only if used
Kornel Benko [Fri, 30 Mar 2018 17:40:08 +0000 (19:40 +0200)]
Cmake build: Check for correct hunspell only if used

6 years agoAmend 8774ad5, Adapt to new hunspell C++ ABI for cmake
Kornel Benko [Fri, 30 Mar 2018 12:10:45 +0000 (14:10 +0200)]
Amend 8774ad5, Adapt to new hunspell C++ ABI for cmake

Replace CHECK_CXX_SOURCE_COMPILES() with TRY_COMPILE()
Discarding the link-stage mimics the behaviour used by automake.
Now the testsource is compiled regardless if hunspell
is external or not.

6 years agoAdapt to new hunspell C++ ABI for cmake
Kornel Benko [Thu, 29 Mar 2018 20:53:59 +0000 (22:53 +0200)]
Adapt to new hunspell C++ ABI for cmake

The compile test for 3rdparty hunspell is omitted,
because the macro check_cxx_source_compiles() tries also to link.
But at the time of the check, the required library is not there.

6 years agoAdapt to new hunspell C++ ABI
Juergen Spitzmueller [Thu, 29 Mar 2018 16:43:11 +0000 (18:43 +0200)]
Adapt to new hunspell C++ ABI

Fixes: #10547
CMake support still missing.

6 years agoCompile 3rdparty/hunspell in stdlib-debug mode when needed
Jean-Marc Lasgouttes [Thu, 29 Mar 2018 10:05:50 +0000 (12:05 +0200)]
Compile 3rdparty/hunspell in stdlib-debug mode when needed

A function that returns a vector<string> will lead to a crash if the
main code and the library have not been compiled with the same
stdlib-debug state. See for example:
https://stackoverflow.com/questions/4764048/stl-and-release-debug-library-mess

This is fixed by introducing a new variable STDLIB_DEBUG that contains
the flags that trigger the debug mode (autoconf only for now).

This will allow to go forward with bug #10547.

6 years ago Force babel as language package to avoid errors with non-TeX fonts
jpc [Wed, 28 Mar 2018 09:10:01 +0000 (11:10 +0200)]
 Force babel as language package to avoid errors with non-TeX fonts

6 years agoPrevent that a full source preview of a child clears the master's bibfiles cache.
Juergen Spitzmueller [Tue, 27 Mar 2018 12:29:25 +0000 (14:29 +0200)]
Prevent that a full source preview of a child clears the master's bibfiles cache.

See #9158

6 years agowasy10 font: fix glyphs codepoints 9,10,12,13.
Pavel Sanda [Mon, 26 Mar 2018 19:54:46 +0000 (21:54 +0200)]
wasy10 font: fix glyphs codepoints 9,10,12,13.

92680495b follow-up.

pointer: 9 -> 170
bell: 10 -> 171
quarternote: 12 -> 172
halfnote: 13 -> 174

This should be the final one.

6 years agoUpdate version number in lyx2lyx.
Richard Kimberly Heck [Mon, 26 Mar 2018 14:41:11 +0000 (10:41 -0400)]
Update version number in lyx2lyx.

6 years agoFix use of default biblio_style
Juergen Spitzmueller [Mon, 26 Mar 2018 13:50:35 +0000 (15:50 +0200)]
Fix use of default biblio_style

Fixes: #11088
6 years ago* stmary10.lyx
Pavel Sanda [Fri, 23 Mar 2018 10:11:21 +0000 (11:11 +0100)]
* stmary10.lyx

6 years agostmary10 font: fix glyphs codepoints 10,12,13.
Pavel Sanda [Fri, 23 Mar 2018 09:18:02 +0000 (10:18 +0100)]
stmary10 font: fix glyphs codepoints 10,12,13.

92680495b follow-up.

minuso: 10 -> 171
sslash: 12 -> 172
bbslash:13 -> 174
varcurlywedge: 9 -> 254 -> 170 (first move by Georg)

6 years agoamend 1c623ffe8f2e34e
Juergen Spitzmueller [Thu, 22 Mar 2018 22:37:19 +0000 (23:37 +0100)]
amend 1c623ffe8f2e34e

6 years agoUse separate BibInfo for child
Juergen Spitzmueller [Thu, 22 Mar 2018 14:52:23 +0000 (15:52 +0100)]
Use separate BibInfo for child

This is used when the file is compiled standalone

Fixes: #11083
6 years agoFix bug #11084.
Richard Kimberly Heck [Thu, 22 Mar 2018 03:08:12 +0000 (23:08 -0400)]
Fix bug #11084.

Allow unicode-insert to accept a sequence of codepoints.

6 years agoesint10: attempt on to fix empty symbol glyphs.
Pavel Sanda [Thu, 22 Mar 2018 01:26:46 +0000 (02:26 +0100)]
esint10: attempt on to fix empty symbol glyphs.

With advent of qt5 glyphs on codepoints 10, 12, 13 can't be shown anymore.

In this patch we copy the glyph pairs to new codepoints:
dotsint: 19->41 (this one was already moved by Goerg, now moving to the same block)
oint: 11->43
oiint:13->45

I couldn't find fix where both qt4 & qt5 would show correct results,
so this patch fixes qt5 situation, but breaks qt4, which hopefully
won't be needed for master.
Testing and debuging is somewhat tricky, becuse qt sometimes prefer to
load global fonts in /usr/share while ignoring the local git tree.

To be continued in other fonts.

Related reports:
https://www.lyx.org/trac/ticket/8493
https://bugreports.qt.io/browse/QTBUG-66266

6 years agoAdd Reame to lib/fonts/test
Kornel Benko [Tue, 20 Mar 2018 12:41:29 +0000 (13:41 +0100)]
Add Reame to lib/fonts/test

6 years agoArabic UserGuide.lyx: update from Hatim
Uwe Stöhr [Tue, 20 Mar 2018 02:32:13 +0000 (03:32 +0100)]
Arabic UserGuide.lyx: update from Hatim

6 years agoFix problem with conversion of stmary10.lyx.
Richard Kimberly Heck [Mon, 19 Mar 2018 22:42:46 +0000 (18:42 -0400)]
Fix problem with conversion of stmary10.lyx.

6 years agoFix initialzation order in FuncRequest
Jean-Marc Lasgouttes [Mon, 19 Mar 2018 13:59:43 +0000 (14:59 +0100)]
Fix initialzation order in FuncRequest

Fixes bug #11080.

6 years agoFix default spellchecker when only Enchant is available
Jean-Marc Lasgouttes [Mon, 19 Mar 2018 13:07:03 +0000 (14:07 +0100)]
Fix default spellchecker when only Enchant is available

This has been annoying me for ages.

6 years agoMake it possible to select (not)native file dialogs at run time
Jean-Marc Lasgouttes [Tue, 30 Jan 2018 13:32:53 +0000 (14:32 +0100)]
Make it possible to select (not)native file dialogs at run time

Add a new LyXRC variable use_native_filedialog (true by default) that
allows to select the kind of FileDialog we want at runtime.

6 years agoUpdate to accept automake 1.16
Joel A. Kulesza [Sun, 18 Mar 2018 23:43:25 +0000 (17:43 -0600)]
Update to accept automake 1.16

6 years agoChange lookup order for enchant-2 vs. enchant (prefer the former)
Juergen Spitzmueller [Mon, 19 Mar 2018 08:56:53 +0000 (09:56 +0100)]
Change lookup order for enchant-2 vs. enchant (prefer the former)

6 years agocheck for enchant-2
Juergen Spitzmueller [Mon, 19 Mar 2018 08:03:35 +0000 (09:03 +0100)]
check for enchant-2

Fixes rest of #10986

6 years agoru.po: update from Yuriy.
Juergen Spitzmueller [Sun, 18 Mar 2018 17:42:50 +0000 (18:42 +0100)]
ru.po: update from Yuriy.

6 years agoOpen ExternalInset dialog on first tab for new insets
Juergen Spitzmueller [Sun, 18 Mar 2018 17:30:48 +0000 (18:30 +0100)]
Open ExternalInset dialog on first tab for new insets

Fixes: #11081
6 years agoUpdate contributor.
Richard Heck [Sun, 18 Mar 2018 15:34:38 +0000 (11:34 -0400)]
Update contributor.

6 years agoProperly fix math packages table in Document Settings
Juergen Spitzmueller [Sun, 18 Mar 2018 11:11:26 +0000 (12:11 +0100)]
Properly fix math packages table in Document Settings

Fixes: #10777
6 years agofi.po: correct authorship
Juergen Spitzmueller [Sun, 18 Mar 2018 09:16:52 +0000 (10:16 +0100)]
fi.po: correct authorship

6 years agode.po
Juergen Spitzmueller [Sun, 18 Mar 2018 08:55:14 +0000 (09:55 +0100)]
de.po

6 years agoRemerge strings.
Richard Heck [Sat, 17 Mar 2018 20:04:03 +0000 (16:04 -0400)]
Remerge strings.

6 years agostrip braces from minted caption
Juergen Spitzmueller [Sat, 17 Mar 2018 17:28:54 +0000 (18:28 +0100)]
strip braces from minted caption

6 years agosmall fixup in tex2lyx lstlistings/inputminted support.
Juergen Spitzmueller [Sat, 17 Mar 2018 17:26:47 +0000 (18:26 +0100)]
small fixup in tex2lyx lstlistings/inputminted support.

6 years agotex2lyx: complete minted support (inputminted)
Juergen Spitzmueller [Sat, 17 Mar 2018 15:44:09 +0000 (16:44 +0100)]
tex2lyx: complete minted support (inputminted)

Also fix some whitespace issues in minted inset import.

6 years agoUpdate sk.po
Kornel Benko [Sat, 17 Mar 2018 15:43:45 +0000 (16:43 +0100)]
Update sk.po

6 years agotex2lyx: add beamer test file
Juergen Spitzmueller [Sat, 17 Mar 2018 12:20:48 +0000 (13:20 +0100)]
tex2lyx: add beamer test file

6 years agotex2lyx: handle makebeamertitle
Juergen Spitzmueller [Sat, 17 Mar 2018 11:39:13 +0000 (12:39 +0100)]
tex2lyx: handle makebeamertitle

6 years agotex2lyx: clear latexparam after use.
Juergen Spitzmueller [Sat, 17 Mar 2018 11:38:53 +0000 (12:38 +0100)]
tex2lyx: clear latexparam after use.

6 years agotex2lyx: do not eat empty paragraphs if keepempty is true
Juergen Spitzmueller [Sat, 17 Mar 2018 11:19:50 +0000 (12:19 +0100)]
tex2lyx: do not eat empty paragraphs if keepempty is true

Fixes: #11078
6 years agotex2lyx: add support for LaTeXParam
Juergen Spitzmueller [Fri, 16 Mar 2018 11:56:17 +0000 (12:56 +0100)]
tex2lyx: add support for LaTeXParam

Part of #11068

6 years agolyx2lyx fixes for the recent font additions.
Juergen Spitzmueller [Fri, 16 Mar 2018 08:02:29 +0000 (09:02 +0100)]
lyx2lyx fixes for the recent font additions.

6 years agoCmake export lyx* tests: Omit compilation of lyx16x, lyx20x and lyx21x exported files
Kornel Benko [Thu, 15 Mar 2018 21:34:26 +0000 (22:34 +0100)]
Cmake export lyx* tests: Omit compilation of lyx16x, lyx20x and lyx21x exported files

These file don't contain the \\origin tag. So the possibly included
files with relative path would not be found. The compilation to
the default pdf would then anyway fail.

6 years agoCmake export lyx* tests: Ignore new lyx2lyx warning
Kornel Benko [Thu, 15 Mar 2018 21:31:48 +0000 (22:31 +0100)]
Cmake export lyx* tests: Ignore new lyx2lyx warning
Don't know why this warning is unconditionlly emitted

6 years agoAdd support for xcharter font.
Juergen Spitzmueller [Thu, 15 Mar 2018 14:44:49 +0000 (15:44 +0100)]
Add support for xcharter font.

File format change.

Patch by Yuriy Skalko.

6 years agotex2lyx: support for beamer text styles with overlays
Juergen Spitzmueller [Wed, 14 Mar 2018 13:38:18 +0000 (14:38 +0100)]
tex2lyx: support for beamer text styles with overlays

E.g. things like \textbf<article>{foo} have to be imported as insets.

Part of #11068

6 years agotex2lyx: More work on beamer support
Juergen Spitzmueller [Wed, 14 Mar 2018 07:40:47 +0000 (08:40 +0100)]
tex2lyx: More work on beamer support

* Implement list item overlay support (\item<arg>)
* Implement itemcommand support (e.g., \overprint<arg>)
* Fix general list argument placement

Part of: #11068

6 years agoUpdate sk.po
Kornel Benko [Tue, 13 Mar 2018 16:01:51 +0000 (17:01 +0100)]
Update sk.po

6 years agoamend ab4e9adf8626
Juergen Spitzmueller [Tue, 13 Mar 2018 15:01:13 +0000 (16:01 +0100)]
amend ab4e9adf8626

6 years agoFix known_escaped_chars
Juergen Spitzmueller [Tue, 13 Mar 2018 12:00:58 +0000 (13:00 +0100)]
Fix known_escaped_chars

6 years agotex2lyx: towards beamer overlay argument support.
Juergen Spitzmueller [Mon, 12 Mar 2018 13:50:19 +0000 (14:50 +0100)]
tex2lyx: towards beamer overlay argument support.

Implemented: Overlay and standard overlay arguments for commands
and environments.

Still missing:
* List item overlay
* itemcommand overlay (\overprint)
* overlay via LatexParam (e.g., Flex:ArticleMode)

Needs fixing:
* General list argument (\begin{itemize}[arg])
* nested content in a frame with no title (empty par)

6 years agoFix Undocked Outliner & multiple window crashes (#11004).
Pavel Sanda [Mon, 12 Mar 2018 13:34:24 +0000 (14:34 +0100)]
Fix Undocked Outliner & multiple window crashes (#11004).

There are more independent crashes occuring in this scenario and this
fix targets only one of them, in particular the one in which different
window's outliner sends outliner command to a wrong window. The fix
itself gives an option for lfun to know which window it belongs to.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203619.html

6 years agoPaint \dot & \ddot more like a dot
Pavel Sanda [Mon, 12 Mar 2018 12:40:52 +0000 (13:40 +0100)]
Paint \dot & \ddot more like a dot

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg204183.html

6 years agoupdate test
Juergen Spitzmueller [Sun, 11 Mar 2018 18:50:22 +0000 (19:50 +0100)]
update test

6 years agoamend 11e4a24e6edbd1f
Juergen Spitzmueller [Sun, 11 Mar 2018 18:49:28 +0000 (19:49 +0100)]
amend 11e4a24e6edbd1f

6 years agotex2lyx: update quote handling
Juergen Spitzmueller [Sun, 11 Mar 2018 17:04:23 +0000 (18:04 +0100)]
tex2lyx: update quote handling

* Consider new quote styles
* Consider changed quote styles
* Try to be a bit smarter with ambiguous quotation marks

6 years agoUpdate tex2lyx tests after cc6f2dae82
Juergen Spitzmueller [Sun, 11 Mar 2018 17:04:02 +0000 (18:04 +0100)]
Update tex2lyx tests after cc6f2dae82

6 years agoWin installer: fix a typo
Uwe Stöhr [Sun, 11 Mar 2018 13:37:48 +0000 (14:37 +0100)]
Win installer: fix a typo

6 years agotex2lyx: support tipa \t*{} macro.
Juergen Spitzmueller [Sun, 11 Mar 2018 10:46:37 +0000 (11:46 +0100)]
tex2lyx: support tipa \t*{} macro.

6 years agotex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.
Juergen Spitzmueller [Sun, 11 Mar 2018 10:12:42 +0000 (11:12 +0100)]
tex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.

6 years agoWin installer: respect also 64bit MiKTeX
Uwe Stöhr [Sun, 11 Mar 2018 01:59:08 +0000 (02:59 +0100)]
Win installer: respect also 64bit MiKTeX

6 years agoadd support for the PT fonts
Uwe Stöhr [Sat, 10 Mar 2018 18:59:48 +0000 (19:59 +0100)]
add support for the PT fonts

- fileformat change
- I also started https://wiki.lyx.org/LyX/NewInLyX24 for new features

6 years agoUpdate tex2lyx tests.
Juergen Spitzmueller [Sat, 10 Mar 2018 15:15:29 +0000 (16:15 +0100)]
Update tex2lyx tests.

6 years agotex2lyx/TODO: update
Juergen Spitzmueller [Sat, 10 Mar 2018 14:48:49 +0000 (15:48 +0100)]
tex2lyx/TODO: update

6 years agotex2lyx: add support for lstinputlisting
Juergen Spitzmueller [Sat, 10 Mar 2018 14:40:51 +0000 (15:40 +0100)]
tex2lyx: add support for lstinputlisting

6 years agotex2lyx: get rid of another large if-else if chain.
Juergen Spitzmueller [Sat, 10 Mar 2018 14:00:30 +0000 (15:00 +0100)]
tex2lyx: get rid of another large if-else if chain.

6 years agotex2lyx: make nested CJK parsing slightly less dumb.
Juergen Spitzmueller [Sat, 10 Mar 2018 13:58:55 +0000 (14:58 +0100)]
tex2lyx: make nested CJK parsing slightly less dumb.

Fixes: #9562
6 years agoAmend 15fd17d83fb2
Juergen Spitzmueller [Sat, 10 Mar 2018 13:22:51 +0000 (14:22 +0100)]
Amend 15fd17d83fb2

6 years agotex2lyx: support for \includeonly
Juergen Spitzmueller [Fri, 9 Mar 2018 16:27:55 +0000 (17:27 +0100)]
tex2lyx: support for \includeonly

6 years agosyntax.default: some additions.
Juergen Spitzmueller [Fri, 9 Mar 2018 14:17:23 +0000 (15:17 +0100)]
syntax.default: some additions.

6 years agosyntax.default: add missing *
Juergen Spitzmueller [Fri, 9 Mar 2018 13:47:04 +0000 (14:47 +0100)]
syntax.default: add missing *

Fixes: #10501
6 years agotex2lyx: handle whitespace in table column declaration.
Juergen Spitzmueller [Fri, 9 Mar 2018 13:18:03 +0000 (14:18 +0100)]
tex2lyx: handle whitespace in table column declaration.

Fixes: #10804