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 /Master/texmf-dist/doc | |
parent | feaef89d3987fe1609ba68911dd14c7153f45406 (diff) |
block doc update
git-svn-id: svn://tug.org/texlive/trunk@17209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-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 |
2 files changed, 17 insertions, 0 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} |