lyx_mirror/lib/templates
Jürgen Spitzmüller 8b24e160b0 * fr_beamer-conference-ornate-20min.lyx: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36265 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-12 15:17:28 +00:00
..
thesis thesis template: 2010-09-28 04:01:24 +00:00
aa.lyx
aastex.lyx
ACM-siggraph.lyx
ACM-sigplan.lyx
AEA.lyx Support for AEA.cls (American Economic Association journals) 2010-07-07 17:17:09 +00:00
agu_article.lyx
agutex.lyx agutex.lyx: add optional code to the preamble as suggested by Evan Manson 2010-09-17 01:28:42 +00:00
apa.lyx
beamer-conference-ornate-20min.lyx
de_beamer-conference-ornate-20min.lyx
dinbrief.lyx
docbook_article.lyx
ectaart.lyx Revert the last part of ectaart.cls as requested by Uwe. 2010-10-07 16:19:20 +00:00
elsarticle.lyx
es_beamer-conference-ornate-20min.lyx es_beamer-conference-ornate-20min.lyx: new Spanish translation by Ignacio 2010-04-16 23:24:38 +00:00
fr_beamer-conference-ornate-20min.lyx * fr_beamer-conference-ornate-20min.lyx: update by Jean-Pierre. 2010-11-12 15:17:28 +00:00
frletter.lyx frletter: new layout and template file for the frletter class (for writing French letters) 2010-10-02 00:43:39 +00:00
g-brief2.lyx
g-brief-de.lyx
g-brief-en.lyx
hollywood.lyx
IEEEtran.lyx IEEEtran.lyx: update file according to latest layout and remove doubled \emph 2010-05-28 01:53:19 +00:00
ijmpc.lyx
ijmpd.lyx
iop-article.lyx
JSS-article.lyx
kluwer.lyx
koma-letter2.lyx
latex8.lyx
letter.lyx
lettre.lyx lettre: some adjustments to overcome a limitation of the lettre document class 2010-10-14 01:58:49 +00:00
README.new_templates
revtex4.lyx
revtex.lyx
slides.lyx
svjour3.lyx svjour3: fix some typos 2010-09-10 02:35:40 +00:00
svmono_book.lyx
svmult_appendix.lyx
svmult_author.lyx
svmult_editor.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.