Skip to content

Commit

Permalink
Closes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd authored Oct 22, 2020
1 parent 2791e2a commit 3aae9ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yalafi/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def init_macros(self):
\newcommand{\aa}{å}
\newcommand{\AE}{Æ}
\newcommand{\ae}{æ}
\newcommand{\bibitem}[1]{\item}
\newcommand{\bibliographystyle}[1]{}
\newcommand{\footnotemark}[1][]{}
\newcommand{\hfill}{ }
\newcommand{\include}[1]{}
Expand Down Expand Up @@ -118,6 +120,7 @@ def init_environments(self):
# Environ(self, 'table', repl='[Tabelle]', remove=True),
Environ(self, 'table', args='O', add_pars=False),
Environ(self, 'tabular', args='A', add_pars=False),
Environ(self, 'thebibliography', args='A', add_pars=True),
Environ(self, 'verbatim', remove=False, add_pars=True),

EquEnv(self, 'displaymath'),
Expand Down

0 comments on commit 3aae9ba

Please sign in to comment.