texlive[68773] Master/texmf-dist: homework (6nov23)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 9 23:15:57 CET 2023


Revision: 68773
          https://tug.org/svn/texlive?view=revision&revision=68773
Author:   karl
Date:     2023-11-09 23:15:57 +0100 (Thu, 09 Nov 2023)
Log Message:
-----------
homework (6nov23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/homework/README.md
    trunk/Master/texmf-dist/tex/latex/homework/homework.cls

Modified: trunk/Master/texmf-dist/doc/latex/homework/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/homework/README.md	2023-11-09 22:15:48 UTC (rev 68772)
+++ trunk/Master/texmf-dist/doc/latex/homework/README.md	2023-11-09 22:15:57 UTC (rev 68773)
@@ -37,7 +37,7 @@
 
 ## Usage
 
-> It is recommended that you start by looking at one of the demo documents that suits your need and edit the code there to get your own template.
+> It is recommended that you start by looking at one of the [demo documents](https://github.com/Jinwen-XU/homework/tree/main/demo) that suits your need and edit the code there to get your own template.
 
 > If you don't find what you were expecting, or if you would like some elements to be changed or improved, feel free to post a feature request via [the GitHub issue](https://github.com/Jinwen-XU/homework/issues).
 
@@ -111,26 +111,36 @@
 % If you wish to answer each sub-question of a problem separately...
 
 \begin{problem}[A problem with many sub-questions]
-    \begin{enumerate}[itemsep=.5\baselineskip]
+    \begin{enumerate}
         \item First question.
+
         \begin{solution}
             The solution of the first question.
         \end{solution}
+
         \item Second question.
-        \begin{enumerate}[itemsep=.3\baselineskip]
+
+        \begin{enumerate}
             \item First sub-question.
+
             \begin{solution}
                 The solution of the first sub-question.
             \end{solution}
+
             \item Second sub-question.
+
             \begin{solution}
                 The solution of the second sub-question.
             \end{solution}
+
         \end{enumerate}
+
         \item Third question.
+
         \begin{solution}
             The solution of the third question.
         \end{solution}
+
     \end{enumerate}
     \noQED % Use \noqed or \noQED at the end to suppress the Q.E.D. symbol that marks the end of the current problem.
 \end{problem}

Modified: trunk/Master/texmf-dist/tex/latex/homework/homework.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/homework/homework.cls	2023-11-09 22:15:48 UTC (rev 68772)
+++ trunk/Master/texmf-dist/tex/latex/homework/homework.cls	2023-11-09 22:15:57 UTC (rev 68773)
@@ -12,7 +12,7 @@
 \NeedsTeXFormat{LaTeX2e}[2022-06-01]
 \ProvidesExplClass
   {homework}
-  {2023/10/15} {}
+  {2023/10/15a} {}
   {Document class for writing homework}
 
 \keys_define:nn { homework }



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