summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-21 21:07:32 +0000
committerKarl Berry <karl@freefriends.org>2021-05-21 21:07:32 +0000
commitf836540dd0d473fd1938c2f3a2cdd7ca1c76100e (patch)
tree7d75653cd57057345e3b4d5e7203bcd7bb8926f5 /Master
parent8d97569eaa82e23d5db1b06d836f42f61035afaf (diff)
tiscreen (21may21)
git-svn-id: svn://tug.org/texlive/trunk@59297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/README5
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdfbin122211 -> 121968 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex2
-rw-r--r--Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty5
4 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/tiscreen/README b/Master/texmf-dist/doc/latex/tiscreen/README
index 23693c804fe..55292264d48 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/README
+++ b/Master/texmf-dist/doc/latex/tiscreen/README
@@ -1,15 +1,16 @@
tiscreen (TI calculator screen)
-v1.0
+v1.0.1
This package mimics the screen of older Texas instruments dot matrix display
calculators, specifically the TI-82 STATS.
Changes:
+- 2021/05/21 Minor README and documentation issues
- 2021/05/17 Initial version
For more information, please see the documentation.
-Copyright 2021
+Copyright (C) 2021 Mustafa Ibrahim
This work may be distributed and/or modified under the conditions of the LaTeX
Project Public License, either version 1.3c or higher. The latest version the
license is at: http://www.latex-project.org/lppl.txt
diff --git a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
index 4c0f4f9f059..de6991dc044 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
+++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
index f959f56640f..22baf4949b6 100644
--- a/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
+++ b/Master/texmf-dist/doc/latex/tiscreen/tiscreen-doc.tex
@@ -1,4 +1,5 @@
\documentclass[a4paper,12pt]{article}
+\usepackage[iso,english]{isodate}
\usepackage[margin=1in]{geometry}
\usepackage[english]{babel}
\usepackage{parskip}
@@ -18,7 +19,6 @@
\title{TI calculator display\\{\small(TI-82 STATS)}}
\author{Mustafa Ibrahim}
-\date{2021/05/17}
\begin{document}
diff --git a/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty b/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty
index 2d911d6b2ec..45c2b462921 100644
--- a/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty
+++ b/Master/texmf-dist/tex/latex/tiscreen/tiscreen.sty
@@ -1,3 +1,8 @@
+% Copyright (C) 2021 Mustafa Ibrahim
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3c or higher. The latest version the
+% license is at: http://www.latex-project.org/lppl.txt
+
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tiscreen}[2021/05/17 Ti calculator screen]