lyx_mirror/lib/templates
2012-12-09 18:13:27 +01:00
..
attic correct attic location for the obsolete template files 2011-06-17 00:34:27 +00:00
springer update argument labels for Springer classes 2012-12-08 20:04:13 +01:00
thesis thesis template: port recent changes to master 2012-12-02 20:58:28 +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 acmsiggraph: complete revision of layout and template file 2012-12-02 15:58:14 +01:00
ACM-sigplan.lyx sigplanconf: complete revision of layout and templates/ACM-sigplan.lyx 2012-11-30 01:54:57 +01: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 AGUTeX: update layout and example file 2012-11-26 04:21:23 +01:00
APA.lyx apa.lyx: fixed weblink 2012-10-15 00:49:40 +02:00
beamer-conference-ornate-20min.lyx Adapt the beamer example/templates to the new format 2012-12-09 18:13:27 +01:00
ctex.lyx ctex.lyx: further translations by Yiuhi 2011-11-29 19:58:29 +00:00
de_beamer-conference-ornate-20min.lyx Adapt the beamer example/templates to the new format 2012-12-09 18:13:27 +01: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 Adapt the beamer example/templates to the new format 2012-12-09 18:13:27 +01:00
fr_beamer-conference-ornate-20min.lyx Adapt the beamer example/templates to the new format 2012-12-09 18:13:27 +01: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.lyx: whitespace 2012-11-30 01:55:26 +01:00
IJMPC.lyx IJMPC/D: update layout and template files 2012-11-26 05:19:47 +01:00
IJMPD.lyx IJMPC/D: update layout and template files 2012-11-26 05:19:47 +01:00
IOP-article.lyx iopart.layout: rename a tooltip, no change in functionality 2012-11-26 05:30:00 +01:00
JASA.lyx JASA.lyx: add info how to install JASATeX 2012-11-26 15:40:56 +01: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 Whitespace, only whitespace. s/ +$// 2005-06-09 09:58:08 +00:00
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.