summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/answers/ansexam3.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-17 00:15:46 +0000
committerKarl Berry <karl@freefriends.org>2009-09-17 00:15:46 +0000
commit7c712eff353dad0f5de9c8318d941ad890b9b014 (patch)
treefe2cac02dc20d8a7730ce126d576c49feddb64c2 /Master/texmf-dist/doc/latex/answers/ansexam3.tex
parentea6b77b4ca75244e8aea9fcecaff57fc2fd0677e (diff)
answers 2.12 (15sep09)
git-svn-id: svn://tug.org/texlive/trunk@15323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/answers/ansexam3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/answers/ansexam3.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/answers/ansexam3.tex b/Master/texmf-dist/doc/latex/answers/ansexam3.tex
new file mode 100644
index 00000000000..8eb84299f33
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/answers/ansexam3.tex
@@ -0,0 +1,40 @@
+%%
+%% This is file `ansexam3.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% answers.dtx (with options: `ex3')
+%%
+\documentclass[12pt,a4paper]{article}
+\usepackage{answers}
+\newenvironment{Ex}[1]{\begin{trivlist}\item \emph{#1} %
+ \renewcommand{\Currentlabel}{#1}}{\end{trivlist}}
+\Newassociation{solution}{Soln}{solutions}
+
+\renewenvironment{Soln}[1]{\begin{trivlist}\item
+ Solution to \emph{#1} }{\end{trivlist}}
+
+\begin{document}
+\section*{Problems}
+ \Opensolutionfile{solutions}[ans3]
+ \begin{Ex}{First exercise}
+ An exercise with a solution.
+ \begin{solution}
+ This is a solution.
+ \relax{}
+ \end{solution}
+ \end{Ex}
+ \begin{Ex}{Second exercise}
+ A second exercise with a solution.
+ \begin{solution}
+ This is another solution.
+ \end{solution}
+ \end{Ex}
+ \Closesolutionfile{solutions}
+\section*{Solutions}
+ \Readsolutionfile{solutions}
+\end{document}
+\endinput
+%%
+%% End of file `ansexam3.tex'.