texlive[69726] Master/texmf-dist: verifiche (6feb24)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 6 21:34:27 CET 2024


Revision: 69726
          https://tug.org/svn/texlive?view=revision&revision=69726
Author:   karl
Date:     2024-02-06 21:34:26 +0100 (Tue, 06 Feb 2024)
Log Message:
-----------
verifiche (6feb24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.pdf
    trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.tex
    trunk/Master/texmf-dist/doc/latex/verifiche/verifiche.pdf
    trunk/Master/texmf-dist/source/latex/verifiche/verifiche.dtx
    trunk/Master/texmf-dist/source/latex/verifiche/verifiche.ins
    trunk/Master/texmf-dist/tex/latex/verifiche/verifiche.sty

Modified: trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.tex	2024-02-06 20:34:11 UTC (rev 69725)
+++ trunk/Master/texmf-dist/doc/latex/verifiche/verifiche-example.tex	2024-02-06 20:34:26 UTC (rev 69726)
@@ -42,7 +42,7 @@
 Pesa di più un chilogrammo di ferro sulla Terra o un chilogrammo di piume su Giove?
 \end{esercizio}
 
-\renewcommand{\diffsymb}{$\bullet$}
+\renewcommand{\diffsymb}{$\bigstar$}
 \begin{esercizio}[diff=2, pt=5]\label{es:grav}%
 Scrivere la legge di gravitazione universale e commentarla.
 \end{esercizio}
@@ -254,7 +254,7 @@
 %\pagestyle{plain}
 \pagestyle{mainverifiche}
 \institute{Scuola superiore di Paperopoli}
-\asyear[Anno accademico]{2022/2023}
+\asyear[Anno accademico]{2023/2024}
 \duration[Tempo:]{2 ora}
 \testtype{Compito di matematica}
 \instruction{Risolvere il seguente esercizio nel più breve tempo possibile.\\}
@@ -270,9 +270,12 @@
 }
 
 
+\renewcommand{\ptfont}{\footnotesize}
+
 \begin{multitest}[4]
 %\pgfmathsetseed{\themultitestcounter*42}
 \subtitle{Test \Alph{multitestcounter}}
+\headingstyle{einstein}
 \printheading
 \pgfmathrandominteger{\ax}{-2}{2}
 \pgfmathrandominteger{\ay}{-2}{2}
@@ -279,12 +282,12 @@
 \pgfmathrandominteger{\bx}{-2}{2}
 \pgfmathrandominteger{\by}{-2}{2}
 
-\begin{esercizio}
-	Disegna, in un grafico cartesiano, i seguenti punti:
+\begin{esercizio}[partialpt]
+\partialpt{3}	Disegna, in un grafico cartesiano, i seguenti punti:
 	\[
 	A = (\ax; \ay) \quad B = (\bx; \by)
 	\]
-	e calcola la loro distanza.
+\partialpt{5}	e calcola la loro distanza.
 \end{esercizio}
 
 \begin{soluzione}

Modified: trunk/Master/texmf-dist/doc/latex/verifiche/verifiche.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/verifiche/verifiche.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/verifiche/verifiche.dtx	2024-02-06 20:34:11 UTC (rev 69725)
+++ trunk/Master/texmf-dist/source/latex/verifiche/verifiche.dtx	2024-02-06 20:34:26 UTC (rev 69726)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%  Copyright (LPPL) 2020 - 2023 by Francesco Raccanello
+%  Copyright (LPPL) 2020 - 2024 by Francesco Raccanello
 %
 % This file may be distributed and/or modified under the 
 % conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
 %
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{verifiche} [2023/08/22 v7.0 .dtx verifiche file]
+%<package>\ProvidesPackage{verifiche} [2024/02/05 v7.1 .dtx verifiche file]
 %<*driver>
 \documentclass{ltxdoc}
 \usepackage[utf8]{inputenc}
@@ -71,7 +71,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{1210}
+% \CheckSum{1211}
 % \changes{v1.0}{2020/06/14}{Initial version.}
 % \changes{v2.0}{2020/06/26}{Better performance in exercise environment.}
 % \changes{v2.1}{2020/06/30}{Introduced closedquestionitem to control |item| symbol.}
@@ -86,6 +86,7 @@
 % \changes{v5.1}{2022/06/16}{Minor update. Clean the code for printheading command; better appearance for openquestion command.}
 % \changes{v5.2}{2022/06/21}{Minor update. Resolve bugs in printheading command.}
 % \changes{v7.0}{2023/08/22}{Major update. Remove some unnecessary packages. Add ptfont command to manage points font. Modify environments to avoid page break after the name of the environment. Adding the possibility to define own heading aspect. Define three types of headings: galilei, einstein and cattaneo.}
+% \changes{v7.1}{2024/02/05}{Minor update. Add ptfont to partialpt.}
 % \GetFileInfo{verifiche.sty}
 % \DoNotIndex{\newcommand,\newenvironment,\def,\begin,\end,\par}
 % \DoNotIndex{\DeclareOption,\ExecuteOptions,\ProcessOptions,\RequirePackage}
@@ -1783,7 +1784,7 @@
 \NewDocumentCommand{\partialpt}{m}{%
     \ifshowexercisept%
     \leavevmode\reversemarginpar\marginpar{%
-        \hfill\@partialptprefix%
+        \ptfont\hfill\@partialptprefix%
         \@lpartialpt at delimiter#1\space\@usepartialptlabel{#1}%
         \@rpartialpt at delimiter%
         \addtocounter{partialpoints}{#1}}\ignorespaces%

Modified: trunk/Master/texmf-dist/source/latex/verifiche/verifiche.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/verifiche/verifiche.ins	2024-02-06 20:34:11 UTC (rev 69725)
+++ trunk/Master/texmf-dist/source/latex/verifiche/verifiche.ins	2024-02-06 20:34:26 UTC (rev 69726)
@@ -1,5 +1,5 @@
 %%
-%% Copyright (C) 2020 - 2023 i by Francesco Raccanello
+%% Copyright (C) 2020 - 2024 i by Francesco Raccanello
 %%
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either

Modified: trunk/Master/texmf-dist/tex/latex/verifiche/verifiche.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/verifiche/verifiche.sty	2024-02-06 20:34:11 UTC (rev 69725)
+++ trunk/Master/texmf-dist/tex/latex/verifiche/verifiche.sty	2024-02-06 20:34:26 UTC (rev 69726)
@@ -15,7 +15,7 @@
 %% and version 1.3 or later is part of all distributions of
 %% LaTeX version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{verifiche} [2023/08/22 v7.0 .dtx verifiche file]
+\ProvidesPackage{verifiche} [2024/02/05 v7.1 .dtx verifiche file]
 
 
 \RequirePackage{xparse}
@@ -404,7 +404,7 @@
 \NewDocumentCommand{\partialpt}{m}{%
     \ifshowexercisept%
     \leavevmode\reversemarginpar\marginpar{%
-        \hfill\@partialptprefix%
+        \ptfont\hfill\@partialptprefix%
         \@lpartialpt at delimiter#1\space\@usepartialptlabel{#1}%
         \@rpartialpt at delimiter%
         \addtocounter{partialpoints}{#1}}\ignorespaces%



More information about the tex-live-commits mailing list.