diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-22 22:17:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-22 22:17:20 +0000 |
commit | e5bf96f66b5d613790dfd6e2a4df484bc269aba7 (patch) | |
tree | e86d20392204c337ac8ef9cc9e5a43ce1873930a /Master/texmf-dist/doc/fonts | |
parent | c28caa3f61c156fb399ed8cafaa26c30a98063e0 (diff) |
lexend (22nov19)
git-svn-id: svn://tug.org/texlive/trunk@52888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lexend/lexend.pdf | bin | 103258 -> 104919 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/lexend/lexend.tex | 41 |
2 files changed, 31 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/fonts/lexend/lexend.pdf b/Master/texmf-dist/doc/fonts/lexend/lexend.pdf Binary files differindex 73f622104d2..f0828b5247d 100644 --- a/Master/texmf-dist/doc/fonts/lexend/lexend.pdf +++ b/Master/texmf-dist/doc/fonts/lexend/lexend.pdf diff --git a/Master/texmf-dist/doc/fonts/lexend/lexend.tex b/Master/texmf-dist/doc/fonts/lexend/lexend.tex index 8f78d058a07..8ff3c5b898e 100644 --- a/Master/texmf-dist/doc/fonts/lexend/lexend.tex +++ b/Master/texmf-dist/doc/fonts/lexend/lexend.tex @@ -56,7 +56,7 @@ } \date{ \today\\ - v0.1.1.51 + v1.0.0.55 } \pagenumbering{roman} @@ -79,6 +79,12 @@ Now my goal is it to bring this wonderful collection to world of \hologo{LaTeX}. \section{Changelog} +\subsection*{Version 1.0.0}\label{version-1.0.0} + ++ Added package options \texttt{nomain} (and \texttt{main}) and \texttt{nosans} (and +\texttt{sans}).\\ +* Improved documentation. + \subsection*{Version 0.1.1}\label{version-0.1.1} * Fixed detecting tags as branches that should not be added to the version. @@ -115,14 +121,22 @@ also be loaded. When this package is loaded it sets the main font to \textsf{LexendDeca} and the sans font to \textsf{LexendGiga} using \textsf{fontspec}'s \code{\textbackslash{}setmainfont} and -\code{\textbackslash{}setsansfont} commands.\footnote{See \fullref{subsec:package-options}} +\code{\textbackslash{}setsansfont} commands. -If you do wish to change the default fonts, just override the set fonts yourself with the same -commands. +If you do not wish for this package to change the default fonts, use the package options explained +in \fullref{subsec:package-options}. \subsection{Package Options}\label{subsec:package-options} -\textit{None at the moment}\footnote{See \fullref{subsec:future-features}} +\begin{function}{nomain,main} +Use one of these options to either not have this package set the main font or to have it set it +explicitly respectively. +\end{function} + +\begin{function}{nosans,sans} +Use one of these options to either not have this package set the sans font or to have it set it +explicitly respectively. +\end{function} \section{Features} @@ -149,14 +163,22 @@ variant name as the parameter to the \code{\textbackslash{}fontspec} command. Using it looks as follows: -\begin{lstlisting}[language={[LaTeX]TeX},caption={\code{\textbackslash{}LexendPeta Example}}] +\begin{lstlisting}[language={[LaTeX]TeX},caption={\code{\textbackslash{}LexendPeta} Example}] \LexendPeta{ - Text here. + Text here.\\ + More text. + + This text is using the font LexendPeta. } \end{lstlisting} +Result:\bigskip + \LexendPeta{ - Text here. + Text here.\\ + More text. + + This text is using the font LexendPeta. } \end{function} @@ -188,7 +210,7 @@ Use the \code{\textbackslash{}defaultfontfeatures+} command of \textsf{fontspec} For example if you would like to set the default color for every time you use the font \textsf{LexendPeta}, all you have to do is this: -\begin{lstlisting}[language={[LaTeX]TeX}] +\begin{lstlisting}[language={[LaTeX]TeX},caption={\code{\textbackslash{}defaultfontfeatures+} Example}] \defaultfontfeatures+[LexendPeta]{ Color=888888 } @@ -203,7 +225,6 @@ This package is still very young and also fairly incomplete. There's a list of t add over time. Ordered by how soon I wish to implement them myself. \begin{itemize} -\item Package option to turn off setting the main and sans font\tightlist \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 |