Re: questions regarding the minted listings support

2017-07-27 Thread Richard Heck
On 07/27/2017 06:34 AM, Uwe Stöhr wrote: > > Original Message > From: Richard Heck > Sent: Donnerstag, 27. Juli 2017 03:28‎ > >> Uwe, I think you must have missed the month-long discussion > Hi Richard, > > Yes because I was more or less completely off and on to real life ;-) > > However, the

Re: questions regarding the minted listings support

2017-07-27 Thread Uwe Stöhr
  Original Message   From: Richard Heck Sent: Donnerstag, 27. Juli 2017 03:28‎ > Uwe, I think you must have missed the month-long discussion Hi Richard, Yes because I was more or less completely off and on to real life ;-) However, the win installer for Lyx will noch add any option to the Te

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 set

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: 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 documen

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: 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 be

Re: questions regarding the minted listings support

2017-07-25 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? and

questions regarding the minted listings support

2017-07-25 Thread Uwe Stöhr
Hi Enrico, you added as "ef" added info to the EmbeddedObjects manual regarding the minted listings package. (Why "ef" and not a readable name? Please use real names because that makes life easier.) I tried minted out but failed. I have the following problems: 1. You write in the note that