texlive[57564] Master/texmf-dist: lexend (30jan21)
commits+karl at tug.org
commits+karl at tug.org
Sat Jan 30 23:25:01 CET 2021
Revision: 57564
http://tug.org/svn/texlive?view=revision&revision=57564
Author: karl
Date: 2021-01-30 23:25:01 +0100 (Sat, 30 Jan 2021)
Log Message:
-----------
lexend (30jan21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/lexend/lexend.pdf
trunk/Master/texmf-dist/doc/fonts/lexend/lexend.tex
trunk/Master/texmf-dist/tex/latex/lexend/lexend.sty
Modified: trunk/Master/texmf-dist/doc/fonts/lexend/lexend.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/lexend/lexend.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/lexend/lexend.tex 2021-01-30 22:24:48 UTC (rev 57563)
+++ trunk/Master/texmf-dist/doc/fonts/lexend/lexend.tex 2021-01-30 22:25:01 UTC (rev 57564)
@@ -56,7 +56,7 @@
}
\date{
\today\\
- v1.0.2.53
+ v1.1.0.70
}
\pagenumbering{roman}
@@ -79,10 +79,17 @@
\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 @@
+ 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 @@
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 @@
\LexendPeta{
Text here.\\
More text.
+}
+\LexendPeta{
This text is using the font LexendPeta.
}
\end{lstlisting}
@@ -210,7 +220,9 @@
\LexendPeta{
Text here.\\
More text.
+}
+\LexendPeta{
This text is using the font LexendPeta.
}
\end{function}
@@ -260,7 +272,7 @@
\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}
Modified: trunk/Master/texmf-dist/tex/latex/lexend/lexend.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lexend/lexend.sty 2021-01-30 22:24:48 UTC (rev 57563)
+++ trunk/Master/texmf-dist/tex/latex/lexend/lexend.sty 2021-01-30 22:25:01 UTC (rev 57564)
@@ -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
More information about the tex-live-commits
mailing list.