Re: [Fwd: Re: tufte-book layout for LyX]

2009-10-26 Thread Uwe Stöhr

> I've been asked to post my permission to use a layout for the Tufte-book 
style on LyX.

Many thanks for your permission. tufte-book is now part of the next LyX release and you are 
mentioned in the LyX credits. tufte-handout will follow.


regards Uwe


[Fwd: Re: tufte-book layout for LyX]

2009-10-26 Thread Jason Waskiewicz
I've been asked to post my permission to use a layout for the Tufte-book 
style on LyX.



"I hereby grant permission to license my contributions to LyX under the 
GNU General Public License, version 2 or later."


--Jason Waskiewicz
 Bowman County High School
--- Begin Message ---

I wrote:

I'm a LyX developer and wrote many layout files. As your tests succeeded 
I will ask my colleagues to include it to LyX.


They agreed. To be able to include it, I need your permission. Could you therefore please send an 
email to the lyx-devel mailing list where you write:


"I hereby grant permission to license my contributions to LyX under the GNU General Public License, 
version 2 or later."


thanks and regards
Uwe

p.s. I think we will also include the "tufte-handout" layout when Jürgen Spitzmüller agrees. (He's 
listed as co-author of that file.)


--
SECURITY REMINDER:
DO NOT give your e-mail login and password to anyone. EduTech will NEVER ask 
you to provide this information. If this message is asking for personal 
information, it did not come from EduTech. - Vaccine4

--- End Message ---


Re: Book-Layout

2002-04-04 Thread Jean-Marc Lasgouttes

> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:

Herbert> With my FMBmatter.inc I can handle the \frontmatter -
Herbert> \mainmatter - \backmatter in a lyx-ful way without ert

Herbert> If it makes sense we can keep it into the layout dir and put
Herbert> a "Input FMBmatter.inc" into some book layouts.

What do others think? Should this get in? The problems is, I have
difficulties to imagine what 'native' support for these \foomatter
could look like (in particular in terms of UI).

JMarc




Book-Layout

2002-04-04 Thread Herbert Voss

With my FMBmatter.inc I can handle the
\frontmatter - \mainmatter - \backmatter
in a lyx-ful way without ert

If it makes sense we can keep it into the layout dir and
put a "Input FMBmatter.inc" into some book layouts.

http://www.perce.de/lyx/FMBmatter.gif

Herbert


-- 
http://www.lyx.org/help/



# Book textclass definition file for use of
# \frontmatter  pagecounting like i,ii,...
# \mainmatter   standard counting
# \backmatter   appendix handling
# 
# Herbert Voss <[EMAIL PROTECTED]> 2002-04-04
#

# the new layouts for the control of 
# \frontmatter
# \mainmatter
# \backmatter
#
Style StartFrontmatter
  MarginStatic
  LatexType command
  LatexName frontmatter
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   "Begin frontmatter!"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
End

Style StartMainmatter
  MarginStatic
  LatexType command
  LatexName mainmatter
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   "Begin mainmatter!"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
End

Style StartBackmatter
  MarginStatic
  LatexType command
  LatexName backmatter
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   "Begin backmatter!"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
End
#
# it is possible to create lyx_???matter to prevent
# the user from writing anything in such layout lines.
# with
# \newcommand\lyx_frontmatter{%
#   \frontmatter\kill%
# }
# it's possible to ignore all the rest of the line
#