Re: questions regarding the minted listings support

2017-07-26 Thread Richard Heck
On 07/26/2017 07:12 PM, Uwe Stöhr wrote: > El 26.07.2017 a las 23:07, Uwe Stöhr escribió: > >> You added a feature but don't want to document properly how it can be >> used? >> With the link I understand now the -shell-escape option but the >> Python part is still not clear to me. > > I got it now

Re: questions regarding the minted listings support

2017-07-26 Thread Uwe Stöhr
El 26.07.2017 a las 23:07, Uwe Stöhr escribió: You added a feature but don't want to document properly how it can be used? With the link I understand now the -shell-escape option but the Python part is still not clear to me. I got it now to work. I descried the shell option properly and I

Re: Can shell-escape take advantage of needauth framework?

2017-07-26 Thread Tommaso Cucinotta
On 26/07/2017 22:55, Pavel Sanda wrote: Tommaso Cucinotta wrote: On 25/07/2017 11:10, Pavel Sanda wrote: 1. No "needauth" preferences (do not allow needauth from being disabled). instead of this, why don't we put some more stress on the action of disabling the "Use needauth option", e.g.,

Re: questions regarding the minted listings support

2017-07-26 Thread Uwe Stöhr
El 26.07.2017 a las 14:16, Enrico Forestieri escribió: So please tell me what you mean and how one can use -shell-escape so that I can document it. Sorry, I won't do it. http://brosnanyuen.blogspot.it/2015/09/lxy-and-minted.html You added a feature but don't want to document properly how it

Re: Can shell-escape take advantage of needauth framework?

2017-07-26 Thread Pavel Sanda
Tommaso Cucinotta wrote: > On 25/07/2017 11:10, Pavel Sanda wrote: >>> 1. No "needauth" preferences (do not allow needauth from being disabled). > > instead of this, why don't we put some more stress on the action of > disabling the "Use needauth option", e.g., the attached patch ? I am fine

Re: alpha beta lyx-formats and devel versions of the docs

2017-07-26 Thread Richard Heck
On 07/26/2017 02:18 PM, Scott Kostyshak wrote: > On Tue, Jul 25, 2017 at 08:29:50PM +0200, mn wrote: >> The latest publicly available binaries are for alpha1-1. >> The latest changes to the docs are format 544, and none of the versions >> I have installed can read or convert them. >> >> Now, say I

Re: alpha beta lyx-formats and devel versions of the docs

2017-07-26 Thread Scott Kostyshak
On Tue, Jul 25, 2017 at 08:29:50PM +0200, mn wrote: > The latest publicly available binaries are for alpha1-1. > The latest changes to the docs are format 544, and none of the versions > I have installed can read or convert them. > > Now, say I have spotted errors or improvements in or for them,

Re: questions regarding the minted listings support

2017-07-26 Thread Enrico Forestieri
On Wed, Jul 26, 2017 at 01:18:46PM +0200, "Uwe Stöhr" wrote: > > Sorry, is that your understanding of a documentation?: Go on and google > around by yourself idiot! Sorry that you interpreted it like that. > So please tell me what you mean and how one can use -shell-escape so that I > can

Re: questions regarding the minted listings support

2017-07-26 Thread Uwe Stöhr
> One can use \usepackage{whatever} multiple times when no options are specified. So, unless float was loaded as \usepackage[someoption]{float}, there should be no problem. Yes, but this is my point. We don't know if it was already loaded with an option. Therefore we should only load the package

Re: UserGuide.lyx suddenly not compilable for non-tex-fonts

2017-07-26 Thread Kornel Benko
Am Mittwoch, 26. Juli 2017 um 10:17:11, schrieb Guenter Milde > Dear Kornel, > > On 2017-07-25, Kornel Benko wrote: > > > Problems are missing glyphs > > U+3008 ... U+300F > > used for special quotes. Using tex-fonts they are emulated with math > > symbols. > > (Seen

Re: questions regarding the minted listings support

2017-07-26 Thread Enrico Forestieri
On Wed, Jul 26, 2017 at 01:11:28AM +0200, Uwe Stöhr wrote: > > 1. You write in the note that one should add these preamble lines: > \usepackage{float} > \floatstyle{plaintop} > The package float is already loaded if the user uses a non-default float > placement for the document. So shouldn't it

Re: UserGuide.lyx suddenly not compilable for non-tex-fonts

2017-07-26 Thread Guenter Milde
Dear Kornel, On 2017-07-25, Kornel Benko wrote: > Problems are missing glyphs > U+3008 ... U+300F > used for special quotes. Using tex-fonts they are emulated with math symbols. > (Seen in German and English version) When I remember right, this is a recurrence of the problem that arised

Re: cmake and make install

2017-07-26 Thread Scott Kostyshak
On Tue, Jul 25, 2017 at 09:40:04PM +0200, Cor Blom wrote: > Yes, as far as I can see it works fine. I've set up building regular > snapshots on openSUSE [1] and it seems ok. Since then I have not looked into > it a lot. I need to do that during the coming weeks, because I seriously > consider

Re: questions regarding the minted listings support

2017-07-26 Thread Scott Kostyshak
On Wed, Jul 26, 2017 at 01:11:28AM +0200, Uwe Stöhr wrote: > 2. You write that > "requires additional software (the pygments python module) and the > -shell-escape option for the LaTeX backend, which allows arbitrary code > execution." > What does that mean? What is the pygments python module?