- Updated documentation

- new images used in the new documentation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16675 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-01-14 16:37:21 +00:00
parent 1b4974aa37
commit baa65efc21
31 changed files with 27869 additions and 27898 deletions

View File

@ -1297,8 +1297,6 @@ lib_bind_files = Split('''
aqua.bind
''')
lib_clipart_files = ['platypus.eps']
lib_examples_files = Split('''
Foils.lyx
@ -2211,6 +2209,7 @@ lib_doc_files = Split('''
de_Tutorial.lyx
de_UserGuide.lyx
DocStyle.lyx
es_Extended-Insets.lyx
es_Intro.lyx
es_Tutorial.lyx
eu_Customization.lyx
@ -2219,6 +2218,7 @@ lib_doc_files = Split('''
eu_Intro.lyx
eu_Tutorial.lyx
eu_UserGuide.lyx
Extended-Insets.lyx
Extended.lyx
FAQ.lyx
fr_Customization.lyx
@ -2264,6 +2264,36 @@ lib_doc_files = Split('''
''')
lib_clipart_files = Split('''
Abstract.lyx
Abstract.pdf
BoxInsetDefault.png
buffer-export_pdf2.png
buffer-view_dvi.png
ComentNotaImagen.png
CommentNoteImage.png
CuadroMinipag.png
endnotes.pdf
escher-lsd.pdf
etiqueta.png
float.png
flotante.png
footnote.png
GreyedOutNoteImage.png
GrisNotaImagen.png
label.png
LyXNoteImage.png
mobius.pdf
NotaLyXImagen.png
notapie.png
platypus.eps
platypus.pdf
reference2.png
referencia2.png
with_fntright.pdf
without_fntright.pdf
''')
lib_lyx2lyx_files = Split('''
lyx2lyx
parser_tools.py

61
lib/clipart/Abstract.lyx Normal file
View File

@ -0,0 +1,61 @@
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 12
\spacing single
\papersize a5paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle empty
\bullet 1
1
34
-1
\end_bullet
\bullet 2
2
35
-1
\end_bullet
\bullet 3
2
7
-1
\end_bullet
\layout Abstract
This is an abstract.
As you can see, ist is printed in a smaller font size than the other paragraph
types.
\layout Abstract
Also several paragraphs are possible in the abstract.
\layout Standard
This is a
\begin_inset Quotes eld
\end_inset
Standard
\begin_inset Quotes erd
\end_inset
paragraph to visualize the differences in the font size.
\the_end

BIN
lib/clipart/Abstract.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
lib/clipart/endnotes.pdf Normal file

Binary file not shown.

BIN
lib/clipart/escher-lsd.pdf Normal file

Binary file not shown.

BIN
lib/clipart/etiqueta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
lib/clipart/float.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

BIN
lib/clipart/flotante.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
lib/clipart/footnote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

BIN
lib/clipart/label.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

BIN
lib/clipart/mobius.pdf Normal file

Binary file not shown.

BIN
lib/clipart/notapie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

BIN
lib/clipart/platypus.pdf Normal file

Binary file not shown.

BIN
lib/clipart/reference2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

BIN
lib/clipart/referencia2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ docfiles = \
de_Tutorial.lyx \
de_UserGuide.lyx \
DocStyle.lyx \
es_Extended-Insets.lyx \
es_Intro.lyx \
es_Tutorial.lyx \
eu_Customization.lyx \
@ -23,6 +24,7 @@ docfiles = \
eu_Intro.lyx \
eu_Tutorial.lyx \
eu_UserGuide.lyx \
Extended-Insets.lyx \
Extended.lyx \
FAQ.lyx \
fr_Customization.lyx \

View File

@ -28,7 +28,7 @@ import os
import re
from glob import glob
possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "Extended", "Customization")
possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "Extended-Insets", "Extended", "Customization")
lang_pattern = re.compile('^([a-z]{2})_')
def documents(srcdir, prefix):

File diff suppressed because it is too large Load Diff