diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-07 23:44:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-07 23:44:28 +0000 |
commit | 5c6d8279370b75ec409c087237a798f1fe547cf1 (patch) | |
tree | ca59f700388d2112bdf4c2ac712c7393c6dd1976 /Master/texmf-dist/doc/latex/examdesign/INSTALL | |
parent | 76c5544ce671ef8e88ff14e9c9a8f99f196f4897 (diff) |
examdesign update for class name change (7sep06)
git-svn-id: svn://tug.org/texlive/trunk@2100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/examdesign/INSTALL')
-rw-r--r-- | Master/texmf-dist/doc/latex/examdesign/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/examdesign/INSTALL b/Master/texmf-dist/doc/latex/examdesign/INSTALL new file mode 100644 index 00000000000..be602f5b62c --- /dev/null +++ b/Master/texmf-dist/doc/latex/examdesign/INSTALL @@ -0,0 +1,21 @@ +Put the materials in your favorite spot. For instance, on Unix-like +system a good spot may be /var/local/share/texmf/tex/latex/examdesign/ . + +In that directory run + latex examdesign.ins +(and then you might have to copy the created file examdesign.cls into an area +where LaTeX2e can find it). Don't forget to run "texhash" (if you are using +a menu-ed environment you may need to find a menu item like "Rebuild +the TeX database"). + +Make your new document like this. + +\documentclass[10pt]{examdesign} +\begin{document} + : +\end{document} + +Use the example files as a start. + +.................................................................. +2006-Sept-05 Jim Hefferon (From some material from JA.)
\ No newline at end of file |