mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
7e8b1e9e9d
This document does not export to PDF. Further, if one tries to export to PDF on some systems, the process hangs. This commit thus changes the default output format to xhtml and explains in a note at the top that LyX does not currently support exporting this document to PDF. Note also that this document seems to be outdated and so is a candidate for attic. Further, this document is a candidate for being renamed. Currently users might be confused if they are looking for the canonical way (no need for DocBook) to write an article for AGU journals. For that, they should use AGUTeX.lyx. |
||
---|---|---|
.. | ||
attic | ||
aa.lyx | ||
aastex.lyx | ||
ACM-sigplan.lyx | ||
ACM-SIGS.lyx | ||
AGU_article.lyx | ||
AGUTeX.lyx | ||
APA6.lyx | ||
APA.lyx | ||
beamer-conference-ornate-20min.lyx | ||
ctex.lyx | ||
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-Conference.lyx | ||
IEEEtran-Journal.lyx | ||
IEEEtran-TransMag.lyx | ||
IJMPC.lyx | ||
IJMPD.lyx | ||
IOP-article.lyx | ||
JSS-article.lyx | ||
kluwer.lyx | ||
koma-letter2.lyx | ||
letter.lyx | ||
lettre.lyx | ||
PDF-cropped.lyx | ||
README.new_templates | ||
revtex4-1.lyx | ||
revtex4.lyx | ||
RJournal.lyx | ||
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.