diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-04 20:20:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-04 20:20:10 +0000 |
commit | 9235a680f3a624d93c822c354458e5ad42cdc600 (patch) | |
tree | 4f3a235c073b7d06fc15c7c3d4167ddf87b02e4d /Master/texmf-dist/tex/latex | |
parent | 9472abc3c725ff61ea7c779ffdf35c34b589981b (diff) |
handin (4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47292 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/handin/handin.sty | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/handin/handin.sty b/Master/texmf-dist/tex/latex/handin/handin.sty index 8b0a82833f7..61edfdf8625 100644 --- a/Master/texmf-dist/tex/latex/handin/handin.sty +++ b/Master/texmf-dist/tex/latex/handin/handin.sty @@ -1,5 +1,19 @@ -% handin v0.0.2b30 - 2018/04/01 -\ProvidesPackage{handin}[2018/04/01 v0.0.2 Creates a setup that is ideal for handing in hard-science school papers that are divided in exercises.] +%% handin v0.0.3b41 - 2018/04/04 +%% The LaTeX package handin - version v0.0.3 (2018/04/04) build 41 +%% handin.sty +%% ------------------------------------------------------------------------------------------- +%% Copyright (c) 2018 by Andreas Storvik Strauman +%% ------------------------------------------------------------------------------------------- +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3c +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2008/05/04 or later. +%% This work has the LPPL maintenance status `author-maintained'. +%% This work consists of all files listed in README.txt +\ProvidesPackage{handin}[2018/04/04 v0.0.3 Creates a setup that is ideal for handing in hard-science school papers that are divided in exercises.] \usepackage[utf8]{inputenc} \usepackage{graphicx} \usepackage{lastpage} @@ -46,6 +60,12 @@ \set@tr{pagetext}{Side \thepage~av \pageref{LastPage}} \set@tr{containspages}{Inneholder \pageref{LastPage} sider, inkludert forside.} }{} +\IfLanguageName{german}{% +\set@tr{Problem}{Aufgabe} +\set@tr{problem}{Aufgabe} +\set@tr{containspages}{Enthält \pageref{LastPage} Seiten, inklusive Titelseite} +\set@tr{pagetext}{Seite \thepage~von \pageref{LastPage}} +}{} \newif\ifshowoff \showofffalse \let\ea = \expandafter |