diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-14 22:26:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-14 22:26:45 +0000 |
commit | 539a94a34828cd96355744933e9ac81410620456 (patch) | |
tree | 1e8feb2cac64cbb9120e416068f463d8bc22c9ec /Master/texmf-dist/doc | |
parent | 3d9c8e58c87e743f0f0b12dc32c8213bcdf4ed27 (diff) |
domitian (14dec19)
git-svn-id: svn://tug.org/texlive/trunk@53126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/fonts/domitian/COPYING | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/domitian/README | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/domitian/domitian-doc.pdf | bin | 0 -> 76329 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/domitian/domitian-doc.tex | 71 |
4 files changed, 77 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/fonts/domitian/COPYING b/Master/texmf-dist/doc/fonts/domitian/COPYING index 7233cb6e5d6..effe27ef6ee 100644 --- a/Master/texmf-dist/doc/fonts/domitian/COPYING +++ b/Master/texmf-dist/doc/fonts/domitian/COPYING @@ -776,6 +776,10 @@ OTHER DEALINGS IN THE FONT SOFTWARE. *** +This work has the LPPL maintenance status `maintained'. +The Current Maintainer of this work is Daniel Benjamin Miller. + + The LaTeX Project Public License =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- diff --git a/Master/texmf-dist/doc/fonts/domitian/README b/Master/texmf-dist/doc/fonts/domitian/README index d7a863b9d76..5db88bbc1fa 100644 --- a/Master/texmf-dist/doc/fonts/domitian/README +++ b/Master/texmf-dist/doc/fonts/domitian/README @@ -1,5 +1,5 @@ -Domitian font family, version 1.0 -December 11, 2019 +Domitian font family, version 1.0a +December 14, 2019 The Domitian fonts are a free and open-source OpenType font family, based on the Palatino design by Hermann Zapf (1918-2015), as implemented in Palladio, @@ -10,23 +10,6 @@ It extends Palladio with small capitals, old-style figures and scientific inferiors. The metrics have been adjusted to more closely match Adobe Palatino, and hinting has been improved. -Domitian is presently only available in OpenType format. To use it with a -modern engine such as LuaLaTeX or XeLaTeX, simply include in the preamble: - -\usepackage{fontspec} -\setmainfont{Domitian} - -No math font is provided, but Domitian works well with newpxmath, like so: -(This example will use Domitian for text and for math alphabets, and will use -the mathematical symbols from newpxmath.) - -\usepackage{newpxmath} -\usepackage[Domitian]{mathspec} - -For more usage details, see the fontspec and mathfont packages' documentation. - -Alternatively, the Euler math fonts are known to go well with this design. - Domitian is licensed under your choice of the GNU Affero GPL 3 (with a font exception), the LaTeX Project Public License 1.3c or the SIL Open Font License 1.1. For more details, see COPYING. diff --git a/Master/texmf-dist/doc/fonts/domitian/domitian-doc.pdf b/Master/texmf-dist/doc/fonts/domitian/domitian-doc.pdf Binary files differnew file mode 100644 index 00000000000..38fd37e18e7 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/domitian/domitian-doc.pdf diff --git a/Master/texmf-dist/doc/fonts/domitian/domitian-doc.tex b/Master/texmf-dist/doc/fonts/domitian/domitian-doc.tex new file mode 100644 index 00000000000..98fe6ae2640 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/domitian/domitian-doc.tex @@ -0,0 +1,71 @@ +\documentclass[12pt]{article} +\usepackage{amsmath,amsthm,mathpazo,mathfont,parskip,hologo,microtype,realscripts} +\setmainfont[Numbers=OldStyle]{Domitian} +\mathfont[upper,lower,diacritics,greekupper,greeklower,agreekupper,agreeklower,digits]{Domitian} +\title{\textit{The} Domitian \textit{font family}\\\large \textsc{version 1.0a}} +\author{Daniel Benjamin Miller\thanks{\texttt{dbmiller@dbmiller.org}}} +\begin{document} +\maketitle +\section{Description} +The Domitian fonts are a free and open-source OpenType font family, based on the Palatino design by Hermann Zapf (1918-2015), as implemented in Palladio (also known as \textsc{p052}), the version distributed as part of \textsc{urw}'s free Core 35 PostScript fonts (version 2.0, 2015). + +Domitian is meant as a drop-in replacement for Adobe's version of Palatino. It extends Palladio with small capitals, old-style figures and scientific inferiors. The metrics have been adjusted to more closely match Adobe Palatino, and hinting has been improved. + +\section{Basic usage} +Domitian is presently only available in OpenType format. To use it with a +modern engine such as \hologo{LuaLaTeX} or \hologo{XeLaTeX}, simply include in the preamble: + +\begin{verbatim} +\usepackage{fontspec} +\setmainfont{Domitian} +\end{verbatim} + +\subsection{Basic samples} +The quick brown fox jumped over the lazy dog.\\ +\textit{The quick brown fox jumped over the lazy dog.}\\ +\textbf{The quick brown fox jumped over the lazy dog.}\\ +\textbf{\textit{The quick brown fox jumped over the lazy dog.}}\\ +\textsc{the quick brown fox jumped over the lazy dog.}\\ +\liningnums{1234567890}\oldstylenums{1234567890}\textsuperscript{1234567890}\textsubscript{1234567890} + +\section{Mathematics support} + +No math font is provided, but Domitian works well with \texttt{mathpazo}, like so: + + +\begin{verbatim} +\usepackage{mathpazo} +\usepackage{mathfont} %Loads fontspec automatically +\mathfont[upper,lower,diacritics,greekupper,greeklower, +agreekupper,agreeklower,digits]{Domitian} +\setmainfont[Numbers=OldStyle]{Domitian} +\end{verbatim} + + +(This example will use Domitian for text and for math alphabets, and will use +the mathematical symbols from \texttt{mathpazo}; \texttt{newpxmath} also works well.) + + + +For more usage details, see the \texttt{fontspec} and \texttt{mathfont} packages' documentation. + + +\subsection{Basic mathematics samples} +\[ + \tilde f\left(\omega\right)=\frac{1}{2\pi} + \int_{-\infty}^\infty f\left(x\right)e^{-i\omega x}\,dx +\] +\begin {align}\sum_{i= 0}^{n-1} \left(b + i d\right) a^i &= b \sum_{i= 0}^{n-1} a^i + d \sum_{i= 0}^{n-1} i a^i\\ + & = b \left(\frac{1-a^n}{1-a}\right) + d \left(\frac{a-na^n+\left(n-1\right)a^{n+1}}{\left(1-a\right)^2}\right)\\ + & = \frac{b\left(1-a^n\right) - \left(n - 1\right)d a^n}{1 - a}+\frac{da\left(1 - a^{n - 1}\right)}{\left(1 - a\right)^2} +\end {align} + +\section{Copyrights and licensing} +Copyright © 2014, 2015 by (\textsc{urw})++ Design \& Development.\\ +Copyright © 2019 by Daniel Benjamin Miller. + +Domitian is made available under your choice of the \textsc{gnu} Affero \textsc{gpl} 3.0 (with a font +exception), the \hologo{LaTeX} Project Public License 1.3c or the \textsc{sil} Open Font License +1.1. For more details, see \texttt{COPYING}. + +\end{document}
\ No newline at end of file |