Skip to content

Commit

Permalink
Fixing merge problems
Browse files Browse the repository at this point in the history
  • Loading branch information
sesquideus committed Jan 4, 2024
1 parent 366ba2d commit 54f3d9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/latex/dgs.cls
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
polish,
spanish,
english,
shorthands=off,
]{babel} % multi-language support
\RequirePackage{xunicode}
\RequirePackage{cleveref} % clever references
Expand Down
3 changes: 1 addition & 2 deletions core/latex/math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

\ExplSyntaxOff

\DeclareMathOperator{\arccot}{\mathrm{arccot}}

% Section: differentials

% Regular upright differential
Expand Down Expand Up @@ -251,6 +249,7 @@
\def\omicron{o}
\DeclareMathOperator{\atantwo}{atan2}
\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arccsc}{arccsc}

% Logical operators
\DeclareMathOperator{\LXor}{\quad\lxor\quad}
Expand Down
2 changes: 1 addition & 1 deletion core/markdown-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def check_markdown_file(self, path):
try:
check.encoding(path)
except exceptions.EncodingError as e:
print(f"File {c.name(file.name)} is not valid: {c.err(e.message)}")
print(f"File {c.name(path.name)} is not valid: {c.err(e.message)}")
return False

line_errors = copy.copy(self.line_errors)
Expand Down

0 comments on commit 54f3d9f

Please sign in to comment.