|
46 | 46 |
|
47 | 47 | \RequirePackage{mleftright} |
48 | 48 | \RequirePackage{xfrac} |
49 | | -\RequirePackage{derivative} |
50 | | - \derivset{all}[scale-auto = mleftmright] |
51 | 49 |
|
52 | 50 | \RequirePackage[unicode]{hyperref} |
53 | 51 | \RequirePackage[nameinlink]{cleveref} |
|
57 | 55 |
|
58 | 56 | \tl_new:N \pakkenavn |
59 | 57 | \tl_new:N \titel |
60 | | -\tl_new:N \g_deriv_email |
| 58 | +\tl_new:N \email |
61 | 59 | \tl_new:N \forfatter |
62 | | -\tl_new:N \g_deriv_dato |
63 | | -\tl_new:N \g_deriv_version |
| 60 | +\tl_new:N \dato |
| 61 | +\tl_new:N \version |
64 | 62 |
|
65 | 63 | \NewDocumentCommand{\Pakkenavn}{ m }{ \tl_gset:Nf \pakkenavn { \tl_trim_spaces:n { #1 } } } |
66 | 64 | \NewDocumentCommand{\Titel} { m }{ \tl_gset:Nf \titel { \tl_trim_spaces:n { #1 } } } |
67 | 65 | \NewDocumentCommand{\Forfatter}{ m }{ \tl_gset:Nf \forfatter { \tl_trim_spaces:n { #1 } } } |
68 | | -\NewDocumentCommand{\Email} { m }{ \tl_gset:Nf \g_deriv_email { \tl_trim_spaces:n { #1 } } } |
69 | | -\NewDocumentCommand{\Dato} { m }{ \tl_gset:Nf \g_deriv_dato { \tl_trim_spaces:n { #1 } } } |
70 | | -\NewDocumentCommand{\Version} { m }{ \tl_gset:Nf \g_deriv_version { \tl_trim_spaces:n { #1 } } } |
| 66 | +\NewDocumentCommand{\Email} { m }{ \tl_gset:Nf \email { \tl_trim_spaces:n { #1 } } } |
| 67 | +\NewDocumentCommand{\Dato} { m }{ \tl_gset:Nf \dato { \tl_trim_spaces:n { #1 } } } |
| 68 | +\NewDocumentCommand{\Version} { m }{ \tl_gset:Nf \version { \tl_trim_spaces:n { #1 } } } |
71 | 69 |
|
72 | 70 | \NewDocumentCommand{\mypackage}{ } { \pkg{\pakkenavn} } |
73 | 71 |
|
|
90 | 88 | \centering |
91 | 89 | \textsl{Written~by:} \par |
92 | 90 | { \color{RoyalRed} \forfatter \par } |
93 | | - { \color{RoyalRed} \g_deriv_email \par } |
| 91 | + { \color{RoyalRed} \email \par } |
94 | 92 | \end{minipage} |
95 | 93 | \hfill |
96 | 94 | \begin{minipage}[t]{0.5\textwidth} |
97 | 95 | \centering |
98 | 96 | \textsl{Released:} \par |
99 | | - { \color{RoyalRed} \g_deriv_version \par } |
100 | | - { \color{RoyalRed} \g_deriv_dato \par } |
| 97 | + { \color{RoyalRed} v\version \par } |
| 98 | + { \color{RoyalRed} \dato \par } |
101 | 99 | \end{minipage} |
102 | 100 |
|
103 | 101 | \par \vspace{20mm} \noindent |
|
1085 | 1083 | \Titel{The \pakkenavn{} package} |
1086 | 1084 | \Forfatter{Simon Jensen} |
1087 | 1085 | |
1088 | | -\Dato{2019-09-20} |
1089 | | -\Version{v0.95} |
| 1086 | +\Dato{2019/09/21} |
| 1087 | +\Version{0.95b} |
| 1088 | + |
| 1089 | +\RequirePackage{derivative}[\dato] |
| 1090 | +\derivset{all}[scale-auto = mleftmright] |
1090 | 1091 |
|
1091 | 1092 | \hypersetup |
1092 | 1093 | { |
|
2273 | 2274 | \end{change} |
2274 | 2275 | \bigskip |
2275 | 2276 | \begin{change}[version = 0.95, date = 2019-09-18, beta = true] |
| 2277 | + \item \emph{Please ignore this version, since it contained the \pkg{.sty} and \pkg{.pdf} files for version} \texttt{0.9} \texttt{:(}. |
2276 | 2278 | \item Second beta release of the package. |
2277 | 2279 | \item Removed the single token restriction of the infinitesimal since it made no sense. |
2278 | 2280 | \item Fixed the documentation errors and typos. |
2279 | 2281 | \item Minor fixes to the code. |
2280 | 2282 | \end{change} |
| 2283 | + \begin{change}[version = 0.95b, date = 2019-09-21, beta = true] |
| 2284 | + \item Contains the correct \pkg{.sty} and \pkg{.pdf} files \texttt{:)}. |
| 2285 | + \item One minor code fix. |
| 2286 | + \end{change} |
2281 | 2287 | \end{changelog} |
2282 | 2288 |
|
2283 | 2289 | \end{document} |
0 commit comments