mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* lib/scripts/TeXFiles.py:
- fix typo spotted by Hartmut. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24261 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d32f8cd92c
commit
de44b8a1f3
@ -55,7 +55,7 @@ if len(sys.argv) > 1:
|
||||
print '''Usage: TeXFiles.py [-version | cls | sty | bst | bib ]
|
||||
Default is without any Parameters,
|
||||
so that all files will be created'''
|
||||
sye.exit(0)
|
||||
sys.exit(0)
|
||||
else:
|
||||
types = sys.argv[1:]
|
||||
for type in types:
|
||||
|
@ -138,6 +138,8 @@ What's new
|
||||
|
||||
- Fix \Vert symbol in the math panel (part of bug 4720).
|
||||
|
||||
- Fix typo in the script TeXFiles.py that scans for TeX files.
|
||||
|
||||
|
||||
* DOCUMENTATION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user