summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdfbin63494 -> 63531 bytes
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex4
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdfbin86064 -> 86061 bytes
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex4
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway.pdfbin174280 -> 174278 bytes
-rw-r--r--Master/texmf-dist/doc/latex/raleway/raleway.tex18
-rw-r--r--Master/texmf-dist/tex/latex/raleway/raleway.sty12
7 files changed, 21 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf
index 7374e3a1693..56005a1e9af 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf
+++ b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex
index d8a764b501e..646aec31c82 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex
+++ b/Master/texmf-dist/doc/latex/raleway/raleway-otf-specimen.tex
@@ -1,13 +1,11 @@
-\documentclass[11pt,a4paper]{article}
+\documentclass[11pt]{standalone}
\usepackage{array}
\usepackage[default,opentype]{raleway}
-\usepackage[margin=0mm,paperheight=55mm,paperwidth=205mm]{geometry}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\begin{document}
-\centering
\begin{tabular}{
>{}l
>{\ralewaythin}c
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf
index d918d2c3adc..fc70021ef84 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf
+++ b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex
index e9e42c50628..9bd0b8b01a2 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex
+++ b/Master/texmf-dist/doc/latex/raleway/raleway-type1-specimen.tex
@@ -1,14 +1,12 @@
-\documentclass[11pt,a4paper]{article}
+\documentclass[11pt]{standalone}
\usepackage{array,slantsc}
\usepackage[default,type1]{raleway}
\usepackage[T1]{fontenc}
-\usepackage[margin=0mm,paperheight=55mm,paperwidth=205mm]{geometry}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\begin{document}
-\centering
\begin{tabular}{
l
>{\fontseries{t}\fontshape{n}\selectfont}c
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway.pdf b/Master/texmf-dist/doc/latex/raleway/raleway.pdf
index a109672905d..a8664e2752e 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway.pdf
+++ b/Master/texmf-dist/doc/latex/raleway/raleway.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/raleway/raleway.tex b/Master/texmf-dist/doc/latex/raleway/raleway.tex
index d4e32f39b15..aed02663034 100644
--- a/Master/texmf-dist/doc/latex/raleway/raleway.tex
+++ b/Master/texmf-dist/doc/latex/raleway/raleway.tex
@@ -1,5 +1,5 @@
-\documentclass[11pt,a4paper,english]{article}
-\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,array,multicol}
+\documentclass[10pt,a4paper,english]{article}
+\usepackage{geometry,metalogo,hyperref,babel,mdwlist,array,multicol}
\usepackage[default]{raleway}
\usepackage[scaled=1]{sourcecodepro}
@@ -18,7 +18,7 @@
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
-\date{Documentation for raleway v1.2.\\ \today}
+\date{Documentation for raleway v1.3.\\ \today}
\listfiles
\begin{document}
\maketitle
@@ -27,6 +27,8 @@ This package provides the Raleway family in an easy to use way. For \XeLaTeX\ an
The current raleway family is an extension of the original Raleway Thin by Matt McInerney. The family has been extended by Impallari, for more information see \href{http://www.impallari.com/projects/overview/matt-mcinerneys-raleway-family}{the impallari website}.
+This package is also available on \href{https://github.com/silkeh/latex-raleway}{GitHub}.
+
\section{Options}
The package has the following options:
\begin{itemize*}
@@ -115,11 +117,16 @@ With series ‘t’, ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, â€
\textbf{Please note:} to use italic smallcaps the \texttt{slantsc} package is required.
\section{Version history}
+\subsection*{1.3}
+\begin{itemize*}
+ \item Fixed scaling issue.
+\end{itemize*}
+
\subsection*{1.2}
-\begin{itemize}
+\begin{itemize*}
\item Fixed errors in weight implementation.
\item Fonts updates to v3.0, which includes support for Cyrillic.
-\end{itemize}
+\end{itemize*}
\subsection*{1.1}
\begin{itemize*}
@@ -134,6 +141,7 @@ With series ‘t’, ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, â€
%\section{Known issues}
+\vspace{0pt plus 1filll}\mbox{}
\newpage
\end{multicols}
diff --git a/Master/texmf-dist/tex/latex/raleway/raleway.sty b/Master/texmf-dist/tex/latex/raleway/raleway.sty
index 6b918ed4dec..2572877a18f 100644
--- a/Master/texmf-dist/tex/latex/raleway/raleway.sty
+++ b/Master/texmf-dist/tex/latex/raleway/raleway.sty
@@ -8,7 +8,7 @@
% Licenced under the LPPL v1.3 or higher.
%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{raleway}[2014/07/28 v1.2 Matt McInerney’s Raleway family]
+\ProvidesPackage{raleway}[2015/01/11 v1.3 Matt McInerney’s Raleway family]
\RequirePackage{ifxetex,ifluatex,xkeyval}
@@ -27,7 +27,7 @@
\newif\ifraleway@thin
% Scaling command
-\newcommand*{\raleway@scale}{1}
+\newcommand*{\Raleway@scale}{1}
% Use OpenType fonts for XeTeX and LuaTeX.
\ifxetex
@@ -52,8 +52,8 @@
\DeclareOptionX{light} {\raleway@lighttrue}
\DeclareOptionX{regular} {}
\DeclareOptionX{medium} {\raleway@mediumtrue}
-\DeclareOptionX{scale} {\renewcommand*{\raleway@scale}{#1}}
-\DeclareOptionX{scaled} {\renewcommand*{\raleway@scale}{#1}}
+\DeclareOptionX{scale} {\renewcommand*{\Raleway@scale}{#1}}
+\DeclareOptionX{scaled} {\renewcommand*{\Raleway@scale}{#1}}
\DeclareOptionX{default} {\raleway@defaulttrue}
\DeclareOptionX{sfdefault} {\raleway@sfdefaulttrue}
\DeclareOptionX{nosfdefault} {\raleway@sfdefaultfalse}
@@ -115,7 +115,7 @@
\defaultfontfeatures{
Ligatures = TeX ,
Numbers = \raleway@figurestyle ,
- Scale = \raleway@scale ,
+ Scale = \Raleway@scale ,
Extension = .otf }
% Sans serif font
@@ -172,7 +172,7 @@
\newfontfamily\ralewayLF
[ Ligatures = TeX ,
Numbers = Lining ,
- Scale = \raleway@scale ,
+ Scale = \Raleway@scale ,
Extension = .otf ,
UprightFont = *-\raleway@regstyle ,
ItalicFont = *-\raleway@regstyle-Italic ,