diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-26 00:52:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-26 00:52:26 +0000 |
commit | 07bb3ae20ed88951d1ca11c2e48b7db349ec3195 (patch) | |
tree | 0dfb3844eef35d0dc3429f0ba9e9b25f3a2b4b30 | |
parent | feaef89d3987fe1609ba68911dd14c7153f45406 (diff) |
block doc update
git-svn-id: svn://tug.org/texlive/trunk@17209 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/block/block.pdf | bin | 0 -> 63967 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/block/block.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/block/block.sty | 33 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/block.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 |
6 files changed, 52 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/block/block.pdf b/Master/texmf-dist/doc/latex/block/block.pdf Binary files differnew file mode 100644 index 00000000000..8ec6f6f1392 --- /dev/null +++ b/Master/texmf-dist/doc/latex/block/block.pdf diff --git a/Master/texmf-dist/doc/latex/block/block.tex b/Master/texmf-dist/doc/latex/block/block.tex new file mode 100644 index 00000000000..0b95ea85abc --- /dev/null +++ b/Master/texmf-dist/doc/latex/block/block.tex @@ -0,0 +1,17 @@ +\documentclass[DIV=7, pagesize=auto, version=last]{scrartcl} + +\addtokomafont{title}{\rmfamily} + +\title{The \textsf{block} package} +\author{Chua Eng Huang} +\date{1999/07/19} + + +\begin{document} + +\maketitle + +\noindent +\textsf{block.sty} is a style file for use with the \textsf{letter} class that overwrites the \verb+\opening+ and \verb+\closing+ macros so that letters can be styled with the block letter style instead of the default style. Thus, the return address, the closing, and the signature appear flushed on the left margin. + +\end{document} diff --git a/Master/texmf-dist/tex/latex/block/block.sty b/Master/texmf-dist/tex/latex/block/block.sty new file mode 100644 index 00000000000..ab1b7ecf6fe --- /dev/null +++ b/Master/texmf-dist/tex/latex/block/block.sty @@ -0,0 +1,33 @@ +\NeedsTeXFormat{LaTeX2e}[1996/06/01] \NeedsTeXFormat{LaTeX2e} + +\renewcommand*{\opening}[1]{\ifx\@empty\fromaddress + \thispagestyle{firstpage}% + {%\raggedleft + \@date\par}% + \else % home address + \thispagestyle{empty}% + {%\raggedleft\begin{tabular}{l@{}}\ignorespaces + \fromaddress \\*[2\parskip]% + \@date %\end{tabular} + \par}% + \fi + \vspace{2\parskip}% + {\raggedright \toname \\ \toaddress \par}% + \vspace{2\parskip}% + #1\par\nobreak} +\renewcommand{\closing}[1]{\par\nobreak\vspace{\parskip}% + \stopbreaks + \noindent + \ifx\@empty\fromaddress\else + %\hspace*{\longindentation} + \fi + %\parbox{\indentedwidth} + {\raggedright + \ignorespaces #1\\[6\medskipamount]% + \ifx\@empty\fromsig + \fromname + \else \fromsig \fi\strut}% + \par} +\endinput +%% +%% End of file `block.sty'. diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ea62091867a..d6f7849c642 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -48,7 +48,7 @@ my @TLP_working = qw( bibleref biblist bibtopic bibtopicprefix bibexport bibunits bidi bigfoot bigints binomexp bizcard - blacklettert1 blindtext blkarray blockdraw_mp blowup + blacklettert1 blindtext blkarray block blockdraw_mp blowup boisik bold-extra boites boldtensors bookest booklet booktabs boolexpr bophook bosisio boxedminipage boxhandler bpchem diff --git a/Master/tlpkg/tlpsrc/block.tlpsrc b/Master/tlpkg/tlpsrc/block.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/block.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 6214080e713..4e9be8494c7 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -44,6 +44,7 @@ depend bigints depend bizcard depend blindtext depend blkarray +depend block depend blowup depend boites depend bold-extra |