mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 03:40:34 +00:00
Thanks to Ignacio, we have a new Spanish UserGuide!
(now also in branch) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20229 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
42330393c8
commit
bc2358a2c6
@ -2245,6 +2245,7 @@ if build_install:
|
||||
('doc/de', lib_doc_de_files),
|
||||
('doc/de/clipart', lib_doc_de_clipart_files),
|
||||
('doc/es', lib_doc_es_files),
|
||||
('doc/es/biblio', lib_doc_es_biblio_files),
|
||||
('doc/es/clipart', lib_doc_es_clipart_files),
|
||||
('doc/eu', lib_doc_eu_files),
|
||||
('doc/fr', lib_doc_fr_files),
|
||||
|
@ -2319,6 +2319,12 @@ lib_doc_es_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_es_biblio_files = Split('''
|
||||
alphadin.bst
|
||||
LyXDocs.bib
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_es_clipart_files = Split('''
|
||||
ComentNotaImagenQt4.png
|
||||
CuadroMinipagQt4.png
|
||||
@ -2328,6 +2334,8 @@ lib_doc_es_clipart_files = Split('''
|
||||
NotaEnmarcadaImg.png
|
||||
NotaLyXImagenQt4.png
|
||||
NotaSombreadaImg.png
|
||||
Resumen.pdf
|
||||
es_ERT.png
|
||||
etiquetaQt4.png
|
||||
flotanteQt4.png
|
||||
notapieQt4.png
|
||||
|
@ -80,19 +80,25 @@ dist_declipartdoc_DATA = \
|
||||
|
||||
esdocdir = $(pkgdatadir)/doc/es
|
||||
dist_esdoc_DATA = \
|
||||
es/DocumentoPostizo1.lyx \
|
||||
es/DocumentoPostizo2.lyx \
|
||||
es/DocumentoPostizo1.lyx \
|
||||
es/DocumentoPostizo2.lyx \
|
||||
es/DocumentoTextoPostizo.txt \
|
||||
es/EmbeddedObjects.lyx \
|
||||
es/Extended.lyx \
|
||||
es/Intro.lyx \
|
||||
es/Tutorial.lyx
|
||||
|
||||
esbibliodocdir = $(pkgdatadir)/doc/es/biblio
|
||||
dist_esbibliodoc_DATA = \
|
||||
es/biblio/alphadin.bst \
|
||||
es/biblio/LyXDocs.bib
|
||||
|
||||
esclipartdocdir = $(pkgdatadir)/doc/es/clipart
|
||||
dist_esclipartdoc_DATA = \
|
||||
es/clipart/ComentNotaImagenQt4.png \
|
||||
es/clipart/CuadroMinipagQt4.png \
|
||||
es/clipart/DocumentoHijoQt4.png \
|
||||
es/clipart/es_ERT.png \
|
||||
es/clipart/etiquetaQt4.png \
|
||||
es/clipart/flotanteQt4.png \
|
||||
es/clipart/GrisNotaImagenQt4.png \
|
||||
@ -101,7 +107,8 @@ dist_esclipartdoc_DATA = \
|
||||
es/clipart/NotaLyXImagenQt4.png \
|
||||
es/clipart/notapieQt4.png \
|
||||
es/clipart/NotaSombreadaImg.png \
|
||||
es/clipart/referenciaQt4.png
|
||||
es/clipart/referenciaQt4.png \
|
||||
es/clipart/Resumen.pdf
|
||||
|
||||
eudocdir = $(pkgdatadir)/doc/eu
|
||||
dist_eudoc_DATA = \
|
||||
|
@ -16,7 +16,7 @@ de/TOC.lyx: $(srcdir)/de/Customization.lyx $(srcdir)/de/EmbeddedObjects.lyx $(sr
|
||||
TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/Intro.lyx $(srcdir)/Tutorial.lyx $(srcdir)/UserGuide.lyx
|
||||
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py en .
|
||||
|
||||
es/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/FAQ.lyx $(srcdir)/UserGuide.lyx $(srcdir)/es/EmbeddedObjects.lyx $(srcdir)/es/Extended.lyx $(srcdir)/es/Intro.lyx $(srcdir)/es/Tutorial.lyx
|
||||
es/TOC.lyx: $(srcdir)/Customization.lyx $(srcdir)/es/EmbeddedObjects.lyx $(srcdir)/es/Extended.lyx $(srcdir)/FAQ.lyx $(srcdir)/es/Intro.lyx $(srcdir)/es/Tutorial.lyx $(srcdir)/es/UserGuide.lyx
|
||||
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py es .
|
||||
|
||||
eu/TOC.lyx: $(srcdir)/EmbeddedObjects.lyx $(srcdir)/eu/Customization.lyx $(srcdir)/eu/Extended.lyx $(srcdir)/eu/FAQ.lyx $(srcdir)/eu/Intro.lyx $(srcdir)/eu/Tutorial.lyx $(srcdir)/eu/UserGuide.lyx
|
||||
|
@ -45,6 +45,7 @@ import depend
|
||||
info = { 'cs' : ('czech', 'german', u"Obsah dokumentace LyXu"),
|
||||
'da' : ('danish', 'german', u"Indholdsfortegnelse over LyX's dokumentation"),
|
||||
'de' : ('german', 'german', u"Inhaltsverzeichnis LyX Dokumentation"),
|
||||
'es' : ('spanish', 'spanish', u"Índice general LyX documentation"),
|
||||
'fr' : ('french', 'french', u"Plan de la documentation"),
|
||||
'ru' : ('russian', 'english', u"LyX Documentation Table of Contents"),
|
||||
'sl' : ('slovene', 'german', u"Kazalo dokumentacije LyXa"),
|
||||
|
38375
lib/doc/es/UserGuide.lyx
Normal file
38375
lib/doc/es/UserGuide.lyx
Normal file
File diff suppressed because it is too large
Load Diff
47
lib/doc/es/biblio/LyXDocs.bib
Normal file
47
lib/doc/es/biblio/LyXDocs.bib
Normal file
@ -0,0 +1,47 @@
|
||||
This file was created with JabRef 2.2.
|
||||
Encoding: Cp1252
|
||||
|
||||
@MISC{Catalogue,
|
||||
author = {Fenn, Jürgen and Williams, Graham},
|
||||
title = {The TeX Catalogue},
|
||||
howpublished = { \newline Internet: \url{http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html}}
|
||||
}
|
||||
|
||||
@BOOK{Knuth,
|
||||
title = {The TeXbook},
|
||||
publisher = {Addison-Wesley},
|
||||
year = {1984},
|
||||
author = {Knuth, Donald E.}
|
||||
}
|
||||
|
||||
@BOOK{Kopka,
|
||||
title = {A Guide to LaTeX Fourth Edition},
|
||||
publisher = {Addison-Wesley},
|
||||
year = {2003},
|
||||
author = {Kopka, Helmut and Daly, Patrick W.}
|
||||
}
|
||||
|
||||
@BOOK{Lamport,
|
||||
title = {LaTeX: A Document Preparation System},
|
||||
publisher = {Addison-Wesley},
|
||||
year = {1994},
|
||||
author = {Lamport, Leslie}
|
||||
}
|
||||
|
||||
@BOOK{Mittelbach,
|
||||
title = {The LaTeX Companion Second Edition},
|
||||
publisher = {Addison-Wesley},
|
||||
year = {2004},
|
||||
author = {Mittelbach, Frank and Goossens, Michael}
|
||||
}
|
||||
|
||||
@MISC{Credits,
|
||||
title = {{The LyX Team}},
|
||||
howpublished = {Internet: \href{http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/lib/CREDITS?rev=HEAD\&content-type=text/plain}{Credits}}
|
||||
}
|
||||
|
||||
@MISC{FAQ,
|
||||
title = {LaTeX FAQ},
|
||||
howpublished = {Internet: \url{http://www.tex.ac.uk/cgi-bin/texfaq2html}}
|
||||
}
|
||||
|
1665
lib/doc/es/biblio/alphadin.bst
Normal file
1665
lib/doc/es/biblio/alphadin.bst
Normal file
File diff suppressed because it is too large
Load Diff
BIN
lib/doc/es/clipart/Resumen.pdf
Normal file
BIN
lib/doc/es/clipart/Resumen.pdf
Normal file
Binary file not shown.
BIN
lib/doc/es/clipart/es_ERT.png
Normal file
BIN
lib/doc/es/clipart/es_ERT.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -27,6 +27,9 @@ What's new
|
||||
LyX 1.5 offers. For a detailed changelog, see
|
||||
http://wiki.lyx.org/LyX/DocumentationDevelopment#Status
|
||||
|
||||
- LyX has now also a Spanish User's Guide manual
|
||||
(this is the translation of the revised User's Guide from above)
|
||||
|
||||
- Embedded Objects manual:
|
||||
* new section about longtable alignment.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user