diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-07-25 18:33:19 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-07-25 18:33:19 +0200 |
commit | 961803167cf0d0b2cd73907b96a5d50bc420ed37 (patch) | |
tree | 73682a12d06793af3a2ce8c91a40822949ef2461 /oldstandard.tex | |
parent | 5a687d6dd262e5e7d55271f07de6209023fb3ddd (diff) | |
download | oldstandard-961803167cf0d0b2cd73907b96a5d50bc420ed37.tar.gz |
wrong side bearings in BoldItalic
Diffstat (limited to 'oldstandard.tex')
-rw-r--r-- | oldstandard.tex | 40 |
1 files changed, 5 insertions, 35 deletions
diff --git a/oldstandard.tex b/oldstandard.tex index 99b3a80..c1a3179 100644 --- a/oldstandard.tex +++ b/oldstandard.tex | |||
@@ -31,19 +31,6 @@ | |||
31 | \usepackage[greek.ancient,english]{babel} | 31 | \usepackage[greek.ancient,english]{babel} |
32 | \babeltags{grc = greek} | 32 | \babeltags{grc = greek} |
33 | 33 | ||
34 | % \babelfont{rm}[Path = otf/, | ||
35 | % ItalicFont={OldStandard-Italic.otf}, | ||
36 | % BoldFont={OldStandard-Bold.otf}, | ||
37 | % BoldItalicFont={OldStandard-Italic.otf}, | ||
38 | % BoldItalicFeatures={RawFeature={+embolden=2}}]{OldStandard-Regular.otf} | ||
39 | |||
40 | % \babelfont[greek]{rm}[Path = otf/, | ||
41 | % RawFeature={+ss05;+ss06}, | ||
42 | % ItalicFont={OldStandard-Italic.otf}, | ||
43 | % BoldFont={OldStandard-Bold.otf}, | ||
44 | % BoldItalicFont={OldStandard-Italic.otf}, | ||
45 | % BoldItalicFeatures={RawFeature={+embolden=2}}]{OldStandard-Regular.otf} | ||
46 | |||
47 | \babelfont{rm}[Path = otf/, | 34 | \babelfont{rm}[Path = otf/, |
48 | ItalicFont={OldStandard-Italic.otf}, | 35 | ItalicFont={OldStandard-Italic.otf}, |
49 | BoldFont={OldStandard-Bold.otf}, | 36 | BoldFont={OldStandard-Bold.otf}, |
@@ -201,6 +188,11 @@ corrections: | |||
201 | in use a century ago in fine books which used font faces very | 188 | in use a century ago in fine books which used font faces very |
202 | similar to \emph{Old Standard}. Typical use cases of small capitals | 189 | similar to \emph{Old Standard}. Typical use cases of small capitals |
203 | were headers, current headings and in some books proper names. | 190 | were headers, current headings and in some books proper names. |
191 | \item \emph{For the time being}, a bold italic shape has been | ||
192 | auto-generated. Of course, auto-generating shapes is not a | ||
193 | satisfactory solution. However, it is better than using the | ||
194 | font loader to emulate bold shapes. A real bold italic shape is | ||
195 | planned in the versions of \emph{Old Standard} to come. | ||
204 | \item The letter G with caron above, that is: Ǧ (\verb|U+01E6|, | 196 | \item The letter G with caron above, that is: Ǧ (\verb|U+01E6|, |
205 | uppercase) and ǧ (\verb|U+01E7|, lowercase) has been added. It is | 197 | uppercase) and ǧ (\verb|U+01E7|, lowercase) has been added. It is |
206 | the only character missing from \emph{Old Standard} that is needed | 198 | the only character missing from \emph{Old Standard} that is needed |
@@ -339,28 +331,6 @@ example that follows:--- | |||
339 | \end{grc} | 331 | \end{grc} |
340 | \end{tcblisting} | 332 | \end{tcblisting} |
341 | 333 | ||
342 | \subsection{Bold Italic shape} | ||
343 | \label{sec:bold-italic-shape} | ||
344 | \emph{Old Standard} does not feature a bold italic shape. However, | ||
345 | both \XeTeX\ and \LuaTeX\ engines can emulate this shape as shown in | ||
346 | the following two examples: | ||
347 | |||
348 | \begin{tcblisting}{minted options={linenos, numbersep=0mm, | ||
349 | fontsize=\smaller}, listing only, title=\XeLaTeX} | ||
350 | \usepackage{fontspec} | ||
351 | \setmainfont{Old Standard}[ | ||
352 | BoldItalicFont={Old Standard Italic}, | ||
353 | BoldItalicFeatures={FakeBold=1.5}] | ||
354 | \end{tcblisting} | ||
355 | |||
356 | \begin{tcblisting}{minted options={linenos, numbersep=0mm, | ||
357 | fontsize=\smaller}, listing only, title=\LuaLaTeX} | ||
358 | \usepackage{fontspec} | ||
359 | \setmainfont{Old Standard}[ | ||
360 | BoldItalicFont={Old Standard Italic}, | ||
361 | BoldItalicFeatures={RawFeature={+embolden=2}}] | ||
362 | \end{tcblisting} | ||
363 | |||
364 | \subsection{Using \emph{Old Standard} in multilingual | 334 | \subsection{Using \emph{Old Standard} in multilingual |
365 | documents} | 335 | documents} |
366 | \label{sec:using-old-standard} | 336 | \label{sec:using-old-standard} |