Search found 4 matches

by rafapa
Sun Oct 06, 2019 11:02 pm
Forum: Others
Topic: LaTex Exam (MC) - Scan & automatic grading
Replies: 2
Views: 24413

LaTex Exam (MC) - Scan & automatic grading

You could try auto-multiple-choice
https://www.auto-multiple-choice.net
by rafapa
Sun Sep 04, 2011 5:22 pm
Forum: General
Topic: probsoln | Problems without Solutions
Replies: 4
Views: 6552

probsoln | Problems without Solutions

First,
a big thank you.

My version of refcount is:
Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)

After compiling your example the following error appears:

! Undefined control sequence.
\rc@set ...safe@activestrue\endcsname \rc@refused
{#4}\expandafter \rc@@set ...
l ...
by rafapa
Wed Aug 31, 2011 6:52 pm
Forum: General
Topic: probsoln | Problems without Solutions
Replies: 4
Views: 6552

probsoln | Problems without Solutions

Thanks a lot for the new foreachsolution command.

It almost works.

Please try the following modified sample7.tex

\documentclass{article}

\usepackage{tikz}
\usepackage{probsoln}
\usepackage{paralist}

\loadallproblems{prob-mixed}

\begin{document}
\section{Exercises}
\begin{enumerate}[\bfseries ...
by rafapa
Wed Jul 13, 2011 11:30 pm
Forum: General
Topic: probsoln | Problems without Solutions
Replies: 4
Views: 6552

probsoln | Problems without Solutions

I'm trying to use Nicola Talbot's probsoln package. I have problems with solutions included but I also have problems without solution. I am using

\hideanswers
\loadallproblems[tema01]{tema1.tex}
\begin{enumerate}
\foreachproblem[tema01]{\item\label{\thisproblemlabel}\thisproblem}
end{enumerate ...