From 0dab54f456cb3cdc9da2762f1fa4ca773990d91c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Jun 2015 23:16:06 +0000 Subject: nfssext-cfr (18jun15) git-svn-id: svn://tug.org/texlive/trunk@37601 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/nfssext-cfr/README | 28 ++++++++++--- .../doc/latex/nfssext-cfr/nfssext-cfr.pdf | Bin 159104 -> 155942 bytes .../doc/latex/nfssext-cfr/nfssext-cfr.tex | 44 +++++++++++++++------ 3 files changed, 54 insertions(+), 18 deletions(-) (limited to 'Master/texmf-dist/doc/latex/nfssext-cfr') diff --git a/Master/texmf-dist/doc/latex/nfssext-cfr/README b/Master/texmf-dist/doc/latex/nfssext-cfr/README index df00bf87912..10ba8c96609 100644 --- a/Master/texmf-dist/doc/latex/nfssext-cfr/README +++ b/Master/texmf-dist/doc/latex/nfssext-cfr/README @@ -1,8 +1,26 @@ -nfssext-cfr.sty is an extension of Philipp Lehman's nfssext.sty. nfssext.sty provides commands which enable one to specify font features not covered by the New Font Selection Scheme of LaTeX-2e. nfssext-cfr.sty provides additional commands, further extending the facilities offered by NFSS. +nfssext-cfr.sty is an extension of Philipp Lehman's nfssext.sty. nfssext.sty +provides commands which enable one to specify font features not covered by +the New Font Selection Scheme of LaTeX-2e. nfssext-cfr.sty provides +additional commands, further extending the facilities offered by NFSS. -nfssext-cfr.sty is required by various font support packages I've written. It is being released separately to avoid unnecessary duplication and confusion. At least, I hope it will remove at least one source of unnecessary confusion. I have no reason to think it will avoid any of the others. +nfssext-cfr.sty is required by various font support packages I've written. +It is being released separately to avoid unnecessary duplication and +confusion. At least, I hope it will remove at least one source of unnecessary +confusion. I have no reason to think it will avoid any of the others. -The code is highly experimental. It works for me. So far. If you discover problems, please let me know. If you know how to fix them, even better. +The code is somewhat experimental. It works for me. So far. If you discover +problems, please let me know. If you know how to fix them, even better. -- Clea F. Rees (cfrees imapmail org) -2008/12/21 +The 2010 update includes an attempt to improve the behaviour of \ofstyle, and to +add support for microtype. I didn't publish this at the time because I wanted +to test it first. I have just discovered that I am still using a local copy. +Insofar as one person can test something, I figure that 5 years ought to be +enough to pick up the most obvious problems. However, your kilometres may, as +always, vary. + +There should be no changes for the end user except that in certain cases it is +possible that line-breaks may be altered if microtype is in use due to the +enhanced support included for variant font families. + +- Clea F. Rees (ReesC21 cardiff ac uk) +2015/06/18 diff --git a/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.pdf b/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.pdf index f9043a1f623..6aa283e0eed 100644 Binary files a/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.pdf and b/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.pdf differ diff --git a/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.tex b/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.tex index c1dd9873df1..3fb1e071c3c 100644 --- a/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.tex +++ b/Master/texmf-dist/doc/latex/nfssext-cfr/nfssext-cfr.tex @@ -1,32 +1,50 @@ +% !TEX TS-program = pdflatex +% !TEX encoding = UTF-8 Unicode +% arara: pdflatex: { synctex: true } +\pdfminorversion=7 \documentclass[pagesize=auto, fontsize=14pt, DIV=11]{scrartcl} \usepackage{fixltx2e} -\usepackage{etex} -\usepackage{lmodern} -\usepackage[T1]{fontenc} +\usepackage{cfr-lm} \usepackage{textcomp} \usepackage{microtype} -\usepackage{hyperref} -\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} +\newcommand*{\mail}[1]{\texttt{#1}} \newcommand*{\pkg}[1]{\mbox{\textsf{#1}}} \addtokomafont{title}{\rmfamily} \title{The \pkg{nfssext-cfr} package} -\author{Clea F. Rees\thanks{\mail{cfrees@imapmail.org}}} -\date{2008/12/21} +\author{Clea F. Rees\thanks{\mail{ReesC21 cardiff ac uk}}} +\date{2010/07/17} \begin{document} -\maketitle +\maketitle\thispagestyle{empty} \noindent -\pkg{nfssext-cfr.sty} is an extension of Philipp Lehman's \pkg{nfssext.sty}\@. \pkg{nfssext.sty} provides commands which enable one to specify font features not covered by the New Font Selection Scheme of \LaTeXe\@. \pkg{nfssext-cfr.sty} provides additional commands, further extending the facilities offered by NFSS. - -\pkg{nfssext-cfr.sty} is required by various font support packages I've written. It is being released separately to avoid unnecessary duplication and confusion. At least, I hope it will remove at least one source of unnecessary confusion. I have no reason to think it will avoid any of the others. - -The code is highly experimental. It works for me. So far. If you discover problems, please let me know. If you know how to fix them, even better. +\pkg{nfssext-cfr} is an extension of Philipp Lehman's \pkg{nfssext}\@. +\pkg{nfssext} provides commands which enable one to specify font features not covered by the New Font Selection Scheme of \LaTeXe\@. +\pkg{nfssext-cfr} provides additional commands, further extending the facilities offered by NFSS. + +\pkg{nfssext-cfr} is required by various font support packages I've written. +It is being released separately to avoid unnecessary duplication and confusion. +At least, I hope it will remove at least one source of unnecessary confusion. +I have no reason to think it will avoid any of the others. + +The code is somewhat experimental. +It works for me. +So far. +If you discover problems, please let me know. +If you know how to fix them, even better. + +The 2010 update includes an attempt to improve the behaviour of \verb|\ofstyle|, and to add support for \pkg{microtype}. +I didn't publish this at the time because I wanted to test it first. +I have just discovered that I am still using a local copy. +Insofar as one person can test something, I figure that 5 years ought to be enough to pick up the most obvious problems. +However, your kilometres may, as always, vary. + +There should be no changes for the end user except that in certain cases it is possible that line-breaks may be altered if \pkg{microtype} is in use due to the enhanced support included for variant font families. \end{document} -- cgit v1.2.3