fix ( in readme
This commit is contained in:
parent
2c65c6048e
commit
1e0ae03d49
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"'": "",
|
||||
|
|
Loading…
Reference in a new issue