Re: 404 on manuals on lyx.org

2017-08-12 Thread Richard Heck
On 08/12/2017 10:11 AM, Tommaso Cucinotta wrote: > On 12/08/2017 15:52, Tommaso Cucinotta wrote: >> I gave a try to manual compilation of manuals :-), and here's the >> experience: >> -) minors along the way: I was missing texlive-lang-german, french, >> latin, and texlive-humanities; >> -) Intro,

Re: 404 on manuals on lyx.org

2017-08-12 Thread Richard Heck
On 08/12/2017 09:52 AM, Tommaso Cucinotta wrote: > > I gave a try to manual compilation of manuals :-), and here's the > experience: > -) minors along the way: I was missing texlive-lang-german, french, > latin, and texlive-humanities; > -) Intro, UserGuide, Tutorial, Development, Math, Customizati

Re: [LyX/master] Add missing break

2017-08-12 Thread Richard Heck
On 08/12/2017 03:56 AM, Jürgen Spitzmüller wrote: > Am Samstag, den 12.08.2017, 09:55 +0200 schrieb Juergen Spitzmueller: >> commit 0e711b414e661a213a7504ecd09f9c402f41262b >> Author: Juergen Spitzmueller >> Date: Sat Aug 12 09:55:06 2017 +0200 >> >> Add missing break >> >> As corre

Closing master soon for beta1

2017-08-12 Thread Scott Kostyshak
Dear all, I will close master soon so that packagers can start preparing binaries. Today and tomorrow, before master is closed, please only commit very safe patches that you think should be part of beta1. We do not want to introduce a regression right before the pre-release that would make it di

Re: Remaining issues for beta1?

2017-08-12 Thread Scott Kostyshak
On Wed, Aug 09, 2017 at 03:56:14AM -0400, Scott Kostyshak wrote: > On Sun, Aug 06, 2017 at 01:55:55AM -0400, Scott Kostyshak wrote: > > Are there any issues that you believe must be resolved before beta1 is > > released? > > > > The only issue I see is the dashes issue, which is being discussed a

Re: today's mythes commits introduced MSVC warnings

2017-08-12 Thread Uwe Stöhr
El 12.08.2017 a las 18:25, Uwe Stöhr escribió: Compiling current master gives me now:... OK, it seems there were in before. Moreover commit http://www.lyx.org/trac/changeset/8c2e5bfc2065d2d320109c0bbd749cd608e4bf6a/lyxgit squashed 2 compiler warnings. So please excuse the noise. Jürgen, whil

today's mythes commits introduced MSVC warnings

2017-08-12 Thread Uwe Stöhr
Compiling current master gives me now: D:\LyXGit\Master\3rdparty\mythes\1.2.5\mythes.cxx(38): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\LyXGit\Master\

Re: [LyX/master] Preferences shows current zoom instead of preference's default zoom (#10455)

2017-08-12 Thread Scott Kostyshak
On Mon, Aug 07, 2017 at 02:26:25PM +0930, racoon wrote: > Thanks. It seem that you are correct. Unfortunately, I did not find where > the zoom is set but I tested it without the dispatch and it seems to work > totally fine. Would you mind removing the dispatch line then? Thanks for testing, Danie

Re: 404 on manuals on lyx.org

2017-08-12 Thread Tommaso Cucinotta
On 12/08/2017 15:52, Tommaso Cucinotta wrote: I gave a try to manual compilation of manuals :-), and here's the experience: -) minors along the way: I was missing texlive-lang-german, french, latin, and texlive-humanities; -) Intro, UserGuide, Tutorial, Development, Math, Customization, Addition

Re: Can postscript code be embedded in a LyX document?

2017-08-12 Thread Tommaso Cucinotta
On 12/08/2017 10:21, Guenter Milde wrote: This may change if we develop an "all inclusive" LyX document format. I used to remember a discussion about that, to the point to be mistakenly believing we did support an inclusive/embedded .lyx format, but I'm likely not remembering well, or confusi

Re: 404 on manuals on lyx.org

2017-08-12 Thread Tommaso Cucinotta
On 11/08/2017 16:51, Pavel Sanda wrote: I can prepare web corner for it on www.lyx.org if you decide to do it. There's an autotest exporting manuals in a few formats that used to be troublesome (xhtml and lyx16x) in the past, in development/autotests/export-in.sh I gave a try to manual com

Failed tests for es/Additional.lyx

2017-08-12 Thread Kornel Benko
There are 2 issues here. 1.) The reference with non-ascii characters "sec:Insertar-Código-TeX" 2.) Language specification in connection with ERT in argument to labelitem Annoyingly, it is not possible to remove the language setting unless one first removes the ERT. (See the section "3.5.

Re: Can postscript code be embedded in a LyX document?

2017-08-12 Thread Guenter Milde
On 2017-08-11, Pavel Sanda wrote: > Guenter Milde wrote: >> My answer was about the first part of the question: whether Postscript >> code can be *embedded* in the LyX document. > I have no clue what are you asking about then... P I was not asking but answering Christians question in the subject

Re: [LyX/master] Add missing break

2017-08-12 Thread Jürgen Spitzmüller
Am Samstag, den 12.08.2017, 09:55 +0200 schrieb Juergen Spitzmueller: > commit 0e711b414e661a213a7504ecd09f9c402f41262b > Author: Juergen Spitzmueller > Date: Sat Aug 12 09:55:06 2017 +0200 > > Add missing break > > As correctly pointed out by gcc7. > --- > src/Text3.cpp |1 +