lyx_mirror/lib/templates
Uwe Stöhr da1a3726a5 template files: remove relative paths
this re-enables the feature to use them as "new from template"
2014-03-30 16:35:09 +02:00
..
attic Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
aa.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
aastex.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
ACM-sigplan.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
ACM-SIGS.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
AGUTeX.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
APA6.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
APA.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
beamer-conference-ornate-20min.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
ctex.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
de_beamer-conference-ornate-20min.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
dinbrief.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
DocBook_article.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
ectaart.lyx Fix ectaart.lyx reference labels 2013-08-15 15:54:59 -04:00
elsarticle.lyx elsarticle: use standard xampl bib from texmf tree (relative path does not work for templates) 2014-03-28 15:19:28 +01:00
EPS-cropped.lyx *-cropped: move the example out of the note 2013-08-16 03:54:14 -04:00
es_beamer-conference-ornate-20min.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
fr_beamer-conference-ornate-20min.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
frletter.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
g-brief2.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
g-brief-de.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
g-brief-en.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
hollywood.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
IEEEtran-CompSoc.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
IEEEtran-Conference.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
IEEEtran-Journal.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
IEEEtran-TransMag.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
IJMPC.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
IJMPD.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
IOP-article.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
JSS-article.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
kluwer.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
koma-letter2.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
letter.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
lettre.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
PDF-cropped.lyx *-cropped: move the example out of the note 2013-08-16 03:54:14 -04:00
README.new_templates
revtex4-1.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
revtex4.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01:00
RJournal.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
slides.lyx Update templates to latest fileformat 2014-03-23 17:49:36 +01: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.