summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-05 03:02:06 +0000
committerNorbert Preining <norbert@preining.info>2023-04-05 03:02:06 +0000
commit085271aaf9917d7116be9774c6cd0a117aa4111e (patch)
treef222fa9f21aed2a069c8d380429558a802964b66 /graphics
parente9f267fd4c8414d6146c5fee0dbe459613dd0f3b (diff)
CTAN sync 202304050302
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graph35/CHANGELOG.md6
-rw-r--r--graphics/graph35/README.md6
-rw-r--r--graphics/graph35/graph35-en.pdfbin1466917 -> 1467891 bytes
-rw-r--r--graphics/graph35/graph35-en.tex5
-rw-r--r--graphics/graph35/graph35-fr.pdfbin1511129 -> 1520378 bytes
-rw-r--r--graphics/graph35/graph35-keys.sty2
-rw-r--r--graphics/graph35/graph35.dtx5
-rw-r--r--graphics/graph35/graph35.ins2
8 files changed, 17 insertions, 9 deletions
diff --git a/graphics/graph35/CHANGELOG.md b/graphics/graph35/CHANGELOG.md
index 92df243f4f..3235cd2af0 100644
--- a/graphics/graph35/CHANGELOG.md
+++ b/graphics/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 <spalax@gresille.org>
+
* graph35 0.1.3 (2022-11-29)
* Fix packaging issues.
diff --git a/graphics/graph35/README.md b/graphics/graph35/README.md
index 8382876cbc..421e34b10a 100644
--- a/graphics/graph35/README.md
+++ b/graphics/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/graphics/graph35/graph35-en.pdf b/graphics/graph35/graph35-en.pdf
index 7f3f33164a..bc1904ba9c 100644
--- a/graphics/graph35/graph35-en.pdf
+++ b/graphics/graph35/graph35-en.pdf
Binary files differ
diff --git a/graphics/graph35/graph35-en.tex b/graphics/graph35/graph35-en.tex
index f098c5720c..ee2d4396df 100644
--- a/graphics/graph35/graph35-en.tex
+++ b/graphics/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/graphics/graph35/graph35-fr.pdf b/graphics/graph35/graph35-fr.pdf
index f65cedf8e7..58cae29e85 100644
--- a/graphics/graph35/graph35-fr.pdf
+++ b/graphics/graph35/graph35-fr.pdf
Binary files differ
diff --git a/graphics/graph35/graph35-keys.sty b/graphics/graph35/graph35-keys.sty
index 3abc470212..8609374894 100644
--- a/graphics/graph35/graph35-keys.sty
+++ b/graphics/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/graphics/graph35/graph35.dtx b/graphics/graph35/graph35.dtx
index cd480475cd..42b9fe5c68 100644
--- a/graphics/graph35/graph35.dtx
+++ b/graphics/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 @@
%<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}.
diff --git a/graphics/graph35/graph35.ins b/graphics/graph35/graph35.ins
index a5ddbcc454..da7126fb6f 100644
--- a/graphics/graph35/graph35.ins
+++ b/graphics/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