texlive[52312] Master/texmf-dist: practicalreports (7oct19)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 7 22:57:57 CEST 2019


Revision: 52312
          http://tug.org/svn/texlive?view=revision&revision=52312
Author:   karl
Date:     2019-10-07 22:57:57 +0200 (Mon, 07 Oct 2019)
Log Message:
-----------
practicalreports (7oct19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.pdf
    trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.tex
    trunk/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty

Modified: trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.tex	2019-10-07 20:57:44 UTC (rev 52311)
+++ trunk/Master/texmf-dist/doc/latex/practicalreports/practicalreports.tex	2019-10-07 20:57:57 UTC (rev 52312)
@@ -1,7 +1,6 @@
 \documentclass[12pt]{article}
 
 \usepackage[right=1in, top=1in, left=1in, bottom=1in]{geometry}
-\usepackage{amssymb,amsmath, mathtools}
 
 \usepackage[parfill]{parskip}
 
@@ -13,9 +12,9 @@
 \begin{titlepage}
 \vspace*{\fill}
 \begin{center}
-{\Huge Practical Reports Documentation}\\[0.5cm]
-{\Large Version: 2.0.2}\\[0.4cm]
-{\Large Date: $1^{st}$ of October 2019}\\[0.2cm]
+{\Huge \textbf{practicalreports} Documentation}\\[0.5cm]
+{\Large Version: 2.0.3}\\[0.4cm]
+{\Large Date: $7^{th}$ of October 2019}\\[0.2cm]
 {\small Author: Justin Cawood}
 \end{center}
 \vspace*{\fill}
@@ -30,6 +29,22 @@
 \section{Importing the Package}
 Import the package by typing $\backslash$usepackage\{practicalreports\} at the top of the tex file.
 
+\section{Required Packages}
+All of the below packages are required for the macros within this package. They should be installed when you install this package
+
+\begin{itemize}
+\item \textbf{array}
+\item \textbf{mathtools}
+\item \textbf{longtable}
+\item \textbf{scrextend}
+\item \textbf{float}
+\item \textbf{fancyhdr}
+\item \textbf{lastpage}
+\item \textbf{pdfpages}
+\item \textbf{pdffor}
+\end{itemize}
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{Exponent Macro}
@@ -94,12 +109,12 @@
 \subsubsection{Shrink Example}
 \reffigure{example-shrink-figure}, shows an example of decreasing the size of a figure.
 
-\newsfigure{Example Figure}{Result of using $\backslash$newfigure\{Caption\}\{Description\}\{file name\}\{reference\}\{0.4\}}{example_figure.jpeg}{example-shrink-figure}{0.4}
+\newsfigure{Example Figure}{Result of using $\backslash$newsfigure\{Caption\}\{Description\}\{file name\}\{reference\}\{0.4\}}{example_figure.jpeg}{example-shrink-figure}{0.4}
 
 \subsubsection{Expand Example}
 \reffigure{example-expand-figure}, shows an example of increasing the size of a figure.
 
-\newsfigure{Example Figure}{Result of using $\backslash$newfigure\{Caption\}\{Description\}\{file name\}\{reference\}\{1.6\}}{example_figure.jpeg}{example-expand-figure}{1.6}
+\newsfigure{Example Figure}{Result of using $\backslash$newsfigure\{Caption\}\{Description\}\{file name\}\{reference\}\{1.6\}}{example_figure.jpeg}{example-expand-figure}{1.6}
 
 \subsection{Referencing a Figure}
 This macro allows figures to be referenced by simply typing $\backslash$reffigure\{reference\}. If a figure is ever added or removed, this macro will take care of the numbering so the figures are always referenced correctly. An example is shown below.
@@ -313,9 +328,9 @@
 The $\backslash$goodfoot macro will do the footer for you in the form "Page x of n". The page mus be set to fancy first though using the $\backslash$setpagefancy macro.
 
 \subsection{Join Multiple Reports}
-To combine multiple pdf files together into one single pdf file use the macro $\backslash$joinreports\{\}. You don't need the file extension just list all the pdf files that you wish to join as follows.
+To combine multiple pdf files together into one single pdf file use the macro $\backslash$joinpdfs\{\}. You don't need the file extension just list all the pdf files that you wish to join as follows.
 
-$\backslash$joinreports\{pdf\_1, pdf\_2, pdf\_3, pdf\_4, .....\}.
+$\backslash$joinpdfs\{pdf\_1, pdf\_2, pdf\_3, pdf\_4, .....\}.
 
 This macro should be used in a new tex file because the pdf files will be joined as one file with the name of the tex file this macro is used in.
 

Modified: trunk/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty	2019-10-07 20:57:44 UTC (rev 52311)
+++ trunk/Master/texmf-dist/tex/latex/practicalreports/practicalreports.sty	2019-10-07 20:57:57 UTC (rev 52312)
@@ -2,7 +2,7 @@
 %%License: LPPL 1.3c
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{practicalreports}[01/10/2019  v2.0.2 Practical Report Package]
+\ProvidesPackage{practicalreports}[071/10/2019  v2.0.3 Practical Report Package]
 \RequirePackage{mathtools, array, longtable, scrextend, float, fancyhdr, lastpage, tikzducks, pdfpages, pgffor}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -192,7 +192,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 % Make sure yor filenames are all one word, this can include underscores and each report is separated by a comma. 
-\newcommand{\joinreports}[1]{
+\newcommand{\joinpdfs}[1]{
 \foreach \report in {#1} {
 \includepdfmerge{\report, -}
 }



More information about the tex-live-commits mailing list