From 9235a680f3a624d93c822c354458e5ad42cdc600 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Apr 2018 20:20:10 +0000 Subject: handin (4apr18) git-svn-id: svn://tug.org/texlive/trunk@47292 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/handin/handin.sty | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/handin') 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} @@ -45,6 +59,12 @@ \set@tr{problem}{oppgave} \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 -- cgit v1.2.3