lyx_mirror/lib/templates
Uwe Stöhr 4bdd8fef50 LyX definitly needs a thesis template.
This template is meant as starting point and thus only contains the basics.
It is highly customizable and demonstrates shows how to handle subdocuments, header settings, different BibTeX-entries and nomenclature

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33724 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-12 03:03:30 +00:00
..
thesis LyX definitly needs a thesis template. 2010-03-12 03:03:30 +00:00
aa.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
aastex.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
ACM-siggraph.lyx ACM-siggraph: new layout and template file for article submissions for ACM SIGGRAPH meetings 2008-12-06 17:56:32 +00:00
ACM-sigplan.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
agu_article.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
apa.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
beamer-conference-ornate-20min.lyx * Some Polishing of the beamer templates (English and German). 2009-11-30 18:03:44 +00:00
de_beamer-conference-ornate-20min.lyx * Some Polishing of the beamer templates (English and German). 2009-11-30 18:03:44 +00:00
dinbrief.lyx * templates/dinbrief.lyx: 2009-12-07 09:26:54 +00:00
docbook_article.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
elsarticle.lyx elsarticle.lyx: don't use the geometry package because this leads to option clashes when global document class options are used, see this thread: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg79184.html 2010-02-04 00:07:08 +00:00
fr_beamer-conference-ornate-20min.lyx * update to the French beamer conference template, by Jean-Pierre. 2009-12-05 11:34:51 +00:00
g-brief2.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
g-brief-de.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
g-brief-en.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
hollywood.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
IEEEtran.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
ijmpc.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
ijmpd.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
iop-article.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
JSS-article.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
kluwer.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
koma-letter2.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
latex8.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
letter.lyx stdletter.inc, letter.lyx: fix http://bugzilla.lyx.org/show_bug.cgi?id=5684 2009-01-11 15:37:40 +00:00
README.new_templates
revtex4.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
revtex.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
slides.lyx Update lyx document files to the latest file format 2008-11-07 19:25:18 +00:00
svjour3.lyx svglobal3.layout: 2009-09-20 18:12:53 +00:00
svmono_book.lyx * layouts and templates for svmono and svmult, contributed by Koji Yokota (#6253). 2009-11-06 12:17:24 +00:00
svmult_appendix.lyx * layouts and templates for svmono and svmult, contributed by Koji Yokota (#6253). 2009-11-06 12:17:24 +00:00
svmult_author.lyx * layouts and templates for svmono and svmult, contributed by Koji Yokota (#6253). 2009-11-06 12:17:24 +00:00
svmult_editor.lyx * layouts and templates for svmono and svmult, contributed by Koji Yokota (#6253). 2009-11-06 12:17:24 +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.