This commit is contained in:
Thibaut Cuvelier 2021-09-26 17:25:28 +02:00
parent b3890d9eab
commit b2c0604ad1

View File

@ -13,7 +13,7 @@
# tex_copy.py <from file> <to file> <latex name>
# This script will copy a file <from file> to <to file>.
# <to file> is no exact copy of <from file>, but any occurence of <basename>
# <to file> is no exact copy of <from file>, but any occurrence of <basename>
# where <basename> is <from file> without directory and extension parts is
# replaced by <latex name> without extension.