mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
tex2lyx tests: Sort test files
This commit is contained in:
parent
9f93983b61
commit
7b7f268552
@ -10,10 +10,16 @@ project(test)
|
|||||||
#
|
#
|
||||||
#list(REMOVE_ITEM _tex_tests DummyDocument.tex)
|
#list(REMOVE_ITEM _tex_tests DummyDocument.tex)
|
||||||
|
|
||||||
set(_tex_tests test.ltx test-structure.tex test-insets.tex
|
set(_tex_tests test.ltx
|
||||||
test-modules.tex box-color-size-space-align.tex
|
box-color-size-space-align.tex
|
||||||
CJK.tex CJKutf8.tex XeTeX-polyglossia.tex
|
CJK.tex
|
||||||
test-refstyle-references.tex verbatim.tex)
|
CJKutf8.tex
|
||||||
|
test-insets.tex
|
||||||
|
test-modules.tex
|
||||||
|
test-refstyle-theorems.tex
|
||||||
|
test-structure.tex
|
||||||
|
verbatim.tex
|
||||||
|
XeTeX-polyglossia.tex)
|
||||||
|
|
||||||
foreach(_fl ${_tex_tests})
|
foreach(_fl ${_tex_tests})
|
||||||
set(fl ${_fl})
|
set(fl ${_fl})
|
||||||
|
@ -59,10 +59,16 @@ def main(argv):
|
|||||||
if len(argv) >= 5+skipcount:
|
if len(argv) >= 5+skipcount:
|
||||||
files = [sys.argv[4+skipcount]]
|
files = [sys.argv[4+skipcount]]
|
||||||
else:
|
else:
|
||||||
files = ['test.ltx', 'test-structure.tex', 'test-insets.tex', \
|
files = ['test.ltx', \
|
||||||
'test-modules.tex', 'test-refstyle-theorems.tex', \
|
'box-color-size-space-align.tex', \
|
||||||
'box-color-size-space-align.tex', 'verbatim.tex', \
|
'CJK.tex', \
|
||||||
'CJK.tex', 'CJKutf8.tex', 'XeTeX-polyglossia.tex']
|
'CJKutf8.tex', \
|
||||||
|
'test-insets.tex', \
|
||||||
|
'test-modules.tex', \
|
||||||
|
'test-refstyle-theorems.tex', \
|
||||||
|
'test-structure.tex', \
|
||||||
|
'verbatim.tex', \
|
||||||
|
'XeTeX-polyglossia.tex']
|
||||||
|
|
||||||
errors = []
|
errors = []
|
||||||
overwrite = (outputdir == inputdir)
|
overwrite = (outputdir == inputdir)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#LyX file created by tex2lyx 2.1.0dev
|
#LyX file created by tex2lyx 2.1.0dev
|
||||||
\lyxformat 462
|
\lyxformat 463
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
\textclass book
|
\textclass book
|
||||||
@ -67,7 +67,7 @@ theorems-ams
|
|||||||
\maintain_unincluded_children false
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding latin9
|
\inputencoding iso8859-15
|
||||||
\fontencoding T1
|
\fontencoding T1
|
||||||
\font_roman default
|
\font_roman default
|
||||||
\font_sans default
|
\font_sans default
|
||||||
|
Loading…
Reference in New Issue
Block a user