From f31d783f21020cee0879dd503217e0d91b75b27f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 23 Apr 2022 21:10:49 +0000 Subject: graphpaper (23apr22) git-svn-id: svn://tug.org/texlive/trunk@63112 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls b/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls index 828b0422617..6599c819cbe 100644 --- a/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls +++ b/Master/texmf-dist/tex/latex/graphpaper/graphpaper.cls @@ -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@paper{1} \define@key[GRP]{}{a4paper}[]{\PassOptionsToPackage{a4paper}{geometry}} @@ -411,8 +411,8 @@ Reduce their number}% \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 @@ Reduce their number}% \NewDocumentCommand{\customcode}{O{1} m}{% \ifnum#1=\z@ \GP@customcoderesetfalse \fi% \def\GP@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 -- cgit v1.2.3