mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
413f080ede
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18002 a592a061-630c-0410-9148-cb99ea01b6c8
2501 lines
42 KiB
Python
2501 lines
42 KiB
Python
from SCons.Util import Split
|
|
|
|
intl_header_files = Split('''
|
|
eval-plural.h
|
|
gettextP.h
|
|
gmo.h
|
|
hash-string.h
|
|
libgnuintl.h
|
|
libintl.h
|
|
loadinfo.h
|
|
localcharset.h
|
|
os2compat.h
|
|
plural-exp.h
|
|
printf-args.h
|
|
printf-parse.h
|
|
relocatable.h
|
|
vasnprintf.h
|
|
vasnwprintf.h
|
|
wprintf-parse.h
|
|
xsize.h
|
|
''')
|
|
|
|
|
|
intl_files = Split('''
|
|
bindtextdom.c
|
|
dcgettext.c
|
|
dcigettext.c
|
|
dcngettext.c
|
|
dgettext.c
|
|
dngettext.c
|
|
explodename.c
|
|
finddomain.c
|
|
gettext.c
|
|
intl-compat.c
|
|
l10nflist.c
|
|
loadmsgcat.c
|
|
localcharset.c
|
|
localealias.c
|
|
localename.c
|
|
log.c
|
|
ngettext.c
|
|
osdep.c
|
|
plural-exp.c
|
|
plural.c
|
|
printf.c
|
|
relocatable.c
|
|
textdomain.c
|
|
''')
|
|
|
|
|
|
boost_libs_signals_src_files = Split('''
|
|
connection.cpp
|
|
named_slot_map.cpp
|
|
signal_base.cpp
|
|
slot.cpp
|
|
trackable.cpp
|
|
''')
|
|
|
|
|
|
boost_libs_regex_src_files = Split('''
|
|
c_regex_traits.cpp
|
|
cpp_regex_traits.cpp
|
|
cregex.cpp
|
|
fileiter.cpp
|
|
instances.cpp
|
|
posix_api.cpp
|
|
regex.cpp
|
|
regex_debug.cpp
|
|
regex_raw_buffer.cpp
|
|
regex_traits_defaults.cpp
|
|
w32_regex_traits.cpp
|
|
wide_posix_api.cpp
|
|
winstances.cpp
|
|
''')
|
|
|
|
|
|
boost_libs_filesystem_src_files = Split('''
|
|
exception.cpp
|
|
operations.cpp
|
|
path.cpp
|
|
portability.cpp
|
|
''')
|
|
|
|
|
|
boost_libs_iostreams_src_files = Split('''
|
|
file_descriptor.cpp
|
|
mapped_file.cpp
|
|
zlib.cpp
|
|
''')
|
|
|
|
|
|
src_support_header_files = Split('''
|
|
FileMonitor.h
|
|
RandomAccessList.h
|
|
convert.h
|
|
copied_ptr.h
|
|
cow_ptr.h
|
|
debugstream.h
|
|
docstream.h
|
|
docstring.h
|
|
environment.h
|
|
ExceptionMessage.h
|
|
filefilterlist.h
|
|
filename.h
|
|
filetools.h
|
|
forkedcall.h
|
|
forkedcallqueue.h
|
|
forkedcontr.h
|
|
fs_extras.h
|
|
limited_stack.h
|
|
lstrings.h
|
|
lyxalgo.h
|
|
lyxlib.h
|
|
lyxmanip.h
|
|
lyxtime.h
|
|
os.h
|
|
os_win32.h
|
|
package.h
|
|
path.h
|
|
qstring_helpers.h
|
|
socktools.h
|
|
std_istream.h
|
|
std_ostream.h
|
|
systemcall.h
|
|
textutils.h
|
|
translator.h
|
|
types.h
|
|
unicode.h
|
|
userinfo.h
|
|
''')
|
|
|
|
|
|
src_support_files = Split('''
|
|
FileMonitor.C
|
|
abort.C
|
|
chdir.C
|
|
convert.C
|
|
copy.C
|
|
docstream.C
|
|
docstring.C
|
|
environment.C
|
|
filefilterlist.C
|
|
filename.C
|
|
filetools.C
|
|
forkedcall.C
|
|
forkedcallqueue.C
|
|
forkedcontr.C
|
|
fs_extras.C
|
|
getcwd.C
|
|
kill.C
|
|
lstrings.C
|
|
lyxsum.C
|
|
lyxtime.C
|
|
mkdir.C
|
|
os.C
|
|
package.C
|
|
path.C
|
|
qstring_helpers.C
|
|
rename.C
|
|
socktools.C
|
|
systemcall.C
|
|
tempname.C
|
|
textutils.C
|
|
unicode.C
|
|
unlink.C
|
|
userinfo.C
|
|
''')
|
|
|
|
|
|
src_mathed_header_files = Split('''
|
|
InsetMath.h
|
|
InsetMathAMSArray.h
|
|
InsetMathArray.h
|
|
InsetMathBig.h
|
|
InsetMathBinom.h
|
|
InsetMathBoldSymbol.h
|
|
InsetMathBox.h
|
|
InsetMathBoxed.h
|
|
InsetMathBrace.h
|
|
InsetMathCases.h
|
|
InsetMathChar.h
|
|
InsetMathColor.h
|
|
CommandInset.h
|
|
InsetMathComment.h
|
|
InsetMathDFrac.h
|
|
InsetMathDecoration.h
|
|
InsetMathDelim.h
|
|
InsetMathDiff.h
|
|
InsetMathDim.h
|
|
InsetMathDots.h
|
|
InsetMathEnv.h
|
|
InsetMathExFunc.h
|
|
InsetMathExInt.h
|
|
InsetMathFBox.h
|
|
InsetMathFont.h
|
|
InsetMathFontOld.h
|
|
InsetMathFrac.h
|
|
InsetMathFracBase.h
|
|
InsetMathFrameBox.h
|
|
InsetMathGrid.h
|
|
InsetMathHull.h
|
|
InsetMathKern.h
|
|
InsetMathLefteqn.h
|
|
InsetMathLim.h
|
|
MathMacro.h
|
|
InsetMathMakebox.h
|
|
InsetMathMatrix.h
|
|
InsetMathNest.h
|
|
InsetMathNumber.h
|
|
InsetMathOverset.h
|
|
InsetMathPar.h
|
|
InsetMathPhantom.h
|
|
InsetMathRef.h
|
|
InsetMathRoot.h
|
|
InsetMathScript.h
|
|
InsetMathSize.h
|
|
InsetMathSpace.h
|
|
InsetMathSplit.h
|
|
InsetMathSqrt.h
|
|
InsetMathStackrel.h
|
|
InsetMathString.h
|
|
InsetMathSubstack.h
|
|
InsetMathSymbol.h
|
|
InsetMathTFrac.h
|
|
InsetMathTabular.h
|
|
InsetMathUnderset.h
|
|
InsetMathUnknown.h
|
|
InsetMathXArrow.h
|
|
InsetMathXYMatrix.h
|
|
MathAtom.h
|
|
MathAutoCorrect.h
|
|
MathArray.h
|
|
MathExtern.h
|
|
MathFactory.h
|
|
MathGridInfo.h
|
|
MathMacroArgument.h
|
|
MathMacroTable.h
|
|
MathMacroTemplate.h
|
|
MathParser.h
|
|
ReplaceData.h
|
|
MathStream.h
|
|
MathSupport.h
|
|
TextPainter.h
|
|
''')
|
|
|
|
|
|
src_mathed_files = Split('''
|
|
InsetMath.cpp
|
|
InsetMathAMSArray.cpp
|
|
InsetMathArray.cpp
|
|
InsetMathBig.cpp
|
|
InsetMathBinom.cpp
|
|
InsetMathBoldSymbol.cpp
|
|
InsetMathBox.cpp
|
|
InsetMathBoxed.cpp
|
|
InsetMathBrace.cpp
|
|
InsetMathCases.cpp
|
|
InsetMathChar.cpp
|
|
InsetMathColor.cpp
|
|
CommandInset.cpp
|
|
InsetMathComment.cpp
|
|
InsetMathDFrac.cpp
|
|
InsetMathDecoration.cpp
|
|
InsetMathDelim.cpp
|
|
InsetMathDiff.cpp
|
|
InsetMathDim.cpp
|
|
InsetMathDots.cpp
|
|
InsetMathEnv.cpp
|
|
InsetMathExFunc.cpp
|
|
InsetMathExInt.cpp
|
|
InsetMathFBox.cpp
|
|
InsetMathFont.cpp
|
|
InsetMathFontOld.cpp
|
|
InsetMathFrac.cpp
|
|
InsetMathFracBase.cpp
|
|
InsetMathFrameBox.cpp
|
|
InsetMathGrid.cpp
|
|
InsetMathHull.cpp
|
|
InsetMathKern.cpp
|
|
InsetMathLefteqn.cpp
|
|
InsetMathLim.cpp
|
|
MathMacro.cpp
|
|
InsetMathMakebox.cpp
|
|
InsetMathMatrix.cpp
|
|
InsetMathNest.cpp
|
|
InsetMathNumber.cpp
|
|
InsetMathOverset.cpp
|
|
InsetMathPar.cpp
|
|
InsetMathPhantom.cpp
|
|
InsetMathRef.cpp
|
|
InsetMathRoot.cpp
|
|
InsetMathScript.cpp
|
|
InsetMathSize.cpp
|
|
InsetMathSpace.cpp
|
|
InsetMathSplit.cpp
|
|
InsetMathSqrt.cpp
|
|
InsetMathStackrel.cpp
|
|
InsetMathString.cpp
|
|
InsetMathSubstack.cpp
|
|
InsetMathSymbol.cpp
|
|
InsetMathTFrac.cpp
|
|
InsetMathTabular.cpp
|
|
InsetMathUnderset.cpp
|
|
InsetMathUnknown.cpp
|
|
InsetMathXArrow.cpp
|
|
InsetMathXYMatrix.cpp
|
|
MathAtom.cpp
|
|
MathAutoCorrect.cpp
|
|
MathArray.cpp
|
|
MathExtern.cpp
|
|
MathFactory.cpp
|
|
MathMacroArgument.cpp
|
|
MathMacroTable.cpp
|
|
MathMacroTemplate.cpp
|
|
MathParser.cpp
|
|
MathStream.cpp
|
|
MathSupport.cpp
|
|
TextPainter.cpp
|
|
''')
|
|
|
|
|
|
src_insets_header_files = Split('''
|
|
ExternalSupport.h
|
|
ExternalTemplate.h
|
|
ExternalTransforms.h
|
|
Inset.h
|
|
InsetBase.h
|
|
InsetBibitem.h
|
|
InsetBibtex.h
|
|
InsetBox.h
|
|
InsetBranch.h
|
|
InsetCaption.h
|
|
InsetCharStyle.h
|
|
InsetCitation.h
|
|
InsetCollapsable.h
|
|
InsetCommand.h
|
|
InsetCommandParams.h
|
|
InsetEnv.h
|
|
InsetERT.h
|
|
InsetExternal.h
|
|
InsetFloat.h
|
|
InsetFloatList.h
|
|
InsetFoot.h
|
|
InsetFootlike.h
|
|
InsetGraphics.h
|
|
InsetGraphicsParams.h
|
|
InsetHFill.h
|
|
InsetInclude.h
|
|
InsetIndex.h
|
|
InsetLabel.h
|
|
InsetLine.h
|
|
InsetMarginal.h
|
|
InsetNewline.h
|
|
InsetNomencl.h
|
|
InsetNote.h
|
|
InsetOptArg.h
|
|
InsetPagebreak.h
|
|
InsetQuotes.h
|
|
InsetRef.h
|
|
InsetSpace.h
|
|
InsetSpecialChar.h
|
|
InsetTabular.h
|
|
InsetText.h
|
|
InsetTheorem.h
|
|
InsetTOC.h
|
|
InsetUrl.h
|
|
InsetVSpace.h
|
|
InsetWrap.h
|
|
MailInset.h
|
|
RenderBase.h
|
|
RenderButton.h
|
|
RenderGraphic.h
|
|
RenderPreview.h
|
|
''')
|
|
|
|
|
|
src_insets_files = Split('''
|
|
ExternalSupport.C
|
|
ExternalTemplate.C
|
|
ExternalTransforms.C
|
|
Inset.cpp
|
|
InsetBase.cpp
|
|
InsetBibitem.cpp
|
|
InsetBibtex.cpp
|
|
InsetBox.cpp
|
|
InsetBranch.cpp
|
|
InsetCaption.cpp
|
|
InsetCharStyle.cpp
|
|
InsetCitation.cpp
|
|
InsetCollapsable.cpp
|
|
InsetCommand.cpp
|
|
InsetCommandParams.cpp
|
|
InsetEnv.cpp
|
|
InsetERT.cpp
|
|
InsetExternal.cpp
|
|
InsetFloat.cpp
|
|
InsetFloatList.cpp
|
|
InsetFoot.cpp
|
|
InsetFootlike.cpp
|
|
InsetGraphics.cpp
|
|
InsetGraphicsParams.cpp
|
|
InsetHFill.cpp
|
|
InsetInclude.cpp
|
|
InsetIndex.cpp
|
|
InsetLabel.cpp
|
|
InsetLine.cpp
|
|
InsetMarginal.cpp
|
|
InsetNewline.cpp
|
|
InsetNomencl.cpp
|
|
InsetNote.cpp
|
|
InsetOptArg.cpp
|
|
InsetPagebreak.cpp
|
|
InsetQuotes.cpp
|
|
InsetRef.cpp
|
|
InsetSpace.cpp
|
|
InsetSpecialChar.cpp
|
|
InsetTabular.cpp
|
|
InsetText.cpp
|
|
InsetTOC.cpp
|
|
InsetUrl.cpp
|
|
InsetVSpace.cpp
|
|
InsetWrap.cpp
|
|
MailInset.cpp
|
|
RenderButton.cpp
|
|
RenderGraphic.cpp
|
|
RenderPreview.cpp
|
|
''')
|
|
|
|
|
|
src_frontends_header_files = Split('''
|
|
Alert.h
|
|
Alert_pimpl.h
|
|
Application.h
|
|
Clipboard.h
|
|
NoGuiFontLoader.h
|
|
NoGuiFontMetrics.h
|
|
Dialogs.h
|
|
FileDialog.h
|
|
FontLoader.h
|
|
FontMetrics.h
|
|
Gui.h
|
|
LyXKeySym.h
|
|
LyXKeySymFactory.h
|
|
LyXView.h
|
|
Menubar.h
|
|
Painter.h
|
|
Selection.h
|
|
Timeout.h
|
|
Toolbars.h
|
|
WorkArea.h
|
|
key_state.h
|
|
mouse_state.h
|
|
''')
|
|
|
|
|
|
src_frontends_files = Split('''
|
|
Alert.C
|
|
Application.C
|
|
Dialogs.C
|
|
LyXView.C
|
|
Painter.C
|
|
Timeout.C
|
|
Toolbars.C
|
|
WorkArea.C
|
|
''')
|
|
|
|
|
|
src_graphics_header_files = Split('''
|
|
GraphicsCache.h
|
|
GraphicsCacheItem.h
|
|
GraphicsConverter.h
|
|
GraphicsImage.h
|
|
GraphicsLoader.h
|
|
GraphicsParams.h
|
|
GraphicsTypes.h
|
|
LoaderQueue.h
|
|
PreviewImage.h
|
|
PreviewLoader.h
|
|
Previews.h
|
|
''')
|
|
|
|
|
|
src_graphics_files = Split('''
|
|
GraphicsCache.cpp
|
|
GraphicsCacheItem.cpp
|
|
GraphicsConverter.cpp
|
|
GraphicsImage.cpp
|
|
GraphicsLoader.cpp
|
|
GraphicsParams.cpp
|
|
GraphicsTypes.cpp
|
|
LoaderQueue.cpp
|
|
PreviewImage.cpp
|
|
PreviewLoader.cpp
|
|
Previews.cpp
|
|
''')
|
|
|
|
|
|
src_frontends_controllers_header_files = Split('''
|
|
BCView.h
|
|
ButtonController.h
|
|
ButtonPolicies.h
|
|
ControlAboutlyx.h
|
|
ControlBibtex.h
|
|
ControlBox.h
|
|
ControlBranch.h
|
|
ControlChanges.h
|
|
ControlCharacter.h
|
|
ControlCitation.h
|
|
ControlCommand.h
|
|
ControlCommandBuffer.h
|
|
ControlDocument.h
|
|
ControlERT.h
|
|
ControlErrorList.h
|
|
ControlExternal.h
|
|
ControlFloat.h
|
|
ControlGraphics.h
|
|
ControlInclude.h
|
|
ControlLog.h
|
|
ControlMath.h
|
|
ControlNote.h
|
|
ControlParagraph.h
|
|
ControlPrefs.h
|
|
ControlPrint.h
|
|
ControlRef.h
|
|
ControlSearch.h
|
|
ControlSendto.h
|
|
ControlShowFile.h
|
|
ControlSpellchecker.h
|
|
ControlTabular.h
|
|
ControlTabularCreate.h
|
|
ControlTexinfo.h
|
|
ControlThesaurus.h
|
|
ControlToc.h
|
|
ControlVSpace.h
|
|
ControlViewSource.h
|
|
ControlWrap.h
|
|
Dialog.h
|
|
Kernel.h
|
|
frontend_helpers.h
|
|
''')
|
|
|
|
|
|
src_frontends_controllers_files = Split('''
|
|
BCView.cpp
|
|
ButtonController.cpp
|
|
ButtonPolicies.cpp
|
|
ControlAboutlyx.cpp
|
|
ControlBibtex.cpp
|
|
ControlBox.cpp
|
|
ControlBranch.cpp
|
|
ControlChanges.cpp
|
|
ControlCharacter.cpp
|
|
ControlCitation.cpp
|
|
ControlCommand.cpp
|
|
ControlCommandBuffer.cpp
|
|
ControlDocument.cpp
|
|
ControlERT.cpp
|
|
ControlErrorList.cpp
|
|
ControlExternal.cpp
|
|
ControlFloat.cpp
|
|
ControlGraphics.cpp
|
|
ControlInclude.cpp
|
|
ControlLog.cpp
|
|
ControlMath.cpp
|
|
ControlNote.cpp
|
|
ControlParagraph.cpp
|
|
ControlPrefs.cpp
|
|
ControlPrint.cpp
|
|
ControlRef.cpp
|
|
ControlSearch.cpp
|
|
ControlSendto.cpp
|
|
ControlShowFile.cpp
|
|
ControlSpellchecker.cpp
|
|
ControlTabular.cpp
|
|
ControlTabularCreate.cpp
|
|
ControlTexinfo.cpp
|
|
ControlThesaurus.cpp
|
|
ControlToc.cpp
|
|
ControlVSpace.cpp
|
|
ControlViewSource.cpp
|
|
ControlWrap.cpp
|
|
Dialog.cpp
|
|
Kernel.cpp
|
|
frontend_helpers.cpp
|
|
''')
|
|
|
|
|
|
|
|
src_frontends_qt4_ui_files = Split('''
|
|
BiblioUi.ui
|
|
BranchesUi.ui
|
|
BulletsUi.ui
|
|
FloatPlacementUi.ui
|
|
FontUi.ui
|
|
LaTeXUi.ui
|
|
LanguageUi.ui
|
|
MarginsUi.ui
|
|
MathsUi.ui
|
|
NumberingUi.ui
|
|
PageLayoutUi.ui
|
|
PreambleUi.ui
|
|
AboutUi.ui
|
|
AskForTextUi.ui
|
|
BibitemUi.ui
|
|
BibtexAddUi.ui
|
|
BibtexUi.ui
|
|
BoxUi.ui
|
|
BranchUi.ui
|
|
ChangesUi.ui
|
|
CharacterUi.ui
|
|
CitationUi.ui
|
|
DelimiterUi.ui
|
|
DocumentUi.ui
|
|
ERTUi.ui
|
|
ErrorListUi.ui
|
|
ExternalUi.ui
|
|
FloatUi.ui
|
|
GraphicsUi.ui
|
|
IncludeUi.ui
|
|
IndexUi.ui
|
|
LogUi.ui
|
|
MathMatrixUi.ui
|
|
NomenclUi.ui
|
|
NoteUi.ui
|
|
ParagraphUi.ui
|
|
PrefColorsUi.ui
|
|
PrefConvertersUi.ui
|
|
PrefCopiersUi.ui
|
|
PrefCygwinPathUi.ui
|
|
PrefDateUi.ui
|
|
PrefDisplayUi.ui
|
|
PrefFileformatsUi.ui
|
|
PrefIdentityUi.ui
|
|
PrefKeyboardUi.ui
|
|
PrefLanguageUi.ui
|
|
PrefLatexUi.ui
|
|
PrefPathsUi.ui
|
|
PrefPlaintextUi.ui
|
|
PrefPrinterUi.ui
|
|
PrefScreenFontsUi.ui
|
|
PrefSpellcheckerUi.ui
|
|
PrefUi.ui
|
|
PrefsUi.ui
|
|
PrintUi.ui
|
|
RefUi.ui
|
|
SearchUi.ui
|
|
SendtoUi.ui
|
|
ShowFileUi.ui
|
|
SpellcheckerUi.ui
|
|
TabularUi.ui
|
|
TabularCreateUi.ui
|
|
TexinfoUi.ui
|
|
ThesaurusUi.ui
|
|
TocUi.ui
|
|
URLUi.ui
|
|
VSpaceUi.ui
|
|
ViewSourceUi.ui
|
|
WrapUi.ui
|
|
TextLayoutUi.ui
|
|
''')
|
|
|
|
|
|
src_frontends_qt4_moc_files = Split('''
|
|
BulletsModule.C
|
|
QBox.C
|
|
QERT.C
|
|
QSearch.C
|
|
QSpellchecker.C
|
|
QTabularCreate.C
|
|
QTexinfo.C
|
|
QThesaurus.C
|
|
QTabular.C
|
|
QVSpace.C
|
|
QWrap.C
|
|
QDocument.C
|
|
QLog.C
|
|
QParagraph.C
|
|
QShowFile.C
|
|
QBibitem.C
|
|
QNomencl.C
|
|
emptytable.C
|
|
FileDialog_private.C
|
|
FloatPlacement.C
|
|
GuiApplication.C
|
|
GuiImplementation.C
|
|
iconpalette.C
|
|
lengthcombo.C
|
|
InsertTableWidget.C
|
|
panelstack.C
|
|
QBibtex.C
|
|
QBranch.C
|
|
QBranches.C
|
|
QChanges.C
|
|
QCharacter.C
|
|
QCitationDialog.C
|
|
QCommandBuffer.C
|
|
QCommandEdit.C
|
|
QDelimiterDialog.C
|
|
QErrorList.C
|
|
QExternal.C
|
|
QFloatDialog.C
|
|
QGraphicsDialog.C
|
|
QInclude.C
|
|
QIndex.C
|
|
Action.C
|
|
QLog.C
|
|
QViewSource.C
|
|
QLMenubar.C
|
|
QLPopupMenu.C
|
|
QLPrintDialog.C
|
|
QMathMatrixDialog.C
|
|
QNomencl.C
|
|
QNote.C
|
|
QPrefs.C
|
|
QRef.C
|
|
QSendto.C
|
|
qsetborder.C
|
|
QDialogView.C
|
|
TocModel.C
|
|
TocWidget.C
|
|
QToc.C
|
|
GuiView.C
|
|
QURLDialog.C
|
|
GuiWorkArea.C
|
|
QLToolbar.C
|
|
socket_callback.C
|
|
validators.C
|
|
QAbout.C
|
|
''')
|
|
|
|
|
|
src_frontends_qt4_header_files = Split('''
|
|
Action.h
|
|
BiblioModuleBase.h
|
|
BulletsModule.h
|
|
ColorCache.h
|
|
DockView.h
|
|
FileDialog_private.h
|
|
GuiApplication.h
|
|
GuiClipboard.h
|
|
GuiFontLoader.h
|
|
GuiImplementation.h
|
|
GuiSelection.h
|
|
GuiView.h
|
|
GuiWorkArea.h
|
|
InsertTableWidget.h
|
|
About.h
|
|
QBibitem.h
|
|
QBibtex.h
|
|
QBox.h
|
|
QBranch.h
|
|
QBranches.h
|
|
QBrowseBox.h
|
|
QChanges.h
|
|
QCharacter.h
|
|
QCharacter.h
|
|
QCitation.h
|
|
QCitationDialog.h
|
|
QCommandBuffer.h
|
|
QCommandEdit.h
|
|
QDelimiterDialog.h
|
|
QDialogView.h
|
|
QDocument.h
|
|
QERT.h
|
|
QErrorList.h
|
|
QExternal.h
|
|
QFloat.h
|
|
QFloatDialog.h
|
|
QGraphics.h
|
|
QGraphicsDialog.h
|
|
QGraphicsUi.h
|
|
QInclude.h
|
|
QIndex.h
|
|
QLImage.h
|
|
QLMenubar.h
|
|
QLPainter.h
|
|
QLPopupMenu.h
|
|
QLPrintDialog.h
|
|
QLToolbar.h
|
|
QLog.h
|
|
QLyXKeySym.h
|
|
QMathMatrixDialog.h
|
|
QNomencl.h
|
|
QNote.h
|
|
QParagraph.h
|
|
QPrefs.h
|
|
QPrint.h
|
|
QRef.h
|
|
QSearch.h
|
|
QSendto.h
|
|
QShowFile.h
|
|
QSpellchecker.h
|
|
QTabular.h
|
|
QTabularCreate.h
|
|
QTexinfo.h
|
|
QThesaurus.h
|
|
QToc.h
|
|
QURLDialog.h
|
|
QVSpace.h
|
|
QViewSource.h
|
|
QWrap.h
|
|
Qt2BC.h
|
|
TocModel.h
|
|
TocWidget.h
|
|
UrlView.h
|
|
checkedwidgets.h
|
|
emptytable.h
|
|
FloatPlacement.h
|
|
iconpalette.h
|
|
lengthcombo.h
|
|
panelstack.h
|
|
qfontexample.h
|
|
qlkey.h
|
|
qsetborder.h
|
|
qtTimeout.h
|
|
qt_helpers.h
|
|
socket_callback.h
|
|
validators.h
|
|
''')
|
|
|
|
|
|
src_frontends_qt4_files = Split('''
|
|
Action.C
|
|
Alert_pimpl.C
|
|
BulletsModule.C
|
|
ColorCache.C
|
|
Dialogs.C
|
|
FileDialog.C
|
|
FileDialog_private.C
|
|
GuiApplication.C
|
|
GuiClipboard.C
|
|
GuiFontLoader.C
|
|
GuiFontMetrics.C
|
|
GuiImplementation.C
|
|
GuiSelection.C
|
|
GuiView.C
|
|
GuiWorkArea.C
|
|
InsertTableWidget.C
|
|
LyXKeySymFactory.C
|
|
QAbout.C
|
|
QBibitem.C
|
|
QBibtex.C
|
|
QBox.C
|
|
QBranch.C
|
|
QBranches.C
|
|
QChanges.C
|
|
QCharacter.C
|
|
QCitation.C
|
|
QCitationDialog.C
|
|
QCommandBuffer.C
|
|
QCommandEdit.C
|
|
QDelimiterDialog.C
|
|
QDialogView.C
|
|
QDocument.C
|
|
QERT.C
|
|
QErrorList.C
|
|
QExternal.C
|
|
QFloat.C
|
|
QFloatDialog.C
|
|
QGraphics.C
|
|
QGraphicsDialog.C
|
|
QInclude.C
|
|
QIndex.C
|
|
QLImage.C
|
|
QLMenubar.C
|
|
QLPainter.C
|
|
QLPopupMenu.C
|
|
QLPrintDialog.C
|
|
QLToolbar.C
|
|
QLog.C
|
|
QLyXKeySym.C
|
|
QMathMatrixDialog.C
|
|
QNomencl.C
|
|
QNote.C
|
|
QParagraph.C
|
|
QPrefs.C
|
|
QPrint.C
|
|
QRef.C
|
|
QSearch.C
|
|
QSendto.C
|
|
QShowFile.C
|
|
QSpellchecker.C
|
|
QTabular.C
|
|
QTabularCreate.C
|
|
QTexinfo.C
|
|
QThesaurus.C
|
|
QToc.C
|
|
QURLDialog.C
|
|
QVSpace.C
|
|
QViewSource.C
|
|
QWrap.C
|
|
Qt2BC.C
|
|
TocModel.C
|
|
TocWidget.C
|
|
UrlView.C
|
|
checkedwidgets.C
|
|
emptytable.C
|
|
FloatPlacement.C
|
|
iconpalette.C
|
|
lengthcombo.C
|
|
panelstack.C
|
|
qfontexample.C
|
|
qsetborder.C
|
|
qtTimeout.C
|
|
qt_helpers.C
|
|
socket_callback.C
|
|
validators.C
|
|
''')
|
|
|
|
|
|
src_client_header_files = Split('''
|
|
debug.h
|
|
messages.h
|
|
''')
|
|
|
|
|
|
src_client_files = Split('''
|
|
boost.C
|
|
client.C
|
|
debug.C
|
|
gettext.C
|
|
messages.C
|
|
''')
|
|
|
|
|
|
src_tex2lyx_header_files = Split('''
|
|
Spacing.h
|
|
context.h
|
|
lyxfont.h
|
|
tex2lyx.h
|
|
texparser.h
|
|
''')
|
|
|
|
|
|
src_tex2lyx_files = Split('''
|
|
FloatList.C
|
|
Floating.C
|
|
boost.C
|
|
context.C
|
|
counters.C
|
|
gettext.C
|
|
lengthcommon.C
|
|
lyxfont.C
|
|
lyxlayout.C
|
|
lyxlex.C
|
|
lyxtextclass.C
|
|
math.C
|
|
preamble.C
|
|
table.C
|
|
tex2lyx.C
|
|
texparser.C
|
|
text.C
|
|
''')
|
|
|
|
|
|
src_header_files = Split('''
|
|
Bidi.h
|
|
BranchList.h
|
|
BufferView.h
|
|
Bullet.h
|
|
Chktex.h
|
|
Color.h
|
|
ConverterCache.h
|
|
CutAndPaste.h
|
|
DepTable.h
|
|
FloatList.h
|
|
Floating.h
|
|
FontIterator.h
|
|
FuncStatus.h
|
|
InsetList.h
|
|
LColor.h
|
|
LaTeX.h
|
|
LaTeXFeatures.h
|
|
LyXAction.h
|
|
MenuBackend.h
|
|
ParagraphList.h
|
|
ParagraphList_fwd.h
|
|
ParagraphParameters.h
|
|
PrinterParams.h
|
|
RowList_fwd.h
|
|
Sectioning.h
|
|
Spacing.h
|
|
SpellBase.h
|
|
Thesaurus.h
|
|
TocBackend.h
|
|
ToolbarBackend.h
|
|
UpdateFlags.h
|
|
Variables.h
|
|
WordLangTuple.h
|
|
aspell_local.h
|
|
author.h
|
|
box.h
|
|
buffer.h
|
|
buffer_funcs.h
|
|
bufferlist.h
|
|
bufferparams.h
|
|
bufferview_funcs.h
|
|
changes.h
|
|
converter.h
|
|
coordcache.h
|
|
counters.h
|
|
cursor.h
|
|
cursor_slice.h
|
|
debug.h
|
|
dimension.h
|
|
dispatchresult.h
|
|
dociterator.h
|
|
encoding.h
|
|
errorlist.h
|
|
exporter.h
|
|
factory.h
|
|
format.h
|
|
funcrequest.h
|
|
gettext.h
|
|
graph.h
|
|
importer.h
|
|
insetiterator.h
|
|
intl.h
|
|
ispell.h
|
|
kbmap.h
|
|
kbsequence.h
|
|
language.h
|
|
layout.h
|
|
lengthcommon.h
|
|
lfuns.h
|
|
lyx_cb.h
|
|
lyx_main.h
|
|
lyx_sty.h
|
|
lyxfind.h
|
|
lyxfont.h
|
|
lyxfunc.h
|
|
lyxgluelength.h
|
|
lyxlayout.h
|
|
lyxlayout_ptr_fwd.h
|
|
lyxlength.h
|
|
lyxlex.h
|
|
lyxrc.h
|
|
lyxrow.h
|
|
lyxserver.h
|
|
lyxsocket.h
|
|
lyxtext.h
|
|
lyxtextclass.h
|
|
lyxtextclasslist.h
|
|
lyxvc.h
|
|
messages.h
|
|
metricsinfo.h
|
|
mover.h
|
|
output.h
|
|
output_docbook.h
|
|
output_latex.h
|
|
output_plaintext.h
|
|
outputparams.h
|
|
paper.h
|
|
paragraph.h
|
|
paragraph_funcs.h
|
|
ParagraphMetrics.h
|
|
pariterator.h
|
|
pspell.h
|
|
rowpainter.h
|
|
session.h
|
|
sgml.h
|
|
tabular.h
|
|
tex-accent.h
|
|
tex-strings.h
|
|
texrow.h
|
|
TextMetrics.h
|
|
toc.h
|
|
trans.h
|
|
trans_decl.h
|
|
trans_mgr.h
|
|
undo.h
|
|
vc-backend.h
|
|
version.h
|
|
vspace.h
|
|
''')
|
|
|
|
|
|
src_pre_files = Split('''
|
|
Bidi.C
|
|
BranchList.C
|
|
BufferView.C
|
|
Bullet.C
|
|
Chktex.C
|
|
Color.C
|
|
ConverterCache.C
|
|
CutAndPaste.C
|
|
DepTable.C
|
|
FloatList.C
|
|
Floating.C
|
|
FontIterator.C
|
|
FuncStatus.C
|
|
InsetList.C
|
|
LColor.C
|
|
LaTeX.C
|
|
LaTeXFeatures.C
|
|
LyXAction.C
|
|
MenuBackend.C
|
|
ParagraphParameters.C
|
|
Spacing.C
|
|
TocBackend.C
|
|
ToolbarBackend.C
|
|
author.C
|
|
boost.C
|
|
buffer.C
|
|
buffer_funcs.C
|
|
bufferlist.C
|
|
bufferparams.C
|
|
bufferview_funcs.C
|
|
changes.C
|
|
converter.C
|
|
coordcache.C
|
|
counters.C
|
|
cursor.C
|
|
cursor_slice.C
|
|
debug.C
|
|
dociterator.C
|
|
encoding.C
|
|
errorlist.C
|
|
exporter.C
|
|
factory.C
|
|
format.C
|
|
funcrequest.C
|
|
gettext.C
|
|
graph.C
|
|
importer.C
|
|
insetiterator.C
|
|
intl.C
|
|
kbmap.C
|
|
kbsequence.C
|
|
language.C
|
|
lengthcommon.C
|
|
lyx_cb.C
|
|
lyx_main.C
|
|
lyx_sty.C
|
|
lyxfind.C
|
|
lyxfont.C
|
|
lyxfunc.C
|
|
lyxgluelength.C
|
|
lyxlayout.C
|
|
lyxlength.C
|
|
lyxlex.C
|
|
lyxrc.C
|
|
lyxrow.C
|
|
lyxserver.C
|
|
lyxsocket.C
|
|
lyxtextclass.C
|
|
lyxtextclasslist.C
|
|
lyxvc.C
|
|
messages.C
|
|
metricsinfo.C
|
|
mover.C
|
|
output.C
|
|
output_docbook.C
|
|
output_latex.C
|
|
output_plaintext.C
|
|
outputparams.C
|
|
paragraph.C
|
|
paragraph_funcs.C
|
|
ParagraphMetrics.C
|
|
pariterator.C
|
|
rowpainter.C
|
|
session.C
|
|
sgml.C
|
|
tex-accent.C
|
|
tex-strings.C
|
|
texrow.C
|
|
text.C
|
|
text2.C
|
|
text3.C
|
|
TextMetrics.C
|
|
toc.C
|
|
trans.C
|
|
trans_mgr.C
|
|
undo.C
|
|
vc-backend.C
|
|
version.C
|
|
vspace.C
|
|
''')
|
|
|
|
|
|
src_post_files = Split('''
|
|
tabular.C
|
|
dimension.C
|
|
PrinterParams.C
|
|
box.C
|
|
Thesaurus.C
|
|
SpellBase.C
|
|
''')
|
|
|
|
|
|
lib_files = Split('''
|
|
CREDITS
|
|
chkconfig.ltx
|
|
external_templates
|
|
encodings
|
|
languages
|
|
symbols
|
|
syntax.default
|
|
unicodesymbols
|
|
configure.py
|
|
''')
|
|
|
|
|
|
# do not install, ignore
|
|
lib_image_noinst_files = Split('''
|
|
images/README
|
|
images/font-smallcaps.xpm
|
|
images/math/ams_arrows.xbm
|
|
images/math/ams_misc.xbm
|
|
images/math/ams_nrel.xbm
|
|
images/math/ams_ops.xbm
|
|
images/math/ams_rel.xbm
|
|
images/math/arrows.xbm
|
|
images/math/bop.xbm
|
|
images/math/brel.xbm
|
|
images/math/deco.xbm
|
|
images/math/deco.xpm
|
|
images/math/delim0.xpm
|
|
images/math/delim1.xpm
|
|
images/math/delim.xbm
|
|
images/math/dots.xbm
|
|
images/math/font.xbm
|
|
images/math/greek.xbm
|
|
images/math/misc.xbm
|
|
images/math/varsz.xbm
|
|
''')
|
|
|
|
|
|
lib_bind_de_files = Split('''
|
|
menus.bind
|
|
''')
|
|
|
|
lib_bind_fi_files = Split('''
|
|
menus.bind
|
|
''')
|
|
|
|
lib_bind_pt_files = Split('''
|
|
menus.bind
|
|
''')
|
|
|
|
lib_bind_sv_files = Split('''
|
|
menus.bind
|
|
''')
|
|
|
|
lib_bind_files = Split('''
|
|
broadway.bind
|
|
cua.bind
|
|
cyrkeys.bind
|
|
emacs.bind
|
|
greekkeys.bind
|
|
hollywood.bind
|
|
latinkeys.bind
|
|
mac.bind
|
|
math.bind
|
|
menus.bind
|
|
sciword.bind
|
|
xemacs.bind
|
|
aqua.bind
|
|
''')
|
|
|
|
|
|
lib_examples_ca_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_cs_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_da_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_de_files = Split('''
|
|
Dezimal.lyx
|
|
ItemizeBullets.lyx
|
|
Lebenslauf.lyx
|
|
Minipage.lyx
|
|
TableExamples.lyx
|
|
Waehrungen.lyx
|
|
beispiel_gelyxt.lyx
|
|
beispiel_roh.lyx
|
|
splash.lyx
|
|
mathed.lyx
|
|
multicol.lyx
|
|
''')
|
|
|
|
lib_examples_es_files = Split('''
|
|
ejemplo_con_lyx.lyx
|
|
ejemplo_sin_lyx.lyx
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_eu_files = Split('''
|
|
adibide_gordina.lyx
|
|
adibide_lyx-atua.lyx
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_fr_files = Split('''
|
|
AlignementDecimal.lyx
|
|
CV.lyx
|
|
ExemplesTableaux.lyx
|
|
Foils.lyx
|
|
ListesPuces.lyx
|
|
Minipage.lyx
|
|
exemple_brut.lyx
|
|
exemple_lyxifie.lyx
|
|
mathed.lyx
|
|
multicol.lyx
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_he_files = Split('''
|
|
example_raw.lyx
|
|
he_example_lyxified.lyx
|
|
he_example_raw.lyx
|
|
''')
|
|
|
|
lib_examples_hu_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_it_files = Split('''
|
|
ItemizeBullets.lyx
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_nl_files = Split('''
|
|
multicol.lyx
|
|
opsommingstekens.lyx
|
|
splash.lyx
|
|
voorbeeld_ruw.lyx
|
|
voorbeeld_verlyxt.lyx
|
|
''')
|
|
|
|
lib_examples_pl_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_pt_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_ru_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_sl_files = Split('''
|
|
primer_lyxan.lyx
|
|
primer_surov.lyx
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_ro_files = Split('''
|
|
splash.lyx
|
|
''')
|
|
|
|
lib_examples_files = Split('''
|
|
Foils.lyx
|
|
ItemizeBullets.lyx
|
|
Literate.lyx
|
|
Minipage.lyx
|
|
TableExamples.lyx
|
|
aa_sample.lyx
|
|
aas_sample.lyx
|
|
amsart-test.lyx
|
|
amsbook-test.lyx
|
|
beamer-g4.jpg
|
|
beamer-g4-mask.jpg
|
|
beamer-icsi-logo.pdf
|
|
beamer-knight1-mask.png
|
|
beamer-knight1.png
|
|
beamer-knight2-mask.png
|
|
beamer-knight2.png
|
|
beamer-knight3-mask.png
|
|
beamer-knight3.png
|
|
beamer-knight4-mask.png
|
|
beamer-knight4.png
|
|
beamerlyxexample1.lyx
|
|
chess-article.lyx
|
|
chessgame.lyx
|
|
currency.lyx
|
|
cv.lyx
|
|
docbook_article.lyx
|
|
example_lyxified.lyx
|
|
example_raw.lyx
|
|
iecc05.fen
|
|
iecc07.fen
|
|
iecc12.fen
|
|
landslide.lyx
|
|
listerrors.lyx
|
|
mathed.lyx
|
|
multicol.lyx
|
|
noweb2lyx.lyx
|
|
script_form.lyx
|
|
splash.lyx
|
|
g-brief2.lyx
|
|
''')
|
|
|
|
lib_fonts_files = Split('''
|
|
BaKoMaFontLicense.txt
|
|
cmex10.ttf
|
|
cmmi10.ttf
|
|
cmr10.ttf
|
|
cmsy10.ttf
|
|
eufm10.ttf
|
|
msam10.ttf
|
|
msbm10.ttf
|
|
ReadmeBaKoMa4LyX.txt
|
|
wasy10.ttf
|
|
''')
|
|
|
|
lib_images_files = Split('''
|
|
all-changes-reject.xpm
|
|
all-changes-accept.xpm
|
|
amssymb.xpm
|
|
banner.png
|
|
bookmark-goto.xpm
|
|
bookmark-save.xpm
|
|
break-line.xpm
|
|
buffer-close.xpm
|
|
buffer-export_dvi.xpm
|
|
buffer-export_latex.xpm
|
|
buffer-export_pdf2.xpm
|
|
buffer-export_ps.xpm
|
|
buffer-export_text.xpm
|
|
buffer-new.xpm
|
|
buffer-reload.xpm
|
|
buffer-update_dvi.xpm
|
|
buffer-update_pdf2.xpm
|
|
buffer-update_ps.xpm
|
|
buffer-view_dvi.xpm
|
|
buffer-view_pdf2.xpm
|
|
buffer-view_ps.xpm
|
|
buffer-write-as.xpm
|
|
buffer-write.xpm
|
|
build-program.xpm
|
|
change-accept.xpm
|
|
change-next.xpm
|
|
change-reject.xpm
|
|
changes-merge.xpm
|
|
changes-output.xpm
|
|
changes-track.xpm
|
|
copy.xpm
|
|
cut.xpm
|
|
depth-decrement.xpm
|
|
depth-increment.xpm
|
|
dialog-preferences.xpm
|
|
dialog-show-new-inset_citation.xpm
|
|
dialog-show-new-inset_graphics.xpm
|
|
dialog-show-new-inset_include.xpm
|
|
dialog-show-new-inset_ref.xpm
|
|
dialog-show_character.xpm
|
|
dialog-show_findreplace.xpm
|
|
dialog-show_mathdelimiter.xpm
|
|
dialog-show_mathmatrix.xpm
|
|
dialog-show_print.xpm
|
|
dialog-show_spellchecker.xpm
|
|
down.xpm
|
|
ert-insert.xpm
|
|
file-open.xpm
|
|
float-insert_figure.xpm
|
|
float-insert_table.xpm
|
|
font-bold.xpm
|
|
font-emph.xpm
|
|
font-free-apply.xpm
|
|
font-noun.xpm
|
|
font-sans.xpm
|
|
footnote-insert.xpm
|
|
index-insert.xpm
|
|
label-insert.xpm
|
|
layout.xpm
|
|
layout-document.xpm
|
|
layout-paragraph.xpm
|
|
layout_Description.xpm
|
|
layout_Enumerate.xpm
|
|
layout_Itemize.xpm
|
|
layout_List.xpm
|
|
layout_LyX-Code.xpm
|
|
layout_Scrap.xpm
|
|
layout_Section.xpm
|
|
lyx-quit.xpm
|
|
lyx.xpm
|
|
marginalnote-insert.xpm
|
|
math-display.xpm
|
|
math-matrix.xpm
|
|
math-mode.xpm
|
|
math-subscript.xpm
|
|
math-superscript.xpm
|
|
nomencl-insert.xpm
|
|
note-insert.xpm
|
|
note-next.xpm
|
|
paste.xpm
|
|
psnfss1.xpm
|
|
psnfss2.xpm
|
|
psnfss3.xpm
|
|
psnfss4.xpm
|
|
redo.xpm
|
|
standard.xpm
|
|
tabular-feature_align-center.xpm
|
|
tabular-feature_align-left.xpm
|
|
tabular-feature_align-right.xpm
|
|
tabular-feature_append-column.xpm
|
|
tabular-feature_append-row.xpm
|
|
tabular-feature_delete-column.xpm
|
|
tabular-feature_delete-row.xpm
|
|
tabular-feature_multicolumn.xpm
|
|
tabular-feature_set-all-lines.xpm
|
|
tabular-feature_set-longtabular.xpm
|
|
tabular-feature_set-rotate-cell.xpm
|
|
tabular-feature_set-rotate-tabular.xpm
|
|
tabular-feature_toggle-line-bottom.xpm
|
|
tabular-feature_toggle-line-left.xpm
|
|
tabular-feature_toggle-line-right.xpm
|
|
tabular-feature_toggle-line-top.xpm
|
|
tabular-feature_unset-all-lines.xpm
|
|
tabular-feature_valign-bottom.xpm
|
|
tabular-feature_valign-middle.xpm
|
|
tabular-feature_valign-top.xpm
|
|
tabular-insert.xpm
|
|
thesaurus-entry.xpm
|
|
toc-view.xpm
|
|
undo.xpm
|
|
unknown.xpm
|
|
up.xpm
|
|
url-insert.xpm
|
|
''')
|
|
|
|
|
|
lib_images_math_files = Split('''
|
|
style.xbm
|
|
font.xpm
|
|
delim.xpm
|
|
equation.xpm
|
|
matrix.xpm
|
|
space.xpm
|
|
sqrt-square.xpm
|
|
style.xpm
|
|
sub.xpm
|
|
super.xpm
|
|
Bbbk.xpm
|
|
Finv.xpm
|
|
Game.xpm
|
|
Im.xpm
|
|
Lleftarrow.xpm
|
|
Rrightarrow.xpm
|
|
Lsh.xpm
|
|
Re.xpm
|
|
Rsh.xpm
|
|
Vert.xpm
|
|
Vvdash.xpm
|
|
acute.xpm
|
|
aleph.xpm
|
|
alpha.xpm
|
|
amalg.xpm
|
|
angle.xpm
|
|
approx.xpm
|
|
approxeq.xpm
|
|
asymp.xpm
|
|
backepsilon.xpm
|
|
backprime.xpm
|
|
backsim.xpm
|
|
backsimeq.xpm
|
|
backslash.xpm
|
|
bar.xpm
|
|
bars.xpm
|
|
barwedge.xpm
|
|
because.xpm
|
|
beta.xpm
|
|
beth.xpm
|
|
between.xpm
|
|
bigcap.xpm
|
|
bigcirc.xpm
|
|
bigcup.xpm
|
|
bigodot.xpm
|
|
bigoplus.xpm
|
|
bigotimes.xpm
|
|
bigsqcup.xpm
|
|
bigstar.xpm
|
|
bigtriangledown.xpm
|
|
bigtriangleup.xpm
|
|
biguplus.xpm
|
|
bigvee.xpm
|
|
bigwedge.xpm
|
|
blacklozenge.xpm
|
|
blacksquare.xpm
|
|
blacktriangle.xpm
|
|
blacktriangledown.xpm
|
|
blacktriangleleft.xpm
|
|
blacktriangleright.xpm
|
|
bot.xpm
|
|
bowtie.xpm
|
|
boxdot.xpm
|
|
boxminus.xpm
|
|
boxplus.xpm
|
|
boxtimes.xpm
|
|
breve.xpm
|
|
bullet.xpm
|
|
bumpeq.xpm
|
|
bumpeq2.xpm
|
|
cap.xpm
|
|
cap2.xpm
|
|
cases.xpm
|
|
cdot.xpm
|
|
cdots.xpm
|
|
centerdot.xpm
|
|
check.xpm
|
|
chi.xpm
|
|
circ.xpm
|
|
circeq.xpm
|
|
circlearrowleft.xpm
|
|
circlearrowright.xpm
|
|
circledS.xpm
|
|
circledast.xpm
|
|
circledcirc.xpm
|
|
circleddash.xpm
|
|
clubsuit.xpm
|
|
complement.xpm
|
|
cong.xpm
|
|
coprod.xpm
|
|
cup.xpm
|
|
cup2.xpm
|
|
curlyeqprec.xpm
|
|
curlyeqsucc.xpm
|
|
curlyvee.xpm
|
|
curlywedge.xpm
|
|
curvearrowleft.xpm
|
|
curvearrowright.xpm
|
|
dagger.xpm
|
|
daleth.xpm
|
|
dashleftarrow.xpm
|
|
dashrightarrow.xpm
|
|
dashv.xpm
|
|
ddagger.xpm
|
|
ddot.xpm
|
|
ddots.xpm
|
|
delta.xpm
|
|
delta2.xpm
|
|
diagdown.xpm
|
|
diagup.xpm
|
|
diamond.xpm
|
|
diamondsuit.xpm
|
|
digamma.xpm
|
|
div.xpm
|
|
divideontimes.xpm
|
|
dot.xpm
|
|
doteq.xpm
|
|
doteqdot.xpm
|
|
dotsint.xpm
|
|
dotsintop.xpm
|
|
dotplus.xpm
|
|
doublebarwedge.xpm
|
|
downarrow.xpm
|
|
downarrow2.xpm
|
|
downdownarrows.xpm
|
|
downharpoonleft.xpm
|
|
downharpoonright.xpm
|
|
ell.xpm
|
|
empty.xpm
|
|
emptyset.xpm
|
|
epsilon.xpm
|
|
eqcirc.xpm
|
|
eqslantgtr.xpm
|
|
eqslantless.xpm
|
|
equiv.xpm
|
|
eta.xpm
|
|
eth.xpm
|
|
exists.xpm
|
|
fallingdotseq.xpm
|
|
flat.xpm
|
|
forall.xpm
|
|
frac.xpm
|
|
frac-square.xpm
|
|
frown.xpm
|
|
gamma.xpm
|
|
gamma2.xpm
|
|
geq.xpm
|
|
geqq.xpm
|
|
geqslant.xpm
|
|
gg.xpm
|
|
ggg.xpm
|
|
gimel.xpm
|
|
gnapprox.xpm
|
|
gneq.xpm
|
|
gneqq.xpm
|
|
gnsim.xpm
|
|
grave.xpm
|
|
gtrapprox.xpm
|
|
gtrdot.xpm
|
|
gtreqless.xpm
|
|
gtreqqless.xpm
|
|
gtrless.xpm
|
|
gtrsim.xpm
|
|
gvertneqq.xpm
|
|
hat.xpm
|
|
hbar.xpm
|
|
heartsuit.xpm
|
|
hookleftarrow.xpm
|
|
hookrightarrow.xpm
|
|
hphantom.xpm
|
|
hslash.xpm
|
|
iiiint.xpm
|
|
iiiintop.xpm
|
|
iiint.xpm
|
|
iiintop.xpm
|
|
iintop.xpm
|
|
iint.xpm
|
|
imath.xpm
|
|
in.xpm
|
|
infty.xpm
|
|
int.xpm
|
|
intercal.xpm
|
|
intop.xpm
|
|
iota.xpm
|
|
jmath.xpm
|
|
kappa.xpm
|
|
lambda.xpm
|
|
lambda2.xpm
|
|
langle.xpm
|
|
lbrace.xpm
|
|
lbrace_rbrace.xpm
|
|
lbracket.xpm
|
|
lbracket_rbracket.xpm
|
|
lceil.xpm
|
|
lceil_rceil.xpm
|
|
ldots.xpm
|
|
leftarrow.xpm
|
|
leftarrow2.xpm
|
|
leftarrowtail.xpm
|
|
leftharpoondown.xpm
|
|
leftharpoonup.xpm
|
|
leftleftarrows.xpm
|
|
leftrightarrow.xpm
|
|
leftrightarrow2.xpm
|
|
leftrightarrows.xpm
|
|
leftrightharpoons.xpm
|
|
leftrightsquigarrow.xpm
|
|
leftthreetimes.xpm
|
|
leq.xpm
|
|
leqq.xpm
|
|
leqslant.xpm
|
|
lessapprox.xpm
|
|
lessdot.xpm
|
|
lesseqgtr.xpm
|
|
lesseqqgtr.xpm
|
|
lessgtr.xpm
|
|
lesssim.xpm
|
|
lfloor.xpm
|
|
lfloor_rfloor.xpm
|
|
ll.xpm
|
|
llcorner.xpm
|
|
lll.xpm
|
|
lnapprox.xpm
|
|
lneq.xpm
|
|
lneqq.xpm
|
|
lnsim.xpm
|
|
longleftarrow.xpm
|
|
longleftarrow2.xpm
|
|
longleftrightarrow.xpm
|
|
longleftrightarrow2.xpm
|
|
longmapsto.xpm
|
|
longrightarrow.xpm
|
|
longrightarrow2.xpm
|
|
looparrowleft.xpm
|
|
looparrowright.xpm
|
|
lozenge.xpm
|
|
lparen.xpm
|
|
lparen_rparen.xpm
|
|
lrcorner.xpm
|
|
ltimes.xpm
|
|
lvertneqq.xpm
|
|
mapsto.xpm
|
|
mathbb_C.xpm
|
|
mathbb_H.xpm
|
|
mathbb_N.xpm
|
|
mathbb_Q.xpm
|
|
mathbb_R.xpm
|
|
mathbb_Z.xpm
|
|
mathcal_F.xpm
|
|
mathcal_H.xpm
|
|
mathcal_L.xpm
|
|
mathcal_O.xpm
|
|
mathcircumflex.xpm
|
|
mathrm_T.xpm
|
|
measuredangle.xpm
|
|
mho.xpm
|
|
mid.xpm
|
|
models.xpm
|
|
mp.xpm
|
|
mu.xpm
|
|
multimap.xpm
|
|
nabla.xpm
|
|
natural.xpm
|
|
ncong.xpm
|
|
nearrow.xpm
|
|
neg.xpm
|
|
neq.xpm
|
|
nexists.xpm
|
|
ngeq.xpm
|
|
ngeqq.xpm
|
|
ngeqslant.xpm
|
|
ngtr.xpm
|
|
ni.xpm
|
|
nleftarrow.xpm
|
|
nleftarrow2.xpm
|
|
nleftrightarrow.xpm
|
|
nleftrightarrow2.xpm
|
|
nleq.xpm
|
|
nleqq.xpm
|
|
nleqslant.xpm
|
|
nless.xpm
|
|
nmid.xpm
|
|
notin.xpm
|
|
nparallel.xpm
|
|
nprec.xpm
|
|
npreceq.xpm
|
|
nrightarrow.xpm
|
|
nrightarrow2.xpm
|
|
nshortmid.xpm
|
|
nshortparallel.xpm
|
|
nsim.xpm
|
|
nsubseteq.xpm
|
|
nsucc.xpm
|
|
nsucceq.xpm
|
|
nsupseteq.xpm
|
|
nsupseteqq.xpm
|
|
ntriangleleft.xpm
|
|
ntrianglelefteq.xpm
|
|
ntriangleright.xpm
|
|
ntrianglerighteq.xpm
|
|
nu.xpm
|
|
nvdash.xpm
|
|
nvdash2.xpm
|
|
nvdash3.xpm
|
|
nwarrow.xpm
|
|
odot.xpm
|
|
oiint.xpm
|
|
oiintop.xpm
|
|
oint.xpm
|
|
ointclockwise.xpm
|
|
ointclockwiseop.xpm
|
|
ointctrclockwise.xpm
|
|
ointctrclockwiseop.xpm
|
|
ointop.xpm
|
|
omega.xpm
|
|
omega2.xpm
|
|
ominus.xpm
|
|
oplus.xpm
|
|
oslash.xpm
|
|
otimes.xpm
|
|
overbrace.xpm
|
|
overleftarrow.xpm
|
|
overleftrightarrow.xpm
|
|
overline.xpm
|
|
overrightarrow.xpm
|
|
overset.xpm
|
|
parallel.xpm
|
|
partial.xpm
|
|
perp.xpm
|
|
phantom.xpm
|
|
phi.xpm
|
|
phi2.xpm
|
|
pi.xpm
|
|
pi2.xpm
|
|
pitchfork.xpm
|
|
pm.xpm
|
|
prec.xpm
|
|
precapprox.xpm
|
|
preccurlyeq.xpm
|
|
preceq.xpm
|
|
precnapprox.xpm
|
|
precnsim.xpm
|
|
precsim.xpm
|
|
prime.xpm
|
|
prod.xpm
|
|
propto.xpm
|
|
psi.xpm
|
|
psi2.xpm
|
|
rangle.xpm
|
|
rbrace.xpm
|
|
rbracket.xpm
|
|
rceil.xpm
|
|
rfloor.xpm
|
|
rho.xpm
|
|
rightarrow.xpm
|
|
rightarrow2.xpm
|
|
rightarrowtail.xpm
|
|
rightharpoondown.xpm
|
|
rightharpoonup.xpm
|
|
rightleftarrows.xpm
|
|
rightleftharpoons.xpm
|
|
rightrightarrows.xpm
|
|
rightsquigarrow.xpm
|
|
rightthreetimes.xpm
|
|
risingdotseq.xpm
|
|
root.xpm
|
|
rparen.xpm
|
|
rtimes.xpm
|
|
searrow.xpm
|
|
setminus.xpm
|
|
sharp.xpm
|
|
shortmid.xpm
|
|
shortparallel.xpm
|
|
sigma.xpm
|
|
sigma2.xpm
|
|
sim.xpm
|
|
simeq.xpm
|
|
slash.xpm
|
|
smallfrown.xpm
|
|
smallsetminus.xpm
|
|
smallsmile.xpm
|
|
smile.xpm
|
|
spadesuit.xpm
|
|
sphericalangle.xpm
|
|
sqcap.xpm
|
|
sqcup.xpm
|
|
sqiint.xpm
|
|
sqiintop.xpm
|
|
sqint.xpm
|
|
sqintop.xpm
|
|
sqrt.xpm
|
|
sqsubset.xpm
|
|
sqsubseteq.xpm
|
|
sqsupset.xpm
|
|
sqsupseteq.xpm
|
|
square.xpm
|
|
star.xpm
|
|
subset.xpm
|
|
subset2.xpm
|
|
subseteq.xpm
|
|
subseteqq.xpm
|
|
subsetneq.xpm
|
|
subsetneqq.xpm
|
|
succ.xpm
|
|
succapprox.xpm
|
|
succcurlyeq.xpm
|
|
succeq.xpm
|
|
succnapprox.xpm
|
|
succnsim.xpm
|
|
succsim.xpm
|
|
sum.xpm
|
|
supset.xpm
|
|
supset2.xpm
|
|
supseteq.xpm
|
|
supseteqq.xpm
|
|
supsetneq.xpm
|
|
supsetneqq.xpm
|
|
surd.xpm
|
|
swarrow.xpm
|
|
tau.xpm
|
|
textrm_Oe.xpm
|
|
textrm_AA.xpm
|
|
therefore.xpm
|
|
theta.xpm
|
|
theta2.xpm
|
|
thickapprox.xpm
|
|
thicksim.xpm
|
|
tilde.xpm
|
|
times.xpm
|
|
top.xpm
|
|
triangle.xpm
|
|
triangledown.xpm
|
|
triangleleft.xpm
|
|
trianglelefteq.xpm
|
|
triangleq.xpm
|
|
triangleright.xpm
|
|
trianglerighteq.xpm
|
|
twoheadleftarrow.xpm
|
|
twoheadrightarrow.xpm
|
|
ulcorner.xpm
|
|
underbrace.xpm
|
|
underleftarrow.xpm
|
|
underleftrightarrow.xpm
|
|
underline.xpm
|
|
underrightarrow.xpm
|
|
underscore.xpm
|
|
underset.xpm
|
|
uparrow.xpm
|
|
uparrow2.xpm
|
|
updownarrow.xpm
|
|
updownarrow2.xpm
|
|
upharpoonleft.xpm
|
|
upharpoonright.xpm
|
|
uplus.xpm
|
|
upsilon.xpm
|
|
upsilon2.xpm
|
|
upuparrows.xpm
|
|
urcorner.xpm
|
|
varepsilon.xpm
|
|
varkappa.xpm
|
|
varnothing.xpm
|
|
varphi.xpm
|
|
varpi.xpm
|
|
varpropto.xpm
|
|
varsigma.xpm
|
|
varsubsetneq.xpm
|
|
varsubsetneqq.xpm
|
|
varsupsetneq.xpm
|
|
varsupsetneqq.xpm
|
|
vartheta.xpm
|
|
vartriangle.xpm
|
|
vartriangleleft.xpm
|
|
vartriangleright.xpm
|
|
vdash.xpm
|
|
vdash2.xpm
|
|
vdash3.xpm
|
|
vdots.xpm
|
|
vec.xpm
|
|
vee.xpm
|
|
veebar.xpm
|
|
vphantom.xpm
|
|
wedge.xpm
|
|
widehat.xpm
|
|
widetilde.xpm
|
|
wp.xpm
|
|
wr.xpm
|
|
xi.xpm
|
|
xi2.xpm
|
|
zeta.xpm
|
|
''')
|
|
|
|
|
|
lib_kbd_files = Split('''
|
|
american-2.kmap
|
|
american.kmap
|
|
arabic.kmap
|
|
bg-bds-1251.kmap
|
|
brazil.kmap
|
|
brazil2.kmap
|
|
czech-prg.kmap
|
|
czech.kmap
|
|
european.kmap
|
|
francais.kmap
|
|
french.kmap
|
|
german-2.kmap
|
|
german-3.kmap
|
|
german.kmap
|
|
greek.kmap
|
|
hebrew.kmap
|
|
koi8-r.kmap
|
|
koi8-u.kmap
|
|
latvian.kmap
|
|
magyar-2.kmap
|
|
magyar-3.kmap
|
|
magyar.kmap
|
|
null.kmap
|
|
polish.kmap
|
|
polski.kmap
|
|
portuges.kmap
|
|
romanian.kmap
|
|
serbian.kmap
|
|
serbocroatian.kmap
|
|
sf.kmap
|
|
sg.kmap
|
|
slovak.kmap
|
|
slovene.kmap
|
|
thai-kedmanee.kmap
|
|
transilvanian.kmap
|
|
turkish-f.kmap
|
|
turkish.kmap
|
|
espanol.kmap
|
|
''')
|
|
|
|
|
|
lib_layouts_files = Split('''
|
|
IEEEtran.layout
|
|
aa.layout
|
|
aapaper.layout
|
|
aastex.layout
|
|
agu-dtd.layout
|
|
agums.layout
|
|
amsart-plain.layout
|
|
amsart-seq.layout
|
|
amsart.layout
|
|
amsbook.layout
|
|
apa.layout
|
|
arab-article.layout
|
|
article.layout
|
|
beamer.layout
|
|
book.layout
|
|
broadway.layout
|
|
chess.layout
|
|
cl2emult.layout
|
|
cv.layout
|
|
dinbrief.layout
|
|
docbook-book.layout
|
|
docbook-chapter.layout
|
|
docbook-section.layout
|
|
docbook.layout
|
|
dtk.layout
|
|
egs.layout
|
|
elsart.layout
|
|
entcs.layout
|
|
europecv.layout
|
|
extarticle.layout
|
|
extbook.layout
|
|
extletter.layout
|
|
extreport.layout
|
|
foils.layout
|
|
g-brief-de.layout
|
|
g-brief-en.layout
|
|
g-brief2.layout
|
|
heb-article.layout
|
|
heb-letter.layout
|
|
hollywood.layout
|
|
ijmpc.layout
|
|
ijmpd.layout
|
|
isprs.layout
|
|
jgrga.layout
|
|
kluwer.layout
|
|
latex8.layout
|
|
letter.layout
|
|
literate-article.layout
|
|
literate-book.layout
|
|
literate-report.layout
|
|
llncs.layout
|
|
ltugboat.layout
|
|
manpage.layout
|
|
memoir.layout
|
|
moderncv.layout
|
|
mwart.layout
|
|
mwbk.layout
|
|
mwrep.layout
|
|
paper.layout
|
|
report.layout
|
|
revtex.layout
|
|
revtex4.layout
|
|
scrartcl.layout
|
|
scrbook.layout
|
|
scrlettr.layout
|
|
scrlttr2.layout
|
|
scrreprt.layout
|
|
seminar.layout
|
|
siamltex.layout
|
|
slides.layout
|
|
spie.layout
|
|
svglobal.layout
|
|
svjog.layout
|
|
svprobth.layout
|
|
aapaper.inc
|
|
agu_stdclass.inc
|
|
agu_stdcounters.inc
|
|
agu_stdlists.inc
|
|
agu_stdsections.inc
|
|
agu_stdtitle.inc
|
|
aguplus.inc
|
|
amsdefs.inc
|
|
amsmaths-plain.inc
|
|
amsmaths-seq.inc
|
|
amsmaths.inc
|
|
db_lyxmacros.inc
|
|
db_stdcharstyles.inc
|
|
db_stdclass.inc
|
|
db_stdcounters.inc
|
|
db_stdlayouts.inc
|
|
db_stdlists.inc
|
|
db_stdsections.inc
|
|
db_stdstarsections.inc
|
|
db_stdstruct.inc
|
|
db_stdtitle.inc
|
|
literate-scrap.inc
|
|
lyxmacros.inc
|
|
numarticle.inc
|
|
numreport.inc
|
|
numrevtex.inc
|
|
scrclass.inc
|
|
stdclass.inc
|
|
stdcounters.inc
|
|
stdfloats.inc
|
|
stdlayouts.inc
|
|
stdletter.inc
|
|
stdlists.inc
|
|
stdsections.inc
|
|
stdstarsections.inc
|
|
stdstruct.inc
|
|
stdtitle.inc
|
|
svjour.inc
|
|
''')
|
|
|
|
|
|
lib_scripts_files = Split('''
|
|
TeXFiles.py
|
|
clean_dvi.py
|
|
convertDefault.py
|
|
date.py
|
|
fen2ascii.py
|
|
fig2pdftex.py
|
|
fig2pstex.py
|
|
fig_copy.py
|
|
layout2layout.py
|
|
legacy_lyxpreview2ppm.py
|
|
listerrors
|
|
lyxpreview2bitmap.py
|
|
lyxpreview_tools.py
|
|
tex_copy.py
|
|
''')
|
|
|
|
|
|
lib_templates_files = Split('''
|
|
IEEEtran.lyx
|
|
README.new_templates
|
|
aa.lyx
|
|
aastex.lyx
|
|
agu_article.lyx
|
|
beamer-conference-ornate-20min.lyx
|
|
biblioExample.bib
|
|
CV-image.eps
|
|
CV-image.png
|
|
de_beamer-conference-ornate-20min.lyx
|
|
dinbrief.lyx
|
|
docbook_article.lyx
|
|
elsart.lyx
|
|
europeCV.lyx
|
|
fr_beamer-conference-ornate-20min.lyx
|
|
g-brief2.lyx
|
|
g-brief-de.lyx
|
|
g-brief-en.lyx
|
|
ijmpc.lyx
|
|
ijmpd.lyx
|
|
hollywood.lyx
|
|
kluwer.lyx
|
|
koma-letter2.lyx
|
|
latex8.lyx
|
|
letter.lyx
|
|
modernCV.lyx
|
|
revtex.lyx
|
|
revtex4.lyx
|
|
slides.lyx
|
|
''')
|
|
|
|
|
|
lib_tex_files = Split('''
|
|
broadway.cls
|
|
cv.cls
|
|
hollywood.cls
|
|
lyxchess.sty
|
|
lyxskak.sty
|
|
revtex.cls
|
|
''')
|
|
|
|
|
|
lib_ui_files = Split('''
|
|
classic.ui
|
|
default.ui
|
|
stdmenus.inc
|
|
stdtoolbars.inc
|
|
''')
|
|
|
|
lib_doc_clipart_files = Split('''
|
|
BoxInsetDefaultQt4.png
|
|
ChildDocumentQt4.png
|
|
CommentNoteImageQt4.png
|
|
escher-lsd.eps
|
|
endnotes.pdf
|
|
ExternalMaterialQt4.png
|
|
floatQt4.png
|
|
footnoteQt4.png
|
|
FramedNoteImageQt4.png
|
|
GreyedOutNoteImageQt4.png
|
|
labelQt4.png
|
|
LyXNoteImageQt4.png
|
|
mobius.eps
|
|
platypus.eps
|
|
referenceQt4.png
|
|
ShadedNoteImageQt4.png
|
|
with_fntright.pdf
|
|
without_fntright.pdf
|
|
''')
|
|
|
|
lib_doc_cs_files = Split('''
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_da_files = Split('''
|
|
Intro.lyx
|
|
''')
|
|
|
|
lib_doc_de_files = Split('''
|
|
Customization.lyx
|
|
Extended.lyx
|
|
FAQ.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
lib_doc_es_files = Split('''
|
|
DocumentoPostizo1.lyx
|
|
DocumentoPostizo2.lyx
|
|
DocumentoTextoPostizo.txt
|
|
EmbeddedObjects.lyx
|
|
Extended.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_es_clipart_files = Split('''
|
|
ComentNotaImagenQt4.png
|
|
CuadroMinipagQt4.png
|
|
DocumentoHijoQt4.png
|
|
etiquetaQt4.png
|
|
flotanteQt4.png
|
|
GrisNotaImagenQt4.png
|
|
MaterialExternoQt4.png
|
|
NotaEnmarcadaImg.png
|
|
NotaLyXImagenQt4.png
|
|
notapieQt4.png
|
|
NotaSombreadaImg.png
|
|
referenciaQt4.png
|
|
''')
|
|
|
|
lib_doc_eu_files = Split('''
|
|
Customization.lyx
|
|
Extended.lyx
|
|
FAQ.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
lib_doc_fr_files = Split('''
|
|
Customization.lyx
|
|
Extended.lyx
|
|
FAQ.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
lib_doc_he_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_hu_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_it_files = Split('''
|
|
Customization.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
lib_doc_nl_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_nb_files = Split('''
|
|
Intro.lyx
|
|
''')
|
|
|
|
lib_doc_pl_files = Split('''
|
|
Extended.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_pt_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_ro_files = Split('''
|
|
Intro.lyx
|
|
''')
|
|
|
|
lib_doc_ru_files = Split('''
|
|
FAQ.lyx
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_sk_files = Split('''
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
lib_doc_sl_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_sv_files = Split('''
|
|
Intro.lyx
|
|
Tutorial.lyx
|
|
''')
|
|
|
|
lib_doc_files = Split('''
|
|
Customization.lyx
|
|
DocStyle.lyx
|
|
DummyTextDocument.txt
|
|
DummyDocument1.lyx
|
|
DummyDocument2.lyx
|
|
EmbeddedObjects.lyx
|
|
Extended.lyx
|
|
FAQ.lyx
|
|
Intro.lyx
|
|
LaTeXConfig.lyx.in
|
|
Reference.lyx
|
|
Tutorial.lyx
|
|
UserGuide.lyx
|
|
''')
|
|
|
|
|
|
lib_lyx2lyx_files = Split('''
|
|
lyx2lyx
|
|
lyx2lyx_lang.py
|
|
generate_encoding_info.py
|
|
parser_tools.py
|
|
LyX.py
|
|
lyx_0_06.py
|
|
lyx_0_08.py
|
|
lyx_0_10.py
|
|
lyx_0_12.py
|
|
lyx_1_0.py
|
|
lyx_1_1.py
|
|
lyx_1_1_5.py
|
|
lyx_1_1_6_0.py
|
|
lyx_1_1_6_3.py
|
|
lyx_1_2.py
|
|
lyx_1_3.py
|
|
lyx_1_4.py
|
|
lyx_1_5.py
|
|
profiling.py
|
|
test_parser_tools.py
|
|
''')
|
|
|
|
|
|
win32_bakoma_fonts = Split('''
|
|
Readme.txt
|
|
Licence.txt
|
|
cmex10.ttf
|
|
cmr10.ttf
|
|
eufm10.ttf
|
|
msbm10.ttf
|
|
cmmi10.ttf
|
|
cmsy10.ttf
|
|
msam10.ttf
|
|
wasy10.ttf
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_files = Split('''
|
|
license.rtf
|
|
lyx.nsi
|
|
settings.nsh
|
|
settings.user.nsh
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_components_files = Split('''
|
|
configure.nsh
|
|
dicts.nsh
|
|
langselect.nsh
|
|
uninstall.nsh
|
|
viewer.nsh
|
|
core.nsh
|
|
external.nsh
|
|
reinstall.nsh
|
|
user.nsh
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_dialogs_files = Split('''
|
|
external.ini
|
|
langselect.ini
|
|
reinstall.ini
|
|
user.ini
|
|
viewer.ini
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_graphics_files = Split('''
|
|
header.bmp
|
|
wizard.bmp
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_include_files = Split('''
|
|
declarations.nsh
|
|
detection.nsh
|
|
filelists.nsh
|
|
gui.nsh
|
|
init.nsh
|
|
lang.nsh
|
|
windows.nsh
|
|
''')
|
|
|
|
|
|
win32_packaging_installer_lang_files = Split('''
|
|
english.nsh
|
|
french.nsh
|
|
german.nsh
|
|
italian.nsh
|
|
''')
|