texlive[71820] Master/texmf-dist: luwiantype (16jul24)

commits+karl at tug.org commits+karl at tug.org
Tue Jul 16 22:11:55 CEST 2024


Revision: 71820
          https://tug.org/svn/texlive?view=revision&revision=71820
Author:   karl
Date:     2024-07-16 22:11:55 +0200 (Tue, 16 Jul 2024)
Log Message:
-----------
luwiantype (16jul24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/luwiantype/README.md
    trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf
    trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
    trunk/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty

Modified: trunk/Master/texmf-dist/doc/fonts/luwiantype/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/luwiantype/README.md	2024-07-16 20:11:42 UTC (rev 71819)
+++ trunk/Master/texmf-dist/doc/fonts/luwiantype/README.md	2024-07-16 20:11:55 UTC (rev 71820)
@@ -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 @@
    
 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
 

Modified: trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex	2024-07-16 20:11:42 UTC (rev 71819)
+++ trunk/Master/texmf-dist/doc/fonts/luwiantype/luwiantype-doc.tex	2024-07-16 20:11:55 UTC (rev 71820)
@@ -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 @@
 
 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 

Modified: trunk/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty	2024-07-16 20:11:42 UTC (rev 71819)
+++ trunk/Master/texmf-dist/tex/latex/luwiantype/luwiantype.sty	2024-07-16 20:11:55 UTC (rev 71820)
@@ -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}



More information about the tex-live-commits mailing list.