lyx_mirror/lib/templates
Scott Kostyshak 75f004a7f4 Revert "AGUTeX template/layout: support the new cls name"
This reverts commit 66dfbab8bb.

This was a poor commit for more than one reason.
Thank you to Juergen for help on this.

See the following for more details:
http://comments.gmane.org/gmane.editors.lyx.devel/148425
2013-08-23 15:34:56 -04:00
..
attic correct attic location for the obsolete template files 2011-06-17 00:34:27 +00:00
aa.lyx Fix typo of journal name in aa_sample.lyx, aa.lyx 2013-05-29 02:53:38 -04:00
aastex.lyx Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
ACM-sigplan.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
ACM-SIGS.lyx Layouts for ACMS SIGS styles, contributed by Gioele Barabucci. 2013-05-23 15:11:19 -04:00
AGU_article.lyx AGU_article: Change defualt output format to xhtml 2013-08-16 03:40:57 -04:00
AGUTeX.lyx Revert "AGUTeX template/layout: support the new cls name" 2013-08-23 15:34:56 -04:00
APA6.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
APA.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
beamer-conference-ornate-20min.lyx Update beamer documents to new format 2013-03-17 09:10:44 +01:00
ctex.lyx ctex.lyx: further translations by Yiuhi 2011-11-29 19:58:29 +00:00
de_beamer-conference-ornate-20min.lyx Update beamer documents to new format 2013-03-17 09:10:44 +01:00
dinbrief.lyx
DocBook_article.lyx DocBook_article.lyx: set default output to ps2pdf 2013-04-02 16:34:23 -04:00
ectaart.lyx Fix ectaart.lyx reference labels 2013-08-15 15:54:59 -04:00
elsarticle.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02: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 beamer documents to new format 2013-03-17 09:10:44 +01:00
fr_beamer-conference-ornate-20min.lyx Update beamer documents to new format 2013-03-17 09:10:44 +01:00
frletter.lyx
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
g-brief-en.lyx
hollywood.lyx
IEEEtran-CompSoc.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
IEEEtran-Conference.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
IEEEtran-Journal.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
IEEEtran-TransMag.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
IJMPC.lyx Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
IJMPD.lyx Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
IOP-article.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
JSS-article.lyx JSS-article.lyx: set default output to pdf2 2013-04-09 05:07:18 -04:00
kluwer.lyx Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
koma-letter2.lyx
letter.lyx
lettre.lyx
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 Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
RJournal.lyx Assure bibtex is used for documents that use bibtex 2013-08-19 11:19:26 +02:00
slides.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.