diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-26 20:16:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-26 20:16:04 +0000 |
commit | c7af4996ba9ac1617f22e3cdb31a9513dac46917 (patch) | |
tree | cfb1ee79554bb85aa1250aa100c1b1e2c3933a73 /Master | |
parent | 8fe61c1d765a05a18a4f65967891088f2489dc6f (diff) |
symbats3 (26jun22)
git-svn-id: svn://tug.org/texlive/trunk@63728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/symbats3/MANIFEST | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/symbats3/README.md | 37 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/symbats3/VERSION | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf | bin | 172989 -> 177339 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/symbats3/symbats3.tex | 127 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/symbats3/symbats3.sty | 4 |
6 files changed, 112 insertions, 60 deletions
diff --git a/Master/texmf-dist/doc/fonts/symbats3/MANIFEST b/Master/texmf-dist/doc/fonts/symbats3/MANIFEST index 06833fe90e0..556063879f1 100644 --- a/Master/texmf-dist/doc/fonts/symbats3/MANIFEST +++ b/Master/texmf-dist/doc/fonts/symbats3/MANIFEST @@ -5,6 +5,6 @@ latexname.tex unicodename.tex codepoint.tex MANIFEST -README.fd +README.md VERSION diff --git a/Master/texmf-dist/doc/fonts/symbats3/README.md b/Master/texmf-dist/doc/fonts/symbats3/README.md index 438d6946b9f..568cb6591d8 100644 --- a/Master/texmf-dist/doc/fonts/symbats3/README.md +++ b/Master/texmf-dist/doc/fonts/symbats3/README.md @@ -3,7 +3,7 @@ # symbats3 -This is the README.md file for the symbats3 draft LaTeX class (2022-05-23) +This is the README.md file for the symbats3 draft LaTeX class (2022-06-25) ## Summary @@ -27,7 +27,9 @@ Run the Font Book app, click the Add button in the Font Book toolbar, locate and ### Windows: Run Directory Explorer (what used to be called My Computer), right-click on each font file where you downloaded it, and select Install. -## Automated package installation +## Package installation + +### Automated installation If this class is distributed from CTAN, it should be in a zip file (https://ctan.org/pkg/symbats3) which allows it to be installed @@ -38,19 +40,19 @@ If you are using automated LaTeX package installation, no further action is required: the package will be installed the first time you use it in a LaTeX document. -## Manual installation +### Manual installation Install the package file symbats3.sty into your Personal TeX Folder (create it if it does not already exist), eg -### Linux +#### Linux ``` -/texmf/tex/latex/symbats3 +~/texmf/tex/latex/symbats3 ``` -### Mac OS X +#### Mac OS X ``` -/Library/texmf/tex/latex/symbats3 +~/Library/texmf/tex/latex/symbats3 ``` -### Windows +#### Windows (Win95–XP) ``` C:\texmf\tex\latex\symbats3 @@ -65,7 +67,7 @@ Note that MiKTeX users MUST add their Personal TeX Folder to their MiKTeX root w See http://latex.silmaril.ie/formattinginformation/personal.html for more information about your Personal TeX Folder and about how to use it in MiKTeX. -## Installation on shared systems +### Installation on shared systems On multi-user systems (Unix-based), identify the shared local directory tree with the command @@ -82,7 +84,7 @@ Do not forget to run your local TeX filename database indexer program not be found by LaTeX and nothing will work! -## Manual installation (older non-TDS systems) +### Installation on older and non-TDS systems To install this software manually, download and unzip the file into a temporary directory and move the class and/or package @@ -96,27 +98,28 @@ question in the TeX FAQ at https://texfaq.org/FAQ-inst-wlcf.html for more information. If you do not know, or cannot find it, or do not have access to it, your TeX system may be out of date and may need replacing. -## Online systems and “last resort” systems +### Online systems and “last resort” systems Some online LaTeX systems use CTAN, so a package from there should be available on demand. For other online LaTeX systems where you do not -have access to the file system, unzip the file into a +have access to the file system, unzip the file into a local temporary directory and upload the files to the online system. Follow their instructions for where to put them. In an emergency, or as a last resort on unmanageable systems, it is -possible simply to put the class and/or package file[s] into your +possible simply to put the package files into your current working directory (the same folder as your `.tex` file[s]). -While this may work, it is not supported, and may lead to other -resources (packages, fonts, images etc) not being found. +While this will work, it is not supported, cannot be maintained, +and may lead to other resources (packages, fonts, images etc) not +being found. ## Usage Include the line shown below in the Preamble of your LaTeX document: -```LaTeX +``` \usepackage[options]{symbats3} ``` Read the documentation for the options available, if @@ -137,7 +140,7 @@ For TODO items, see the PDF documentation. The following statement is included in the source code: ``` %% -%% This is file `symbats3.sty' +%% This is file ‘symbats3.sty’ %% %% This work has the LPPL maintenance status ‘maintained’. %% diff --git a/Master/texmf-dist/doc/fonts/symbats3/VERSION b/Master/texmf-dist/doc/fonts/symbats3/VERSION index 9536671383a..0ca9da313d5 100644 --- a/Master/texmf-dist/doc/fonts/symbats3/VERSION +++ b/Master/texmf-dist/doc/fonts/symbats3/VERSION @@ -1 +1 @@ -Date of most recent change is 2022-05-23 +Date of most recent change is 2022-06-25 diff --git a/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf b/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf Binary files differindex a9b8e7752d0..83b65a56578 100644 --- a/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf +++ b/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf diff --git a/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex b/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex index 10002e45125..15d18e81b1b 100644 --- a/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex +++ b/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex @@ -2,8 +2,11 @@ \documentclass{article} \usepackage{fontspec,symbats3,array,parskip,fancyhdr,setspace,relsize} \usepackage[backend=biber,style=authoryear]{biblatex} -\usepackage{draftwatermark,enumitem,xcolor,multicol,menukeys,sectsty} +\usepackage{enumitem,xcolor,multicol,menukeys,sectsty,metalogo} \usepackage[normalem]{ulem} +\usepackage{fancybox} +%\usepackage{draftwatermark} +%\SetWatermarkColor{LightSteelBlue} \addbibresource{symbats3.bib} \ULdepth=0pt \makeatletter @@ -24,11 +27,12 @@ \newcommand{\vstrut}{\vrule height1.2em width0pt} \pagestyle{fancy} \rhead{\scriptsize\leftmark} -\lhead{} +\lhead{\scriptsize\rightmark} \renewcommand{\abstractname}{Summary} \usepackage{hyperref} -\hypersetup{colorlinks=true,linkcolor=MediumBlue,urlcolor=MediumBlue} -\begin{document}\raggedright +\hypersetup{colorlinks=true,linkcolor=Crimson,urlcolor=MediumBlue,citecolor=Green} +\AtBeginDocument{\raggedright\thispagestyle{empty}} +\begin{document} \title{Symbats 3.0 font macros for \LaTeX} \author{Peter Flynn\\Silmaril Consultants\\\texttt{peter@silmaril.ie}} \maketitle @@ -41,15 +45,13 @@ Runic and Ogham script. The designer, Feòrag, has kindly released the fonts under the SIL Open Font License Version 1.1 (26 February 2007). This \LaTeX\ package (\textsf{symbats}) is released under the -\LaTeX\ Project Public License (LPPL), version 1.3c. This is a draft -package and is not yet available for public test. Future (working) -versions will be uploaded to the Comprehensive \TeX\ Archive Network -(CTAN). +\LaTeX\ Project Public License (LPPL), version 1.3c and is available +from the Comprehensive \TeX\ Archive Network (CTAN). \subsubsection*{Current status} \begin{enumerate} \item Names for use as commands in \LaTeX\ have been specified for - all identified glyphs, but need further checking + all identified glyphs \item Names for glyphs positioned for older versions of the fonts have been prefixed `old' where this was identifiable; \item Names for Runic are prefixed `RU' and names for Ogham are @@ -66,6 +68,7 @@ to the maintainer. \tableofcontents \subsection*{History} \begin{itemize}[nosep] + \item[0.9] 2022-06-21 Edits and corrections to descriptions \item[0.8] 2022-01-18 Baseline adjustment option added, documentation updated \item[0.7] 2022-01-11 Last duplicated names fixed, .sty file created @@ -198,45 +201,56 @@ In choosing the names, the methodology used was: \end{enumerate} -\section{Usage} +\section{Using the \textit{symbats3} package} -\begin{enumerate} - -\item Download the fonts from the URI given in - \hyperref[intro]{\S\ref{intro} Introduction} and install them into +Download the fonts (see \S\ref{intro}) and install them into your computer according to your operating system's instructions (see instructions at the end of this page). -\item Install the package file \verb+symbats3.sty+ into your - Personal \TeX\ Folder (create it if it does not already exist), eg - {\small\begin{description}[nosep,leftmargin=1em,font=\sffamily] - \item[Linux] \texttt{~/texmf/tex/latex/symbats3} - \item[Mac OS\thinspace X] - \texttt{~/Library/texmf/tex/latex/symbats3} - \item[Windows] (Win95–XP) \verb+C:\texmf\tex\latex\symbats3+\\ - (Win 7–11) \verb+Computer\System\Users\your~name\texmf+ - \par\smallskip - \textbf{Note} MiK\TeX\ users \textsf{\smaller MUST} add their Personal - \TeX\ Folder to their MiK\TeX\ root when it is created; and - \textsf{\smaller MUST} refresh their Font - Name DataBase (FNDB) utility after installation: see the link - below. No action is required for other systems. - \end{description}} +\subsection{Package installation} + +\subsubsection{Normal (automated) installation} + +If you are using (eg) MiK\TeX\ or another system with automated font +installation, just invoking the package in a document is enough to +make it install automatically from CTAN, eg: + +\verb+\usepackage{symbats3}+ + +\subsubsection{Manual installation} + +If you have to (or want to) install the package manually: + +\begin{enumerate} - See - \url{http://latex.silmaril.ie/formattinginformation/personal.html} - for more information about your - Personal \TeX\ Folder and about how to use it in MiK\TeX\ \parencite{fi}. +\item Download the package zip file from CTAN. + +\item Unzip the file into your Personal \TeX\ Folder (see + page\thinspace\pageref{ptf}) + +\item Create the subdirectories \verb+tex/latex/symbats3/+ and + \verb+doc/latex/symbats3/+ within + your Personal \TeX\ Folder \verb+texmf+. + +\item Move the two package files \verb+symbats3.sty+ and + \verb+symbats3.def+ into the new \LaTeX\ subdirectory + \verb+texmf/tex/latex/symbats3/+. + +\item Move the remaining package files into the new documentation + subdirectory \verb+texmf/doc/latex/symbats3/+. \item Add the line \verb+\usepackage{symbats3}+ to the Preamble of your \LaTeX\ document. \end{enumerate} -Note that the \textsf{symbats3} package \textsf{\smaller REQUIRES} the -\textsf{fontspec} package for Unicode and OpenType fonts. The -\textsf{symbats3} package \textsf{\smaller CANNOT} be used with the old -\textsf{fontenc} and \textsf{inputenc} packages. +Note that the \textsf{supertramp} package \textsf{\smaller REQUIRES} +the \textsf{fontspec} package for Unicode and OpenType fonts +\parencite{fontspec}. The \textsf{supertramp} package \textsf{\smaller + CANNOT} be used with the old \textsf{fontenc} and \textsf{inputenc} +packages, which means you \textsf{\smaller MUST} use \XeLaTeX\ or + \LuaLaTeX\ as your processor, not \textit{pdflatex} or plain + \textit{latex}. \subsection{Options} @@ -287,7 +301,7 @@ When shown in another typestyle, these words keep their conventional \printbibliography -\vfill + \section*{Installing OpenType™ and TrueType™ fonts} \begin{description} @@ -304,8 +318,43 @@ When shown in another typestyle, these words keep their conventional each font file where you downloaded it, and select \textsf{Install}. \end{description} + + \begingroup + \fboxsep1em + \begin{Sbox} + \begin{minipage}{.9\hsize} + \raggedright\sffamily + Your Personal \TeX\ Folder should normally be something like this;\\ + create it now if it does not already exist: + \par\smallskip + \begin{description}[noitemsep,leftmargin=1em,font=\sffamily] + \item[Linux:] \verb+~/texmf+ + \item[Mac OS\thinspace X:] + \verb+~/Library/texmf+ + \item[Windows:] (\textsf{Win95–XP}) + \verb+C:\texmf\tex\latex\symbats3+\\ + (\textsf{Win 7–11}) + \verb+Computer\System\Users\+\texttt{\itshape yourname}\verb+\texmf+ + \\[2mm] + \textbf{Note} Windows MiK\TeX\ users (only) \textsf{\smaller + MUST} add their Personal \TeX\ Folder to their MiK\TeX\ root + when it is first created; and \textsf{\smaller MUST} refresh their + Font Name DataBase (FNDB) utility after installation: see the + link below. No such action is needed for other systems. + \end{description} + \par\smallskip + See the online documentation at + \url{http://latex.silmaril.ie/formattinginformation/personal.html} + for more information about your + Personal \TeX\ Folder and about how to use it in MiK\TeX\ \parencite{fi}. + \end{minipage} + \end{Sbox} + \fbox{\TheSbox} + \endgroup\label{ptf} + \end{multicols*} -\clearpage + + \clearpage \section{Symbats3 in index order of Unicode codepoint}\label{codepoint} \input{codepoint} \clearpage diff --git a/Master/texmf-dist/tex/latex/symbats3/symbats3.sty b/Master/texmf-dist/tex/latex/symbats3/symbats3.sty index bf8f40bce86..29c6246e551 100644 --- a/Master/texmf-dist/tex/latex/symbats3/symbats3.sty +++ b/Master/texmf-dist/tex/latex/symbats3/symbats3.sty @@ -2,7 +2,7 @@ %% This is file `symbats3.sty' %% %% The source is maintained by Peter Flynn at Silmaril Consultants. -%% Please report all bugs and comments to <peter@silmaril.ie> +%% Please report all bugs and comments to <latex@silmaril.ie> %% %% Copyright (c) 2021–2022 Peter Flynn and Silmaril Consultants %% @@ -19,7 +19,7 @@ %% peter@silmaril.ie %% \NeedsTeXFormat{LaTeX2e}[2020-02-02] -\ProvidesPackage{symbats3}[2022/01/18 v0.8 Pagan fonts package] +\ProvidesPackage{symbats3}[2022/06/21 v0.9 Pagan font package] % % OPTIONS % |