texlive[63112] Master/texmf-dist: graphpaper (23apr22)

commits+karl at tug.org commits+karl at tug.org
Sat Apr 23 23:10:50 CEST 2022


Revision: 63112
          http://tug.org/svn/texlive?view=revision&revision=63112
Author:   karl
Date:     2022-04-23 23:10:49 +0200 (Sat, 23 Apr 2022)
Log Message:
-----------
graphpaper (23apr22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/graphpaper/README
    trunk/Master/texmf-dist/doc/latex/graphpaper/graphpaper.pdf
    trunk/Master/texmf-dist/source/latex/graphpaper/graphpaper.dtx
    trunk/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls

Modified: trunk/Master/texmf-dist/doc/latex/graphpaper/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graphpaper/README	2022-04-23 21:10:29 UTC (rev 63111)
+++ trunk/Master/texmf-dist/doc/latex/graphpaper/README	2022-04-23 21:10:49 UTC (rev 63112)
@@ -8,7 +8,7 @@
 
 ** License **********************************************************
 
-      Copyright (c) 2020 by Claudio Beccari e Francesco Biccari.
+      Copyright (c) 2020-2022 by Claudio Beccari and Francesco Biccari
 
       This work (specified below) may be distributed and/or
       modified under the conditions of the 

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

Modified: trunk/Master/texmf-dist/source/latex/graphpaper/graphpaper.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/graphpaper/graphpaper.dtx	2022-04-23 21:10:29 UTC (rev 63111)
+++ trunk/Master/texmf-dist/source/latex/graphpaper/graphpaper.dtx	2022-04-23 21:10:49 UTC (rev 63112)
@@ -11,7 +11,7 @@
 \preamble
  ________________________________________
  The graphpaper class for generating several types of graph paper
- Copyright (C) 2020 C. Beccari & F. Biccari
+ Copyright (C) 2020 - 2022 C. Beccari & F. Biccari
  All rights reserved
  
  License information appended
@@ -19,7 +19,7 @@
 \endpreamble
 %^^A insert this text at the end of the generated file
 \postamble
-Copyright (C) 2020 Claudio Beccari & Francesco Biccari
+Copyright (C) 2020 - 2022 Claudio Beccari & Francesco Biccari
 
 Distributable under the LaTeX Project Public License,
 version 1.3c or higher (your choice). The latest version of
@@ -55,16 +55,15 @@
 %<*driver>
 \ProvidesFile{graphpaper.dtx}
 %</driver>
-%<class>\NeedsTeXFormat{LaTeX2e}[2018-01-01]
+%<class>\NeedsTeXFormat{LaTeX2e}[2021-10-10]
 %<class>\ProvidesClass{graphpaper}%
 %<*class>
-   [2020-10-10 1.0 A LaTeX class to generate several types of graph papers]
+   [2022-04-23 1.1 A LaTeX class to generate several types of graph papers]
 %</class> 
 %<*driver>
 \documentclass[11pt,a4paper]{ltxdoc}
-\usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
-\usepackage{lmodern,textcomp}
+\usepackage{lmodern}
 \usepackage[a4paper,lines=50]{geometry}
 \usepackage{multicol}
 \hfuzz 10pt
@@ -168,7 +167,7 @@
 % \fi
 %
 % It has three class options to specify the paper format:
-% \texttt{a4paper}, \texttt{a3paper}, \texttt{letterpaper}.
+% \texttt{a4paper} (default), \texttt{a3paper}, \texttt{letterpaper}.
 % The paper orientation cannot be changed and it is always set
 % to landscape.
 % 
@@ -1016,8 +1015,8 @@
 %    \begin{macrocode}
 \NewDocumentCommand{\setgridcolor}{m}{\colorlet{gridcolor}{#1}}
 \NewDocumentCommand{\setmajorlinethickness}{m}{\setlength{\lwa}{#1}}
-\NewDocumentCommand{\setmediumlinethickness}{m}{\setlength{\lwa}{#1}}
-\NewDocumentCommand{\setminorlinethickness}{m}{\setlength{\lwa}{#1}}
+\NewDocumentCommand{\setmediumlinethickness}{m}{\setlength{\lwb}{#1}}
+\NewDocumentCommand{\setminorlinethickness}{m}{\setlength{\lwc}{#1}}
 \NewDocumentCommand{\setminimumdistance}{m}{\setlength{\mindistanceunit}{#1}}
 \NewDocumentCommand{\setxside}{m}{%
 	\ifnum\fpeval{#1 > \paperwidth}=1 \ClassError{graphpaper}{X side too wide!} \fi

Modified: trunk/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls	2022-04-23 21:10:29 UTC (rev 63111)
+++ trunk/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls	2022-04-23 21:10:49 UTC (rev 63112)
@@ -7,14 +7,14 @@
 %% graphpaper.dtx  (with options: `class')
 %%  ________________________________________
 %%  The graphpaper class for generating several types of graph paper
-%%  Copyright (C) 2020 C. Beccari & F. Biccari
+%%  Copyright (C) 2020 - 2022 C. Beccari & F. Biccari
 %%  All rights reserved
 %% 
 %%  License information appended
 %% 
-\NeedsTeXFormat{LaTeX2e}[2018-01-01]
+\NeedsTeXFormat{LaTeX2e}[2021-10-10]
 \ProvidesClass{graphpaper}%
-   [2020-10-10 1.0 A LaTeX class to generate several types of graph papers]
+   [2022-04-23 1.1 A LaTeX class to generate several types of graph papers]
 \RequirePackage{xkeyval}
 \def\GP at paper{1}
 \define at key[GRP]{}{a4paper}[]{\PassOptionsToPackage{a4paper}{geometry}}
@@ -411,8 +411,8 @@
 \NewDocumentCommand{\smith}{}{\SmithChart}
 \NewDocumentCommand{\setgridcolor}{m}{\colorlet{gridcolor}{#1}}
 \NewDocumentCommand{\setmajorlinethickness}{m}{\setlength{\lwa}{#1}}
-\NewDocumentCommand{\setmediumlinethickness}{m}{\setlength{\lwa}{#1}}
-\NewDocumentCommand{\setminorlinethickness}{m}{\setlength{\lwa}{#1}}
+\NewDocumentCommand{\setmediumlinethickness}{m}{\setlength{\lwb}{#1}}
+\NewDocumentCommand{\setminorlinethickness}{m}{\setlength{\lwc}{#1}}
 \NewDocumentCommand{\setminimumdistance}{m}{\setlength{\mindistanceunit}{#1}}
 \NewDocumentCommand{\setxside}{m}{%
 \ifnum\fpeval{#1 > \paperwidth}=1 \ClassError{graphpaper}{X side too wide!} \fi
@@ -425,7 +425,7 @@
 \NewDocumentCommand{\customcode}{O{1} m}{%
 \ifnum#1=\z@ \GP at customcoderesetfalse \fi%
 \def\GP at custom{#2}}
-%% Copyright (C) 2020 Claudio Beccari & Francesco Biccari
+%% Copyright (C) 2020 - 2022 Claudio Beccari & Francesco Biccari
 %% 
 %% Distributable under the LaTeX Project Public License,
 %% version 1.3c or higher (your choice). The latest version of



More information about the tex-live-commits mailing list.