Re: LyX construct for LaTeX commands having no arguments

2011-07-28 Thread Richard Heck
On 07/28/2011 11:44 AM, Jacob Barandes wrote: > So it presumably wouldn't work so well as a paragraph style. But what > about a modified flex inset, by having a new binary option in the > InsetLayout block that simply deactivates opening the box in LyX? > Interesting idea. But if I get to the more

Re: LyX construct for LaTeX commands having no arguments

2011-07-28 Thread Jacob Barandes
So it presumably wouldn't work so well as a paragraph style. But what about a modified flex inset, by having a new binary option in the InsetLayout block that simply deactivates opening the box in LyX? Jacob On Wed, Jul 27, 2011 at 9:53 PM, Richard Heck wrote: > On 07/27/2011 06:04 PM, Jacob B

Re: LyX construct for LaTeX commands having no arguments

2011-07-27 Thread Richard Heck
On 07/27/2011 06:04 PM, Jacob Barandes wrote: > It could be as rudimentary as just including an additional binary > option UserInput [0/1] in the Style and FlexInset blocks that > deactivates text input in LyX for the given construct. > This is more difficult than it seems, due to what happens, e.g

Re: LyX construct for LaTeX commands having no arguments

2011-07-27 Thread Jacob Barandes
It could be as rudimentary as just including an additional binary option UserInput [0/1] in the Style and FlexInset blocks that deactivates text input in LyX for the given construct. Jacob On Wed, Jul 27, 2011 at 5:58 PM, Uwe Stöhr wrote: > Am 27.07.2011 23:17, schrieb Richard Heck: > > > The

Re: LyX construct for LaTeX commands having no arguments

2011-07-27 Thread Uwe Stöhr
Am 27.07.2011 23:17, schrieb Richard Heck: The only downside to this hack is that you actually can type stuff there! Sure, but better than no solution for now. regards Uwe

Re: LyX construct for LaTeX commands having no arguments

2011-07-27 Thread Richard Heck
On 07/27/2011 12:23 PM, Uwe Stöhr wrote: > Am 27.07.2011 01:17, schrieb Jacob Barandes: > >> I have a LaTeX class file that defines a standalone LaTeX command >> (\makecopyrightpage) that takes no arguments, i.e., no {...} -- it >> simply >> generates some text automatically. >> >> Is there an obje

Re: LyX construct for LaTeX commands having no arguments

2011-07-27 Thread Uwe Stöhr
Am 27.07.2011 01:17, schrieb Jacob Barandes: I have a LaTeX class file that defines a standalone LaTeX command (\makecopyrightpage) that takes no arguments, i.e., no {...} -- it simply generates some text automatically. Is there an object I can define in my corresponding layout file that would

Re: LyX construct for LaTeX commands having no arguments

2011-07-26 Thread Richard Heck
On 07/26/2011 07:17 PM, Jacob Barandes wrote: > This is probably a trivial question, but I can't seem to find an > answer to it anywhere in the documentation or the forums, so I thought > maybe it wasn't a feature yet. > > I have a LaTeX class file that defines a standalone LaTeX command > (\makeco