fix ( in readme

This commit is contained in:
flukx 2021-09-05 21:53:01 +00:00
parent 2c65c6048e
commit 1e0ae03d49
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
I created a [La](https://www.tug.org/texlive/)[TeX](https://www.latex-project.org/) document template with the property that I can compile each section on its own.
Additionally it includes many macros that I have used in mathematical texts.
You can get this template via [git](https://git-scm.com/) (or viewing [here](https://flugit.hilsky.de/flukx/latextemplate):
You can get this template via [git](https://git-scm.com/) or view it [here](https://flugit.hilsky.de/flukx/latextemplate):
git clone https://flugit.hilsky.de/flukx/latextemplate.git

View file

@ -27,8 +27,8 @@ INVALID_NAMES = ["", ".", ".."]
# most common replacement string
REPLACER = "_"
SINGLE_SYMBOLS = r'ãāǎàčēéěèȩêėīíǐìĩïıōóǒòũūúǔùǖǘǚǜşļĻķĶḩģĢḨņŅŗŖĀǍÀĒÉĚÈĪÍǏÌŌÓǑÒŪÚǓÙǕǗǙǛý='
SINGLE_REPLACE_SYMBOLS = r'aaaaceeeeeeeiiiiiiioooouuuuuüüüüslLkKhgGHnNrRAAAEEEEIIIIOOOOUUUUÜÜÜÜy-'
SINGLE_SYMBOLS = r'ãāǎàčēéěèȩêėīíǐìĩïıōóǒòøũūúǔùǖǘǚǜşļĻķĶḩģĢḨņŅŗŖĀǍÀĒÉĚÈĪÍǏÌŌÓǑÒŪÚǓÙǕǗǙǛý='
SINGLE_REPLACE_SYMBOLS = r'aaaaceeeeeeeiiiiiiiooooouuuuuüüüüslLkKhgGHnNrRAAAEEEEIIIIOOOOUUUUÜÜÜÜy-'
REPLACEMENTS = {'\n': REPLACER,
r"'": "",