PageRenderTime 29ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/lyx-2.0.4/development/scons/scons_manifest.py

#
Python | 3454 lines | 3451 code | 1 blank | 2 comment | 0 complexity | 5d5ec868f6bd78458cbd0725617c2625 MD5 | raw file
Possible License(s): LGPL-2.0, GPL-2.0

Large files files are truncated, but you can click here to view the full file

  1. from SCons.Util import Split
  2. TOP_extra_files = Split('''
  3. ABOUT-NLS
  4. ANNOUNCE
  5. autogen.sh
  6. config.log
  7. configure.ac
  8. COPYING
  9. INSTALL
  10. INSTALL.MacOSX
  11. INSTALL.Win32
  12. INSTALL.autoconf
  13. INSTALL.cmake
  14. INSTALL.scons
  15. lyx.1in
  16. Makefile.am
  17. NEWS
  18. README
  19. README.Cygwin
  20. README.Win32
  21. README.localization
  22. RELEASE-NOTES
  23. rename.sh
  24. scons_lyx.log
  25. UPGRADING
  26. ''')
  27. src_header_files = Split('''
  28. AppleSpellChecker.h
  29. AspellChecker.h
  30. Author.h
  31. BiblioInfo.h
  32. Bidi.h
  33. Box.h
  34. BranchList.h
  35. Buffer.h
  36. buffer_funcs.h
  37. BufferList.h
  38. BufferParams.h
  39. BufferView.h
  40. Bullet.h
  41. Changes.h
  42. Chktex.h
  43. Citation.h
  44. CmdDef.h
  45. Color.h
  46. ColorSet.h
  47. ColorCode.h
  48. Compare.h
  49. CompletionList.h
  50. Converter.h
  51. ConverterCache.h
  52. CoordCache.h
  53. Counters.h
  54. Cursor.h
  55. CursorSlice.h
  56. CutAndPaste.h
  57. DepTable.h
  58. Dimension.h
  59. DispatchResult.h
  60. DocIterator.h
  61. EnchantChecker.h
  62. Encoding.h
  63. ErrorList.h
  64. Exporter.h
  65. factory.h
  66. FloatList.h
  67. Floating.h
  68. Font.h
  69. FontEnums.h
  70. FontInfo.h
  71. FontList.h
  72. Format.h
  73. FuncCode.h
  74. FuncRequest.h
  75. FuncStatus.h
  76. Graph.h
  77. HSpace.h
  78. HunspellChecker.h
  79. IndicesList.h
  80. InsetIterator.h
  81. InsetList.h
  82. Intl.h
  83. KeyMap.h
  84. KeySequence.h
  85. LaTeX.h
  86. LaTeXFeatures.h
  87. LaTeXPackages.h
  88. Language.h
  89. Layout.h
  90. LayoutEnums.h
  91. LayoutFile.h
  92. LayoutModuleList.h
  93. Length.h
  94. Lexer.h
  95. LyX.h
  96. LyXAction.h
  97. lyxfind.h
  98. LyXRC.h
  99. LyXVC.h
  100. MetricsInfo.h
  101. ModuleList.h
  102. Mover.h
  103. output.h
  104. output_docbook.h
  105. output_latex.h
  106. output_plaintext.h
  107. output_xhtml.h
  108. OutputEnums.h
  109. OutputParams.h
  110. paper.h
  111. ParIterator.h
  112. Paragraph.h
  113. ParagraphList.h
  114. ParagraphMetrics.h
  115. ParagraphParameters.h
  116. PDFOptions.h
  117. PersonalWordList.h
  118. PrinterParams.h
  119. Row.h
  120. rowpainter.h
  121. Server.h
  122. ServerSocket.h
  123. Session.h
  124. sgml.h
  125. Spacing.h
  126. SpellChecker.h
  127. TexRow.h
  128. Text.h
  129. TextClass.h
  130. TextMetrics.h
  131. Thesaurus.h
  132. TocBackend.h
  133. Trans.h
  134. Undo.h
  135. update_flags.h
  136. VCBackend.h
  137. VSpace.h
  138. version.h
  139. WordLangTuple.h
  140. WordList.h
  141. ''')
  142. src_pre_files = Split('''
  143. Author.cpp
  144. Bidi.cpp
  145. BranchList.cpp
  146. Buffer.cpp
  147. BufferList.cpp
  148. BufferParams.cpp
  149. BufferView.cpp
  150. buffer_funcs.cpp
  151. Bullet.cpp
  152. Changes.cpp
  153. Chktex.cpp
  154. CmdDef.cpp
  155. Color.cpp
  156. Compare.cpp
  157. Converter.cpp
  158. ConverterCache.cpp
  159. CoordCache.cpp
  160. Counters.cpp
  161. Cursor.cpp
  162. CursorSlice.cpp
  163. CutAndPaste.cpp
  164. DepTable.cpp
  165. DocIterator.cpp
  166. Encoding.cpp
  167. ErrorList.cpp
  168. Exporter.cpp
  169. factory.cpp
  170. FloatList.cpp
  171. Floating.cpp
  172. Font.cpp
  173. FontInfo.cpp
  174. FontList.cpp
  175. Format.cpp
  176. FuncRequest.cpp
  177. FuncStatus.cpp
  178. Graph.cpp
  179. HSpace.cpp
  180. IndicesList.cpp
  181. InsetIterator.cpp
  182. InsetList.cpp
  183. Intl.cpp
  184. KeyMap.cpp
  185. KeySequence.cpp
  186. LaTeX.cpp
  187. LaTeXFeatures.cpp
  188. LaTeXPackages.cpp
  189. Language.cpp
  190. Layout.cpp
  191. LayoutFile.cpp
  192. LayoutModuleList.cpp
  193. Length.cpp
  194. lengthcommon.cpp
  195. Lexer.cpp
  196. LyX.cpp
  197. LyXAction.cpp
  198. lyxfind.cpp
  199. LyXRC.cpp
  200. LyXVC.cpp
  201. MetricsInfo.cpp
  202. Mover.cpp
  203. output.cpp
  204. OutputParams.cpp
  205. output_docbook.cpp
  206. output_latex.cpp
  207. output_plaintext.cpp
  208. output_xhtml.cpp
  209. PDFOptions.cpp
  210. ParIterator.cpp
  211. Paragraph.cpp
  212. ParagraphMetrics.cpp
  213. ParagraphParameters.cpp
  214. PersonalWordList.cpp
  215. Row.cpp
  216. rowpainter.cpp
  217. Server.cpp
  218. ServerSocket.cpp
  219. Session.cpp
  220. sgml.cpp
  221. Spacing.cpp
  222. TexRow.cpp
  223. Text.cpp
  224. Text2.cpp
  225. Text3.cpp
  226. TextClass.cpp
  227. TextMetrics.cpp
  228. TocBackend.cpp
  229. Trans.cpp
  230. Undo.cpp
  231. VCBackend.cpp
  232. version.cpp
  233. VSpace.cpp
  234. WordList.cpp
  235. ''')
  236. src_post_files = Split('''
  237. BiblioInfo.cpp
  238. boost.cpp
  239. Box.cpp
  240. Dimension.cpp
  241. ModuleList.cpp
  242. PrinterParams.cpp
  243. Thesaurus.cpp
  244. ''')
  245. src_extra_src_files = Split('''
  246. AppleSpellChecker.cpp
  247. AspellChecker.cpp
  248. EnchantChecker.cpp
  249. HunspellChecker.cpp
  250. main.cpp
  251. ''')
  252. src_extra_files = Split('''
  253. Makefile.am
  254. pch.h
  255. ''')
  256. src_client_header_files = Split('''
  257. Messages.h
  258. ''')
  259. src_client_files = Split('''
  260. boost.cpp
  261. client.cpp
  262. gettext.cpp
  263. Messages.cpp
  264. ''')
  265. src_client_extra_files = Split('''
  266. lyxclient.1in
  267. Makefile.am
  268. pch.h
  269. ''')
  270. src_support_header_files = Split('''
  271. bind.h
  272. convert.h
  273. copied_ptr.h
  274. debug.h
  275. docstream.h
  276. docstring.h
  277. docstring_list.h
  278. environment.h
  279. ExceptionMessage.h
  280. FileMonitor.h
  281. FileName.h
  282. filetools.h
  283. foreach.h
  284. ForkedCalls.h
  285. functional.h
  286. gettext.h
  287. gzstream.h
  288. lassert.h
  289. limited_stack.h
  290. lstrings.h
  291. lyxalgo.h
  292. lyxlib.h
  293. lyxtime.h
  294. mutex.h
  295. Messages.h
  296. numpunct_lyx_char_type.h
  297. os.h
  298. os_win32.h
  299. Package.h
  300. Path.h
  301. ProgressInterface.h
  302. qstring_helpers.h
  303. RandomAccessList.h
  304. regex.h
  305. shared_ptr.h
  306. socktools.h
  307. Systemcall.h
  308. SystemcallPrivate.h
  309. textutils.h
  310. Timeout.h
  311. Translator.h
  312. types.h
  313. unicode.h
  314. userinfo.h
  315. mythes/mythes.hxx
  316. ''')
  317. src_support_files = Split('''
  318. convert.cpp
  319. debug.cpp
  320. docstream.cpp
  321. docstring.cpp
  322. environment.cpp
  323. FileMonitor.cpp
  324. FileName.cpp
  325. filetools.cpp
  326. ForkedCalls.cpp
  327. gettext.cpp
  328. gzstream.cpp
  329. kill.cpp
  330. lassert.cpp
  331. lstrings.cpp
  332. lyxtime.cpp
  333. mutex.cpp
  334. Messages.cpp
  335. os.cpp
  336. Package.cpp
  337. Path.cpp
  338. qstring_helpers.cpp
  339. socktools.cpp
  340. Systemcall.cpp
  341. Timeout.cpp
  342. unicode.cpp
  343. userinfo.cpp
  344. mythes/mythes.cxx
  345. ''')
  346. src_support_extra_header_files = Split('''
  347. AppleSpeller.h
  348. AppleSpeller.m
  349. ''')
  350. src_support_extra_src_files = Split('''
  351. atexit.c
  352. os_cygwin.cpp
  353. os_unix.cpp
  354. os_win32.cpp
  355. strerror.c
  356. ''')
  357. src_support_extra_files = Split('''
  358. Makefile.am
  359. pch.h
  360. mythes/license.readme
  361. ''')
  362. src_support_tests_extra_files = Split('''
  363. Makefile.am
  364. boost.cpp
  365. convert.cpp
  366. filetools.cpp
  367. lstrings.cpp
  368. pch.h
  369. test_convert
  370. test_filetools
  371. test_lstrings
  372. ''')
  373. src_support_tests_regfiles_extra_files = Split('''
  374. convert
  375. filetools
  376. lstrings
  377. ''')
  378. src_graphics_header_files = Split('''
  379. GraphicsCache.h
  380. GraphicsCacheItem.h
  381. GraphicsConverter.h
  382. GraphicsImage.h
  383. GraphicsLoader.h
  384. GraphicsParams.h
  385. GraphicsTypes.h
  386. PreviewImage.h
  387. PreviewLoader.h
  388. Previews.h
  389. ''')
  390. src_graphics_files = Split('''
  391. GraphicsCache.cpp
  392. GraphicsCacheItem.cpp
  393. GraphicsConverter.cpp
  394. GraphicsLoader.cpp
  395. GraphicsParams.cpp
  396. PreviewImage.cpp
  397. PreviewLoader.cpp
  398. Previews.cpp
  399. ''')
  400. src_graphics_extra_files = Split('''
  401. Makefile.am
  402. pch.h
  403. ''')
  404. src_mathed_header_files = Split('''
  405. CommandInset.h
  406. InsetMath.h
  407. InsetMathAMSArray.h
  408. InsetMathArray.h
  409. InsetMathBig.h
  410. InsetMathBoldSymbol.h
  411. InsetMathBox.h
  412. InsetMathBrace.h
  413. InsetMathCases.h
  414. InsetMathChar.h
  415. InsetMathColor.h
  416. InsetMathComment.h
  417. InsetMathDecoration.h
  418. InsetMathDelim.h
  419. InsetMathDiagram.h
  420. InsetMathDiff.h
  421. InsetMathDots.h
  422. InsetMathEnsureMath.h
  423. InsetMathEnv.h
  424. InsetMathExFunc.h
  425. InsetMathExInt.h
  426. InsetMathFont.h
  427. InsetMathFontOld.h
  428. InsetMathFrac.h
  429. InsetMathGrid.h
  430. InsetMathHull.h
  431. InsetMathKern.h
  432. InsetMathLefteqn.h
  433. InsetMathLim.h
  434. InsetMathMatrix.h
  435. InsetMathNest.h
  436. InsetMathNumber.h
  437. InsetMathOverset.h
  438. InsetMathPar.h
  439. InsetMathPhantom.h
  440. InsetMathRef.h
  441. InsetMathRoot.h
  442. InsetMathScript.h
  443. InsetMathSize.h
  444. InsetMathSpace.h
  445. InsetMathSpecialChar.h
  446. InsetMathSplit.h
  447. InsetMathSqrt.h
  448. InsetMathStackrel.h
  449. InsetMathString.h
  450. InsetMathSubstack.h
  451. InsetMathSymbol.h
  452. InsetMathTabular.h
  453. InsetMathUnderset.h
  454. InsetMathUnknown.h
  455. InsetMathXArrow.h
  456. InsetMathXYMatrix.h
  457. MacroTable.h
  458. MathAtom.h
  459. MathAutoCorrect.h
  460. MathCompletionList.h
  461. MathData.h
  462. MathExtern.h
  463. MathFactory.h
  464. MathGridInfo.h
  465. MathMacro.h
  466. MathMacroArgument.h
  467. MathMacroTemplate.h
  468. MathParser.h
  469. MathParser_flags.h
  470. MathStream.h
  471. MathSupport.h
  472. ReplaceData.h
  473. TextPainter.h
  474. ''')
  475. src_mathed_files = Split('''
  476. CommandInset.cpp
  477. InsetMath.cpp
  478. InsetMathAMSArray.cpp
  479. InsetMathArray.cpp
  480. InsetMathBig.cpp
  481. InsetMathBoldSymbol.cpp
  482. InsetMathBox.cpp
  483. InsetMathBrace.cpp
  484. InsetMathCases.cpp
  485. InsetMathChar.cpp
  486. InsetMathColor.cpp
  487. InsetMathComment.cpp
  488. InsetMathDecoration.cpp
  489. InsetMathDelim.cpp
  490. InsetMathDiagram.cpp
  491. InsetMathDiff.cpp
  492. InsetMathDots.cpp
  493. InsetMathEnsureMath.cpp
  494. InsetMathEnv.cpp
  495. InsetMathExFunc.cpp
  496. InsetMathExInt.cpp
  497. InsetMathFont.cpp
  498. InsetMathFontOld.cpp
  499. InsetMathFrac.cpp
  500. InsetMathGrid.cpp
  501. InsetMathHull.cpp
  502. InsetMathKern.cpp
  503. InsetMathLefteqn.cpp
  504. InsetMathLim.cpp
  505. InsetMathMatrix.cpp
  506. InsetMathNest.cpp
  507. InsetMathNumber.cpp
  508. InsetMathOverset.cpp
  509. InsetMathPar.cpp
  510. InsetMathPhantom.cpp
  511. InsetMathRef.cpp
  512. InsetMathRoot.cpp
  513. InsetMathScript.cpp
  514. InsetMathSize.cpp
  515. InsetMathSpace.cpp
  516. InsetMathSpecialChar.cpp
  517. InsetMathSplit.cpp
  518. InsetMathSqrt.cpp
  519. InsetMathStackrel.cpp
  520. InsetMathString.cpp
  521. InsetMathSubstack.cpp
  522. InsetMathSymbol.cpp
  523. InsetMathTabular.cpp
  524. InsetMathUnderset.cpp
  525. InsetMathUnknown.cpp
  526. InsetMathXArrow.cpp
  527. InsetMathXYMatrix.cpp
  528. MacroTable.cpp
  529. MathAtom.cpp
  530. MathAutoCorrect.cpp
  531. MathData.cpp
  532. MathExtern.cpp
  533. MathFactory.cpp
  534. MathMacro.cpp
  535. MathMacroArgument.cpp
  536. MathMacroTemplate.cpp
  537. MathParser.cpp
  538. MathStream.cpp
  539. MathSupport.cpp
  540. TextPainter.cpp
  541. ''')
  542. src_mathed_extra_files = Split('''
  543. BUGS
  544. InsetFormulaMacro.cpp
  545. InsetFormulaMacro.h
  546. InsetMathMBox.cpp
  547. InsetMathMBox.h
  548. InsetMathXYArrow.cpp
  549. InsetMathXYArrow.h
  550. Makefile.am
  551. README
  552. pch.h
  553. texify
  554. ''')
  555. src_tex2lyx_header_files = Split('''
  556. Context.h
  557. Parser.h
  558. Preamble.h
  559. tex2lyx.h
  560. ''')
  561. src_tex2lyx_files = Split('''
  562. boost.cpp
  563. Context.cpp
  564. math.cpp
  565. Parser.cpp
  566. Preamble.cpp
  567. table.cpp
  568. tex2lyx.cpp
  569. text.cpp
  570. ''')
  571. src_tex2lyx_copied_header_files = Split('''
  572. TextClass.h
  573. insets/InsetLayout.h
  574. ''')
  575. src_tex2lyx_copied_files = Split('''
  576. Author.cpp
  577. Color.cpp
  578. Counters.cpp
  579. Encoding.cpp
  580. FloatList.cpp
  581. Floating.cpp
  582. FontInfo.cpp
  583. LaTeXPackages.cpp
  584. Layout.cpp
  585. LayoutFile.cpp
  586. LayoutModuleList.cpp
  587. lengthcommon.cpp
  588. Lexer.cpp
  589. ModuleList.cpp
  590. Spacing.cpp
  591. TextClass.cpp
  592. version.cpp
  593. insets/InsetLayout.cpp
  594. ''')
  595. src_tex2lyx_extra_files = Split('''
  596. Makefile.am
  597. TODO.txt
  598. pch.h
  599. tex2lyx.1in
  600. test/box-color-size-space-align.tex
  601. test/DummyDocument.tex
  602. test/foo.eps
  603. test/foo.png
  604. test/test-insets.tex
  605. test/test.ltx
  606. test/test-structure.tex
  607. ''')
  608. src_frontends_header_files = Split('''
  609. alert.h
  610. Application.h
  611. Clipboard.h
  612. FontLoader.h
  613. FontMetrics.h
  614. KeyModifier.h
  615. KeySymbol.h
  616. mouse_state.h
  617. Painter.h
  618. Selection.h
  619. WorkArea.h
  620. WorkAreaManager.h
  621. ''')
  622. src_frontends_files = Split('''
  623. WorkAreaManager.cpp
  624. ''')
  625. src_frontends_extra_files = Split('''
  626. Makefile.am
  627. pch.h
  628. ''')
  629. src_frontends_controllers_extra_files = Split('''
  630. Makefile.am
  631. pch.h
  632. ''')
  633. src_frontends_controllers_tests_extra_files = Split('''
  634. Makefile.am
  635. biblio.cpp
  636. boost.cpp
  637. pch.h
  638. test_biblio
  639. ''')
  640. src_frontends_controllers_tests_regfiles_extra_files = Split('''
  641. biblio
  642. ''')
  643. src_frontends_qt4_header_files = Split('''
  644. ButtonPolicy.h
  645. Dialog.h
  646. Action.h
  647. BulletsModule.h
  648. ButtonController.h
  649. ColorCache.h
  650. CustomizedWidgets.h
  651. DialogView.h
  652. DockView.h
  653. EmptyTable.h
  654. FileDialog.h
  655. FindAndReplace.h
  656. FloatPlacement.h
  657. GuiAbout.h
  658. GuiApplication.h
  659. GuiBibitem.h
  660. GuiBibtex.h
  661. GuiBox.h
  662. GuiBranches.h
  663. GuiBranch.h
  664. GuiChanges.h
  665. GuiCharacter.h
  666. GuiCharacter.h
  667. GuiCitation.h
  668. GuiClipboard.h
  669. GuiCommandBuffer.h
  670. GuiCommandEdit.h
  671. GuiCompare.h
  672. GuiCompareHistory.h
  673. GuiCompleter.h
  674. GuiDelimiter.h
  675. GuiDialog.h
  676. GuiDocument.h
  677. GuiErrorList.h
  678. GuiERT.h
  679. GuiExternal.h
  680. GuiFontExample.h
  681. GuiFontLoader.h
  682. GuiGraphics.h
  683. GuiGraphicsUi.h
  684. GuiHSpace.h
  685. GuiHyperlink.h
  686. GuiIdListModel.h
  687. GuiImage.h
  688. GuiInclude.h
  689. GuiIndex.h
  690. GuiIndices.h
  691. GuiInfo.h
  692. GuiKeySymbol.h
  693. GuiLabel.h
  694. GuiLine.h
  695. GuiListings.h
  696. GuiLog.h
  697. GuiMathMatrix.h
  698. GuiNomenclature.h
  699. GuiNote.h
  700. GuiPainter.h
  701. GuiParagraph.h
  702. GuiPhantom.h
  703. GuiPrefs.h
  704. GuiPrint.h
  705. GuiPrintindex.h
  706. GuiPrintNomencl.h
  707. GuiProgress.h
  708. GuiProgressView.h
  709. GuiRef.h
  710. GuiSearch.h
  711. GuiSelection.h
  712. GuiSelectionManager.h
  713. GuiSendto.h
  714. GuiSetBorder.h
  715. GuiShowFile.h
  716. GuiSpellchecker.h
  717. GuiSymbols.h
  718. GuiTabularCreate.h
  719. GuiTabular.h
  720. GuiTexinfo.h
  721. GuiThesaurus.h
  722. GuiToc.h
  723. GuiToolbar.h
  724. GuiView.h
  725. GuiViewSource.h
  726. GuiVSpace.h
  727. GuiWorkArea.h
  728. GuiWrap.h
  729. IconPalette.h
  730. InGuiThread.h
  731. InsertTableWidget.h
  732. InsetParamsDialog.h
  733. InsetParamsWidget.h
  734. LaTeXHighlighter.h
  735. LayoutBox.h
  736. LengthCombo.h
  737. LyXFileDialog.h
  738. Menus.h
  739. PanelStack.h
  740. qt_helpers.h
  741. qt_i18n.h
  742. TocModel.h
  743. TocWidget.h
  744. Toolbars.h
  745. Validator.h
  746. ''')
  747. src_frontends_qt4_files = Split('''
  748. ButtonPolicy.cpp
  749. Dialog.cpp
  750. Action.cpp
  751. BulletsModule.cpp
  752. ButtonController.cpp
  753. ColorCache.cpp
  754. CustomizedWidgets.cpp
  755. EmptyTable.cpp
  756. FileDialog.cpp
  757. FindAndReplace.cpp
  758. FloatPlacement.cpp
  759. GuiAbout.cpp
  760. GuiAlert.cpp
  761. GuiApplication.cpp
  762. GuiBibitem.cpp
  763. GuiBibtex.cpp
  764. GuiBox.cpp
  765. GuiBranch.cpp
  766. GuiBranches.cpp
  767. GuiChanges.cpp
  768. GuiCharacter.cpp
  769. GuiCitation.cpp
  770. GuiClipboard.cpp
  771. GuiCommandBuffer.cpp
  772. GuiCommandEdit.cpp
  773. GuiCompare.cpp
  774. GuiCompareHistory.cpp
  775. GuiCompleter.cpp
  776. GuiDelimiter.cpp
  777. GuiDialog.cpp
  778. GuiDocument.cpp
  779. GuiErrorList.cpp
  780. GuiERT.cpp
  781. GuiExternal.cpp
  782. GuiFontExample.cpp
  783. GuiFontLoader.cpp
  784. GuiFontMetrics.cpp
  785. GuiGraphics.cpp
  786. GuiHSpace.cpp
  787. GuiHyperlink.cpp
  788. GuiIdListModel.cpp
  789. GuiImage.cpp
  790. GuiInclude.cpp
  791. GuiIndex.cpp
  792. GuiIndices.cpp
  793. GuiInfo.cpp
  794. GuiKeySymbol.cpp
  795. GuiLabel.cpp
  796. GuiLine.cpp
  797. GuiListings.cpp
  798. GuiLog.cpp
  799. GuiMathMatrix.cpp
  800. GuiNomenclature.cpp
  801. GuiNote.cpp
  802. GuiPainter.cpp
  803. GuiParagraph.cpp
  804. GuiPhantom.cpp
  805. GuiPrefs.cpp
  806. GuiPrint.cpp
  807. GuiPrintindex.cpp
  808. GuiPrintNomencl.cpp
  809. GuiProgress.cpp
  810. GuiProgressView.cpp
  811. GuiRef.cpp
  812. GuiSearch.cpp
  813. GuiSelection.cpp
  814. GuiSelectionManager.cpp
  815. GuiSendto.cpp
  816. GuiSetBorder.cpp
  817. GuiShowFile.cpp
  818. GuiSpellchecker.cpp
  819. GuiSymbols.cpp
  820. GuiTabular.cpp
  821. GuiTabularCreate.cpp
  822. GuiTexinfo.cpp
  823. GuiThesaurus.cpp
  824. GuiToc.cpp
  825. GuiToolbar.cpp
  826. GuiView.cpp
  827. GuiViewSource.cpp
  828. GuiVSpace.cpp
  829. GuiWorkArea.cpp
  830. GuiWrap.cpp
  831. IconPalette.cpp
  832. InGuiThread.cpp
  833. InsertTableWidget.cpp
  834. InsetParamsDialog.cpp
  835. InsetParamsWidget.cpp
  836. LengthCombo.cpp
  837. LaTeXHighlighter.cpp
  838. LayoutBox.cpp
  839. LyXFileDialog.cpp
  840. Menus.cpp
  841. PanelStack.cpp
  842. qt_helpers.cpp
  843. TocModel.cpp
  844. TocWidget.cpp
  845. Toolbars.cpp
  846. Validator.cpp
  847. ''')
  848. src_frontends_qt4_extra_files = Split('''
  849. GuiFontMetrics.h
  850. Makefile.am
  851. pch.h
  852. README
  853. ''')
  854. src_frontends_qt4_ui_files = Split('''
  855. AboutUi.ui
  856. BibitemUi.ui
  857. BiblioUi.ui
  858. BibtexAddUi.ui
  859. BibtexUi.ui
  860. BoxUi.ui
  861. BranchUi.ui
  862. BranchesUi.ui
  863. BranchesUnknownUi.ui
  864. BulletsUi.ui
  865. ChangesUi.ui
  866. CharacterUi.ui
  867. CitationUi.ui
  868. ColorUi.ui
  869. CompareUi.ui
  870. CompareHistoryUi.ui
  871. DelimiterUi.ui
  872. DocumentUi.ui
  873. ERTUi.ui
  874. ErrorListUi.ui
  875. ExternalUi.ui
  876. FindAndReplaceUi.ui
  877. FloatPlacementUi.ui
  878. FontUi.ui
  879. GraphicsUi.ui
  880. HSpaceUi.ui
  881. HyperlinkUi.ui
  882. IncludeUi.ui
  883. IndexUi.ui
  884. IndicesUi.ui
  885. InfoUi.ui
  886. InsetParamsUi.ui
  887. LabelUi.ui
  888. LaTeXUi.ui
  889. LanguageUi.ui
  890. LineUi.ui
  891. ListingsUi.ui
  892. ListingsSettingsUi.ui
  893. LocalLayoutUi.ui
  894. LogUi.ui
  895. MarginsUi.ui
  896. MasterChildUi.ui
  897. MathMatrixUi.ui
  898. MathsUi.ui
  899. ModulesUi.ui
  900. NomenclUi.ui
  901. NoteUi.ui
  902. NumberingUi.ui
  903. OutputUi.ui
  904. PageLayoutUi.ui
  905. ParagraphUi.ui
  906. PDFSupportUi.ui
  907. PhantomUi.ui
  908. PreambleUi.ui
  909. PrefColorsUi.ui
  910. PrefCompletionUi.ui
  911. PrefConvertersUi.ui
  912. PrefDisplayUi.ui
  913. PrefEditUi.ui
  914. PrefFileformatsUi.ui
  915. PrefIdentityUi.ui
  916. PrefInputUi.ui
  917. PrefLanguageUi.ui
  918. PrefLatexUi.ui
  919. PrefOutputUi.ui
  920. PrefPathsUi.ui
  921. PrefPrinterUi.ui
  922. PrefScreenFontsUi.ui
  923. PrefShortcutsUi.ui
  924. PrefSpellcheckerUi.ui
  925. PrefUi.ui
  926. PrefsUi.ui
  927. PrintUi.ui
  928. PrintindexUi.ui
  929. PrintNomenclUi.ui
  930. ProgressViewUi.ui
  931. RefUi.ui
  932. SearchUi.ui
  933. SendtoUi.ui
  934. ShortcutUi.ui
  935. ShowFileUi.ui
  936. SpellcheckerUi.ui
  937. SymbolsUi.ui
  938. TabularCreateUi.ui
  939. TabularUi.ui
  940. TexinfoUi.ui
  941. TextLayoutUi.ui
  942. ThesaurusUi.ui
  943. TocUi.ui
  944. ToggleWarningUi.ui
  945. VSpaceUi.ui
  946. ViewSourceUi.ui
  947. WrapUi.ui
  948. ''')
  949. src_frontends_qt4_ui_extra_files = Split('''
  950. Makefile.am
  951. ''')
  952. src_insets_header_files = Split('''
  953. ExternalSupport.h
  954. ExternalTemplate.h
  955. ExternalTransforms.h
  956. Inset.h
  957. InsetArgument.h
  958. InsetBibitem.h
  959. InsetBibtex.h
  960. InsetBox.h
  961. InsetBranch.h
  962. InsetCaption.h
  963. InsetCitation.h
  964. InsetCode.h
  965. InsetCollapsable.h
  966. InsetCommand.h
  967. InsetCommandParams.h
  968. InsetERT.h
  969. InsetExternal.h
  970. InsetFlex.h
  971. InsetFloat.h
  972. InsetFloatList.h
  973. InsetFoot.h
  974. InsetFootlike.h
  975. InsetGraphics.h
  976. InsetGraphicsParams.h
  977. InsetHyperlink.h
  978. InsetInclude.h
  979. InsetIndex.h
  980. InsetInfo.h
  981. InsetLabel.h
  982. InsetLayout.h
  983. InsetLine.h
  984. InsetListings.h
  985. InsetListingsParams.h
  986. InsetMarginal.h
  987. InsetNewline.h
  988. InsetNewpage.h
  989. InsetNomencl.h
  990. InsetNote.h
  991. InsetPhantom.h
  992. InsetPreview.h
  993. InsetQuotes.h
  994. InsetRef.h
  995. InsetScript.h
  996. InsetSpace.h
  997. InsetSpecialChar.h
  998. InsetTOC.h
  999. InsetTabular.h
  1000. InsetText.h
  1001. InsetVSpace.h
  1002. InsetWrap.h
  1003. RenderBase.h
  1004. RenderButton.h
  1005. RenderGraphic.h
  1006. RenderPreview.h
  1007. ''')
  1008. src_insets_files = Split('''
  1009. ExternalSupport.cpp
  1010. ExternalTemplate.cpp
  1011. ExternalTransforms.cpp
  1012. Inset.cpp
  1013. InsetArgument.cpp
  1014. InsetBibitem.cpp
  1015. InsetBibtex.cpp
  1016. InsetBox.cpp
  1017. InsetBranch.cpp
  1018. InsetCaption.cpp
  1019. InsetCitation.cpp
  1020. InsetCollapsable.cpp
  1021. InsetCommand.cpp
  1022. InsetCommandParams.cpp
  1023. InsetERT.cpp
  1024. InsetExternal.cpp
  1025. InsetFlex.cpp
  1026. InsetFloat.cpp
  1027. InsetFloatList.cpp
  1028. InsetFoot.cpp
  1029. InsetFootlike.cpp
  1030. InsetGraphics.cpp
  1031. InsetGraphicsParams.cpp
  1032. InsetHyperlink.cpp
  1033. InsetInclude.cpp
  1034. InsetIndex.cpp
  1035. InsetInfo.cpp
  1036. InsetLabel.cpp
  1037. InsetLayout.cpp
  1038. InsetLine.cpp
  1039. InsetListings.cpp
  1040. InsetListingsParams.cpp
  1041. InsetMarginal.cpp
  1042. InsetNewline.cpp
  1043. InsetNewpage.cpp
  1044. InsetNomencl.cpp
  1045. InsetNote.cpp
  1046. InsetPhantom.cpp
  1047. InsetPreview.cpp
  1048. InsetQuotes.cpp
  1049. InsetRef.cpp
  1050. InsetScript.cpp
  1051. InsetSpace.cpp
  1052. InsetSpecialChar.cpp
  1053. InsetTOC.cpp
  1054. InsetTabular.cpp
  1055. InsetText.cpp
  1056. InsetVSpace.cpp
  1057. InsetWrap.cpp
  1058. RenderButton.cpp
  1059. RenderGraphic.cpp
  1060. RenderPreview.cpp
  1061. ''')
  1062. src_insets_extra_files = Split('''
  1063. Makefile.am
  1064. pch.h
  1065. ''')
  1066. intl_header_files = Split('''
  1067. eval-plural.h
  1068. gettextP.h
  1069. gmo.h
  1070. hash-string.h
  1071. loadinfo.h
  1072. localcharset.h
  1073. os2compat.h
  1074. plural-exp.h
  1075. printf-args.h
  1076. printf-parse.h
  1077. relocatable.h
  1078. vasnprintf.h
  1079. vasnwprintf.h
  1080. wprintf-parse.h
  1081. xsize.h
  1082. ''')
  1083. intl_files = Split('''
  1084. bindtextdom.c
  1085. dcgettext.c
  1086. dcigettext.c
  1087. dcngettext.c
  1088. dgettext.c
  1089. dngettext.c
  1090. explodename.c
  1091. finddomain.c
  1092. gettext.c
  1093. intl-compat.c
  1094. l10nflist.c
  1095. langprefs.c
  1096. loadmsgcat.c
  1097. localcharset.c
  1098. localealias.c
  1099. localename.c
  1100. log.c
  1101. ngettext.c
  1102. osdep.c
  1103. plural-exp.c
  1104. plural.c
  1105. printf.c
  1106. relocatable.c
  1107. textdomain.c
  1108. ''')
  1109. intl_extra_files = Split('''
  1110. config.charset
  1111. libgnuintl.h.in
  1112. locale.alias
  1113. os2compat.c
  1114. plural.y
  1115. printf-args.c
  1116. printf-parse.c
  1117. ref-add.sin
  1118. ref-del.sin
  1119. vasnprintf.c
  1120. VERSION
  1121. ''')
  1122. config_extra_files = Split('''
  1123. common.am
  1124. config.guess
  1125. config.rpath
  1126. config.sub
  1127. depcomp
  1128. install-sh
  1129. ltmain.sh
  1130. lyxinclude.m4
  1131. Makefile.am
  1132. missing
  1133. mkinstalldirs
  1134. pkg.m4
  1135. py-compile
  1136. qt4.m4
  1137. spell.m4
  1138. ''')
  1139. sourcedoc_extra_files = Split('''
  1140. Doxyfile.in
  1141. Makefile.am
  1142. ''')
  1143. po_extra_files = Split('''
  1144. ar.po
  1145. bg.po
  1146. boldquot.sed
  1147. ca.po
  1148. cs.po
  1149. da.po
  1150. de.po
  1151. en@boldquot.header
  1152. en@quot.header
  1153. el.po
  1154. en.po
  1155. es.po
  1156. eu.po
  1157. fi.po
  1158. fr.po
  1159. gl.po
  1160. he.po
  1161. hu.po
  1162. insert-header.sin
  1163. id.po
  1164. it.po
  1165. ja.po
  1166. ko.po
  1167. LINGUAS
  1168. lyx_pot.py
  1169. Makefile.in.in
  1170. Makevars
  1171. nb.po
  1172. nl.po
  1173. nn.po
  1174. pl.po
  1175. pocheck.pl
  1176. POTFILES.in
  1177. postats.sh
  1178. pt.po
  1179. quot.sed
  1180. README
  1181. remove-potcdate.sin
  1182. ro.po
  1183. ru.po
  1184. Rules-quot
  1185. sk.po
  1186. sl.po
  1187. sr.po
  1188. sv.po
  1189. tr.po
  1190. uk.po
  1191. wa.po
  1192. zh_CN.po
  1193. zh_TW.po
  1194. ''')
  1195. lib_files = Split('''
  1196. autocorrect
  1197. chkconfig.ltx
  1198. configure.py
  1199. CREDITS
  1200. encodings
  1201. external_templates
  1202. languages
  1203. layouttranslations
  1204. symbols
  1205. syntax.default
  1206. unicodesymbols
  1207. ''')
  1208. lib_extra_files = Split('''
  1209. autocorrect
  1210. build-listerrors
  1211. generate_contributions.py
  1212. Makefile.am
  1213. ''')
  1214. lib_kbd_files = Split('''
  1215. american-2.kmap
  1216. american.kmap
  1217. arabic.kmap
  1218. bg-bds-1251.kmap
  1219. brazil.kmap
  1220. brazil2.kmap
  1221. czech-prg.kmap
  1222. czech.kmap
  1223. espanol.kmap
  1224. european.kmap
  1225. farsi.kmap
  1226. francais.kmap
  1227. french.kmap
  1228. german-2.kmap
  1229. german-3.kmap
  1230. german.kmap
  1231. greek.kmap
  1232. hebrew.kmap
  1233. koi8-r.kmap
  1234. koi8-u.kmap
  1235. latvian.kmap
  1236. magyar-2.kmap
  1237. magyar-3.kmap
  1238. magyar.kmap
  1239. null.kmap
  1240. polish.kmap
  1241. polski.kmap
  1242. portuges.kmap
  1243. romanian.kmap
  1244. serbian.kmap
  1245. serbocroatian.kmap
  1246. sf.kmap
  1247. sg.kmap
  1248. slovak.kmap
  1249. slovene.kmap
  1250. thai-kedmanee.kmap
  1251. transilvanian.kmap
  1252. turkish-f.kmap
  1253. turkish.kmap
  1254. ''')
  1255. lib_templates_files = Split('''
  1256. aa.lyx
  1257. aastex.lyx
  1258. ACM-siggraph.lyx
  1259. ACM-sigplan.lyx
  1260. AEA.lyx
  1261. agutex.lyx
  1262. agu_article.lyx
  1263. apa.lyx
  1264. beamer-conference-ornate-20min.lyx
  1265. ctex.lyx
  1266. de_beamer-conference-ornate-20min.lyx
  1267. dinbrief.lyx
  1268. docbook_article.lyx
  1269. ectaart.lyx
  1270. elsarticle.lyx
  1271. es_beamer-conference-ornate-20min.lyx
  1272. fr_beamer-conference-ornate-20min.lyx
  1273. frletter.lyx
  1274. g-brief-de.lyx
  1275. g-brief-en.lyx
  1276. g-brief2.lyx
  1277. hollywood.lyx
  1278. IEEEtran.lyx
  1279. ijmpc.lyx
  1280. ijmpd.lyx
  1281. iop-article.lyx
  1282. JASA.lyx
  1283. JSS-article.lyx
  1284. kluwer.lyx
  1285. koma-letter2.lyx
  1286. letter.lyx
  1287. lettre.lyx
  1288. README.new_templates
  1289. revtex4.lyx
  1290. slides.lyx
  1291. ''')
  1292. lib_templates_springer_files = Split('''
  1293. svjour3.lyx
  1294. svmono_acknow.lyx
  1295. svmono_acronym.lyx
  1296. svmono_appendix.lyx
  1297. svmono_book-master.lyx
  1298. svmono_chapter.lyx
  1299. svmono_dedication.lyx
  1300. svmono_foreword.lyx
  1301. svmono_glossary.lyx
  1302. svmono_part.lyx
  1303. svmono_preface.lyx
  1304. svmono_referenc.lyx
  1305. svmono_solutions.lyx
  1306. svmult_acknow.lyx
  1307. svmult_acronym.lyx
  1308. svmult_appendix.lyx
  1309. svmult_author.lyx
  1310. svmult_cblist.lyx
  1311. svmult_dedication.lyx
  1312. svmult_editor-master.lyx
  1313. svmult_foreword.lyx
  1314. svmult_glossary.lyx
  1315. svmult_part.lyx
  1316. svmult_preface.lyx
  1317. svmult_referenc.lyx
  1318. ''')
  1319. lib_templates_thesis_files = Split('''
  1320. Acknowledgments.lyx
  1321. Appendix.lyx
  1322. alpha.bst
  1323. chapter-1.lyx
  1324. chapter-2.lyx
  1325. Summary.lyx
  1326. thesis.lyx
  1327. thesisExample.bib
  1328. ''')
  1329. lib_ui_files = Split('''
  1330. default.ui
  1331. stdcontext.inc
  1332. stdmenus.inc
  1333. stdtoolbars.inc
  1334. ''')
  1335. lib_fonts_files = Split('''
  1336. BaKoMaFontLicense.txt
  1337. cmex10.ttf
  1338. cmmi10.ttf
  1339. cmr10.ttf
  1340. cmsy10.ttf
  1341. esint10.ttf
  1342. eufm10.ttf
  1343. msam10.ttf
  1344. msbm10.ttf
  1345. ReadmeBaKoMa4LyX.txt
  1346. rsfs10.ttf
  1347. wasy10.ttf
  1348. ''')
  1349. lib_images_files = Split('''
  1350. all-changes-accept.png
  1351. all-changes-reject.png
  1352. amssymb.png
  1353. banner.png
  1354. bookmark-goto.png
  1355. bookmark-goto_0.png
  1356. bookmark-save.png
  1357. box-insert.png
  1358. break-line.png
  1359. buffer-close.png
  1360. buffer-export.png
  1361. buffer-export_dvi.png
  1362. buffer-export_dvi3.png
  1363. buffer-export_latex.png
  1364. buffer-export_pdf.png
  1365. buffer-export_pdf2.png
  1366. buffer-export_pdf3.png
  1367. buffer-export_pdf4.png
  1368. buffer-export_pdf5.png
  1369. buffer-export_ps.png
  1370. buffer-export_text.png
  1371. buffer-new.png
  1372. buffer-reload.png
  1373. buffer-toggle-output-sync.png
  1374. buffer-update.png
  1375. buffer-update_dvi.png
  1376. buffer-update_dvi3.png
  1377. buffer-update_pdf.png
  1378. buffer-update_pdf2.png
  1379. buffer-update_pdf3.png
  1380. buffer-update_pdf4.png
  1381. buffer-update_pdf5.png
  1382. buffer-update_ps.png
  1383. buffer-view.png
  1384. buffer-view_dvi.png
  1385. buffer-view_dvi3.png
  1386. buffer-view_pdf.png
  1387. buffer-view_pdf2.png
  1388. buffer-view_pdf3.png
  1389. buffer-view_pdf4.png
  1390. buffer-view_pdf5.png
  1391. buffer-view_ps.png
  1392. buffer-write.png
  1393. buffer-write-as.png
  1394. build-program.png
  1395. busy.gif
  1396. change-accept.png
  1397. change-next.png
  1398. change-reject.png
  1399. changes-merge.png
  1400. changes-output.png
  1401. changes-track.png
  1402. closetab.png
  1403. close-tab-group.png
  1404. copy.png
  1405. cut.png
  1406. demote.png
  1407. depth-decrement.png
  1408. depth-increment.png
  1409. dialog-preferences.png
  1410. dialog-show-new-inset_citation.png
  1411. dialog-show-new-inset_graphics.png
  1412. dialog-show-new-inset_include.png
  1413. dialog-show-new-inset_ref.png
  1414. dialog-show_character.png
  1415. dialog-show_findreplace.png
  1416. dialog-show_mathdelimiter.png
  1417. dialog-show_mathmatrix.png
  1418. dialog-show_print.png
  1419. dialog-show_spellchecker.png
  1420. dialog-show_vclog.png
  1421. dialog-toggle_findreplaceadv.png
  1422. dialog-toggle_toc.png
  1423. down.png
  1424. ert-insert.png
  1425. file-open.png
  1426. float-insert_figure.png
  1427. float-insert_table.png
  1428. font-bold.png
  1429. font-emph.png
  1430. font-noun.png
  1431. font-sans.png
  1432. footnote-insert.png
  1433. href-insert.png
  1434. hidetab.png
  1435. index-insert.png
  1436. info-insert_buffer_vcs-revision.png
  1437. label-insert.png
  1438. layout-document.png
  1439. layout-paragraph.png
  1440. layout.png
  1441. layout_Description.png
  1442. layout_Enumerate.png
  1443. layout_Itemize.png
  1444. layout_List.png
  1445. layout_LyX-Code.png
  1446. layout_Scrap.png
  1447. layout_Section.png
  1448. lyx-quit.png
  1449. lyx.png
  1450. marginalnote-insert.png
  1451. master-buffer-update.png
  1452. master-buffer-view.png
  1453. math-display.png
  1454. math-macro-add-greedy-optional-param.png
  1455. math-macro-add-optional-param.png
  1456. math-macro-add-param.png
  1457. math-macro-append-greedy-param.png
  1458. math-macro-make-nonoptional.png
  1459. math-macro-make-optional.png
  1460. math-macro-remove-greedy-param.png
  1461. math-macro-remove-optional-param.png
  1462. math-macro-remove-param.png
  1463. math-macro_newmacroname_newcommand.png
  1464. math-matrix.png
  1465. math-mode.png
  1466. math-subscript.png
  1467. math-superscript.png
  1468. nomencl-insert.png
  1469. note-insert.png
  1470. note-next.png
  1471. paste.png
  1472. promote.png
  1473. psnfss1.png
  1474. psnfss2.png
  1475. psnfss3.png
  1476. psnfss4.png
  1477. redo.png
  1478. reload.png
  1479. script-insert_subscript.png
  1480. script-insert_superscript.png
  1481. split-view_horizontal.png
  1482. split-view_vertical.png
  1483. standard.png
  1484. tabular-feature_align-decimal.png
  1485. tabular-feature_append-column.png
  1486. tabular-feature_append-row.png
  1487. tabular-feature_delete-column.png
  1488. tabular-feature_delete-row.png
  1489. tabular-feature_m-align-center.png
  1490. tabular-feature_m-align-left.png
  1491. tabular-feature_m-align-right.png
  1492. tabular-feature_m-valign-bottom.png
  1493. tabular-feature_m-valign-middle.png
  1494. tabular-feature_m-valign-top.png
  1495. tabular-feature_multicolumn.png
  1496. tabular-feature_multirow.png
  1497. tabular-feature_set-all-lines.png
  1498. tabular-feature_set-border-lines.png
  1499. tabular-feature_set-longtabular.png
  1500. tabular-feature_set-rotate-cell.png
  1501. tabular-feature_set-rotate-tabular.png
  1502. tabular-feature_toggle-line-bottom.png
  1503. tabular-feature_toggle-line-left.png
  1504. tabular-feature_toggle-line-right.png
  1505. tabular-feature_toggle-line-top.png
  1506. tabular-feature_toggle-rotate-cell.png
  1507. tabular-feature_toggle-rotate-tabular.png
  1508. tabular-feature_unset-all-lines.png
  1509. tabular-insert.png
  1510. textstyle-apply.png
  1511. thesaurus-entry.png
  1512. toolbar-toggle_math.png
  1513. toolbar-toggle_math_panels.png
  1514. toolbar-toggle_table.png
  1515. undo.png
  1516. unknown.png
  1517. up.png
  1518. update-others.png
  1519. url-insert.png
  1520. vc-compare.png
  1521. vc-compare_0.png
  1522. vc-check-in.png
  1523. vc-check-out.png
  1524. vc-locking-toggle.png
  1525. vc-register.png
  1526. vc-repo-update.png
  1527. vc-revert.png
  1528. view-others.png
  1529. ''')
  1530. lib_images_extra_files = Split('''
  1531. font-smallcaps.png
  1532. README
  1533. ''')
  1534. lib_images_math_files = Split('''
  1535. acute.png
  1536. adots.png
  1537. aleph.png
  1538. alpha.png
  1539. amalg.png
  1540. angle.png
  1541. approx.png
  1542. approxeq.png
  1543. asymp.png
  1544. backepsilon.png
  1545. backprime.png
  1546. backsim.png
  1547. backsimeq.png
  1548. backslash.png
  1549. bar.png
  1550. bars.png
  1551. barwedge.png
  1552. Bbbk.png
  1553. because.png
  1554. beta.png
  1555. beth.png
  1556. between.png
  1557. bigcap.png
  1558. bigcirc.png
  1559. bigcup.png
  1560. bigodot.png
  1561. bigoplus.png
  1562. bigotimes.png
  1563. bigsqcup.png
  1564. bigstar.png
  1565. bigtriangledown.png
  1566. bigtriangleup.png
  1567. biguplus.png
  1568. bigvee.png
  1569. bigwedge.png
  1570. blacklozenge.png
  1571. blacksquare.png
  1572. blacktriangle.png
  1573. blacktriangledown.png
  1574. blacktriangleleft.png
  1575. blacktriangleright.png
  1576. bot.png
  1577. bowtie.png
  1578. boxdot.png
  1579. boxminus.png
  1580. boxplus.png
  1581. boxtimes.png
  1582. breve.png
  1583. bullet.png
  1584. bumpeq.png
  1585. bumpeq2.png
  1586. cap.png
  1587. cap2.png
  1588. cases.png
  1589. cdot.png
  1590. cdots.png
  1591. centerdot.png
  1592. check.png
  1593. chi.png
  1594. circ.png
  1595. circeq.png
  1596. circlearrowleft.png
  1597. circlearrowright.png
  1598. circledS.png
  1599. circledast.png
  1600. circledcirc.png
  1601. circleddash.png
  1602. clubsuit.png
  1603. complement.png
  1604. cong.png
  1605. coprod.png
  1606. cup.png
  1607. cup2.png
  1608. curlyeqprec.png
  1609. curlyeqsucc.png
  1610. curlyvee.png
  1611. curlywedge.png
  1612. curvearrowleft.png
  1613. curvearrowright.png
  1614. dagger.png
  1615. daleth.png
  1616. dashleftarrow.png
  1617. dashrightarrow.png
  1618. dashv.png
  1619. ddagger.png
  1620. ddddot.png
  1621. dddot.png
  1622. ddot.png
  1623. ddots.png
  1624. delim.png
  1625. delta.png
  1626. delta2.png
  1627. diagdown.png
  1628. diagup.png
  1629. diamond.png
  1630. diamond2.png
  1631. diamondsuit.png
  1632. digamma.png
  1633. div.png
  1634. divideontimes.png
  1635. dot.png
  1636. doteq.png
  1637. doteqdot.png
  1638. dotplus.png
  1639. dotsint.png
  1640. dotsintop.png
  1641. doublebarwedge.png
  1642. downarrow.png
  1643. downarrow2.png
  1644. downdownarrows.png
  1645. downharpoonleft.png
  1646. downharpoonright.png
  1647. ell.png
  1648. empty.png
  1649. emptyset.png
  1650. epsilon.png
  1651. eqcirc.png
  1652. eqslantgtr.png
  1653. eqslantless.png
  1654. equation.png
  1655. equiv.png
  1656. eta.png
  1657. eth.png
  1658. exists.png
  1659. export-others.png
  1660. fallingdotseq.png
  1661. fint.png
  1662. fintop.png
  1663. Finv.png
  1664. flat.png
  1665. font.png
  1666. forall.png
  1667. frac-square.png
  1668. frac.png
  1669. frown.png
  1670. functions.png
  1671. Game.png
  1672. gamma.png
  1673. gamma2.png
  1674. geq.png
  1675. geqq.png
  1676. geqslant.png
  1677. gg.png
  1678. ggg.png
  1679. gimel.png
  1680. gnapprox.png
  1681. gneq.png
  1682. gneqq.png
  1683. gnsim.png
  1684. grave.png
  1685. gtrapprox.png
  1686. gtrdot.png
  1687. gtreqless.png
  1688. gtreqqless.png
  1689. gtrless.png
  1690. gtrsim.png
  1691. gvertneqq.png
  1692. hat.png
  1693. hbar.png
  1694. heartsuit.png
  1695. hookleftarrow.png
  1696. hookrightarrow.png
  1697. hphantom.png
  1698. hslash.png
  1699. iddots.png
  1700. iiiint.png
  1701. iiiintop.png
  1702. iiint.png
  1703. iiintop.png
  1704. iint.png
  1705. iintop.png
  1706. Im.png
  1707. imath.png
  1708. in.png
  1709. infty.png
  1710. int.png
  1711. intercal.png
  1712. intop.png
  1713. iota.png
  1714. jmath.png
  1715. kappa.png
  1716. lambda.png
  1717. lambda2.png
  1718. landdownint.png
  1719. landdownintop.png
  1720. landupint.png
  1721. landupintop.png
  1722. langle.png
  1723. lbrace.png
  1724. lbrace_rbrace.png
  1725. lbracket.png
  1726. lbracket_rbracket.png
  1727. lceil.png
  1728. lceil_rceil.png
  1729. ldots.png
  1730. leftarrow.png
  1731. leftarrow2.png
  1732. leftarrowtail.png
  1733. leftharpoondown.png
  1734. leftharpoonup.png
  1735. leftleftarrows.png
  1736. leftrightarrow.png
  1737. leftrightarrow2.png
  1738. leftrightarrows.png
  1739. leftrightharpoons.png
  1740. leftrightsquigarrow.png
  1741. leftthreetimes.png
  1742. leq.png
  1743. leqq.png
  1744. leqslant.png
  1745. lessapprox.png
  1746. lessdot.png
  1747. lesseqgtr.png
  1748. lesseqqgtr.png
  1749. lessgtr.png
  1750. lesssim.png
  1751. lfloor.png
  1752. lfloor_rfloor.png
  1753. ll.png
  1754. llcorner.png
  1755. Lleftarrow.png
  1756. lll.png
  1757. lnapprox.png
  1758. lneq.png
  1759. lneqq.png
  1760. lnsim.png
  1761. longleftarrow.png
  1762. longleftarrow2.png
  1763. longleftrightarrow.png
  1764. longleftrightarrow2.png
  1765. longmapsto.png
  1766. longrightarrow.png
  1767. longrightarrow2.png
  1768. looparrowleft.png
  1769. looparrowright.png
  1770. lozenge.png
  1771. lparen.png
  1772. lparen_rparen.png
  1773. lrcorner.png
  1774. Lsh.png
  1775. ltimes.png
  1776. lvertneqq.png
  1777. mapsto.png
  1778. mathbb_C.png
  1779. mathbb_H.png
  1780. mathbb_N.png
  1781. mathbb_Q.png
  1782. mathbb_R.png
  1783. mathbb_Z.png
  1784. mathcal_F.png
  1785. mathcal_H.png
  1786. mathcal_L.png
  1787. mathcal_O.png
  1788. mathcircumflex.png
  1789. mathrm_T.png
  1790. matrix.png
  1791. measuredangle.png
  1792. mho.png
  1793. mid.png
  1794. models.png
  1795. mp.png
  1796. mu.png
  1797. multimap.png
  1798. nabla.png
  1799. natural.png
  1800. ncong.png
  1801. nearrow.png
  1802. neg.png
  1803. neq.png
  1804. nexists.png
  1805. ngeq.png
  1806. ngeqq.png
  1807. ngeqslant.png
  1808. ngtr.png
  1809. ni.png
  1810. nleftarrow.png
  1811. nleftarrow2.png
  1812. nleftrightarrow.png
  1813. nleftrightarrow2.png
  1814. nleq.png
  1815. nleqq.png
  1816. nleqslant.png
  1817. nless.png
  1818. nmid.png
  1819. notin.png
  1820. nparallel.png
  1821. nprec.png
  1822. npreceq.png
  1823. nrightarrow.png
  1824. nrightarrow2.png
  1825. nshortmid.png
  1826. nshortparallel.png
  1827. nsim.png
  1828. nsubseteq.png
  1829. nsucc.png
  1830. nsucceq.png
  1831. nsupseteq.png
  1832. nsupseteqq.png
  1833. ntriangleleft.png
  1834. ntrianglelefteq.png
  1835. ntriangleright.png
  1836. ntrianglerighteq.png
  1837. nu.png
  1838. nvdash.png
  1839. nvdash2.png
  1840. nvdash3.png
  1841. nwarrow.png
  1842. odot.png
  1843. oiint.png
  1844. oiintop.png
  1845. oint.png
  1846. ointclockwise.png
  1847. ointclockwiseop.png
  1848. ointctrclockwise.png
  1849. ointctrclockwiseop.png
  1850. ointop.png
  1851. omega.png
  1852. omega2.png
  1853. ominus.png
  1854. oplus.png
  1855. oslash.png
  1856. otimes.png
  1857. overbrace.png
  1858. overleftarrow.png
  1859. overleftrightarrow.png
  1860. overline.png
  1861. overrightarrow.png
  1862. overset.png
  1863. parallel.png
  1864. partial.png
  1865. perp.png
  1866. phantom.png
  1867. phi.png
  1868. phi2.png
  1869. pi.png
  1870. pi2.png
  1871. pitchfork.png
  1872. pm.png
  1873. prec.png
  1874. precapprox.png
  1875. preccurlyeq.png
  1876. preceq.png
  1877. precnapprox.png
  1878. precnsim.png
  1879. precsim.png
  1880. prime.png
  1881. prod.png
  1882. propto.png
  1883. psi.png
  1884. psi2.png
  1885. rangle.png
  1886. rbrace.png
  1887. rbracket.png
  1888. rceil.png
  1889. Re.png
  1890. rfloor.png
  1891. rho.png
  1892. rightarrow.png
  1893. rightarrow2.png
  1894. rightarrowtail.png
  1895. rightharpoondown.png
  1896. rightharpoonup.png
  1897. rightleftarrows.png
  1898. rightleftharpoons.png
  1899. rightrightarrows.png
  1900. rightsquigarrow.png
  1901. rightthreetimes.png
  1902. risingdotseq.png
  1903. root.png
  1904. rparen.png
  1905. Rrightarrow.png
  1906. Rsh.png
  1907. rtimes.png
  1908. searrow.png
  1909. setminus.png
  1910. sharp.png
  1911. shortmid.png
  1912. shortparallel.png
  1913. sigma.png
  1914. sigma2.png
  1915. sim.png
  1916. simeq.png
  1917. slash.png
  1918. smallfrown.png
  1919. smallsetminus.png
  1920. smallsmile.png
  1921. smile.png
  1922. space.png
  1923. spadesuit.png
  1924. sphericalangle.png
  1925. sqcap.png
  1926. sqcup.png
  1927. sqiint.png
  1928. sqiintop.png
  1929. sqint.png
  1930. sqintop.png
  1931. sqrt-square.png
  1932. sqrt.png
  1933. sqsubset.png
  1934. sqsubseteq.png
  1935. sqsupset.png
  1936. sqsupseteq.png
  1937. square.png
  1938. star.png
  1939. style.png
  1940. sub.png
  1941. subset.png
  1942. subset2.png
  1943. subseteq.png
  1944. subseteqq.png
  1945. subsetneq.png
  1946. subsetneqq.png
  1947. succ.png
  1948. succapprox.png
  1949. succcurlyeq.png
  1950. succeq.png
  1951. succnapprox.png
  1952. succnsim.png
  1953. succsim.png
  1954. sum.png
  1955. super.png
  1956. supset.png
  1957. supset2.png
  1958. supseteq.png
  1959. supseteqq.png
  1960. supsetneq.png
  1961. supsetneqq.png
  1962. surd.png
  1963. swarrow.png
  1964. tau.png
  1965. textrm_AA.png
  1966. textrm_O.png
  1967. therefore.png
  1968. theta.png
  1969. theta2.png
  1970. thickapprox.png
  1971. thicksim.png
  1972. tilde.png
  1973. times.png
  1974. top.png
  1975. triangle.png
  1976. triangledown.png
  1977. triangleleft.png
  1978. trianglelefteq.png
  1979. triangleq.png
  1980. triangleright.png
  1981. trianglerighteq.png
  1982. twoheadleftarrow.png
  1983. twoheadrightarrow.png
  1984. ulcorner.png
  1985. underbrace.png
  1986. underleftarrow.png
  1987. underleftrightarrow.png
  1988. underline.png
  1989. underrightarrow.png
  1990. underscore.png
  1991. underset.png
  1992. undertilde.png
  1993. uparrow.png
  1994. uparrow2.png
  1995. updownarrow.png
  1996. updownarrow2.png
  1997. upharpoonleft.png
  1998. upharpoonright.png
  1999. uplus.png
  2000. upsilon.png
  2001. upsilon2.png
  2002. upuparrows.png
  2003. urcorner.png
  2004. utilde.png
  2005. varepsilon.png
  2006. varkappa.png
  2007. varnothing.png
  2008. varphi.png
  2009. varpi.png
  2010. varpropto.png
  2011. varrho.png
  2012. varsigma.png
  2013. varsubsetneq.png
  2014. varsubsetneqq.png
  2015. varsupsetneq.png
  2016. varsupsetneqq.png
  2017. vartheta.png
  2018. vartriangle.png
  2019. vartriangleleft.png
  2020. vartriangleright.png
  2021. vdash.png
  2022. vdash2.png
  2023. vdash3.png
  2024. vdots.png
  2025. vec.png
  2026. vee.png
  2027. veebar.png
  2028. vert.png
  2029. vert2.png
  2030. vphantom.png
  2031. Vvdash.png
  2032. wedge.png
  2033. widehat.png
  2034. widetilde.png
  2035. wp.png
  2036. wr.png
  2037. xi.png
  2038. xi2.png
  2039. zeta.png
  2040. ''')
  2041. lib_images_math_extra_files = Split('''
  2042. ams_arrows.png
  2043. ams_misc.png
  2044. ams_nrel.png
  2045. ams_ops.png
  2046. ams_rel.png
  2047. arrows.png
  2048. bop.png
  2049. brel.png
  2050. deco.png
  2051. deco.png
  2052. delim.png
  2053. delim0.png
  2054. delim1.png
  2055. dots.png
  2056. font.png
  2057. functions.png
  2058. greek.png
  2059. misc.png
  2060. varsz.png
  2061. ''')
  2062. lib_images_commands_files = Split('''
  2063. ''')
  2064. lib_images_classic_files = Split('''
  2065. all-changes-accept.png
  2066. all-changes-reject.png
  2067. bookmark-goto.png
  2068. bookmark-goto_0.png
  2069. bookmark-save.png
  2070. box-insert.png
  2071. break-line.png
  2072. buffer-close.png
  2073. buffer-export.png
  2074. buffer-export_dvi.png
  2075. buffer-export_dvi3.png
  2076. buffer-export_latex.png
  2077. buffer-export_pdf.png
  2078. buffer-export_pdf2.png
  2079. buffer-export_pdf3.png
  2080. buffer-export_pdf4.png
  2081. buffer-export_pdf5.png
  2082. buffer-export_ps.png
  2083. buffer-export_text.png
  2084. buffer-new.png
  2085. buffer-reload.png
  2086. buffer-toggle-output-sync.png
  2087. buffer-update.png
  2088. buffer-update_dvi.png
  2089. buffer-update_dvi3.png
  2090. buffer-update_pdf.png
  2091. buffer-update_pdf2.png
  2092. buffer-update_pdf3.png
  2093. buffer-update_pdf4.png
  2094. buffer-update_pdf5.png
  2095. buffer-update_ps.png
  2096. buffer-view.png
  2097. buffer-view_dvi.png
  2098. buffer-view_dvi3.png
  2099. buffer-view_pdf.png
  2100. buffer-view_pdf2.png
  2101. buffer-view_pdf3.png
  2102. buffer-view_pdf4.png
  2103. buffer-view_pdf5.png
  2104. buffer-view_ps.png
  2105. buffer-write.png
  2106. buffer-write-as.png
  2107. build-program.png
  2108. change-accept.png
  2109. change-next.png
  2110. change-reject.png
  2111. changes-merge.png
  2112. changes-output.png
  2113. changes-track.png
  2114. close-tab-group.png
  2115. copy.png
  2116. cut.png
  2117. demote.png
  2118. depth-decrement.png
  2119. depth-increment.png
  2120. dialog-preferences.png
  2121. dialog-show_character.png
  2122. dialog-show_findreplace.png
  2123. dialog-show_mathdelimiter.png
  2124. dialog-show_mathmatrix.png
  2125. dialog-show_print.png
  2126. dialog-show_spellchecker.png
  2127. dialog-show_vclog.png
  2128. dialog-show-new-inset_citation.png
  2129. dialog-show-new-inset_graphics.png
  2130. dialog-show-new-inset_include.png
  2131. dialog-show-new-inset_ref.png
  2132. dialog-toggle_findreplaceadv.png
  2133. dialog-toggle_toc.png
  2134. down.png
  2135. ert-insert.png
  2136. file-open.png
  2137. float-insert_figure.png
  2138. float-insert_table.png
  2139. font-bold.png
  2140. font-emph.png
  2141. font-noun.png
  2142. font-sans.png
  2143. footnote-insert.png
  2144. href-insert.png
  2145. iconsize.png
  2146. index-insert.png
  2147. info-insert_buffer_vcs-revision.png
  2148. label-insert.png
  2149. layout-document.png
  2150. layout-paragraph.png
  2151. layout.png
  2152. layout_Description.png
  2153. layout_Enumerate.png
  2154. layout_Itemize.png
  2155. layout_List.png
  2156. layout_LyX-Code.png
  2157. layout_Scrap.png
  2158. layout_Section.png
  2159. marginalnote-insert.png
  2160. master-buffer-update.png
  2161. master-buffer-view.png
  2162. math-display.png
  2163. math-macro-add-greedy-optional-param.png
  2164. math-macro-add-optional-param.png
  2165. math-macro-add-param.png
  2166. math-macro-append-greedy-param.png
  2167. math-macro-make-nonoptional.png
  2168. math-macro-make-optional.png
  2169. math-macro-remove-greedy-param.png
  2170. math-macro-remove-optional-param.png
  2171. math-macro-remove-param.png
  2172. math-macro_newmacroname_newcommand.png
  2173. math-matrix.png
  2174. math-mode.png
  2175. math-subscript.png
  2176. math-superscript.png
  2177. nomencl-insert.png
  2178. note-insert.png
  2179. note-next.png
  2180. paste.png
  2181. promote.png
  2182. redo.png
  2183. reload.png
  2184. script-insert_subscript.png
  2185. script-insert_superscript.png
  2186. split-view_horizontal.png
  2187. split-view_vertical.png
  2188. tabular-feature_align-decimal.png
  2189. tabular-feature_append-column.png
  2190. tabular-feature_append-row.png
  2191. tabular-feature_delete-column.png
  2192. tabular-feature_delete-row.png
  2193. tabular-feature_m-align-center.png
  2194. tabular-feature_m-align-left.png
  2195. tabular-feature_m-align-right.png
  2196. tabular-feature_m-valign-bottom.png
  2197. tabular-feature_m-valign-middle.png
  2198. tabular-feature_m-valign-top.png
  2199. tabular-feature_multicolumn.png
  2200. tabular-feature_multirow.png
  2201. tabular-feature_set-all-lines.png
  2202. tabular-feature_set-border-lines.png
  2203. tabular-feature_set-longtabular.png
  2204. tabular-feature_set-rotate-cell.png
  2205. tabular-feature_set-rotate-tabular.png
  2206. tabular-feature_toggle-line-bottom.png
  2207. tabular-feature_toggle-line-left.png
  2208. tabular-feature_toggle-line-right.png
  2209. tabular-feature_toggle-line-top.png
  2210. tabular-feature_toggle-rotate-cell.png
  2211. tabular-feature_toggle-rotate-tabular.png
  2212. tabular-feature_unset-all-lines.png
  2213. tabular-insert.png
  2214. textstyle-apply.png
  2215. thesaurus-entry.png
  2216. toolbar-toggle_math.png
  2217. toolbar-toggle_math_panels.png
  2218. toolbar-toggle_table.png
  2219. undo.png
  2220. unknown.png
  2221. up.png
  2222. update-others.png
  2223. url-insert.png
  2224. vc-compare.png
  2225. vc-compare_0.png
  2226. vc-check-in.png
  2227. vc-check-out.png
  2228. vc-locking-toggle.png
  2229. vc-register.png
  2230. vc-repo-update.png
  2231. vc-revert.png
  2232. view-others.png
  2233. ''')
  2234. lib_images_oxygen_files = Split('''
  2235. all-changes-accept.png
  2236. all-changes-reject.png
  2237. bookmark-goto.png
  2238. bookmark-goto_0.png
  2239. bookmark-save.png
  2240. box-insert.png
  2241. buffer-new.png
  2242. buffer-reload.png
  2243. buffer-toggle-output-sync.png
  2244. buffer-update.png
  2245. buffer-update_dvi.png
  2246. buffer-update_dvi3.png
  2247. buffer-update_pdf.png
  2248. buffer-update_pdf2.png
  2249. buffer-update_pdf3.png
  2250. buffer-update_pdf4.png
  2251. buffer-update_pdf5.png
  2252. buffer-update_ps.png
  2253. buffer-view.png
  2254. buffer-view_dvi.png
  2255. buffer-view_dvi3.png
  2256. buffer-view_pdf.png
  2257. buffer-view_pdf2.png
  2258. buffer-view_pdf3.png
  2259. buffer-view_pdf4.png
  2260. buffer-view_pdf5.png
  2261. buffer-view_ps.png
  2262. buffer-write.png
  2263. buffer-write-as.png
  2264. change-accept.png
  2265. change-next.png
  2266. change-reject.png
  2267. changes-output.png
  2268. changes-track.png
  2269. closetab.png
  2270. close-tab-group.png
  2271. copy.png
  2272. cut.png
  2273. depth-decrement.png
  2274. depth-increment.png
  2275. dialog-show_character.png
  2276. dialog-show_findreplace.png
  2277. dialog-show_print.png
  2278. dialog-show_spellchecker.png
  2279. dialog-show-new-inset_citation.png
  2280. dialog-show-new-inset_graphics.png
  2281. dialog-show-new-inset_include.png
  2282. dialog-show-new-inset_ref.png
  2283. dialog-toggle_findreplaceadv.png
  2284. dialog-toggle_toc.png
  2285. ert-insert.png
  2286. file-open.png
  2287. float-insert_figure.png
  2288. float-insert_table.png
  2289. font-bold.png
  2290. font-emph.png
  2291. font-noun.png
  2292. footnote-insert.png
  2293. href-insert.png
  2294. iconsize.png
  2295. index-insert.png
  2296. label-insert.png
  2297. layout.png
  2298. layout-document.png
  2299. layout-paragraph.png
  2300. layout_Description.png
  2301. layout_Enumerate.png
  2302. layout_Itemize.png
  2303. layout_List.png
  2304. lyx-quit.png
  2305. marginalnote-insert.png
  2306. master-buffer-update.png
  2307. master-buffer-view.png
  2308. math-macro_newmacroname_newcommand.png
  2309. math-mode.png
  2310. nomencl-insert.png
  2311. note-insert.png
  2312. note-next.png
  2313. paste.png
  2314. redo.png
  2315. reload.png
  2316. split-view_horizontal.png
  2317. split-view_vertical.png
  2318. tabular-insert.png
  2319. textstyle-apply.png
  2320. thesaurus-entry.png
  2321. toolbar-toggle_math.png
  2322. toolbar-toggle_table.png
  2323. undo.png
  2324. update-others.png
  2325. url-insert.png
  2326. vc-revert.png
  2327. view-others.png
  2328. ''')
  2329. lib_images_attic_extra_files = Split('''
  2330. dialog-show_mathpanel.png
  2331. ''')
  2332. # Do not add subscript.sty to lib_tex_files since we don't want to install it
  2333. # (it is part of TeXLive). We include it in our source package only so that
  2334. # packagers may decide to install it (e.g. for MikTeX).
  2335. lib_tex_files = Split('''
  2336. broadway.cls
  2337. hollywood.cls
  2338. lyxchess.sty
  2339. lyxskak.sty
  2340. revtex.cls
  2341. ''')
  2342. lib_doc_files = Split('''
  2343. Customization.lyx
  2344. DummyDocument1.lyx
  2345. DummyDocument2.lyx
  2346. DummyTextDocument.txt
  2347. EmbeddedObjects.lyx
  2348. Additional.lyx
  2349. Formula-numbering.lyx
  2350. Intro.lyx
  2351. LaTeXConfig.lyx
  2352. LFUNs.lyx
  2353. Math.lyx
  2354. Shortcuts.lyx
  2355. Tutorial.lyx
  2356. UserGuide.lyx
  2357. ''')
  2358. lib_doc_biblio_files = Split('''
  2359. alphadin.bst
  2360. LyXDocs.bib
  2361. ''')
  2362. lib_doc_clipart_files = Split('''
  2363. Abstract.pdf
  2364. BoxInsetDefaultQt4.png
  2365. ChangesToolbar.png
  2366. ChildDocumentQt4.png
  2367. CommentNoteImageQt4.png
  2368. endnotes.pdf
  2369. ERT.png
  2370. escher-lsd.eps
  2371. ExternalMaterialQt4.png
  2372. ExtraToolbar.png
  2373. floatQt4.png
  2374. footnoteQt4.png
  2375. GreyedOutNoteImageQt4.png
  2376. labelQt4.png
  2377. LaTeX.png
  2378. LyXNoteImageQt4.png
  2379. macrobox.png
  2380. MacroToolbar.png
  2381. macrouse.png
  2382. mobius.eps
  2383. platypus.eps
  2384. referenceQt4.png
  2385. SpaceMarker.png
  2386. StandardToolbar.png
  2387. ToolbarEnvBox.png
  2388. ViewToolbar.png
  2389. with_fntright.pdf
  2390. without_fntright.pdf
  2391. ''')
  2392. lib_doc_extra_files = Split('''
  2393. Makefile.am
  2394. README.Documentation
  2395. ''')
  2396. lib_doc_ca_files = Split('''
  2397. Intro.lyx
  2398. ''')
  2399. lib_doc_cs_files = Split('''
  2400. Tutorial.lyx
  2401. ''')
  2402. lib_doc_de_files = Split('''
  2403. Customization.lyx
  2404. DummyDocument1.lyx
  2405. DummyDocument2.lyx
  2406. DummyTextDocument.txt
  2407. EmbeddedObjects.lyx
  2408. Additional.lyx
  2409. Formelnummerierung.lyx
  2410. Intro.lyx
  2411. Math.lyx
  2412. Shortcuts.lyx
  2413. Tutorial.lyx
  2414. UserGuide.lyx
  2415. ''')
  2416. lib_doc_de_clipart_files = Split('''
  2417. ERT.png
  2418. ExternesMaterialQt4.png
  2419. FussnoteQt4.png
  2420. GleitobjektQt4.png
  2421. GrauschriftNotizQt4.png
  2422. KommentarQt4.png
  2423. LyXNotizQt4.png
  2424. Marke.png
  2425. Querverweis.png
  2426. StandardBoxQt4.png
  2427. UnterdokumentQt4.png
  2428. ''')
  2429. lib_doc_da_files = Split('''
  2430. Intro.lyx
  2431. ''')
  2432. lib_doc_el_files = Split('''
  2433. Intro.lyx
  2434. ''')
  2435. lib_doc_es_files = Split('''
  2436. Customization.lyx
  2437. DocumentoPostizo1.lyx
  2438. DocumentoPostizo2.lyx
  2439. DocumentoTextoPostizo.txt
  2440. EmbeddedObjects.lyx
  2441. Additional.lyx
  2442. Formula-numbering.lyx
  2443. Intro.lyx
  2444. Math.lyx
  2445. Shortcuts.lyx
  2446. Tutorial.lyx
  2447. UserGuide.lyx
  2448. ''')
  2449. lib_doc_es_clipart_files = Split('''
  2450. ComentNotaImagenQt4.png
  2451. CuadroMinipagQt4.png
  2452. DocumentoHijoQt4.png
  2453. es_ERT.png
  2454. es_ToolbarEnvBox.png
  2455. etiquetaQt4.png
  2456. flotanteQt4.png
  2457. GrisNotaImagenQt4.png
  2458. MaterialExternoQt4.png
  2459. NotaLyXImagenQt4.png
  2460. notapieQt4.png
  2461. referenciaQt4.png
  2462. Resumen.pdf
  2463. ''')
  2464. lib_doc_eu_files = Split('''
  2465. Customization.lyx
  2466. Additional.lyx
  2467. Intro.lyx
  2468. Tutorial.lyx
  2469. UserGuide.lyx
  2470. ''')
  2471. lib_doc_fr_files = Split('''
  2472. Customization.lyx
  2473. DocumentBidon1.lyx
  2474. DocumentBidon2.lyx
  2475. DocumentTexteBidon.txt
  2476. EmbeddedObjects.lyx
  2477. Additional.lyx
  2478. Formula-numbering.lyx
  2479. Intro.lyx
  2480. Math.lyx
  2481. Shortcuts.lyx
  2482. Tutorial.lyx
  2483. UserGuide.lyx
  2484. ''')
  2485. lib_doc_fr_clipart_files = Split('''
  2486. BoxInsetDefaultQt4.png
  2487. ChildDocumentQt4.png
  2488. CommentNoteImageQt4.png
  2489. ERT.png
  2490. floatQt4.png
  2491. footnoteQt4.png
  2492. GreyedOutNoteImageQt4.png
  2493. labelQt4.png
  2494. LyXNoteImageQt4.png
  2495. ''')
  2496. lib_doc_gl_files = Split('''
  2497. Intro.lyx
  2498. Tutorial.lyx
  2499. ''')
  2500. lib_doc_he_files = Split('''
  2501. Intro.lyx
  2502. Tutorial.lyx
  2503. ''')
  2504. lib_doc_hu_files = Split('''
  2505. Intro.lyx
  2506. Tutorial.lyx
  2507. ''')
  2508. lib_doc_id_files = Split('''
  2509. Intro.lyx
  2510. Shortcuts.lyx
  2511. Tutorial.lyx
  2512. UserGuide.lyx
  2513. ''')
  2514. lib_doc_id_clipart_files = Split('''
  2515. id-contrib.png
  2516. id-footnote.png
  2517. id-lingkungan.png
  2518. ''')
  2519. lib_doc_it_files = Split('''
  2520. Customization.lyx
  2521. Intro.lyx
  2522. Tutorial.lyx
  2523. UserGuide.lyx
  2524. ''')
  2525. lib_doc_it_clipart_files = Split('''
  2526. it_footnoteQt4.png
  2527. it_referenceQt4.png
  2528. ''')
  2529. lib_doc_ja_files = Split('''
  2530. Additional.lyx
  2531. Customization.lyx
  2532. DummyDocument1.lyx
  2533. DummyDocument2.lyx
  2534. EmbeddedObjects.lyx
  2535. Formula-numbering.lyx
  2536. Intro.lyx
  2537. LaTeXConfig.lyx
  2538. Math.lyx
  2539. Shortcuts.lyx
  2540. Tutorial.lyx
  2541. UserGuide.lyx
  2542. ''')
  2543. lib_doc_ja_clipart_files = Split('''
  2544. ChildDocumentQt4.png
  2545. ERT.png
  2546. ExternalMaterialQt4.png
  2547. floatQt4.png
  2548. footnoteQt4.png
  2549. referenceQt4.png
  2550. ToolbarEnvBox.png
  2551. ''')
  2552. lib_doc_nb_files = S

Large files files are truncated, but you can click here to view the full file