summaryrefslogtreecommitdiff
path: root/fonts/lexend
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-31 03:01:37 +0000
committerNorbert Preining <norbert@preining.info>2021-01-31 03:01:37 +0000
commit8eab566745f1c61319c17e6a1aeea0f18bcfc34c (patch)
tree4c133e218862ad752d40321a84539b5814312721 /fonts/lexend
parent431a21790bcbf7d842f7a3d5e6e3eaef4ae823af (diff)
CTAN sync 202101310301
Diffstat (limited to 'fonts/lexend')
-rw-r--r--fonts/lexend/doc/lexend.pdfbin135249 -> 136507 bytes
-rw-r--r--fonts/lexend/doc/lexend.tex28
-rw-r--r--fonts/lexend/tex/lexend.sty23
3 files changed, 33 insertions, 18 deletions
diff --git a/fonts/lexend/doc/lexend.pdf b/fonts/lexend/doc/lexend.pdf
index 1eaa68a17e..f686ec10a7 100644
--- a/fonts/lexend/doc/lexend.pdf
+++ b/fonts/lexend/doc/lexend.pdf
Binary files differ
diff --git a/fonts/lexend/doc/lexend.tex b/fonts/lexend/doc/lexend.tex
index 08a69a2e44..a8c63fae78 100644
--- a/fonts/lexend/doc/lexend.tex
+++ b/fonts/lexend/doc/lexend.tex
@@ -56,7 +56,7 @@
}
\date{
\today\\
- v1.0.2.53
+ v1.1.0.70
}
\pagenumbering{roman}
@@ -79,10 +79,17 @@ Now my goal is it to bring this wonderful collection to world of \hologo{LaTeX}.
\section{Changelog}
+\hypertarget{version-1.1.0}{%
+\subsection*{Version 1.1.0}\label{version-1.1.0}}
+
+* \href{https://github.com/BrainStone/latex-lexend/issues/1}{Fixed XeLaTeX support}.\\
+* Made the \texttt{\textbackslash{}LexendXXX} commands work as described in the documentation -
+\href{https://github.com/zauguin}{Marcel Krüger - @zauguin}
+
\hypertarget{version-1.0.2}{%
\subsection*{Version 1.0.2}\label{version-1.0.2}}
-* Add original changelog to changelog.
+* Added original changelog to changelog.
\hypertarget{version-1.0.1}{%
\subsection*{Version 1.0.1}\label{version-1.0.1}}
@@ -130,14 +137,15 @@ Now my goal is it to bring this wonderful collection to world of \hologo{LaTeX}.
+ Added package docs (including font samples).\\
+ Added acknowledgements.
-\section{Acknowledgements}
+\section{Acknowledgments}
I would like to take the time to thank everyone that helped me along my journey of creating this
package. It would not have been possible without every single one of you.
-Special thanks to David Carlisle, Ulrike Fischer and Phelype Oleinik who helped me tremendously and
-continuously in the \hologo{LaTeX} Stack Exchange chat. I really can't put it in words how much your
-continued contributions and willingness to help helped me during the creation of this package.
+Special thanks to David Carlisle, Ulrike Fischer, Phelype Oleinik and Marcel Krüger who helped me
+tremendously and continuously in the \hologo{LaTeX} Stack Exchange chat and with code contributions.
+I really can't put it in words how much your continued contributions and willingness to help helped
+me during the creation of this package.
Special thanks to Dr. Bonnie Shaver-Troup and Thomas Jockin for creating these fonts and allowing
people to have an easier time reading.
@@ -191,7 +199,7 @@ This collection of commands allows you to use any of the Lexend fonts ad-hoc.\\
The usage is identical to any font modification commands (like \code{\textbackslash{}textit} for
example.)
-It is equivelent to using the \code{\textbackslash{}fontspec} command with the corresponding font
+It is equivalent to using the \code{\textbackslash{}fontspec} command with the corresponding font
variant name as the parameter to the \code{\textbackslash{}fontspec} command.
Using it looks as follows:
@@ -200,7 +208,9 @@ Using it looks as follows:
\LexendPeta{
Text here.\\
More text.
+}
+\LexendPeta{
This text is using the font LexendPeta.
}
\end{lstlisting}
@@ -210,7 +220,9 @@ Result:\bigskip
\LexendPeta{
Text here.\\
More text.
+}
+\LexendPeta{
This text is using the font LexendPeta.
}
\end{function}
@@ -260,7 +272,7 @@ add over time. Ordered by how soon I wish to implement them myself.
\begin{itemize}
\item Support for the continuous spacing font variant of Lexend\tightlist
\item Support for other \hologo{LaTeX} engines\\
- That's something I definately need help with. So feel free to reach out to me or to create a
+ That's something I definitely need help with. So feel free to reach out to me or to create a
Pull Request on GitHub.\tightlist
\end{itemize}
diff --git a/fonts/lexend/tex/lexend.sty b/fonts/lexend/tex/lexend.sty
index 2c343f693e..413091a9e7 100644
--- a/fonts/lexend/tex/lexend.sty
+++ b/fonts/lexend/tex/lexend.sty
@@ -9,7 +9,7 @@
%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{lexend}
- [2020/02/19 1.0.2.53 The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec]
+ [2021/01/30 1.1.0.70 The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec]
% Packages/Dependencies
\RequirePackage{expl3}
@@ -26,20 +26,23 @@
\ProcessKeyvalOptions*{}
% Font list
+\ExplSyntaxOn
\def\LexendVariants{
-LexendDeca,%
-LexendExa,%
-LexendGiga,%
-LexendMega,%
-LexendPeta,%
-LexendTera,%
-LexendZetta%
+ LexendDeca,
+ LexendExa,
+ LexendGiga,
+ LexendMega,
+ LexendPeta,
+ LexendTera,
+ LexendZetta
}
% Font aliases
%% Iterate over all known fonts and create aliases
-\ExplSyntaxOn
-\clist_map_inline:Nn \LexendVariants { \exp_args:Nc \newfontfamily { #1 } { #1 } }
+\clist_map_inline:Nn \LexendVariants {
+ \exp_args:Nc \newfontfamily { @#1 } { #1 }
+ \exp_args:Ncc \DeclareTextFontCommand { #1 } { @#1 }
+}
\ExplSyntaxOff
% Set main fonts