Skip to content

Commit 37297aa

Browse files
committed
Updated documentation
1 parent e1f1e87 commit 37297aa

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*.run.xml
66
*.synctex.gz
77
*.toc
8-
8+
*.tds.zip
35 Bytes
Binary file not shown.

doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
\documentclass[11pt,a4paper]{article}
1+
\documentclass[11pt]{standalone}
22
\usepackage{array}
33
\usepackage[default,opentype]{sourcesanspro}
4-
\usepackage[margin=0mm,paperheight=55mm,paperwidth=140mm]{geometry}
54
\newcommand*\spA{abcde}
65
\newcommand*\spB{01469}
76
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\}
87
\begin{document}
9-
\centering
108
\begin{tabular}{
119
>{\sourcesanspro}l
1210
>{\sourcesansproextreme}c
-14 Bytes
Binary file not shown.

doc/latex/sourcesanspro/sourcesanspro-type1-specimen.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
\documentclass[11pt,a4paper]{article}
1+
\documentclass[11pt]{standalone}
22
\usepackage{array}
33
\usepackage[default,type1]{sourcesanspro}
44
\usepackage[T1]{fontenc}
5-
\usepackage[margin=0mm,paperheight=55mm,paperwidth=140mm]{geometry}
65

76
\newcommand*\spA{abcde}
87
\newcommand*\spB{01469}
98
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\}
109
\begin{document}
11-
\centering
1210
\begin{tabular}{
1311
l
1412
>{\fontseries{el}\fontshape{n}\selectfont}c
-72 Bytes
Binary file not shown.

doc/latex/sourcesanspro/sourcesanspro.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\documentclass[10pt,a4paper,english]{article}
2-
\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,array,multicol}
2+
\usepackage{geometry,metalogo,hyperref,babel,mdwlist,array,multicol,fontawesome}
33
\usepackage[default,osf]{sourcesanspro}
44
\usepackage[scaled=.95]{sourcecodepro}
55

@@ -23,7 +23,10 @@
2323
\begin{document}
2424
\maketitle
2525
\begin{multicols}{2}
26-
This package provides the Source Sans Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used. The entire font family is included. It can also be downloaded from \href{https://github.com/adobe-fonts/source-sans-pro}{GitHub}.
26+
This package provides the Source Sans Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts from \href{https://github.com/adobe-fonts/source-sans-pro}{GitHub} are used. The entire font family is included.
27+
28+
This package is also available on \href{https://github.com/silkeh/latex-sourcesanspro}{GitHub}.
29+
2730

2831
\section{Options}
2932
The package has the following options:

0 commit comments

Comments
 (0)