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
Compare Revisions
aeb81778252a33dc22d185d1da857a139a3a9619...19af35b3c8df3a4427820fd7b7fdf53100a2282c
Source
19af35b3c8df3a4427820fd7b7fdf53100a2282c
Select Git revision
...
Target
aeb81778252a33dc22d185d1da857a139a3a9619
Select Git revision
Compare
Commits (3)
reassigns colors for the changes package
· 2350ee22
Roland Herzog
authored
Oct 25, 2019
2350ee22
makes fonts for numapde-preprint.cls optional
· 2e759519
Roland Herzog
authored
Oct 25, 2019
2e759519
adds Masi as a changes author
· 19af35b3
Roland Herzog
authored
Oct 25, 2019
19af35b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
14 deletions
+13
-14
numapde-preprint.cls
numapde-preprint.cls
+3
-5
numapde-style.sty
numapde-style.sty
+10
-9
No files found.
numapde-preprint.cls
View file @
19af35b3
...
...
@@ -27,16 +27,14 @@
\RequirePackage
{
lineno
}
% Configure fonts
\RequirePackage
[proportional]
{
libertine
}
\RequirePackage
[libertine,liby]
{
newtxmath
}
\useosf
% turn on old style figures
\RequirePackage
[scaled=0.95,varqu,varl]
{
inconsolata
}
\IfFileExists
{
libertine.sty
}{
\RequirePackage
[proportional]
{
libertine
}}{}
\IfFileExists
{
newtxmath.sty
}{
\RequirePackage
[libertine,liby]
{
newtxmath
}
\useosf
}{}
\IfFileExists
{
inconsolata.sty
}{
\RequirePackage
[scaled=0.95,varqu,varl]
{
inconsolata
}}{}
\RequirePackage
{
microtype
}
% Resolve the dependencies of this package
\RequirePackage
{
numapde-style
}
% Set up basic information
\let\numapde
@shortauthor
\empty
\let\numapde
@shorttitle
\empty
...
...
numapde-style.sty
View file @
19af35b3
...
...
@@ -14,18 +14,20 @@
\newcommand
{
\stkout
}
[1]
{
\ifmmode\text
{
\sout
{
\ensuremath
{
#1
}}}
\else\sout
{
#1
}
\fi
}
\setdeletedmarkup
{
\stkout
{
#1
}}
% Define the default changes authors
\definechangesauthor
[name={Ronny Bergmann}, color=TolVibrantBlue]
{
RB
}
\definechangesauthor
[name={Glaydston Bento}, color=TolVibrantCyan]
{
GB
}
\definechangesauthor
[name={Ahmad Ahmad Ali}, color=TolHighContrastBlue]
{
AA
}
\definechangesauthor
[name={Glaydston Bento}, color=TolBrightGreen]
{
GB
}
\definechangesauthor
[name={Ronny Bergmann}, color=TolMutedBlue]
{
RB
}
\definechangesauthor
[name={Jan Blechschmidt}, color=TolVibrantTeal]
{
JB
}
\definechangesauthor
[name={Tommy Etling}, color=TolVibrantOrange]
{
TE
}
\definechangesauthor
[name={Masoumeh Hashemi}, color=TolBrightGreen]
{
MH
}
\definechangesauthor
[name={Roland Herzog}, color=TolVibrantRed]
{
RH
}
\definechangesauthor
[name={Maur
icio Louzeiro}, color=TolVibrantMagenta
]
{
ML
}
\definechangesauthor
[name={Eric Legler}, color=Tol
VibrantGray
]
{
EL
}
\definechangesauthor
[name={Estefan
ia Loayza-Romero},color=TolBrightBlu
e]
{
ELR
}
\definechangesauthor
[name={Andreas Naumann}, color=Tol
BrightCyan
]
{
AN
}
\definechangesauthor
[name={Maur
ício Louzeiro}, color=TolVibrantTeal
]
{
ML
}
\definechangesauthor
[name={Eric Legler}, color=Tol
MutedBlue
]
{
EL
}
\definechangesauthor
[name={Estefan
ía Loayza-Romero},color=TolMutedWin
e]
{
ELR
}
\definechangesauthor
[name={Andreas Naumann}, color=Tol
HighContrastBlue
]
{
AN
}
\definechangesauthor
[name={Felix Ospald}, color=TolBrightGreen]
{
FO
}
\definechangesauthor
[name={Jos
e Vidal Nunez}, color=TolBrightPurple]
{
JVN
}
% notice that \'e, \'u etc. breaks output of \listofchanges
\definechangesauthor
[name={Max Winkler}, color=Tol
BrightRed
]
{
MW
}
\definechangesauthor
[name={Jos
é Vidal Núñez}, color=TolMutedWine]
{
JVN
}
\definechangesauthor
[name={Max Winkler}, color=Tol
VibrantOrange
]
{
MW
}
}{}
% Configure the listings package
...
...
@@ -144,7 +146,6 @@
}{
%
\usebibmacro
{
postnote
}
%
}
%
}{}
% Configure the hyperref package
...
...