lyx_mirror/lib/templates
2012-11-26 04:04:39 +01: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 template: add check for babel (as discussed in bug #8423) 2012-11-18 15:54:13 +01:00
aa.lyx layouts, templates, examples: port my latest changes to trunk 2011-06-15 01:02:15 +00:00
aastex.lyx aastex: update layout and example file 2012-11-26 03:39:40 +01: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 apa.lyx: fixed weblink 2012-10-15 00:49:40 +02: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: update some strings, no change of functionality 2012-11-26 04:04:39 +01: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 g-brief layouts: remove the dependency on europs.sty as this package is an optional one and add info to the template file 2012-10-15 01:26:35 +02: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 IEEEtran: update layout and example; fileformat change 2012-11-26 02:50:53 +01: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 further port from branch: - IOP-article.lyx 2012-03-15 02:04:28 +01: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.