summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/answers/ansexam2.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-11 22:15:19 +0000
committerKarl Berry <karl@freefriends.org>2008-09-11 22:15:19 +0000
commit8811eba4520e67dc164e292e16ca603f50d77e97 (patch)
tree326e34899835446535a53b8fbd115b9380a9d257 /Master/texmf-dist/doc/latex/answers/ansexam2.tex
parent92020dec9582269fa2de9e92bab7a23fc69a3b70 (diff)
rm answers, nonfree
git-svn-id: svn://tug.org/texlive/trunk@10564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/answers/ansexam2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/answers/ansexam2.tex62
1 files changed, 0 insertions, 62 deletions
diff --git a/Master/texmf-dist/doc/latex/answers/ansexam2.tex b/Master/texmf-dist/doc/latex/answers/ansexam2.tex
deleted file mode 100644
index 098efde98f5..00000000000
--- a/Master/texmf-dist/doc/latex/answers/ansexam2.tex
+++ /dev/null
@@ -1,62 +0,0 @@
-%%
-%% This is file `ansexam2.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% answers.dtx (with options: `ex2')
-%%
-\documentclass[12pt,a4paper]{article}
-\usepackage{answers}%\usepackage[nosolutionfiles]{answers}
-\newtheorem{Exc}{Exercise}
-\newenvironment{Ex}{\begin{Exc}\normalfont}{\end{Exc}}
-\Newassociation{solution}{Soln}{test}
-\Newassociation{hint}{Hint}{test}
-\Newassociation{Solution}{sSol}{testtwo}
-\newcommand{\prehint}{~[Hint]}
-\newcommand{\presolution}{~[Solution]}
-\newcommand{\preSolution}{~[Homework]}
-\newcommand{\Opentesthook}[2]%
- {\Writetofile{#1}{\protect\section{#1: #2}}}
-\renewcommand{\Solnlabel}[1]{\emph{Solution #1}}
-\renewcommand{\Hintlabel}[1]{\emph{Hint #1}}
-\renewcommand{\sSollabel}[1]{\emph{Solution to #1}}
-
-\begin{document}
- \Opensolutionfile{test}[ans2]{Solutions}
- \Writetofile{test}{\protect\subsection{Some Solutions}}
- \Opensolutionfile{testtwo}[ans2x]
- \Writetofile{testtwo}{%
- \protect\subsection{Extra Solutions}}
- \section{Exercises}
- \begin{Ex}
- An exercise with a solution.
- \begin{solution}
- This is a solution.
- \relax{}
- \end{solution}
- \end{Ex}
- \begin{Ex}
- An exercise with a hint and a secret solution.
- \begin{hint}
- This is a hint.
- \end{hint}
- \begin{Solution}
- This is a secret solution.
- \end{Solution}
- \end{Ex}
- \begin{Ex}
- An exercise with a hint.
- \begin{hint}
- This is a hint.
- \end{hint}
- \end{Ex}
- \Closesolutionfile{test}
- \Readsolutionfile{test}
- \clearpage
- \Closesolutionfile{testtwo}
- \Readsolutionfile{testtwo}
-\end{document}
-\endinput
-%%
-%% End of file `ansexam2.tex'.