summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-07-16 20:11:55 +0000
committerKarl Berry <karl@freefriends.org>2024-07-16 20:11:55 +0000
commit1e38b563f99d9824a2e92942233a0ab46148f106 (patch)
treee8bfb46edd5eea4f3f4aeb489abf9a9fa5f9de34
parent55038a121bfbf74a5b652db14c23e4397cc5b777 (diff)
luwiantype (16jul24)
git-svn-id: svn://tug.org/texlive/trunk@71820 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/luwiantype/README.md7
-rw-r--r--Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdfbin126322 -> 126315 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex11
-rw-r--r--Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty9
4 files changed, 15 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/luwiantype/README.md b/Master/texmf-dist/doc/fonts/luwiantype/README.md
index 21b6238f437..0f69525bca1 100644
--- a/Master/texmf-dist/doc/fonts/luwiantype/README.md
+++ b/Master/texmf-dist/doc/fonts/luwiantype/README.md
@@ -1,4 +1,4 @@
-LuwianType Package v1.1
+LuwianType Package v1.2
==================
2024/07/15
@@ -18,7 +18,7 @@ __________________________
Copyright 2024 Jonathan Walls
This work may be distributed and/or modified under the
-conditions of the LaTeX Project Public License, either version 1.3
+conditions of the LaTeX Project Public License, either version 1.3c
of this license or (at your option) any later version.
The latest version of this license is in
@@ -30,11 +30,12 @@ This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is Jonathan Walls.
-This work consists of the files luwiantype-doc.tex and the derived file luwiantype.sty.
+This work consists of the files luwiantype.sty, luwiantype-doc.tex and the derived file luwiantype-doc.pdf.
The LuwianFont.ttf file consists of the Google Noto Sans Anatolian Hieroglyphs font, distributed under the terms of the included Open Font License.
Version history:
+1.2 - updated to resolve some minor typos and command formatting
1.1 - updated to comply with CTAN formatting requirements, adjustments to licensing
diff --git a/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf b/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf
index bf9f2e9ad5a..406fb8fab0a 100644
--- a/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex b/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
index c896b0c521c..1529b12e4e1 100644
--- a/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
+++ b/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
@@ -1,7 +1,7 @@
%% Copyright 2024 Jonathan Walls
%
% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% https://www.latex-project.org/lppl/lppl-1-3c.txt
@@ -12,11 +12,12 @@
%
% The Current Maintainer of this work is Jonathan Walls.
%
-% This work consists of the files luwiantype-doc.tex
-% and the derived file LuwianType.sty.
+% This work consists of the files luwiantype.sty, luwiantype-doc.tex
+% and the derived file luwiantype-doc.pdf.
%
%
% Version history:
+% 1.2 - updated to resolve some minor typos and command formatting
% 1.1 - updated to comply with CTAN formatting requirements, adjustments to licensing
\documentclass[12pt,A4]{article}
@@ -30,7 +31,7 @@
\usepackage{lua-ul, luacolor}
\usepackage{hyperref}
\setmainfont{Charis SIL}
-\usepackage{LuwianType}
+\usepackage{luwiantype}
\usepackage{float}
\title{The LuwianType Package}
@@ -52,7 +53,7 @@ The system aims to be maximally user-friendly (to the extent that LaTeX ever is)
In the preamble of the main.tex file (or however you name your main project file), one must also include the following line to import the package:\small
\begin{verbatim}
-\usepackage{LuwianType}
+\usepackage{luwiantype}
\end{verbatim}
\normalsize\newpage
This will incorporate the fontspec package allowing switching to the Unicode font, bring in the LuwianType functionality from the .sty file, and create a
diff --git a/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty b/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty
index 8a148f080a5..ea33fb4fb59 100644
--- a/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty
+++ b/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty
@@ -1,7 +1,7 @@
%% Copyright 2024 Jonathan Walls
%
% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% https://www.latex-project.org/lppl/lppl-1-3c.txt
@@ -12,15 +12,16 @@
%
% The Current Maintainer of this work is Jonathan Walls.
%
-% This work consists of the files luwiantype-doc.tex
-% and the derived file LuwianType.sty.
+% This work consists of the files luwiantype.sty, luwiantype-doc.tex
+% and the derived file luwiantype-doc.pdf.
%
%
% Version history:
+% 1.2 - updated to resolve some minor typos and command formatting
% 1.1 - updated to comply with CTAN formatting requirements, adjustments to licensing
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{LuwianType}[2024/07/15 Luwian Hieroglyph Typing Package]
+\ProvidesPackage{luwiantype}[2024/07/15 Luwian Hieroglyph Typing Package]
%Required packages and declarations
\usepackage{fontspec}