texlive[66772] Master/texmf-dist: graph35 (5apr23)
commits+karl at tug.org
commits+karl at tug.org
Wed Apr 5 21:59:29 CEST 2023
Revision: 66772
http://tug.org/svn/texlive?view=revision&revision=66772
Author: karl
Date: 2023-04-05 21:59:28 +0200 (Wed, 05 Apr 2023)
Log Message:
-----------
graph35 (5apr23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/graph35/README.md
trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf
trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.tex
trunk/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf
trunk/Master/texmf-dist/doc/latex/graph35/sources.zip
trunk/Master/texmf-dist/source/latex/graph35/graph35.dtx
trunk/Master/texmf-dist/source/latex/graph35/graph35.ins
trunk/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty
trunk/Master/texmf-dist/tex/latex/graph35/graph35.sty
Modified: trunk/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/doc/latex/graph35/CHANGELOG.md 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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 <spalax at gresille.org>
+
* graph35 0.1.3 (2022-11-29)
* Fix packaging issues.
Modified: trunk/Master/texmf-dist/doc/latex/graph35/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graph35/README.md 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/doc/latex/graph35/README.md 2023-04-05 19:59:28 UTC (rev 66772)
@@ -7,17 +7,17 @@
[](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).
-
+
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)
Modified: trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.tex 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/doc/latex/graph35/graph35-en.tex 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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}.
Modified: trunk/Master/texmf-dist/doc/latex/graph35/graph35-fr.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/graph35/sources.zip
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/graph35/graph35.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/graph35/graph35.dtx 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/source/latex/graph35/graph35.dtx 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\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.]
%</package>
%
%<*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}.
Modified: trunk/Master/texmf-dist/source/latex/graph35/graph35.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/graph35/graph35.ins 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/source/latex/graph35/graph35.ins 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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
Modified: trunk/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/tex/latex/graph35/graph35-keys.sty 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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}
Modified: trunk/Master/texmf-dist/tex/latex/graph35/graph35.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graph35/graph35.sty 2023-04-05 19:32:33 UTC (rev 66771)
+++ trunk/Master/texmf-dist/tex/latex/graph35/graph35.sty 2023-04-05 19:59:28 UTC (rev 66772)
@@ -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}
More information about the tex-live-commits
mailing list.