lyx_mirror/lib/templates
Jürgen Spitzmüller d2969c7dc9 Some updates for the A&A layout (bug 4928).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25210 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-09 14:26:54 +00:00
..
aa.lyx Some updates for the A&A layout (bug 4928). 2008-06-09 14:26:54 +00:00
aastex.lyx
agu_article.lyx
apa.lyx * lib/template/apa.lyx: update to 1.5 format. 2007-07-27 18:31:13 +00:00
beamer-conference-ornate-20min.lyx
de_beamer-conference-ornate-20min.lyx
dinbrief.lyx
docbook_article.lyx
elsart.lyx
fr_beamer-conference-ornate-20min.lyx
g-brief2.lyx
g-brief-de.lyx g-brief: fix typos (ported from r20614) 2007-09-30 22:51:53 +00:00
g-brief-en.lyx g-brief: fix typos (ported from r20614) 2007-09-30 22:51:53 +00:00
hollywood.lyx
IEEEtran.lyx
ijmpc.lyx
ijmpd.lyx
iop-article.lyx
JSS-article.lyx * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:58:25 +00:00
kluwer.lyx
koma-letter2.lyx method to avoid to use the end letter environment (patch by Jürgen) 2008-02-06 19:56:00 +00:00
latex8.lyx
letter.lyx
README.new_templates
revtex4.lyx
revtex.lyx
slides.lyx

HOW TO CREATE A NEW TEMPLATE
============================

Templates are almost usual LyX file that are saved by LyX itself.
The strength is on "almost".

LyX stores some properties in a file, for example:

        \textclass dinbrief
        \language german
        \inputencoding default
        \fontscheme default
        \epsfig dvips
        \papersize a4paper
        \paperfontsize 12
        \baselinestretch 1.00
        \secnumdepth 3
        \tocdepth 3
        \paragraph_separation skip
        \quotes_language german
        \quotes_times 2
        \paperorientation portrait
        \papercolumns 9
        \papersides 1
        \paperpagestyle plain

Some of these may be very reasonable for a certain template. In the
case of a dinbrief-template this might be the papersize, the language
and the quotes-settings, since it is a german-only template.  But it
wouldn't make much sense to set the fontscheme or the inputencoding,
since a user might have customized this already like he/she wanted it
to be.

So please delete all the lines of a new template with your favorite
text editor (for example ed, ex or vi) that you don't want to set
explicit for this template. LyX will use the user's default-values
(defined in lyxrc) if a property isn't defined in the file itself.