lyx_mirror/lib/templates
Richard Heck fcb4972979 Add layout for APA v6 class and associated module and template.
Also, add Jacob Bishop to the list of contributors, since this is
his work. Thanks, Jacob!
(cherry picked from commit 824b0313b3)
2012-12-27 15:52:05 -05:00
..
attic revtex.lyx, latex8.lyx: move files to the attic 2011-06-17 00:33:46 +00:00
springer springer templates: backport some notes 2012-12-08 20:24:55 +01:00
thesis thesis template: add more information how to change special settings 2012-12-02 20:57:17 +01:00
aa.lyx - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx 2011-06-15 00:49:09 +00:00
aastex.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
ACM-siggraph.lyx ACM-siggraph.lyx: change inexistent layout to an existing one 2012-11-30 20:29:18 +01:00
ACM-sigplan.lyx - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx 2011-06-15 00:49:09 +00:00
AEA.lyx - AEA.lyx: add info how to install the AEA LaTeX class 2011-06-16 02:24:33 +00:00
agu_article.lyx - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx 2011-06-15 00:49:09 +00:00
agutex.lyx - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx 2011-06-15 00:49:09 +00:00
APA6.lyx Add layout for APA v6 class and associated module and template. 2012-12-27 15:52:05 -05:00
apa.lyx apa.lyx: fixed weblink 2012-10-15 00:49:07 +02:00
beamer-conference-ornate-20min.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
ctex.lyx ctex.lyx: further translations by Yiuhi 2011-11-29 20:06:24 +00:00
de_beamer-conference-ornate-20min.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
dinbrief.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
docbook_article.lyx - landslide.lyx: fix compilation (broken image path) 2011-06-14 23:01:51 +00:00
ectaart.lyx ectaart.lyx: add info how to install the ectaart LaTeX class 2011-06-15 21:51:38 +00:00
elsarticle.lyx elsarticle.lyx: add info how to get line numbers (info taken from the official elsarticle template file) 2012-01-06 01:06:53 +00:00
es_beamer-conference-ornate-20min.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
fr_beamer-conference-ornate-20min.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
frletter.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +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:25:51 +02:00
g-brief-de.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
g-brief-en.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
hollywood.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
IEEEtran.lyx IEEEtran.lyx: whitespace 2012-11-26 06:04:09 +01:00
ijmpc.lyx ijmpc.lyx: fix a typo 2012-11-26 05:24:52 +01:00
ijmpd.lyx - ijmpd.layout: heavy revision to be compliant to the latest version of ijmpd 2011-06-16 01:34:55 +00:00
iop-article.lyx iop-article.lyx: add some important info to avoid compilation errors and improve the template a bit (thanks to MaX Funk for the hints) 2012-03-03 12:39:57 +00:00
JASA.lyx JASA.lyx: add info how to install JASATeX 2012-11-26 15:42:56 +01:00
JSS-article.lyx - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx 2011-06-15 00:49:09 +00:00
kluwer.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
koma-letter2.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
letter.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
lettre.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
README.new_templates
revtex4.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +00:00
slides.lyx - template files: save in current file format (more to come) 2011-06-14 16:30:55 +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.