Latest news 2026-07-03: Ebook Sale July 2026. Cybercrime fiction short stories Unsocial Media and Smile for the Camera free; crime fiction short story The Briefcase free; short story noir crime fiction I’ve Heard the Mermaid Sing free; crime fiction novel The Private Enemy US$1.99; illustrated children’s story The Foolish Hedgehog US$0.99.

probsoln package FAQ

How do I select all problems from a database in the order in which they were defined? 🔗

As from version 3.0, you can load all problems in a file using \loadallproblems and then iterate through the data set using \foreachproblem.

Or, as from version 2.02, you can use the command \selectallproblems. For example, if your problems are defined in the file probs.tex:

\begin{enumerate}
\selectallproblems{probs}
\end{enumerate}
As with \selectrandomly, \selectallproblems uses \PSNitem at the start of each problem.

2020-07-03 11:26:15


Permalink: https://www.dickimaw-books.com/faq.php?id=169
Alternative link: https://www.dickimaw-books.com/faq.php?itemlabel=prsselectall

Category: probsoln package
Topic: General Queries