From 5a221313b82fe5e9fc9db7db3e17ba4985f470f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 May 2007 13:15:05 +0000 Subject: new package leading (6may07) git-svn-id: svn://tug.org/texlive/trunk@4267 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/leading/leading.sty | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/leading/leading.sty (limited to 'Master/texmf-dist/tex/latex/leading') diff --git a/Master/texmf-dist/tex/latex/leading/leading.sty b/Master/texmf-dist/tex/latex/leading/leading.sty new file mode 100644 index 00000000000..4fd77db9410 --- /dev/null +++ b/Master/texmf-dist/tex/latex/leading/leading.sty @@ -0,0 +1,40 @@ +%% +%% This is file `leading.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% leading.dtx (with options: `package') +%% +%% __________________________________ +%% Copyright (C) 2007 Will Robertson +%% +%% License information appended. +%% +\ProvidesPackage{leading} + [2007/05/06 v0.2 Define leading length] +\RequirePackage{calc} +\newcommand\leading[1]{% + \begingroup + \normalfont + \@tempdima=\f@size pt\relax + \@tempdimb=#1\relax + \setlength\@tempdimc{1pt*\ratio{\@tempdimb}{\@tempdima}}% + \global\@tempdimc\@tempdimc + \endgroup + \linespread{\strip@pt\@tempdimc}\normalfont} +%% +%% Copyright (C) 2007 by Will Robertson +%% +%% Distributable under the LaTeX Project Public License, +%% version 1.3c or higher (your choice). The latest version of +%% this license is at: http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) +%% by Will Robertson. +%% +%% This work consists of the file leading.dtx +%% and the derived files leading.sty and leading.pdf. +%% +%% +%% End of file `leading.sty'. -- cgit v1.2.3