From e388dce2d845db611a96752dd3be22e9a164c377 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Jun 2019 21:27:37 +0000 Subject: librecaslon (25jun19) git-svn-id: svn://tug.org/texlive/trunk@51456 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/librecaslon/README | 12 ++--- .../doc/fonts/librecaslon/librecaslon-samples.pdf | Bin 0 -> 27258 bytes .../doc/fonts/librecaslon/librecaslon-samples.tex | 50 +++++++++++++++++++++ .../texmf-dist/doc/fonts/librecaslon/samples.pdf | Bin 119094 -> 0 bytes .../texmf-dist/doc/fonts/librecaslon/samples.tex | 42 ----------------- 5 files changed, 57 insertions(+), 47 deletions(-) create mode 100644 Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.pdf create mode 100644 Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.tex delete mode 100644 Master/texmf-dist/doc/fonts/librecaslon/samples.pdf delete mode 100644 Master/texmf-dist/doc/fonts/librecaslon/samples.tex (limited to 'Master/texmf-dist/doc/fonts/librecaslon') diff --git a/Master/texmf-dist/doc/fonts/librecaslon/README b/Master/texmf-dist/doc/fonts/librecaslon/README index c4fbbcd0c0b..26d4a76ecd2 100644 --- a/Master/texmf-dist/doc/fonts/librecaslon/README +++ b/Master/texmf-dist/doc/fonts/librecaslon/README @@ -4,11 +4,13 @@ This is the README for the librecaslon package, version 2013-10-15. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Libre Caslon family of fonts, designed by Pablo Impallari. -To install this package on a TDS-compliant TeX system download the file -tex-archive/install/fonts/librecaslon.tds.zip and unzip at the -root of an appropriate texmf tree, likely a personal or local tree. If -necessary, update the file-name database (e.g., texhash). Update the -font-map files by enabling the Map file LibreCaslon.map. +To install this package on a TDS-compliant TeX system download the +file "tex-archive"/install/fonts/librecaslon.tds.zip, where the +preferred URL for "tex-archive" is http://mirror.ctan.org. Unzip +the archive at the root of an appropriate texmf tree, likely a +personal or local tree. If necessary, update the file-name database +(e.g., texhash). Update the font-map files by enabling the Map file +LibreCaslon.map. To use, add diff --git a/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.pdf b/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.pdf new file mode 100644 index 00000000000..380fcba510e Binary files /dev/null and b/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.pdf differ diff --git a/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.tex b/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.tex new file mode 100644 index 00000000000..4a918bc13c3 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/librecaslon/librecaslon-samples.tex @@ -0,0 +1,50 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{librecaslon} +\usepackage{lipsum} +\begin{document} + +\begin{center}\huge +Libre Caslon +\end{center} + +\subsection*{Regular} +\lipsum[1] + +\subsection*{Italic} +\textit{\lipsum[2]} + +\subsection*{Bold} +\textbf{\lipsum[3]} + +\subsection*{Bold Italic} + +\textbf{\textit{\lipsum[4]}} + +\subsection*{Default Numbers} + +1234567890 + +\subsection*{Proportional Oldstyle Numbers} + +{\librecaslonOsF 1234567890} + +\subsection*{Proportional Lining Numbers} + +{\librecaslonLF 1234567890} + +\subsection*{Tabular Lining Numbers} + +{\librecaslonTLF 1234567890} + +\subsection*{Superior Numbers} + +X\textsu{1234567890} + +\subsection*{Inferior Numbers} + +X\textin{1234567890} + + + +\end{document} diff --git a/Master/texmf-dist/doc/fonts/librecaslon/samples.pdf b/Master/texmf-dist/doc/fonts/librecaslon/samples.pdf deleted file mode 100644 index d1b093877e8..00000000000 Binary files a/Master/texmf-dist/doc/fonts/librecaslon/samples.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/fonts/librecaslon/samples.tex b/Master/texmf-dist/doc/fonts/librecaslon/samples.tex deleted file mode 100644 index 242485c69a6..00000000000 --- a/Master/texmf-dist/doc/fonts/librecaslon/samples.tex +++ /dev/null @@ -1,42 +0,0 @@ -\documentclass{article} -\usepackage[T1]{fontenc} -\usepackage{librecaslon} -\usepackage{lipsum} - -\begin{document} - -\begin{center}\huge -Libre Caslon -\end{center} - -\subsection*{Regular} -\lipsum[1] - -\subsection*{Italic} -\textit{\lipsum[2]} - -\subsection*{Bold} -\textbf{\lipsum[3]} - -\subsection*{Bold Italic} - -\textbf{\textit{\lipsum[4]}} - -\subsection*{Default Numbers} - -1234567890 - -\subsection*{Oldstyle Numbers} - -{\librecaslonOsF 1234567890} - -\subsection*{Lining Numbers} - -{\librecaslonLF 1234567890} - -\subsection*{Superior Numbers} - -X\textsu{1234567890} - - -\end{document} -- cgit v1.2.3