lyx_mirror/lib/templates
Enrico Forestieri 8561f4f2ca Better fix for bug 3510 (by me, Juergen, and Jean-Marc)
* lib/layouts/IEEEtran.layout: Add a proper definition to the
	preamble when using the MarkBoth environment (fix bug 3510).
	Allow inserting an optional argument for theorem like environments.
	Remove white space from begin of line in preamble stuff.

	* lib/templates/IEEEtran.lyx: Reintroduce the MarkBoth environment
	in the document body thanks to the fix above. Use optional argument
	instead of ERT in Theorem environment. Use the new --Separator--
	environment for splitting biography environments.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18767 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-13 22:50:17 +00:00
..
aa.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
aastex.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
agu_article.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
beamer-conference-ornate-20min.lyx Avoid a white space to the left of the navigation and status bars 2007-02-12 15:01:19 +00:00
de_beamer-conference-ornate-20min.lyx Avoid a white space to the left of the navigation and status bars 2007-02-12 15:01:19 +00:00
dinbrief.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
docbook_article.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
elsart.lyx propdel svn:executable 2006-09-19 07:09:36 +00:00
fr_beamer-conference-ornate-20min.lyx (Was forgetting the French version of the beamer template). 2007-02-12 18:01:18 +00:00
g-brief2.lyx revert bug I accidentally introduced in the previous commit 2007-04-14 17:33:40 +00:00
g-brief-de.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
g-brief-en.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
hollywood.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
IEEEtran.lyx Better fix for bug 3510 (by me, Juergen, and Jean-Marc) 2007-06-13 22:50:17 +00:00
ijmpc.lyx 2006-06-01 Panayotis Papasotiriou <papasot@physics.upatras.gr> 2006-06-01 13:13:16 +00:00
ijmpd.lyx 2006-06-01 Panayotis Papasotiriou <papasot@physics.upatras.gr> 2006-06-01 13:13:16 +00:00
iop-article.lyx add layout and template for iopart 2007-06-12 01:09:49 +00:00
kluwer.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
koma-letter2.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
latex8.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
letter.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
README.new_templates
revtex4.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
revtex.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +00:00
slides.lyx Update templates and examples to latest file format 2006-05-05 10:26:53 +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.