summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx')
-rw-r--r--Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx38
1 files changed, 10 insertions, 28 deletions
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx b/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
index 09e2351a94e..e3ad0016daf 100644
--- a/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
+++ b/Master/texmf-dist/source/latex/se2thesis/se2fonts.dtx
@@ -44,14 +44,14 @@
% \GetFileInfo{se2fonts.sty}
%
% \title{^^A
-% \pkg{se2fonts} -- Font Definitions for the \pkg{se2thesis} Bundle^^A
+% \pkg{se2fonts}---Font Definitions for the \pkg{se2thesis} Bundle^^A
% \thanks{This file describes \fileversion, last revised \filedate.}^^A
% }
%
% \author{^^A
% Stephan Lukasczyk^^A
% \thanks{^^A
-% E-mail: \href{mailto:tex@lukasczyk.me}{tex@lukasczyk.me}^^A
+% E-mail: \href{mailto:stephan@dante.de}{stephan@dante.de}^^A
% }^^A
% }
%
@@ -75,8 +75,8 @@
% we use the \emph{Libertinus} fonts\footnote{
% \href{https://github.com/alerque/libertinus}{https://github.com/alerque/libertinus}
% } for serif, sans-serif, and math typesetting
-% and the \emph{Anonymous Pro} font\footnote{
-% \href{https://www.marksimonson.com/fonts/view/anonymous-pro}{https://www.marksimonson.com/fonts/view/anonymous-pro}
+% and the \emph{Inconsolata} font\footnote{
+% \href{http://levien.com/type/myfonts/inconsolata.html}{http://levien.com/type/myfonts/inconsolata.html}
% } as a monospaced font.
%
% \emph{Please note:} this change might affect they way your documents look,
@@ -91,19 +91,11 @@
% The following options are defined by the \pkg{se2fonts} package
% to influence the selection of the fonts.
%
-% \begin{function}[updated = 2022-11-03, deprecated = 2023-01-05]{fmode}
-% \begin{syntax}
-% |fmode| = \meta{choice}
-% \end{syntax}
-% The argument is deprecated and will raise a warning.
-% It is to be removed by a future version of the \pkg{se2thesis} bundle.
-% \end{function}
-%
% The following list provides examples for each of the fonts:
% \begin{itemize}
% \item {\fontspec{LibertinusSerif}An example text in Libertinus Serif}
% \item {\fontspec{LibertinusSans}An example text in Libertinus Sans}
-% \item {\fontspec{AnonymousPro}An example text in Anonymous Pro}
+% \item {\fontspec{inconsolata}An example text in Inconsolata}
% \end{itemize}
%
% The package provides additional helper functions
@@ -159,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2023-07-04} {3.1.0}
+\ProvidesExplPackage {se2fonts} {2023-09-12} {3.2.0}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
@@ -285,19 +277,9 @@
\RequirePackage{libertinus-otf}
% \end{macrocode}
%
-% Load the \emph{Anonymous Pro} monospaced font.
+% Load the \emph{Inconsolata Nerd Font} monospaced font.
% \begin{macrocode}
- \setmonofont{AnonymousPro}[
- RawFeature = {+tnum, +lnum},
- Scale = {MatchLowercase},
- FakeStretch = {0.9},
- UprightFont = *-Regular,
- ItalicFont = *-Italic,
- SlantedFont = *-Italic,
- BoldFont = *-Bold,
- BoldItalicFont = *-BoldItalic,
- Extension = .ttf,
- ]
+ \RequirePackage{inconsolata-nerd-font}
% \end{macrocode}
%
% \begin{macrocode}
@@ -307,10 +289,10 @@
% The user does not use \LuaTeX{}, thus fallback to T1 fonts.
% \begin{macrocode}
\PassOptionsToPackage{T1}{fontenc}
- \PassOptionsToPackage{scale=0.85}{AnonymousPro}
+ \PassOptionsToPackage{scaled=0.9,varl}{inconsolata}
\PassOptionsToPackage{mono=false}{libertinus-type1}
\RequirePackage{fontenc}
- \RequirePackage{AnonymousPro}
+ \RequirePackage{inconsolata}
\RequirePackage{libertinus-type1}
}
% \end{macrocode}