lyx_mirror/lib/templates
Uwe Stöhr 613feeae86 thesis files: port fixes from branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40737 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-12 14:58:44 +00:00
..
attic correct attic location for the obsolete template files 2011-06-17 00:34:27 +00:00
springer svmult_author.lyx: add a further note about hyperref 2011-07-15 21:04:58 +00:00
thesis thesis files: port fixes from branch 2012-02-12 14:58:44 +00:00
aa.lyx layouts, templates, examples: port my latest changes to trunk 2011-06-15 01:02:15 +00:00
aastex.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
ACM-siggraph.lyx port my latest template file updates to trunk 2011-06-15 14:15:43 +00:00
ACM-sigplan.lyx layouts, templates, examples: port my latest changes to trunk 2011-06-15 01:02:15 +00:00
AEA.lyx finish the template/doc/examples work: 2011-06-16 02:25:55 +00:00
AGU_article.lyx addendum to previous commit 2011-12-10 01:13:19 +00:00
AGUTeX.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
APA.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
beamer-conference-ornate-20min.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
ctex.lyx ctex.lyx: further translations by Yiuhi 2011-11-29 19:58:29 +00:00
de_beamer-conference-ornate-20min.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
dinbrief.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
DocBook_article.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
ectaart.lyx port latest changes of template and layout files to trunk 2011-06-16 01:43:10 +00:00
elsarticle.lyx elsarticle.lyx: convert to latest fileformat to reflect that it is not compatible with branch 2012-01-06 01:09:39 +00:00
es_beamer-conference-ornate-20min.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
fr_beamer-conference-ornate-20min.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
frletter.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
g-brief2.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
g-brief-de.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
g-brief-en.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
hollywood.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
IEEEtran.lyx - elsarticle.lyx, IEEEtran.lyx: add infos about the document class and author instructions 2011-06-17 00:12:21 +00:00
IJMPC.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
IJMPD.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
IOP-article.lyx template files: rename some to make it clear that the names refer abbreviations 2011-12-10 01:08:09 +00:00
JASA.lyx - JASA.lyx, jasatex.layout: JasaTeX internally uses natbib but does not allow to use another command than \cite; add a missing command and a note 2011-12-13 23:04:09 +00:00
JSS-article.lyx layouts, templates, examples: port my latest changes to trunk 2011-06-15 01:02:15 +00:00
kluwer.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
koma-letter2.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
letter.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
lettre.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
README.new_templates
revtex4-1.lyx revtex4-1.lyx : Minor tweaks, save in current file format. 2011-06-20 23:57:20 +00:00
revtex4.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +00:00
slides.lyx example files, template files, layout files: port my latest changes to trunk 2011-06-14 16:32:44 +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.