Re: Module allocating variable in preable

2019-02-26 Thread Steve Litt
On Tue, 26 Feb 2019 11:22:37 -0500 Richard Kimberly Heck wrote: > Please reply to the list. Please also do not top post, but append your > response where it naturally goes. And one more thing: Delete all irrelevant quoted text. Before your final response replace any deleted text with [snip]. Aft

Re: Module allocating variable in preable

2019-02-26 Thread Richard Kimberly Heck
Please reply to the list. Please also do not top post, but append your response where it naturally goes. On 2/26/19 1:35 AM, Christian wrote: > Sorry, but I don't see how this solves the problem. This solution > assumes that the variable allocation is always fixed, so that loading > the module wo

Re: Module allocating variable in preable

2019-02-26 Thread Kornel Benko
Am Dienstag, 26. Februar 2019 16:36:35 CET schrieb Dr Eberhard Lisse : > > I have done something similar > > in Document -> Settings -> Local Layout > > [...] > Style EDD >CopyStyle Date >LabelFont >Series Bold >Color Red >EndFont >LatexName renewcommand >L

Re: Module allocating variable in preable

2019-02-26 Thread Dr Eberhard Lisse
I have done something similar in Document -> Settings -> Local Layout [...] Style EDD CopyStyle Date LabelFont Series Bold Color Red EndFont LatexName renewcommand LatexParam {\LMP} LabelString "LMP:" Preamble \newcommand\LMP[1]{#1} EndPreamble End [

Re: Module allocating variable in preable

2019-02-25 Thread Kornel Benko
Am Dienstag, 26. Februar 2019 01:35:52 CET schrieb Christian : > Sorry, but I don't see how this solves the problem. This solution > assumes that the variable allocation is always fixed, so that loading > the module would be equivalent to have a set of variables > automatically allocated by "% some

Re: Module allocating variable in preable

2019-02-25 Thread Steve Litt
On Tue, 26 Feb 2019 01:35:52 -0500 Christian wrote: > Sorry, but I don't see how this solves the problem. This solution > assumes that the variable allocation is always fixed, so that loading > the module would be equivalent to have a set of variables > automatically allocated by "% some stuff to

Re: Module allocating variable in preable

2019-02-25 Thread Christian
Sorry, but I don't see how this solves the problem. This solution assumes that the variable allocation is always fixed, so that loading the module would be equivalent to have a set of variables automatically allocated by "% some stuff to go in the preamble". This is not what I was aiming for. The i

Re: Module allocating variable in preable

2019-02-22 Thread Richard Kimberly Heck
On 2/22/19 12:35 AM, Christian wrote: > Hello, > > I am trying to code a module that allocates a variable in the > preamble. More specifically, I am using a package that requires to > allocate a variable in the preamble. For example, if the package is > called "thepackage" and the variable is calle