From 6621e36996b4d5fbfa4c42318eebc45a57ea9cfe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Oct 2019 21:20:16 +0000 Subject: practicalreports (1oct19) git-svn-id: svn://tug.org/texlive/trunk@52249 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/practicalreports/practicalreports.sty | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/practicalreports') diff --git a/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty b/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty index 174892e9026..d574797bcfb 100644 --- a/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty +++ b/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty @@ -2,8 +2,8 @@ %%License: LPPL 1.3c \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{practicalreports}[26/09/2019 v2.0.1 Practical Report Package] -\RequirePackage{mathtools, array, longtable, scrextend, float, fancyhdr, lastpage, tikzducks} +\ProvidesPackage{practicalreports}[01/10/2019 v2.0.2 Practical Report Package] +\RequirePackage{mathtools, array, longtable, scrextend, float, fancyhdr, lastpage, tikzducks, pdfpages, pgffor} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -187,8 +187,13 @@ tshirt=brown!50!black, jacket=brown!30!gray, speech={of},bubblecolour=cyan!20!wh \end{tikzpicture} } } - +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Make sure yor filenames are all one word, this can include underscores and each report is separated by a comma. +\newcommand{\joinreports}[1]{ +\foreach \report in {#1} { +\includepdfmerge{\report, -} +} } \ No newline at end of file -- cgit v1.2.3