lyx_mirror/lib/templates
Uwe Stöhr 767c9de541 ACM-sigplan.lyx: remove unnecessary ERT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27127 a592a061-630c-0410-9148-cb99ea01b6c8
2008-10-26 01:58:40 +00:00
..
aa.lyx Some updates for the A&A layout (bug 4928). 2008-06-09 14:30:20 +00:00
aastex.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
ACM-sigplan.lyx ACM-sigplan.lyx: remove unnecessary ERT 2008-10-26 01:58:40 +00:00
agu_article.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
apa.lyx * lib/template/apa.lyx: update to 1.5 format. 2007-07-27 18:30:48 +00:00
beamer-conference-ornate-20min.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
de_beamer-conference-ornate-20min.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
dinbrief.lyx dinbrief: also for branch: fix typos, correct obsolete environments, add missing environments, patch by Günter Milde 2008-10-11 11:19:28 +00:00
docbook_article.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
elsarticle.lyx - elsarticle.lyx: forgot that elsarticle has a frontmatter environment and a \journal command, fix a typo 2008-10-07 00:45:40 +00:00
fr_beamer-conference-ornate-20min.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
g-brief2.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
g-brief-de.lyx * lib/templates/g-brief-en.lyx: 2007-09-30 19:07:37 +00:00
g-brief-en.lyx * lib/templates/g-brief-en.lyx: 2007-09-30 19:07:37 +00:00
hollywood.lyx Fix hollywood template. There's no need for this space, and it causes problems. 2008-07-31 18:15:27 +00:00
IEEEtran.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
ijmpc.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
ijmpd.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
iop-article.lyx templates: 2008-10-06 22:39:05 +00:00
JSS-article.lyx * New layout and template files for the Journal of Statistical Software (JSS), contributed by Andreas Karlsson 2008-06-01 08:37:45 +00:00
kluwer.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
koma-letter2.lyx make koma-letter2.lyx compilable (fix a preamble bug) 2008-02-03 01:37:26 +00:00
latex8.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
letter.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
README.new_templates Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
revtex4.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
revtex.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00
slides.lyx Update documentation to latest file format (for 1.5.0 release) 2007-07-24 17:43:36 +00:00

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.