diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/verifica/verifica.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/verifica/verifica.dtx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/verifica/verifica.dtx b/Master/texmf-dist/source/latex/verifica/verifica.dtx index 38c9d521f25..84fca3a2b3c 100644 --- a/Master/texmf-dist/source/latex/verifica/verifica.dtx +++ b/Master/texmf-dist/source/latex/verifica/verifica.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% verifica.cls. Version: 1.2 - February 7, 2020. +% verifica.cls. Version: 1.3 - October 10, 2020. % Author: Riccardo DOSSENA <riccardo.dossena@gmail.com> % % Questa รจ una classe per comporre le verifiche @@ -29,7 +29,7 @@ %<class>\ProvidesClass{verifica} %<package>\ProvidesPackage{ver-doc} %<*class|package> - [2020/02/07 v1.2 Riccardo Dossena] + [2020/10/10 v1.3 Riccardo Dossena] %</class|package> % %<*driver> @@ -1935,7 +1935,6 @@ Di default sono definiti $\phi$ e $\theta$, ma si possono ripristinare \RequirePackage{gensymb} \RequirePackage{newunicodechar} \RequirePackage{textcomp} -\RequirePackage{eurosym} \RequirePackage{tabto} \RequirePackage{tabularx} \RequirePackage[running]{lineno} @@ -1987,9 +1986,13 @@ Di default sono definiti $\phi$ e $\theta$, ma si possono ripristinare \SetSymbolFont{operators}{bold}{OT1}{cmbr}{b}{n} \relax}{} % \end{macrocode} -% The \pack{bm} package will be loaded after all the other packages (in -% particular after \pack{cmbright}). +% \changes{v1.3}{2020/10/10}{Fixed a bug related to the \pack{eurosym} package, +% which must be loaded after \pack{babel}.} +% The \pack{eurosym} and \pack{bm} packages will be loaded after all the other +% packages (in particular, \pack{eurosym} must be loaded after \pack{babel}, +% and \pack{bm} after \pack{cmbright}). % \begin{macrocode} +\RequirePackage{eurosym} \RequirePackage{bm} % \end{macrocode} % \begin{macro}{\restorephi} |