]> git.lyx.org Git - features.git/commit
Add new module:
authorRichard Heck <rgheck@lyx.org>
Mon, 20 Jun 2016 15:06:31 +0000 (11:06 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 20 Jun 2016 15:10:07 +0000 (11:10 -0400)
commitbf06e9338e41fc7d42e572ceafa0e608cfb64f5b
tree18b59ce1fcb5ce5f767d53aa406f80b3a062c7e0
parent8731689d41a96bc6bc954781388b56acc9b1619a
Add new module:

Provides two new styles:

1. An "In Premable" style that puts whatever is entered into it into the preamble.
   This can be used, if one wishes, to include preamble code in the body of the
   LyX document.
2. An "In Title" style that will put its contents into the body of the LaTeX
   document, but before \maketitle is issued. This is useful for making branches
   and notes in title-related material. (If you put these in a Standard layout,
   this signals to LyX to output \maketitle, which may then come too early.)

The ForceLocal machinery allows the module to be added to stable.

(cherry picked from commit a9af5333b26d719d0b85dae2c374e32e1190e15d)
lib/layouts/InStar.module [new file with mode: 0644]
status.22x