lyx_mirror/lib/templates
Uwe Stöhr 0b80be42d0 iucr.layout: use Item_Environment for a style as proposed by Jürgen
- IUCr-article.lyx: update template accordingly
2015-05-30 00:53:43 +02:00
..
attic
springer Fix compilation of Springer template 2014-04-21 02:57:45 -04:00
aa.lyx
aastex.lyx Correct the \lyxformat of aastex template 2015-02-18 00:15:49 -05:00
ACM-siggraph.lyx template files: remove all relative paths to re-eanable to use "new from template" 2014-03-30 17:22:05 +02:00
ACM-sigplan.lyx Fix compilation of the template ACM-sigplan.lyx 2015-04-08 13:41:59 -04:00
ACM-SIGS.lyx
AEA.lyx Restore compilation of AEA template for TeX Live 2014-06-27 22:42:13 -04:00
AGUTeX.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
APA6.lyx
APA.lyx
beamer-conference-ornate-20min.lyx
ctex.lyx Fix ctex.lyx template to work with TeX Live 2015 2015-05-26 07:43:57 -04:00
de_beamer-conference-ornate-20min.lyx
dinbrief.lyx
DocBook_article.lyx
ectaart.lyx
elsarticle.lyx
EPS-cropped.lyx
es_beamer-conference-ornate-20min.lyx
fr_beamer-conference-ornate-20min.lyx
frletter.lyx
g-brief2.lyx
g-brief-de.lyx
g-brief-en.lyx
hollywood.lyx
IEEEtran-CompSoc.lyx IEEEtran templates: fix language package 2014-12-03 23:33:02 +01:00
IEEEtran-Conference.lyx IEEEtran templates: fix language package 2014-12-03 23:33:02 +01:00
IEEEtran-Journal.lyx IEEEtran templates: fix language package 2014-12-03 23:33:02 +01:00
IEEEtran-TransMag.lyx IEEEtran templates: fix language package 2014-12-03 23:33:02 +01:00
IJMPC.lyx
IJMPD.lyx
IOP-article.lyx template files: remove relative paths 2014-03-30 16:35:09 +02:00
IUCr-article.lyx iucr.layout: use Item_Environment for a style as proposed by Jürgen 2015-05-30 00:53:43 +02:00
ja_beamer-conference-ornate-20min.lyx Actually add the Beamer template. 2015-02-08 09:19:47 -05:00
JASA.lyx template files: remove all relative paths to re-eanable to use "new from template" 2014-03-30 17:22:05 +02:00
JSS-article.lyx jss.layout: use Flex Inset for Code Chunk style as proposed by JMarc 2015-05-27 23:31:21 +02:00
kluwer.lyx
koma-letter2.lyx
letter.lyx Typo 2014-11-15 19:22:48 -05:00
lettre.lyx
PDF-cropped.lyx
poster-a0poster-colored.lyx Support for conference posters 2014-07-02 14:01:28 +02:00
poster-a0poster-simple.lyx Support for conference posters 2014-07-02 14:01:28 +02:00
poster-beamerposter.lyx Support for conference posters 2014-07-02 14:01:28 +02:00
poster-sciposter.lyx Support for conference posters 2014-07-02 14:01:28 +02:00
README.new_templates
revtex4-1.lyx revtex4-1.lyx: simplifications and fixed typos 2014-10-28 02:36:58 +01:00
revtex4.lyx
RJournal.lyx template files: remove relative paths 2014-03-30 16:35:09 +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.