From a85169c1a5c033b4bd940bb89ba260bebc13deb7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 5 Apr 2023 19:59:28 +0000 Subject: graph35 (5apr23) git-svn-id: svn://tug.org/texlive/trunk@66772 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/graph35/CHANGELOG.md | 6 ++++++ Master/texmf-dist/doc/latex/graph35/README.md | 6 +++--- Master/texmf-dist/doc/latex/graph35/graph35-en.pdf | Bin 1466917 -> 1467891 bytes Master/texmf-dist/doc/latex/graph35/graph35-en.tex | 5 +++-- Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf | Bin 1511129 -> 1520378 bytes Master/texmf-dist/doc/latex/graph35/sources.zip | Bin 231693 -> 231693 bytes Master/texmf-dist/source/latex/graph35/graph35.dtx | 5 +++-- Master/texmf-dist/source/latex/graph35/graph35.ins | 2 +- .../texmf-dist/tex/latex/graph35/graph35-keys.sty | 2 +- Master/texmf-dist/tex/latex/graph35/graph35.sty | 2 +- 10 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md b/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md index 92df243f4fe..3235cd2af04 100644 --- a/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md @@ -1,3 +1,9 @@ +* graph35 0.1.4 (2023-04-04) + + * Fixed key XthetaT: Drawing it would would cause compilation to fail (with some TeX engines, too old or too recent). + + -- Louis Paternault + * graph35 0.1.3 (2022-11-29) * Fix packaging issues. diff --git a/Master/texmf-dist/doc/latex/graph35/README.md b/Master/texmf-dist/doc/latex/graph35/README.md index 8382876cbc6..421e34b10a0 100644 --- a/Master/texmf-dist/doc/latex/graph35/README.md +++ b/Master/texmf-dist/doc/latex/graph35/README.md @@ -7,17 +7,17 @@ It defines commands to draw the `Casio Graph 35 / fx-9750GII` calculator (and ot [![Documentation](https://img.shields.io/badge/Doc-Français-brightgreen.svg)](http://mirrors.ctan.org/graphics/graph35/graph35-fr.pdf) Ce paquet définit des macros pour dessiner les touches et des éléments d'écran de la calculatrice `Casio Graph 35` (ainsi que pour quelques modèles similaires). Il permet de dessiner toute la calculatrice, ou seulement quelques éléments (touches, éléments de menu, etc.). Il a été créé pour rédiger des documents expliquant à mes élèves comment utiliser leur calculatrice. -- Version 0.1.3 (2022-11-29) +- Version 0.1.4 (2023-04-04) - Usage and installation instruction are available at CTAN: [English](http://mirrors.ctan.org/graphics/graph35/graph35-en.pdf). [French](http://mirrors.ctan.org/graphics/graph35/graph35-fr.pdf). -![Graph35+E](http://framagit.org/spalax/graph35/raw/main/graph35plusE.png) +![Graph35+E](https://framagit.org/spalax/graph35/-/raw/v0.1.4/graph35plusE.png) License ------- -*Copyright 2018-2022 Louis Paternault* +*Copyright 2018-2023 Louis Paternault* This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) diff --git a/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf b/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf index 7f3f33164ae..bc1904ba9c0 100644 Binary files a/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf and b/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf differ diff --git a/Master/texmf-dist/doc/latex/graph35/graph35-en.tex b/Master/texmf-dist/doc/latex/graph35/graph35-en.tex index f098c5720cb..ee2d4396dfa 100644 --- a/Master/texmf-dist/doc/latex/graph35/graph35-en.tex +++ b/Master/texmf-dist/doc/latex/graph35/graph35-en.tex @@ -1,4 +1,4 @@ -% Copyright 2018-2022 Louis Paternault +% Copyright 2018-2023 Louis Paternault % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -45,7 +45,7 @@ \begin{document} \title{Graph35\thanks{ - This document corresponds to \textsf{graph35}~0.1.3, dated 2022-11-29. + This document corresponds to \textsf{graph35}~0.1.4, dated 2023-04-04. Home page, bug requests, etc. at \url{http://framagit.org/spalax/graph35}. }\\A \LaTeX{} package to display keys and screen of (some) \textsc{Casio} calculators.} \author{Louis Paternault\\ \texttt{spalax(at)gresille(dot)org}} @@ -240,6 +240,7 @@ \subsection{Keys} \DescribeMacro{\key} + \changes{v0.1.4}{2023/04/04}{Changed design of the $X\theta{}T$ key.} To draw a calculator key, use: \begin{center} \lstinline|\key|\oarg{color, prefix, suffix, scale, shift, alpha}\marg{key}. diff --git a/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf b/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf index f65cedf8e76..58cae29e851 100644 Binary files a/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf and b/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf differ diff --git a/Master/texmf-dist/doc/latex/graph35/sources.zip b/Master/texmf-dist/doc/latex/graph35/sources.zip index 663bb7dad7a..6f97cd223be 100644 Binary files a/Master/texmf-dist/doc/latex/graph35/sources.zip and b/Master/texmf-dist/doc/latex/graph35/sources.zip differ diff --git a/Master/texmf-dist/source/latex/graph35/graph35.dtx b/Master/texmf-dist/source/latex/graph35/graph35.dtx index cd480475cdd..42b9fe5c68b 100644 --- a/Master/texmf-dist/source/latex/graph35/graph35.dtx +++ b/Master/texmf-dist/source/latex/graph35/graph35.dtx @@ -1,5 +1,5 @@ % \iffalse meta-comment -% Copyright 2018-2022 Louis Paternault +% Copyright 2018-2023 Louis Paternault % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -25,7 +25,7 @@ %\NeedsTeXFormat{LaTeX2e} %\ProvidesPackage{graph35} %<*package> - [2022/11/29 v0.1.3 Paquet permettant de dessiner des touches et menus de calculatrices CASIO.] + [2023/04/04 v0.1.4 Paquet permettant de dessiner des touches et menus de calculatrices CASIO.] % % %<*driver> @@ -300,6 +300,7 @@ % \subsection{Touches} % % \DescribeMacro{\key} +% \changes{v0.1.4}{2023/04/04}{Léger changement de dessin de la clef $X\theta{}T$.} % Pour inclure une touche de la calculatrice, utiliser : % \begin{center} % \lstinline|\key|\oarg{color, prefix, suffix, scale, shift, alpha}\marg{touche}. diff --git a/Master/texmf-dist/source/latex/graph35/graph35.ins b/Master/texmf-dist/source/latex/graph35/graph35.ins index a5ddbcc454f..da7126fb6f5 100644 --- a/Master/texmf-dist/source/latex/graph35/graph35.ins +++ b/Master/texmf-dist/source/latex/graph35/graph35.ins @@ -1,4 +1,4 @@ -%% Copyright 2018-2022 Louis Paternault +%% Copyright 2018-2023 Louis Paternault %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty b/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty index 3abc470212e..86093748942 100644 --- a/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty +++ b/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty @@ -198,7 +198,7 @@ name=XthetaT, alpha content={A}, alpha type={text}, - content={\textls[-100]{$\boldsymbol{\scriptstyle X,\theta,T}$}}, + content={{$\boldsymbol{\scriptstyle X,\theta,T}$}}, shift content={\angle}, shift type={formula}, type={text} diff --git a/Master/texmf-dist/tex/latex/graph35/graph35.sty b/Master/texmf-dist/tex/latex/graph35/graph35.sty index 02ffc96c9a9..9ffd8bef0bc 100644 --- a/Master/texmf-dist/tex/latex/graph35/graph35.sty +++ b/Master/texmf-dist/tex/latex/graph35/graph35.sty @@ -23,7 +23,7 @@ %% and the derived file graph35.sty. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{graph35} - [2022/11/29 v0.1.3 Paquet permettant de dessiner des touches et menus de calculatrices CASIO.] + [2023/04/04 v0.1.4 Paquet permettant de dessiner des touches et menus de calculatrices CASIO.] \RequirePackage{etoolbox} \RequirePackage{pixelart0} -- cgit v1.2.3