commit bf1b9970559acf6d690af0fb71cf8cb3b7c79569
parent db4540acc1477d6777ec9f50bad99e54381d5a0f
Author: jatinchowdhury18 <[email protected]>
Date: Sat, 5 Oct 2019 23:00:08 -0700
Update DAFx paper
Diffstat:
4 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/Paper/420_paper.pdf b/Paper/420_paper.pdf
Binary files differ.
diff --git a/Paper/420_paper.tex b/Paper/420_paper.tex
@@ -79,7 +79,7 @@
]{hyperref}
\pdfcompresslevel=9
\usepackage[pdftex]{graphicx}
- \usepackage[figure,table]{hypcap}
+% \usepackage[figure,table,hypcap=true]{caption}
\else % compiling with latex
\usepackage[dvips]{epsfig,graphicx}
\usepackage[dvips,
@@ -88,8 +88,9 @@
pdfstartview=XYZ % start with zoom=100% instead of full screen
]{hyperref}
% hyperrefs are active in the pdf file after conversion
- \usepackage[figure,table]{hypcap}
+% \usepackage[figure,table,hypcap=true]{caption}
\fi
+ \usepackage[hypcap=true]{caption}
\usepackage{cleveref}
\usepackage{tikz}
\usetikzlibrary{dsp,chains}
diff --git a/Paper/dafx_19.sty b/Paper/dafx_19.sty
@@ -140,7 +140,10 @@
\if@twocolumn
\twocolumn[\@maketitle]
\else \newpage
- \global\@topnum\z@ \@maketitle \fi\@thanks
+ \global\@topnum\z@ \@maketitle \fi
+
+ \permission
+ \@thanks
\endgroup
\setcounter{footnote}{0}
\let\maketitle\relax
@@ -162,6 +165,16 @@
\end{center}
\par
\vskip 1.4em}
+
+
+ \newcommand{\permission}{
+\begin{figure}[b]
+ \vspace{-0.6cm}
+% \ContinuedFloat
+{\scriptsize{\it Copyright:~\copyright \hspace*{1 pt} 2019 \paperauthorA \hspace*{1 pt} et al. This is an open-access article distributed under the terms of the \href{http://creativecommons.org/licenses/by/3.0/}{Creative Commons Attribution 3.0 Unported License}, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.}}
+%{\copyright~Copyright notice here}
+%\caption*{}
+\end{figure}}
\def\title#1{\gdef\@title{\MakeUppercase{#1}}}
\gdef\@title{\uppercase{title of paper}}
diff --git a/Simulations/Hysteresis/hystersis.py b/Simulations/Hysteresis/hystersis.py
@@ -28,7 +28,6 @@ def L_d (x):
# trapezoidal rule derivative
def deriv (x_n, x_n1, xDeriv_n1):
- #return (1 / T) * (x_n - x_n1)
return ((2 / T) * (x_n - x_n1)) - xDeriv_n1
# dM/dt or "non-linear function"