mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
- add Farsi splash.lyx
- reordering SCons entries git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18685 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90f2bbe012
commit
bd380926a0
@ -2242,6 +2242,7 @@ if build_install:
|
||||
('examples/de', lib_examples_de_files),
|
||||
('examples/es', lib_examples_es_files),
|
||||
('examples/eu', lib_examples_eu_files),
|
||||
('examples/fa', lib_examples_fa_files),
|
||||
('examples/fr', lib_examples_fr_files),
|
||||
('examples/he', lib_examples_he_files),
|
||||
('examples/hu', lib_examples_hu_files),
|
||||
|
@ -2207,6 +2207,28 @@ lib_doc_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_clipart_files = Split('''
|
||||
BoxInsetDefaultQt4.png
|
||||
ChildDocumentQt4.png
|
||||
CommentNoteImageQt4.png
|
||||
ExternalMaterialQt4.png
|
||||
FramedNoteImageQt4.png
|
||||
GreyedOutNoteImageQt4.png
|
||||
LyXNoteImageQt4.png
|
||||
ShadedNoteImageQt4.png
|
||||
endnotes.pdf
|
||||
escher-lsd.eps
|
||||
floatQt4.png
|
||||
footnoteQt4.png
|
||||
labelQt4.png
|
||||
mobius.eps
|
||||
platypus.eps
|
||||
referenceQt4.png
|
||||
with_fntright.pdf
|
||||
without_fntright.pdf
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_extra_files = Split('''
|
||||
ChangeLog
|
||||
Makefile.am
|
||||
@ -2217,23 +2239,12 @@ lib_doc_extra_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_da_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sk_files = Split('''
|
||||
lib_doc_cs_files = Split('''
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ro_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_fr_files = Split('''
|
||||
lib_doc_de_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
FAQ.lyx
|
||||
@ -2243,6 +2254,16 @@ lib_doc_fr_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_de_clipart_files = Split('''
|
||||
FussnoteQt4.png
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_da_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_es_files = Split('''
|
||||
DocumentoPostizo1.lyx
|
||||
DocumentoPostizo2.lyx
|
||||
@ -2270,21 +2291,20 @@ lib_doc_es_clipart_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sv_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ru_files = Split('''
|
||||
lib_doc_eu_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_it_files = Split('''
|
||||
lib_doc_fr_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
@ -2297,16 +2317,6 @@ lib_doc_gl_extra_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_eu_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_he_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
@ -2319,30 +2329,11 @@ lib_doc_hu_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_clipart_files = Split('''
|
||||
BoxInsetDefaultQt4.png
|
||||
ChildDocumentQt4.png
|
||||
CommentNoteImageQt4.png
|
||||
ExternalMaterialQt4.png
|
||||
FramedNoteImageQt4.png
|
||||
GreyedOutNoteImageQt4.png
|
||||
LyXNoteImageQt4.png
|
||||
ShadedNoteImageQt4.png
|
||||
endnotes.pdf
|
||||
escher-lsd.eps
|
||||
floatQt4.png
|
||||
footnoteQt4.png
|
||||
labelQt4.png
|
||||
mobius.eps
|
||||
platypus.eps
|
||||
referenceQt4.png
|
||||
with_fntright.pdf
|
||||
without_fntright.pdf
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_cs_files = Split('''
|
||||
lib_doc_it_files = Split('''
|
||||
Customization.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
@ -2351,14 +2342,14 @@ lib_doc_nb_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_pl_files = Split('''
|
||||
Extended.lyx
|
||||
lib_doc_nl_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_nl_files = Split('''
|
||||
lib_doc_pl_files = Split('''
|
||||
Extended.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
@ -2370,24 +2361,33 @@ lib_doc_pt_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ro_files = Split('''
|
||||
Intro.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_ru_files = Split('''
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_sl_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_de_files = Split('''
|
||||
Customization.lyx
|
||||
Extended.lyx
|
||||
FAQ.lyx
|
||||
Intro.lyx
|
||||
lib_doc_sk_files = Split('''
|
||||
Tutorial.lyx
|
||||
UserGuide.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_doc_de_clipart_files = Split('''
|
||||
FussnoteQt4.png
|
||||
lib_doc_sv_files = Split('''
|
||||
Intro.lyx
|
||||
Tutorial.lyx
|
||||
''')
|
||||
|
||||
|
||||
@ -2440,12 +2440,37 @@ lib_examples_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ca_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_cs_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_da_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ro_files = Split('''
|
||||
lib_examples_de_files = Split('''
|
||||
Dezimal.lyx
|
||||
ItemizeBullets.lyx
|
||||
Lebenslauf.lyx
|
||||
Minipage.lyx
|
||||
TabellenBeispiel.lyx
|
||||
Waehrungen.lyx
|
||||
beispiel_gelyxt.lyx
|
||||
beispiel_roh.lyx
|
||||
mathed.lyx
|
||||
multicol.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_fa_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
@ -2472,13 +2497,9 @@ lib_examples_es_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ru_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_it_files = Split('''
|
||||
ItemizeBullets.lyx
|
||||
lib_examples_eu_files = Split('''
|
||||
adibide_gordina.lyx
|
||||
adibide_lyx-atua.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
@ -2490,13 +2511,6 @@ lib_examples_gl_extra_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_eu_files = Split('''
|
||||
adibide_gordina.lyx
|
||||
adibide_lyx-atua.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_he_files = Split('''
|
||||
example_lyxified.lyx
|
||||
example_raw.lyx
|
||||
@ -2504,28 +2518,15 @@ lib_examples_he_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ca_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_hu_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_hu_extra_files = Split('''
|
||||
example_lyxified.lyx
|
||||
example_raw.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_cs_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_pl_files = Split('''
|
||||
lib_examples_it_files = Split('''
|
||||
ItemizeBullets.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
@ -2539,11 +2540,26 @@ lib_examples_nl_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_pl_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_pt_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ro_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_ru_files = Split('''
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_sl_files = Split('''
|
||||
primer_lyxan.lyx
|
||||
primer_surov.lyx
|
||||
@ -2551,21 +2567,6 @@ lib_examples_sl_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
lib_examples_de_files = Split('''
|
||||
Dezimal.lyx
|
||||
ItemizeBullets.lyx
|
||||
Lebenslauf.lyx
|
||||
Minipage.lyx
|
||||
TabellenBeispiel.lyx
|
||||
Waehrungen.lyx
|
||||
beispiel_gelyxt.lyx
|
||||
beispiel_roh.lyx
|
||||
mathed.lyx
|
||||
multicol.lyx
|
||||
splash.lyx
|
||||
''')
|
||||
|
||||
|
||||
lib_lyx2lyx_files = Split('''
|
||||
LyX.py
|
||||
generate_encoding_info.py
|
||||
|
@ -102,6 +102,10 @@ dist_euexamples_DATA = \
|
||||
examples/eu/adibide_lyx-atua.lyx \
|
||||
examples/eu/splash.lyx
|
||||
|
||||
faexamplesdir = $(pkgdatadir)/examples/fa
|
||||
dist_faexamples_DATA = \
|
||||
examples/fa/splash.lyx
|
||||
|
||||
frexamplesdir = $(pkgdatadir)/examples/fr
|
||||
dist_frexamples_DATA = \
|
||||
examples/fr/AlignementDecimal.lyx \
|
||||
|
271
lib/examples/fa/splash.lyx
Normal file
271
lib/examples/fa/splash.lyx
Normal file
@ -0,0 +1,271 @@
|
||||
#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 271
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
\usepackage[LFE,LAE]{fontenc}
|
||||
\usepackage{babel}\TOCLanguage{farsi}
|
||||
\end_preamble
|
||||
\language farsi
|
||||
\inputencoding utf8
|
||||
\font_roman default
|
||||
\font_sans default
|
||||
\font_typewriter default
|
||||
\font_default_family default
|
||||
\font_sc false
|
||||
\font_osf false
|
||||
\font_sf_scale 100
|
||||
\font_tt_scale 100
|
||||
\graphics default
|
||||
\paperfontsize default
|
||||
\spacing onehalf
|
||||
\papersize default
|
||||
\use_geometry false
|
||||
\use_amsmath 0
|
||||
\use_esint 0
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\paperorientation portrait
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation indent
|
||||
\defskip medskip
|
||||
\quotes_language french
|
||||
\papercolumns 1
|
||||
\papersides 1
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author "vahedi"
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
||||
\begin_layout Title
|
||||
به
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
خوش آمدید!
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
چند چیزی که برای استفاده از
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
باید بدانید
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
فارسی
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
مستنداتی عالی دارد---لطفا از آن استفاده کنید! از قسمت
|
||||
\family sans
|
||||
\bar under
|
||||
\lang english
|
||||
H
|
||||
\bar default
|
||||
elp\SpecialChar \menuseparator
|
||||
|
||||
\bar under
|
||||
I
|
||||
\bar default
|
||||
ntroduction
|
||||
\family default
|
||||
\lang farsi
|
||||
شروع کنید، که مستندات را به صورت خلاصه به شما معرفی میکند.
|
||||
پس از آن از
|
||||
\family sans
|
||||
\bar under
|
||||
\lang english
|
||||
H
|
||||
\bar default
|
||||
elp\SpecialChar \menuseparator
|
||||
|
||||
\bar under
|
||||
T
|
||||
\bar default
|
||||
utorial
|
||||
\family default
|
||||
\lang farsi
|
||||
نحوه استفاده از
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
را بیاموزید.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
فارسی
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
چیزی است که به آن »پردازشگر متن« میگویند.
|
||||
از لحاظ طراحی، با دیگر پردازشگرهای متن معمول تفاوت دارد---به گونهای که
|
||||
نوشتن متون را سادهتر میکند.
|
||||
ولی تفاوتی اندک، در نتیجه نهراسید.
|
||||
مستندات این امر را کاملا واضح میکند
|
||||
\begin_inset Foot
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
نگفتیم که شما می بایست مستندات را مطالعه کنید؟
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
خروجی
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
بسیار زیبا به نظر میرسد!
|
||||
\family sans
|
||||
\bar under
|
||||
\lang english
|
||||
V
|
||||
\bar default
|
||||
iew\SpecialChar \menuseparator
|
||||
|
||||
\bar under
|
||||
D
|
||||
\bar default
|
||||
VI
|
||||
\family default
|
||||
\lang farsi
|
||||
را حالا انتخاب کنید تا آن را به چشم خود ببینید.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
درست است!
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
میتواند (تا اندازهی زیادی) تمام کارکرد
|
||||
\lang english
|
||||
LaTeX
|
||||
\lang farsi
|
||||
را به شما ارائه دهد.
|
||||
همین طور
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
میتواند فایلهای
|
||||
\lang english
|
||||
LaTeX
|
||||
\lang farsi
|
||||
را نیز وارد کند.
|
||||
کاربران مجرب
|
||||
\lang english
|
||||
LaTeX
|
||||
\lang farsi
|
||||
باید از فصل »
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
برای کاربران
|
||||
\lang english
|
||||
LaTeX
|
||||
\lang farsi
|
||||
« شروع کنند.
|
||||
(دیگران: برای استفاده از
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
، لازم نیست
|
||||
\lang english
|
||||
LaTeX
|
||||
\lang farsi
|
||||
بدانید.)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
فارسی
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
امکانات فراوانی برای کسانی که از زبانی غیر از انگلیسی برای خواندن و نوشتن
|
||||
استفاده میکنند فراهم میکند.
|
||||
بعلاوه انتساب کلیدها، جعبه ابزارها، و بسیاری دیگر از ویژگیها تا اندازهی
|
||||
زیادی تنظیم پذیرند.
|
||||
برای اطلاعات بیشتر به
|
||||
\family sans
|
||||
\bar under
|
||||
\lang english
|
||||
H
|
||||
\bar default
|
||||
elp\SpecialChar \menuseparator
|
||||
|
||||
\bar under
|
||||
C
|
||||
\bar default
|
||||
ustomization
|
||||
\lang farsi
|
||||
نگاه کنید.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
سایت خانگی
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
در
|
||||
\family typewriter
|
||||
\lang english
|
||||
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.lyx.org/"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\family default
|
||||
\lang farsi
|
||||
قرار دارد.
|
||||
در مورد
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
اطلاعات بگیرید، در لیست-نامه(ها) مشترک شوید، تور گرافیکی
|
||||
\lang english
|
||||
LyX
|
||||
\lang farsi
|
||||
را ملاحظه کنید، و چیزهای دیگر.
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
Loading…
Reference in New Issue
Block a user