Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
numapde-latex
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
numapde-public
numapde-latex
Commits
cab48dd1
Commit
cab48dd1
authored
Nov 03, 2019
by
Roland Herzog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds support for OJMO
parent
e987abd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
numapde-packages.sty
numapde-packages.sty
+6
-1
numapde-semantic.sty
numapde-semantic.sty
+25
-0
numapde-syntax.sty
numapde-syntax.sty
+1
-1
No files found.
numapde-packages.sty
View file @
cab48dd1
...
...
@@ -45,6 +45,11 @@
\setboolean
{
useamsthm
}{
false
}
\setboolean
{
useBibLaTeX
}{
false
}
}{}
\@
ifclassloaded
{
cedram
}{
%
\setboolean
{
useamsthm
}{
false
}
\setboolean
{
useBibLaTeX
}{
false
}
\setboolean
{
usecleveref
}{
false
}
}{}
\@
ifclassloaded
{
cocv
}{
%
\setboolean
{
useBibLaTeX
}{
false
}
}{}
...
...
@@ -107,7 +112,7 @@
% Packages related to referencing
\ifthenelse
{
\boolean
{
useBibLaTeX
}}{
\RequirePackage
[style=authoryear-comp,backend=biber]
{
biblatex
}}{}
\ifthenelse
{
\boolean
{
usehyperref
}}{
\RequirePackage
{
hyperref
}}{}
\ifthenelse
{
\boolean
{
usecleveref
}}{
\RequirePackage
[nameinlink,capitalize]
{
cleveref
}}{}
\ifthenelse
{
\boolean
{
usecleveref
}}{
\RequirePackage
[nameinlink,capitalize]
{
cleveref
}}{
\IfFileExists
{
numapde-wrapCleveref.sty
}{
\RequirePackage
{
numapde-wrapCleveref
}}{}
}
% Packages related to changes tracking
\RequirePackage
[ulem=normalem,truncate=fit]
{
changes
}
...
...
numapde-semantic.sty
View file @
cab48dd1
...
...
@@ -298,6 +298,31 @@
\@
ifundefined
{
assumption*
}
{
\newtheorem*
{
assumption*
}{
Assumption
}}{}
}{}
% cedram.cls
% uses its own implementation (a mixture of amsthm and smfthm)
% and makes use of various \theoremstyle:s
\@
ifclassloaded
{
cedram
}{
%
\theoremstyle
{
plain
}
\@
ifundefined
{
theorem
}
{
\newtheorem
{
theorem
}{
Theorem
}
[section]
}{}
\@
ifundefined
{
theorem*
}
{
\newtheorem*
{
theorem*
}{
Theorem
}}{}
\@
ifundefined
{
lemma
}
{
\newtheorem
{
lemma
}
[theorem]
{
Lemma
}}{}
\@
ifundefined
{
lemma*
}
{
\newtheorem*
{
lemma*
}{
Lemma
}}{}
\@
ifundefined
{
proposition
}
{
\newtheorem
{
proposition
}
[theorem]
{
Proposition
}}{}
\@
ifundefined
{
proposition*
}{
\newtheorem*
{
proposition*
}{
Proposition
}}{}
\@
ifundefined
{
corollary
}
{
\newtheorem
{
corollary
}
[theorem]
{
Corollary
}}{}
\@
ifundefined
{
corollary*
}
{
\newtheorem*
{
corollary*
}{
Corollary
}}{}
\theoremstyle
{
definition
}
\@
ifundefined
{
definition
}
{
\newtheorem
{
definition
}
[theorem]
{
Definition
}}{}
\@
ifundefined
{
definition*
}
{
\newtheorem*
{
definition*
}{
Definition
}}{}
\theoremstyle
{
remark
}
\@
ifundefined
{
remark
}
{
\newtheorem
{
remark
}
[theorem]
{
Remark
}}{}
\@
ifundefined
{
remark*
}
{
\newtheorem*
{
remark*
}{
Remark
}}{}
\@
ifundefined
{
example
}
{
\newtheorem
{
example
}
[theorem]
{
Example
}}{}
\@
ifundefined
{
example*
}
{
\newtheorem*
{
example*
}{
Example
}}{}
\@
ifundefined
{
assumption
}
{
\newtheorem
{
assumption
}
[theorem]
{
Assumption
}}{}
\@
ifundefined
{
assumption*
}
{
\newtheorem*
{
assumption*
}{
Assumption
}}{}
}{}
% ifacconf.cls
% uses theorem.sty and makes use of various \theoremstyle:s
% For lack of support of unnumbered, \newtheorem*-like environments,
...
...
numapde-syntax.sty
View file @
cab48dd1
...
...
@@ -318,7 +318,7 @@
\newcommand
{
\mE
}{
m.
\,
E.
\xspace
}
\newcommand
{
\oBdA
}{
o.
\,
B.
\,
d.
\,
A.
\xspace
}
\newcommand
{
\OBdA
}{
O.
\,
B.
\,
d.
\,
A.
\xspace
}
\
newcommand
{
\og
}{
o.
\,
g.
\xspace
}
\
let\og\undefined
\newcommand
{
\og
}{
o.
\,
g.
\xspace
}
% cedram.cls
\newcommand
{
\oae
}{
o.
\,
ä.
\xspace
}
\newcommand
{
\pa
}{
p.
\,
a.
\xspace
}
\newcommand
{
\spd
}{
s.
\,
p.
\,
d.
\xspace
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment