From bb3f452cc8f82ecd6284edf8f5bbb69c24c215aa Mon Sep 17 00:00:00 2001 From: Sebastian Kuhnert Date: Sat, 4 Mar 2017 07:33:17 +0100 Subject: stop using SVN tags --- exercisesheets.sty | 12 +++++++----- exercisesheets.tex | 20 ++++++-------------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/exercisesheets.sty b/exercisesheets.sty index 2b5b322..b3ffc59 100644 --- a/exercisesheets.sty +++ b/exercisesheets.sty @@ -16,11 +16,13 @@ %\NeedsTeXFormat{LaTeX2e}[1994/12/01] -\RequirePackage{svn-prov} -\def\exsh@version{0.5h} -\ProvidesPackageSVN{$Id$}[\exsh@version\space Typesetting of exercise sheets \revinfo] -\GetFileInfoSVN* -\message{`Typesetting of exercise sheets' \exsh@version\space <\filedate> (SVN Rev: \filerev)} + +% don't forget to update the version and date in exercisesheets.tex +\def\exsh@version{0.5i} +\def\exsh@date{2017/03/04} + +\ProvidesPackage{exercisesheets}[\exsh@date\space\exsh@version\space Typesetting of exercise sheets] +\message{`Typesetting of exercise sheets' \exsh@version\space <\exsh@date>} % TODO: fix "above hint skip" diff --git a/exercisesheets.tex b/exercisesheets.tex index cf1e795..a030587 100644 --- a/exercisesheets.tex +++ b/exercisesheets.tex @@ -19,6 +19,7 @@ \usepackage{arev} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} +\usepackage[activate]{microtype} \usepackage{csquotes} \usepackage{xspace} \usepackage{xcolor} @@ -49,19 +50,10 @@ \newcommand{\opt}[1]{\textcolor{green!50!black}{#1}} \newcommand{\option}[1]{{\normalfont\texttt{\color{blue!50!black}#1}}} -\usepackage[english]{isodate} -\usepackage[all,autokw]{svn-multi} -\svnidlong -{$HeadURL$} -{$LastChangedDate$} -{$LastChangedRevision$} -{$LastChangedBy$} -\svnid -{$Id$} - +\usepackage[english,iso]{isodate} \title{The \exsh Package} -\author{Sebastian Kuhnert} -\date{\printdate{\svnday.\svnmonth.\svnyear}} +\author{Sebastian Kuhnert\and Frank Fuhlbrück} +\date{Version 0.5i, \printdateTeX{2017/03/04}} \begin{document} \maketitle @@ -70,7 +62,7 @@ The \exsh package provides a way to typeset exercise sheets as used in university courses. It evolved from a set of macros an environments that were finally combined into this package. -\subsection{Licence} +\subsection*{Licence} Copyright \textcopyright{} 2008--2017 Sebastian Kuhnert and Frank Fuhlbrück. Permission is granted to copy, distribute and/or modify this software under the terms of the \LaTeX{} Project Public Licence, version 1.3c or later. This @@ -201,7 +193,7 @@ Insert a sheet into the document. This environment can be repeated to combine several sheets in a single \LaTeX{} file. For each sheet, a new page is started and an appropriate header is generated. The \param{sheet contents} can be anything but will usually consist of several \texttt{exercise} environments (see -\ref{sec:exercises-solutions}). +Section~\ref{sec:exercises-solutions}). The following \param{options} are supported: \begin{description} -- cgit v1.2.3